Tensorflow安装
-
ubuntu 16.04
-
python 2.7
-
安装网址:http://www.tensorfly.cn/tfdoc/get_started/os_setup.html
-
安装过程:
sudo apt-get remove python-pip
wget https://bootstrap.pypa.io/get-pip.py
sudo python get-pip.py
sudo pip install https://storage.googleapis.com/tensorflow/linux/cpu/tensorflow-0.5.0-cp27-none-linux_x86_64.whl
安装完毕