解决ValueError: loaded state dict contains a parameter group that doesn‘t match the size of optimizer‘

解决ValueError: loaded state dict contains a parameter group that doesn‘t match the size of optimizer‘,第1张

使用yolo的时候,训练自己的数据集,报错。尝试了各种办法,终于找到了一个可行的,记录一下。 大家可以试试,照着在命令框中输入,修改权重文件的路径

Found the solution:

Run:

"""

python -c "from utils.general import *; strip_optimizer('path/to/best.pt')"

"""

And then retrain.

This is the case when you continue training with models that have not finished training first.

参考:https://github.com/ultralytics/yolov5/issues/7379

欢迎分享,转载请注明来源:内存溢出

原文地址: http://outofmemory.cn/langs/917865.html

(0)
打赏 微信扫一扫 微信扫一扫 支付宝扫一扫 支付宝扫一扫
上一篇 2022-05-16
下一篇 2022-05-16

发表评论

登录后才能评论

评论列表(0条)