tinypose_128x96_ptq.yml 254 字节
Newer Older
1 2 3 4 5 6 7 8 9 10
weights:  https://paddledet.bj.bcebos.com/models/keypoint/tinypose_128x96.pdparams
slim: PTQ

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