picodet_s_shufflenetv2_416_coco.yml 315 字节
Newer Older
G
Guanghua Yu 已提交
1 2 3 4 5 6 7 8 9 10 11 12 13
_BASE_: [
  '../datasets/coco_detection.yml',
  '../runtime.yml',
  '_base_/picodet_shufflenetv2_1x.yml',
  '_base_/optimizer_280e.yml',
  '_base_/picodet_416_reader.yml',
]

weights: output/picodet_s_shufflenetv2_320_coco/model_final
find_unused_parameters: True
use_ema: true
ema_decay: 0.9998
snapshot_epoch: 10