学习pytorch官网的文本分类和embedding遇到的问题

学习 pytorch 官网的文本分类Text classification with the torchtext library — PyTorch Tutorials 2.3.0+cu121 documentation遇到了不少问题,附上解决方法

  • ConnectionError: 
    This exception is thrown by __iter__ of HTTPReaderIterDataPipe()
  • 这个问题的解决方式是打开VPN

  • AG_NEWS(split=“train”), 显示没有split属性
  • 原因:下载的torchtext不是最新版,split属性是在较新版本中(pytorch教程写时torchtext版本:0.16.0)出现的
  • 解决方法:更换更高版本的torchtext,但是torch和torchtext的版本要彼此适配
    建议使用以下命令重新更换torch和torchtext的版本
    pip install torch==2.1.2 -i https://pypi.tuna.tsinghua.edu.cn/simple
    pip install torchtext==0.16.2 -i https://pypi.tuna.tsinghua.edu.cn/simple

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值