AttributeError: module 'torchvision.transforms' has no attribute 'Totensor'
时间: 2023-11-09 08:06:25 浏览: 58
AttributeError: module 'tensorflow.compat.v1' has no attribute '
这个错误通常是因为 torchvision 的版本过低导致的,可以尝试升级 torchvision 到最新版本解决该问题。
可以使用以下命令升级 torchvision:
```
pip install --upgrade torchvision
```
如果已经是最新版本,可以尝试重新安装 torchvision。
阅读全文