Skip to content

Instantly share code, notes, and snippets.

@ktatar
Last active December 16, 2019 06:17
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 ktatar/d04220e2ef531c9be6ce3dc1c7ebb14a to your computer and use it in GitHub Desktop.
Save ktatar/d04220e2ef531c9be6ce3dc1c7ebb14a to your computer and use it in GitHub Desktop.
[install tensorflow-gpu on windows] simple guide to install tensorflow-gpu on windows #tensorflow #gpu #guide #install #conda #howto

This guide works with tensorflow-gpu=2.0.0 and CUDA 10.0.130 and CuDNN 7.6.4

  1. Install anaconda for python 3

  2. Install CUDA 10.0 for Windows 64bit using network

  3. Use Anaconda Command prompt

  4. Create a python3 environment on Anaconda and activate the environment

  5. Install tensorflow-gpu using conda install tensorflow-gpu

  6. Test if tensorflow is running

python -c "import tensorflow as tf; print(tf.__version__)"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment