faster_rcnn_swin_tiny_fpn_3x_coco.yml 387 B

12345678910111213141516171819202122
  1. _BASE_: [
  2. 'faster_rcnn_swin_tiny_fpn_1x_coco.yml',
  3. ]
  4. weights: output/faster_rcnn_swin_tiny_fpn_3x_coco/model_final
  5. epoch: 36
  6. LearningRate:
  7. base_lr: 0.0001
  8. schedulers:
  9. - !PiecewiseDecay
  10. gamma: 0.1
  11. milestones: [24, 33]
  12. - !LinearWarmup
  13. start_factor: 0.1
  14. steps: 1000
  15. OptimizerBuilder:
  16. clip_grad_by_norm: 1.0
  17. optimizer:
  18. type: AdamW
  19. weight_decay: 0.05