AttributeError: module 'torchvision.transforms' has no attribute 'size'
时间: 2023-11-05 14:00:21 浏览: 140
AttributeError: module 'tensorflow.compat.v1' has no attribute '
AttributeError: module 'torchvision.transforms' has no attribute 'size'是因为在新版本的torchvision中,transforms模块没有size属性。如果你想要调整图像的大小,可以使用transforms.Resize方法。
阅读全文