TypeError: ‘<‘ not supported between instances of ‘Example‘ and ‘Example‘
TypeError: '<' not supported between instances of 'Example' and 'Example'使用torchtext的时候出现了这个问题,虽然解决了但是还是写一下,因为这是个坑。train = data.TabularDataset.splits(path='.',train='train.csv',format='csv',skip_header=True,fields=[('his',Text),('resp',Text)])该函数返回
原创
2020-10-19 22:36:19 ·
1934 阅读 ·
2 评论