AttributeError: module 'torchtext.data' has no attribute 'Field'

하스레·2024년 4월 23일
0

오류

AttributeError: module 'torchtext.data' has no attribute 'Field'

해결

torchtext.data.Fieldtorchtext.legacy.data.Field 로 바뀌었다고 한다. 그래서 다음과 같이 써주어야 한다.

from torchtext.legacy import data

https://stackoverflow.com/questions/66516388/attributeerror-module-torchtext-data-has-no-attribute-field

profile
Software Developer

0개의 댓글