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

tensorflow

时间:2017-08-27 00:17:37      阅读:241      评论:0      收藏:0      [点我收藏+]

标签:too   download   cond   ber   rom   apt-get   -bash   flow   span   

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

标签:too   download   cond   ber   rom   apt-get   -bash   flow   span   

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

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