TensorFlow的安装

http://jingyan.baidu.com/article/455a99504fb489a1662778b8.html

 

ubuntu 14.04 LTS

两行代码

sudo apt-get install python-pip python-dev

sudo pip install --upgrade https://storage.googleapis.com/tensorflow/linux/cpu/tensorflow-0.8.0-cp27-none-linux_x86_64.whl

sudo pip install --upgrade https://storage.googleapis.com/tensorflow/linux/cpu/tensorflow-1.0.1-cp27-none-linux_x86_64.whl

 

 

 check using:

sudo pip show tensorflow

Uninstall using:

sudo pip uninstall protobuf
sudo pip uninstall tensorflow

posted on 2017-03-24 17:37  Oliver-cs  阅读(177)  评论(1编辑  收藏  举报

导航