Skip to content

Instantly share code, notes, and snippets.

@jarnix
Created February 15, 2019 14:11
Show Gist options
  • Save jarnix/b73913af28fa7591fffa17b70d2ae280 to your computer and use it in GitHub Desktop.
Save jarnix/b73913af28fa7591fffa17b70d2ae280 to your computer and use it in GitHub Desktop.
install tensorflow-gpu on windows
conda create --name tf-gpu
conda install -c aaronzs tensorflow-gpu
conda install -c anaconda cudatoolkit
conda install -c anaconda cudnn
conda install keras-gpu
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment