12345678910111213141516 |
- _BASE_: [
- '../../gfl/gfl_r101vd_fpn_mstrain_2x_coco.yml',
- ]
- pretrain_weights: https://paddledet.bj.bcebos.com/models/gfl_r101vd_fpn_mstrain_2x_coco.pdparams
- slim: Distill
- slim_method: CWD
- distill_loss: ChannelWiseDivergence
- distill_loss_name: ['cls_f_4', 'cls_f_3', 'cls_f_2', 'cls_f_1', 'cls_f_0']
- ChannelWiseDivergence:
- student_channels: 80
- teacher_channels: 80
- tau: 1.0
- weight: 5.0
|