File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed
Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 11lr0 : 0.01 # initial learning rate (SGD=1E-2, Adam=1E-3)
2- lrf : 0.1 # final OneCycleLR learning rate (lr0 * lrf)
2+ lrf : 0.2 # final OneCycleLR learning rate (lr0 * lrf)
33momentum : 0.937 # SGD momentum/Adam beta1
44weight_decay : 0.0005 # optimizer weight decay 5e-4
5- warmup_epochs : 3 .0 # warmup epochs (fractions ok)
5+ warmup_epochs : 6 .0 # warmup epochs (fractions ok)
66warmup_momentum : 0.8 # warmup initial momentum
77warmup_bias_lr : 0.1 # warmup initial bias lr
88box : 0.05 # box loss gain
@@ -26,4 +26,5 @@ fliplr: 0.5 # image flip left-right (probability)
2626mosaic : 1.0 # image mosaic (probability)
2727mixup : 0.0 # image mixup (probability)
2828copy_paste : 0.0 # image copy paste (probability)
29- paste_in : 0.0 # image copy paste (probability)
29+ paste_in : 0.0 # image copy paste (probability), use 0 for faster training
30+ loss_ota : 0 # use ComputeLossOTA, use 0 for faster training
Original file line number Diff line number Diff line change @@ -26,4 +26,5 @@ fliplr: 0.5 # image flip left-right (probability)
2626mosaic : 1.0 # image mosaic (probability)
2727mixup : 0.15 # image mixup (probability)
2828copy_paste : 0.0 # image copy paste (probability)
29- paste_in : 0.15 # image copy paste (probability)
29+ paste_in : 0.15 # image copy paste (probability), use 0 for faster training
30+ loss_ota : 1 # use ComputeLossOTA, use 0 for faster training
You can’t perform that action at this time.
0 commit comments