Created
September 20, 2017 13:02
-
-
Save siddhantmedar/290d1237fb3fd4597fad8801efe26aaa to your computer and use it in GitHub Desktop.
TensorFlow Installation commands
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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