If you use multiple workers in your DataLoader
, each worker will load a batch in the background using multiprocessing while the GPU is busy.
2 Likes
If you use multiple workers in your DataLoader
, each worker will load a batch in the background using multiprocessing while the GPU is busy.