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
It seems that by removing the os.environ["CUDA_VISIBLE_DEVICES"] = gpuid line in the scripts will solve the problem. There is a conflict while specifying cuda when using os.environ["CUDA_VISIBLE_DEVICES"] = gpuid and torch.cuda.set_device(int(gpuid)) at the same time if cuda is not cuda:0.
When i run stage 1
It seems that the
gpu_devices
can only be 0. Other number or array than 0 will give a cuda ordinal error.The text was updated successfully, but these errors were encountered: