码迷,mamicode.com
首页 > 其他好文 > 详细

tensorflow安装

时间:2016-12-18 18:25:33      阅读:189      评论:0      收藏:0      [点我收藏+]

标签:enable   target   his   style   tor   sdk   span   pytho   pre   

Ubuntu安装tensorflow
先安装python-dev,再安装tensorflow就好了
$ sudo apt-get install python-dev
$ pip install https://storage.googleapis.com/tensorflow/linux/cpu/tensorflow-0.5.0-cp27-none-linux_x86_64.whl

# For CPU-only version
$ pip install https://storage.googleapis.com/tensorflow/linux/cpu/tensorflow-0.5.0-cp27-none-linux_x86_64.whl

把0.5.0换成0.8.0就可以安装0.8.0版本
# For GPU-enabled version (only install this version if you have the CUDA sdk installed) $ pip install https://storage.googleapis.com/tensorflow/linux/gpu/tensorflow-0.5.0-cp27-none-linux_x86_64.whl

 

tensorflow安装

标签:enable   target   his   style   tor   sdk   span   pytho   pre   

原文地址:http://www.cnblogs.com/ymjyqsx/p/6194960.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!