You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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
The text was updated successfully, but these errors were encountered: