安装TensorFlow的步骤

Posted 天使_陈

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了安装TensorFlow的步骤相关的知识,希望对你有一定的参考价值。

安装步骤:
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
 
真的是很艰辛的路程。现在将问题进行记录。

以上是关于安装TensorFlow的步骤的主要内容,如果未能解决你的问题,请参考以下文章

Windows +TensorFlow+Faster Rcnn 详细安装步骤

Windows下TensorFlow+Faster Rcnn 详细安装步骤

unbuntu怎么安装tensorflow

linux安装keras+tensorflow-gpu步骤

windows7 安装TensorFlow

TensorFlow入门——安装(带GPU)