关于:AttributeError: module ‘torchvision.transforms‘ has no attribute ‘Resize‘

About: AttributeError: module 'torchvision.transforms' has no attribute 'Resize'

I user the following code to slove the problem. 

关于这个错误, AttributeError: module 'torchvision.transforms' has no attribute 'Resize'

我使用了以下代码解决。

conda uninstall torchvision
pip install torchvision

 

你可能感兴趣的:(pytorch,错误总结)