-
Download and install CUDA from Nvidia.
-
Download the CUDNN library (version 5.1 for theano 0.9 compatibility) and copy the files into the CUDA installation directory (probably
C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v8.0
). That is, theinclude/cudnn.h
file should be copied intoC:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v8.0\include
for example. -
Copy the
.theanorc.txt
file from this repository into your%USER%
directory and update as appropriate. Maybe update thecnmem
setting if theano is using too much memory. -
Create a new conda env using a template in this repository:
conda env create -f conda-py27-env.yml