sanghyun-son / EDSR-PyTorch

PyTorch version of the paper 'Enhanced Deep Residual Networks for Single Image Super-Resolution' (CVPRW 2017)
MIT License
2.42k stars 668 forks source link

dataload time is too big but i have used the bin method to load img? #286

Open Lininggggggg opened 3 years ago

Lininggggggg commented 3 years ago

dear author, do you know why the dataload time is so big even though i have used the binary method to load imgs?, just like the picture 2 image and my ram is enough, just like the picture 2 image

thank you very much!!!

Lininggggggg commented 3 years ago

what's more, only when i set the batch-size is 3, every miniepoch time of the data load time is only need 0.1s, however if i set the batch-size is more than 3, like 13, the time will need about 20s. image