yolov3_mobilenet_v1_qat.yml 469 字节
Newer Older
B
Bai Yifan 已提交
1
# Weights of yolov3_mobilenet_v1_coco
K
Kaipeng Deng 已提交
2
pretrain_weights: https://paddledet.bj.bcebos.com/models/yolov3_mobilenet_v1_270e_coco.pdparams
B
Bai Yifan 已提交
3 4 5 6 7 8 9 10 11
weight_type: resume
slim: QAT

QAT:
  quant_config: {
    'weight_quantize_type': 'channel_wise_abs_max', 'activation_quantize_type': 'moving_average_abs_max',
    'weight_bits': 8, 'activation_bits': 8, 'dtype': 'int8', 'window_size': 10000, 'moving_rate': 0.9,
    'quantizable_layer_type': ['Conv2D', 'Linear']}
  print_model: True