faster_rcnn_r50_2x_coco.yml 282 字节
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
_BASE_: [
  'faster_rcnn_r50_1x_coco.yml',
]
weights: output/faster_rcnn_r50_2x_coco/model_final

epoch: 24
LearningRate:
  base_lr: 0.01
  schedulers:
  - !PiecewiseDecay
    gamma: 0.1
    milestones: [16, 22]
  - !LinearWarmup
    start_factor: 0.3333333333333333
    steps: 500