Discussion:
[theano-users] error message of WARNING (theano.sandbox.cuda): CUDA is installed, but device gpu0 is not available
wine lover
2017-04-29 14:18:47 UTC
Permalink
Hi,

I have installed theano using pip install theano, which was finished
successfully. After typing import theano, I got the following warning
message. What does it mean and how to resolve this issue? Thanks.

WARNING (theano.sandbox.cuda): CUDA is installed, but device gpu0 is not available (error: Unable to get the number of gpus

wenouyang
--
---
You received this message because you are subscribed to the Google Groups "theano-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to theano-users+***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Frédéric Bastien
2017-05-01 22:06:52 UTC
Permalink
Try to use the new Theano backend. Use the Theano flag

device=cuda
Post by wine lover
Hi,
I have installed theano using pip install theano, which was finished
successfully. After typing import theano, I got the following warning
message. What does it mean and how to resolve this issue? Thanks.
WARNING (theano.sandbox.cuda): CUDA is installed, but device gpu0 is not available (error: Unable to get the number of gpus
wenouyang
--
---
You received this message because you are subscribed to the Google Groups
"theano-users" group.
To unsubscribe from this group and stop receiving emails from it, send an
For more options, visit https://groups.google.com/d/optout.
--
---
You received this message because you are subscribed to the Google Groups "theano-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to theano-users+***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Loading...