-
Notifications
You must be signed in to change notification settings - Fork 217
How to train on single GPU #26
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
Comments
Remove the
|
@piyushchauhan @LvShuaiChao Hi, have you done any other operations? I have just simply changed the GPUs but got the error: RuntimeError: Default process group has not been initialized, please make sure to call init_process_group. Do you know how to solve it? |
In experiments/*.yaml file, change it to -> GPUS: (0,) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
For I don't have multi-GPUS, I changed the GPUS = (0,0,0,0), but this error came
RuntimeError: inputs must be on unique devices.
There is no doubt telling that this network working on more than one GPUS. So how do I change the code to run them on single GPU?The text was updated successfully, but these errors were encountered: