问题:
使用torchtext.data 或者 torchtext.legacy 时报错如下:
bash
AttributeError: module 'torchtext' has no attribute 'legacy'
AttributeError: module 'torchtext' has no attribute 'data'
解决办法:
bash
pip install torchtext==0.6.0 --no-dependencies