- Visual Studio Community 2015 (now available under older versions)
- CUDA SDK 8.0
- CUDNN v5.1 for CUDA 8.0. Just extract this and put it on your path.
- Latest Anaconda with Python 3 (You can always install Python 2.7 as an environment.)
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!