ModuleNotFoundError: No module named ‘torchvision.ops‘
问题:cuda的版本是cuda9.0,在使用torchvision=0.2.1,torch版本为0.4.0时候报错:原因:torchvision和cuda版本不匹配,torchvision的版本过低,应该将其至少更新到0.3.0。解决办法将torchvision0.2.1更新到torchvision0.4.0卸载pipuninstalltorchvision安装推荐离线安装torchvision,