yolov5训练时报错:
AttributeError: ‘NoneType‘ object has no attribute ‘_free_weak_ref‘
问题解决:
降低pytorch版本。
之前使用的是1.11.3,降低成1.10.2
卸载之前的pytorch文章来源:https://www.toymoban.com/news/detail-691595.html
conda uninstall pytorch
conda uninstall libtorch
安装低版本的pytorch文章来源地址https://www.toymoban.com/news/detail-691595.html
conda install pytorch==1.10.0 torchvision==0.11.0 cudatoolkit=10.2 -c pytorch
到了这里,关于AttributeError: ‘NoneType‘ object has no attribute ‘_free_weak_ref‘的文章就介绍完了。如果您还想了解更多内容,请在右上角搜索TOY模板网以前的文章或继续浏览下面的相关文章,希望大家以后多多支持TOY模板网!