The-Learning-And-Vision-Atelier-LAVA / DASR

[CVPR 2021] Unsupervised Degradation Representation Learning for Blind Super-Resolution
MIT License
395 stars 50 forks source link

I encountered an error when I was testing ,can you help me ? #10

Open zyf1040895256 opened 3 years ago

zyf1040895256 commented 3 years ago

thank you for your good job. When i test your project ,i got an error

"ImportError: cannot import name '_DataLoaderIter' "

My enviroment is pytorch1.1.0 and python 3.6 . what can i do? thank you!

LongguangWang commented 3 years ago

Hi @zyf1040895256, thanks for your interest in our work. Please double check the version of pytorch used for our project. '_DataLoaderIter' is removed from torch 1.2.0 and torch 1.1.0 works well for our project.

zyf1040895256 commented 3 years ago

Hi @zyf1040895256, thanks for your interest in our work. Please double check the version of pytorch used for our project. '_DataLoaderIter' is removed from torch 1.2.0 and torch 1.1.0 works well for our project.

thank you ,i will try again!