ppyolo_mbv3_large_qat.yml 514 B

12345678910111213141516
  1. pretrain_weights: https://paddledet.bj.bcebos.com/models/ppyolo_mbv3_large_coco.pdparams
  2. slim: QAT
  3. QAT:
  4. quant_config: {
  5. 'weight_quantize_type': 'channel_wise_abs_max', 'activation_quantize_type': 'moving_average_abs_max',
  6. 'weight_bits': 8, 'activation_bits': 8, 'dtype': 'int8', 'window_size': 10000, 'moving_rate': 0.99,
  7. 'quantizable_layer_type': ['Conv2D', 'Linear']}
  8. print_model: True
  9. PPYOLOFPN:
  10. in_channels: [160, 368]
  11. coord_conv: true
  12. conv_block_num: 0
  13. spp: true
  14. drop_block: false