1、 首先在SCRT上安装远程桌面,使用如下链接
https://blog.youkuaiyun.com/shen_001/article/details/77328253
2、 然后在电脑上点击Windows+R 输入mstsc,选择第一个输入用户名、密码登陆
3、 安装Anaconda+TensorFlow+theano+keras(注意版本匹配,本实例以Anaconda3-5.2.0,Python3.6.5,TensorFlow1.9.0为例)
4、 Anaconda下载链接https://mirrors.tuna.tsinghua.edu.cn/anaconda/archive/
5、 TensorFlow下载链接https://pypi.tuna.tsinghua.edu.cn/simple/tensorflow/
6、 Anaconda安装:
a) 到下载目录下运行 bash 下载的安装包
b) 一直按enter,输入yes(此过程也完成了Python的安装)
c) 安装完成之后验证是否安装成功 python –V
7、 Tensorflow安装
a) 首先创建一个TensorFlow环境 conda create –n tensorflow python=3.6
b) 激活环境source activate tensorflow
c) 安装 pip3 install –ignore-installed –upgrade 安装包
d) 检验安装是否成功 进入python 输入import tensorflow
8、 Theano安装 pip3 install theano==0.9.0
9、 Keras安装 pip3 install keras
10、 进入python
a) Import theano
b) Import keras
虚拟机Ubuntu系统安装桌面版并配置TensorFlow教程
最新推荐文章于 2024-06-17 16:04:49 发布