解决AttributeError: module ‘torchvision’ has no attribute ‘ops’
报错信息
AttributeError: module 'torchvision' has no attribute 'ops'
Collecting torchvision==0.3.0
Using cached torchvision-0.3.0-cp36-cp36m-win_amd64.whl (1.3 MB)
Collecting torch>=1.1.0
Using cached torch-1.7.0-cp36-cp36m-win_amd64.whl (184.0 MB)
解决办法
pip install torch==1.7.0+cpu torchvision==0.8.1+cpu torchaudio===0.7.0 -f https://download.pytorch.org/whl/torch_stable.html
无需*
欢迎大家交流学习,任何问题都可以留言