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 use the code here for another program, i replace the bert here for another pretrained model, and then when i use multiple gpus for training, something like this happens:
i use the 5,7th gpu, and the process running on GPU07 occupy a 777 MB memory of GPU05, and my program will stop because the error: cuda out of memory.
What is the 777MB on GPU05, how can i fix this?
The text was updated successfully, but these errors were encountered:
Hi , i use the code here for another program, i replace the bert here for another pretrained model, and then when i use multiple gpus for training, something like this happens:
i use the 5,7th gpu, and the process running on GPU07 occupy a 777 MB memory of GPU05, and my program will stop because the error: cuda out of memory.
What is the 777MB on GPU05, how can i fix this?
The text was updated successfully, but these errors were encountered: