csv.field_size_limit(sys.maxsize) OverflowError: Python int too large to convert to C long
在运行torchtext.data.TabularDataset()时报错:csv.field_size_limit(sys.maxsize) OverflowError: Python int too large to convert to C long在你电脑的某位置下的python3.X\Lib\site-packages\torchtext\utils.py脚本里将maxInt = s...