具体报错信息如下:
File "/Users/macx/anaconda3/lib/python3.7/site-packages/torchtext/data/iterator.py", line 267, in batch
elif size_so_far > batch_size:
TypeError: '>' not supported between instances of 'int' and 'tuple'
Pytorch学习记录-更深的TorchText学习01Pytorch学习记录-更深的TorchText学习01简单实现torchtext之后,我希望能够进一步学习torchtext。找到两个教程 教程1practical-tor...