Skip to content

Instantly share code, notes, and snippets.

@spk921
Last active May 2, 2017 15:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save spk921/0641908f619dff99a1d1e2158fb97e3d to your computer and use it in GitHub Desktop.
Save spk921/0641908f619dff99a1d1e2158fb97e3d to your computer and use it in GitHub Desktop.
TensorFlow Conda 3.5 GPU
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