Skip to content

Instantly share code, notes, and snippets.

@zenlambda
Last active April 29, 2017 16:46
Show Gist options
  • Save zenlambda/ff7bcf6cd269063f3e98bb4829de1915 to your computer and use it in GitHub Desktop.
Save zenlambda/ff7bcf6cd269063f3e98bb4829de1915 to your computer and use it in GitHub Desktop.

Tensorflow On Windows

Prerequisites

Tensorflow Setup

Open the Anaconda Shell:

conda create -n tensorflow python=3.5 ipykernel
# gpu version
pip install --ignore-installed --upgrade https://storage.googleapis.com/tensorflow/windows/gpu/tensorflow_gpu-1.0.1-cp35-cp35m-win_amd64.whl 
ipython kernel install --name tensorflow

Open Jupyter Notebook, tensorflow should be a selectable environment.

Have fun!

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