I’m running a code that uses dataloader.dataset. The original code is designed to run on Pytorch 1.1, but my Pytorch version is higher. Are there any alternatives to this attribute?
And here’s the error report. AttributeError: '_SingleProcessDataLoaderIter' object has no attribute 'dataset'