LeeYK / Deep-ing-Source

1 stars 0 forks source link

Anaconda #14

Open seriousran opened 7 years ago

seriousran commented 7 years ago
  1. Download Anaconda https://www.continuum.io/downloads

  2. Install Anaconda Enter the following to install Anaconda for Python 3.6: bash ~/Downloads/Anaconda3-4.4.0-Linux-x86_64.sh

Enter the following to install Anaconda for Python 2.7: bash ~/Downloads/Anaconda2-4.4.0-Linux-x86_64.sh

  1. Install TensorFlow conda create -n tensorflow $ source activate tensorflow (tensorflow)$ pip install --ignore-installed --upgrade tfBinaryURL

tfBinaryURL? Get here! => https://www.tensorflow.org/install/install_linux#the_url_of_the_tensorflow_python_package

for Python 2.7 and GPU support: https://storage.googleapis.com/tensorflow/linux/gpu/tensorflow_gpu-1.2.1-cp27-none-linux_x86_64.whl

  1. and Test it

$ source deactivate -> exit anaconda

seriousran commented 7 years ago

BUT, how about different CUDA Toolkit and CuDNN version ?