yolov5训练报错AttributeError: type object 'Axis' has no attribute '_set_ticklabels'
时间: 2023-11-08 08:04:54 浏览: 177
多线程爬虫出现报错AttributeError: ‘NoneType’ object has no attribute ‘xpath’
这个错误可能是由于 matplotlib 版本过高导致的,可以尝试将 matplotlib 降级到 3.2.2 版本以下。可以使用以下命令降级:
```
pip install matplotlib==3.2.2
```
如果还是无法解决问题,可以尝试更新 PyTorch 和 torchvision 到最新版本。
阅读全文