-
Notifications
You must be signed in to change notification settings - Fork 3.2k
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
GPU is not working. #22
Comments
I have two GPU.
|
Can you try specify which gpu to be used by using gpu = 'your gpu' argument? See this ssue. |
'your gpu' argument means gpu number? |
Something like 'cuda:0' or 'cuda:1'. See this discussion on pytorch. |
thanks! |
Closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello.
I finally find good project for me.
but I have 1 issue using GPU, CPU version is fine.
when I load program like this.
I got this message :
RuntimeError: module must have its parameters and buffers on device cuda:0 (device_ids[0]) but found one of them on device: cpu
The text was updated successfully, but these errors were encountered: