You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
@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?
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: