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
Hi, I have some questions regarding CUDA usage when I call the GPipe class.
When GPipe tries to split_module partition.to(device), the error torch._C._cuda_init() RuntimeError: No CUDA GPUs are available happens.
However, if I don't use GPipe under the same environment, the GPUs can be found by torch.
I wonder if there is anyone ever faced with the same problem?
Thank you!
The text was updated successfully, but these errors were encountered:
Hi, I have some questions regarding CUDA usage when I call the GPipe class.
When GPipe tries to split_module partition.to(device), the error torch._C._cuda_init() RuntimeError: No CUDA GPUs are available happens.
However, if I don't use GPipe under the same environment, the GPUs can be found by torch.
I wonder if there is anyone ever faced with the same problem?
Thank you!
The text was updated successfully, but these errors were encountered: