-
Notifications
You must be signed in to change notification settings - Fork 62
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
"cupy.cuda.runtime.CUDARuntimeError" on running with any GPU #20
Comments
@theradical any update on this? Getting same error. |
it seems gpu is not available on chainer. |
For me CPU is working right from start, @yusuketomoto so the GPU doesn't work for anyone? |
gpu is working for me. try after install, you should try running |
same question here. any solutions? |
It's stupid, but have you tried turning it off and on again? Sometimes this happens to me and I simply have to reboot the server. I'm not sure what process needs to be restarted, but it doesn't seem to be anything to do with Chainer or cupy. |
Upon running
python train.py
, I receive this:This is a fresh installation of Ubuntu 15.04; I downloaded it for this purpose. Chainer was installed simply with
pip install chainer
, and I ran the Cuda installer with defaults.Any help would be greatly appreciated.
Thanks!
The text was updated successfully, but these errors were encountered: