module 'torchvision' has no attribute 'ops'


module 'torchvision' has no attribute 'ops'

问题:

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

pip uninstall torch
pip uninstall torchvision

解决方法

pip install torch==1.8.1
pip install torchvision==0.9.1

对应匹配图


免责声明!

本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。



 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM