gfl_r34vd_1x_coco.yml 431 B

12345678910111213141516171819
  1. _BASE_: [
  2. '../datasets/coco_detection.yml',
  3. '../runtime.yml',
  4. '_base_/gfl_r50_fpn.yml',
  5. '_base_/optimizer_1x.yml',
  6. '_base_/gfl_reader.yml',
  7. ]
  8. pretrain_weights: https://paddledet.bj.bcebos.com/models/pretrained/ResNet34_vd_pretrained.pdparams
  9. weights: output/gfl_r34vd_1x_coco/model_final
  10. find_unused_parameters: True
  11. ResNet:
  12. depth: 34
  13. variant: d
  14. norm_type: bn
  15. freeze_at: 0
  16. return_idx: [1,2,3]
  17. num_stages: 4