Last active
May 2, 2017 15:47
-
-
Save spk921/0641908f619dff99a1d1e2158fb97e3d to your computer and use it in GitHub Desktop.
TensorFlow Conda 3.5 GPU
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
conda create --name tensorflow python=3.5 | |
activate tensorflow | |
conda install jupyter | |
conda install scipy | |
pip install tensorflow | |
# or | |
# pip install tensorflow-gpu | |
https://nitishmutha.github.io/tensorflow/2017/01/22/TensorFlow-with-gpu-for-windows.html |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment