Dataloader is slow when iter's number is a multiple of workers

In gereral, the speed of dataloader is very fast (0.001 s/batch), but when the number of iterations is a multiple of workers, It’s getting very slow (80 s/batch).

1 Like

I have the same question.

facing the same issue

Resolved the issue by moving to SSD. Working fine now.