安装步骤:
1.安装虚拟机:
2.安装liunx系统;
3.安装TensorFlow。
1.安装虚拟机:虚拟机的版本是不能太低的。我使用的是:VMware-workstation-full-12.0.0-2985596
2.安装liunx系统。我使用的是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
(3)$sudo pip install --upgrade https://storage.googleapis.com/tensorflow/linux/cpu/tensorflow-0.8.0-cp27-none-linux_x86_64.whl
真的是很艰辛的路程。现在将问题进行记录。
时间: 2024-10-24 12:32:37