Last active
April 11, 2017 08:23
-
-
Save yvanin/683ce08c249008538c6ecdcd617d7fc4 to your computer and use it in GitHub Desktop.
Theano config which works on Win8.1 x64 with GPU
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[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