提交 fd71fe84 authored 作者: Glenn Jocher's avatar Glenn Jocher

Update hyp.finetune.yaml

上级 f7e075fe
...@@ -7,9 +7,9 @@ lr0: 0.01 # initial learning rate (SGD=1E-2, Adam=1E-3) ...@@ -7,9 +7,9 @@ lr0: 0.01 # initial learning rate (SGD=1E-2, Adam=1E-3)
momentum: 0.94 # SGD momentum/Adam beta1 momentum: 0.94 # SGD momentum/Adam beta1
weight_decay: 0.0005 # optimizer weight decay 5e-4 weight_decay: 0.0005 # optimizer weight decay 5e-4
giou: 0.05 # GIoU loss gain giou: 0.05 # GIoU loss gain
cls: 0.2 # cls loss gain cls: 0.4 # cls loss gain
cls_pw: 1.0 # cls BCELoss positive_weight cls_pw: 1.0 # cls BCELoss positive_weight
obj: 0.3 # obj loss gain (scale with pixels) obj: 0.5 # obj loss gain (scale with pixels)
obj_pw: 1.0 # obj BCELoss positive_weight obj_pw: 1.0 # obj BCELoss positive_weight
iou_t: 0.20 # IoU training threshold iou_t: 0.20 # IoU training threshold
anchor_t: 4.0 # anchor-multiple threshold anchor_t: 4.0 # anchor-multiple threshold
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论