解决办法

torch与torchvision版本不兼容,先卸载原来版本:

pip uninstall torch
pip uninstall torchvision
pip uninstall torchaudio  # 若有

再安装

installed torch-1.8.1
pip install torchvision==0.9.1
pip uninstall torchaudio  # 如果需要
posted on 2021-06-07 11:43  jaysonteng  阅读(2572)  评论(0编辑  收藏  举报