报错 ImportError: cannot import name 'text_classification' from 'torchtext.datasets' 阅读源码发现没有这个模块,查看文档发现新版本较大改动, 解决方法: #注释掉from torchtext.datasets import text_classification #原代码改为: train_dataset, test_dataset = torchtext.datasets.AG_NEWS(root='./data/ag_news_...