标签: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
标签:too download cond ber rom apt-get -bash flow span
原文地址:http://www.cnblogs.com/liuzhiqaingxyz/p/7436694.html