240 发简信
IP属地:北京
  • 具体报错信息如下:

    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学习01

    Pytorch学习记录-更深的TorchText学习01简单实现torchtext之后,我希望能够进一步学习torchtext。找到两个教程 教程1practical-tor...

  • 你好,为什么我执行到这句batch=next(train_iter.__iter__())的时候会报如下错误呢:
    TypeError: '>' not supported between instances of 'int' and 'tuple'
    我的torchtext版本为0.4,python3.7.0

    Pytorch学习记录-更深的TorchText学习01

    Pytorch学习记录-更深的TorchText学习01简单实现torchtext之后,我希望能够进一步学习torchtext。找到两个教程 教程1practical-tor...