sanghyun-son/EDSR-PyTorch

AttributeError: '_MSDataLoaderIter' object has no attribute '_put_indices'

anderl22 opened this issue · 0 comments

I'm trying to run this model and in the dataloader I am getting the attribute error

AttributeError: '_MSDataLoaderIter' object has no attribute '_put_indices'

I am using pytorch 1.12.0 (lowest version I can get that's compatible with my machine) and cuda 11.6.

Any help is appreciated!!

Thank you