PyTorch version of the paper 'Enhanced Deep Residual Networks for Single Image Super-Resolution' (CVPRW 2017)
2.44k
stars
673
forks
source link
AttributeError: '_MSDataLoaderIter' object has no attribute '_put_indices' #358
Open
anderl22 opened 7 months ago
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