yolov3_mobilenet_v1_qat.yml 449 B

12345678910
  1. # Weights of yolov3_mobilenet_v1_coco
  2. pretrain_weights: https://paddledet.bj.bcebos.com/models/yolov3_mobilenet_v1_270e_coco.pdparams
  3. slim: QAT
  4. QAT:
  5. quant_config: {
  6. 'weight_quantize_type': 'channel_wise_abs_max', 'activation_quantize_type': 'moving_average_abs_max',
  7. 'weight_bits': 8, 'activation_bits': 8, 'dtype': 'int8', 'window_size': 10000, 'moving_rate': 0.9,
  8. 'quantizable_layer_type': ['Conv2D', 'Linear']}
  9. print_model: True