gfl_ld_distill.yml 307 字节
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
_BASE_: [
  '../../gfl/gfl_r18vd_1x_coco.yml',
]

# teacher pretrain model
pretrain_weights: https://paddledet.bj.bcebos.com/models/gfl_r101vd_fpn_mstrain_2x_coco.pdparams

slim: Distill
slim_method: LD

ResNet:
  depth: 101
  variant: d
  norm_type: bn
  freeze_at: 0
  return_idx: [1,2,3]
  num_stages: 4