首页 > 其他 > 详细

tensorflow

时间:2017-08-26 23:57:24      阅读:365      评论:0      收藏:0      [点我收藏+]

1.downloading and installing on ubuntu linux

First, You shoud confirm that python is installed, and pip too;

if python is not installed, you can use following command to insall it:

sudo apt-get install

or

downloading python source file from python official website,

tar zxvf python.tar.gz

cd python

./configure

make

make install

Second, downloading and installing tensorflow using cpu way or gpu way; if you select gpu way, cuda is necessary to be installed before.

on cpu way:

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

and on gpu way:

pip install https://storage.googleapis.com/tensorflow/linux/gpu/tensorflow-0.5.0-cp27-none-linux_x86_64.whl

 

tensorflow

原文:http://www.cnblogs.com/liuzhiqaingxyz/p/7436694.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!