Theano/libgpuarray

Can not use cuDNN on context None:cannot compile with cuDNN.

swapnilkukreti opened this issue · 1 comments

Given below are the errors that it gives whenever i try to import theano ..

WARNING (theano.tensor.blas): Using NumPy C-API based implementation for BLAS functions.
Can not use cuDNN on context None: cannot compile with cuDNN. We got this error:
g++.exe: error: c:\users\swapnil: No such file or directory
g++.exe: error: kukreti\appdata\local\temp\try_flags_mnszvt.c: No such file or directory
g++.exe: error: kukreti\appdata\local\temp\try_flags_mnszvt: No such file or directory

Mapped name None to device cuda: GeForce GTX 960M (0000:02:00.0)

config:
gpu-Nvidia GTX960M

this is my .theanorc.txt

[global]
floatX = float32
device = cuda
mode=FAST_RUN

[cuda]
root=C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v9.0\bin

[nvcc]
flags = -LC:\ProgramData\Anaconda2\libs

compiler_bindir = C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin
fastmath = True

[dnn]

include_path=C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v9.0\include
library_path=C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v9.0\lib\x64

nouiz commented

Make sure to use the lastest release. if that do not fix the problem, it is probably linked to a space in your username.

Which version of Theano and libgpuarray are you using?