Skip to content

Instantly share code, notes, and snippets.

@siddhantmedar
Created September 20, 2017 13:02
Show Gist options
  • Save siddhantmedar/290d1237fb3fd4597fad8801efe26aaa to your computer and use it in GitHub Desktop.
Save siddhantmedar/290d1237fb3fd4597fad8801efe26aaa to your computer and use it in GitHub Desktop.
TensorFlow Installation commands
TensorFlow Installation commands:
For Python 3.5.2
There is a CPU and a GPU version, you can install either or both if you wish so. The commands are as follows:
CPU:
pip install --upgrade
https://storage.googleapis.com/tensorflow/windows/cpu/tensorflow-0.12.0rc0-cp35-cp35m-win_amd64.whl
GPU:
pip install --upgrade
https://storage.googleapis.com/tensorflow/windows/gpu/tensorflow_gpu-0.12.0rc0-cp35-cp35m-win_amd64.whl
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment