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
Hi, I don't have GPU so it gives this error, can you plz guide me on how i can run it on Cpu?
~\Anaconda3\lib\site-packages\lasagne\layers\dnn.py in ()
1 import theano
----> 2 from theano.sandbox.cuda import dnn
3
4 from .. import init
5 from .. import nonlinearities
~\Anaconda3\lib\site-packages\theano\sandbox\cuda_init_.py in ()
57 # is_nvcc_available called here to initialize global vars in
58 # nvcc_compiler module
---> 59 nvcc_compiler.is_nvcc_available()
60
61 # Compile cuda_ndarray.cu
~\Anaconda3\lib\site-packages\theano\sandbox\cuda\nvcc_compiler.py in is_nvcc_available()
28
29 """
---> 30 if not config.cuda.enabled:
31 return False
32
AttributeError: 'SubObj' object has no attribute 'enabled'
The text was updated successfully, but these errors were encountered:
Hi, I don't have GPU so it gives this error, can you plz guide me on how i can run it on Cpu?
~\Anaconda3\lib\site-packages\lasagne\layers\dnn.py in ()
1 import theano
----> 2 from theano.sandbox.cuda import dnn
3
4 from .. import init
5 from .. import nonlinearities
~\Anaconda3\lib\site-packages\theano\sandbox\cuda_init_.py in ()
57 # is_nvcc_available called here to initialize global vars in
58 # nvcc_compiler module
---> 59 nvcc_compiler.is_nvcc_available()
60
61 # Compile cuda_ndarray.cu
~\Anaconda3\lib\site-packages\theano\sandbox\cuda\nvcc_compiler.py in is_nvcc_available()
28
29 """
---> 30 if not config.cuda.enabled:
31 return False
32
AttributeError: 'SubObj' object has no attribute 'enabled'
The text was updated successfully, but these errors were encountered: