TideDancer/iclr21_isotropy_contxt

texttorch Field Error

Closed this issue · 1 comments

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.

Updated. Thanks a lot!