soumith / imagenet-multiGPU.torch

an imagenet example in torch.
BSD 2-Clause "Simplified" License
402 stars 158 forks source link

Data loading time is different across threads #101

Closed JiayunLi closed 7 years ago

JiayunLi commented 7 years ago

Hey,

I am running this code on one GPU with 5 threads. But it seems that some threads have much longer data loading time.

screen shot 2017-05-18 at 8 58 51 pm

Looks like the first in every five has the longest loading time. I am not sure why this happens.

I really appreciate if anyone could help me with this.