深度学习tensorflow安装ubuntu16.04amd64

来源:互联网 发布:杰拉德华莱士数据 编辑:程序博客网 时间:2024/04/18 11:04

教程已经比较多了,待会给出参考网页;

pip安装大概就几步吧。

1、安装python2.7,ubuntu自带,直接键入python查看;

2、pip install --upgrade pip
3、sudo apt-get install python-pip python-dev
4、git clone --recurse-submodules https://github.com/tensorflow/tensorflow(可省略)
5、
sudo pip install --upgrade https://storage.googleapis.com/tensorflow/linux/cpu/tensorflow-0.8.0-cp27-none-linux_x86_64.whl

第5步安不上的不要着急 ,还是用国内的源吧。
sudo pip install -i https://pypi.tuna.tsinghua.edu.cn/simple tensorflow 





参考网页:

http://www.linuxidc.com/Linux/2016-05/131568.htm
http://blog.csdn.net/lenbow/article/details/51203526#4源码安装tensorflow

0 0
原创粉丝点击