Update cfg/default.yaml

This commit is contained in:
Laughing-q 2026-04-20 17:51:33 +08:00
parent 1c1a7425ea
commit 2b1be4907e

View file

@ -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)