How to load the complete dataset in RAM #3670
Unanswered
Gladiator07
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I am training an instance segmentation model using
DefaultTrainer
. But, data loading is the bottleneck. GPU utitlization is less and CPU utilization is close to 100%. My data size is fairly small. Is there any way of loading the complete dataset (with annotations) into RAM to speed-up training ?Beta Was this translation helpful? Give feedback.
All reactions