You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
'_SingleProcessDataLoaderIter' object has no attribute 'next'
According to this stackoverflow post, iter(...).next() is deprecated starting from pytorch 1.13, released in October 2022. I can fix this with this change:
When extracting and showing MNIST, we get
According to this stackoverflow post,
iter(...).next()
is deprecated starting from pytorch 1.13, released in October 2022. I can fix this with this change:(diff looks kinda weird for jupyter notebooks, but I think it gets the point across.)
The text was updated successfully, but these errors were encountered: