mirror of
https://github.com/ultralytics/ultralytics
synced 2026-04-21 14:07:18 +00:00
Update cfg/default.yaml
This commit is contained in:
parent
1c1a7425ea
commit
2b1be4907e
1 changed files with 1 additions and 1 deletions
|
|
@ -100,7 +100,7 @@ warmup_epochs: 3.0 # (float) warmup epochs (fractions allowed)
|
|||
warmup_momentum: 0.8 # (float) initial momentum during warmup
|
||||
warmup_bias_lr: 0.1 # (float) bias learning rate during warmup
|
||||
distill_model: # (str, optional) path to teacher model for knowledge distillation
|
||||
dis: 6 # (float) distillation loss weight
|
||||
dis: 6.0 # (float) distillation loss weight
|
||||
box: 7.5 # (float) box loss gain
|
||||
cls: 0.5 # (float) classification loss gain
|
||||
cls_pw: 0.0 # (float) class weights power for handling class imbalance (0.0=disable, 1.0=full inverse frequency)
|
||||
|
|
|
|||
Loading…
Reference in a new issue