查看文本打印 1 1

安装TensorFlow的步骤

安装步骤:
1.安装虚拟机:
2.安装liunx系统;
3.安装TensorFlow。
1.安装虚拟机:虚拟机的版本是不能太低的。我使用的是:VMware-workstation-full-12.0.0-2985596
2.安装linux系统。我使用的是centos7.安装的具体步骤使用:http://jingyan.baidu.com/album/a3f121e4b18b74fc9052bb14.html?picindex=12
3.安装TensorFlow:
(1)下载文件
 
$sudo wget https://bootstrap.pypa.io/get-pip.py --no-check-certificate
 
执行安装
 
(2)$sudo python get-pip.py
 
真的是很艰辛的路程。现在将问题进行记录。
posted @ 2017-01-12 20:14  天使_陈  阅读(884)  评论(0编辑  收藏  举报