ppyolo_mbv3_large_ptq.yml 251 字节
Newer Older
G
Guanghua Yu 已提交
1 2 3 4 5 6 7 8 9 10
weights: https://paddledet.bj.bcebos.com/models/ppyolo_mbv3_large_coco.pdparams
slim: PTQ

PTQ:
  ptq_config: {
      'activation_quantizer': 'HistQuantizer',
      'upsample_bins': 127,
      'hist_percent': 0.999}
  quant_batch_num: 10
  fuse: True