sanghyun-son / EDSR-PyTorch

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

cannot import name '_DataLoaderIter' #250

Open duanyucat opened 4 years ago

duanyucat commented 4 years ago

I ran the code in pytorch 1.2.0 How to deal with "cannot import name '_DataLoaderIter'"? Thanks!

shazib-summar commented 4 years ago

Did you solve this problem somehow?

ymtupup commented 3 years ago

please help me . I alse hava this problem!!!

orange-eng commented 3 years ago

I also have this problem

DUCH714 commented 3 years ago

pytorch 1.2.0 doesn't have _DataLoaderIter, you can use _SingleProcessDataLoaderIter or _MultiProcessingDataLoaderIter instead.