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
There are no errors while training on a small dataset such as 1GB, but while trying to train a larger dataset which is included in annotation, get struck and Attempting to copy inputs of <function pairwise_iou at > to CPU due to CUDA OOM.
If I wish to change the training loop what things I have to change so that the entire dataset should not be loaded.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I need to train on a large dataset.
There are no errors while training on a small dataset such as 1GB, but while trying to train a larger dataset which is included in annotation, get struck and
Attempting to copy inputs of <function pairwise_iou at > to CPU due to CUDA OOM
.If I wish to change the training loop what things I have to change so that the entire dataset should not be loaded.
Thank you
Best
Beta Was this translation helpful? Give feedback.
All reactions