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

Cpu version #5

Open
elliotresearcher opened this issue Sep 18, 2020 · 0 comments
Open

Cpu version #5

elliotresearcher opened this issue Sep 18, 2020 · 0 comments

Comments

@elliotresearcher
Copy link

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'

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

1 participant