Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
swapnilkukreti opened this issue Jul 2, 2018 · 1 comment
Open

Comments

@swapnilkukreti
Copy link

swapnilkukreti commented Jul 2, 2018

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
Copy link
Member

nouiz commented Jul 3, 2018

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants