Skip to content

Instantly share code, notes, and snippets.

@yvanin
Last active April 11, 2017 08:23
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 yvanin/683ce08c249008538c6ecdcd617d7fc4 to your computer and use it in GitHub Desktop.
Save yvanin/683ce08c249008538c6ecdcd617d7fc4 to your computer and use it in GitHub Desktop.
Theano config which works on Win8.1 x64 with GPU
[global]
floatX = float32
# pycuda didn't work so using "new backend"
# pygpu+libgpuarray installed via conda ("conda install pygpu")
device = cuda
[nvcc]
# CUDA v8.0 installed over VS 2012
compiler_bindir=C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\bin\cl.exe
[dnn]
# didn't find a way to launch with CuDNN
enabled = False
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment