24 lines
513 B
YAML
24 lines
513 B
YAML
![]() |
_BASE_: [
|
||
|
'../datasets/voc.yml',
|
||
|
'../runtime.yml',
|
||
|
'_base_/optimizer_270e.yml',
|
||
|
'_base_/yolov3_mobilenet_v1.yml',
|
||
|
'_base_/yolov3_reader.yml',
|
||
|
]
|
||
|
|
||
|
snapshot_epoch: 5
|
||
|
pretrain_weights: https://paddledet.bj.bcebos.com/models/pretrained/MobileNetV1_ssld_pretrained.pdparams
|
||
|
weights: output/yolov3_mobilenet_v1_ssld_270e_voc/model_final
|
||
|
|
||
|
LearningRate:
|
||
|
base_lr: 0.001
|
||
|
schedulers:
|
||
|
- !PiecewiseDecay
|
||
|
gamma: 0.1
|
||
|
milestones:
|
||
|
- 216
|
||
|
- 243
|
||
|
- !LinearWarmup
|
||
|
start_factor: 0.
|
||
|
steps: 1000
|