yolov5训练数据集报错AttributeError: type object 'Axis' has no attribute '_set_ticklabels'
时间: 2023-11-10 17:04:24 浏览: 150
python的mysql数据查询及报错AttributeError: ‘Connection’ object has no attribute ‘curson’
这个错误可能是由于 matplotlib 版本过高导致的,可以尝试将 matplotlib 降级到 3.2.2 版本以下。可以使用以下命令降级:
```
pip install matplotlib==3.2.2
```
如果还是无法解决问题,可以尝试更新 PyTorch 和 torchvision 到最新版本。
阅读全文