본문 바로가기
AI/Deep Learning

23 / 01/ 31 AttributeError: '_MultiProcessingDataLoaderIter' object has no attribute 'next' ERROR 해결

by 별빛밤 2023. 1. 31.

 

딥러닝 파이토치 교과서 코드 5-14
코드 적용 결과

해결 방법

 

https://stackoverflow.com/questions/74289077/attributeerror-multiprocessingdataloaderiter-object-has-no-attribute-next

 

 

 

AttributeError: '_MultiProcessingDataLoaderIter' object has no attribute 'next'

I am trying to load the dataset using Torch Dataset and DataLoader, but I got the following error: AttributeError: '_MultiProcessingDataLoaderIter' object has no attribute 'next' the code I use is:

stackoverflow.com

pytorch 1.13 부터 코드 작성 법 바뀜

'AI > Deep Learning' 카테고리의 다른 글

audio classification  (0) 2023.02.23
23 / 01 / 30  (0) 2023.01.30