texttorch Field Error
Closed this issue · 1 comments
wrudman commented
texttorch.data.Field()
Is not included in torchtext version 0.9.0. If you modify the requirements.txt as follows:
torchtext==0.8.0
torch==1.7.1
your code will run correctly.
TideDancer commented
Updated. Thanks a lot!