faster_rcnn_r50_fpn_2x_coco.yml 276 字节
Newer Older
1 2 3 4 5 6 7
_BASE_: [
  'faster_rcnn_r50_fpn_1x_coco.yml',
]
weights: output/faster_rcnn_r50_fpn_2x_coco/model_final

epoch: 24
LearningRate:
8
  base_lr: 0.01
9 10 11 12 13
  schedulers:
  - !PiecewiseDecay
    gamma: 0.1
    milestones: [16, 22]
  - !LinearWarmup
14 15
    start_factor: 0.1
    steps: 1000