From f50c8fe317ac1ef0cabfd803279a904c09618754 Mon Sep 17 00:00:00 2001 From: Guanghua Yu <742925032@qq.com> Date: Tue, 13 Dec 2022 16:47:20 +0800 Subject: [PATCH] Update post_quant.py --- example/post_training_quantization/detection/post_quant.py | 1 + 1 file changed, 1 insertion(+) diff --git a/example/post_training_quantization/detection/post_quant.py b/example/post_training_quantization/detection/post_quant.py index 052fdcb5..c179db27 100644 --- a/example/post_training_quantization/detection/post_quant.py +++ b/example/post_training_quantization/detection/post_quant.py @@ -83,6 +83,7 @@ def main(): batch_nums=10, algo=FLAGS.algo, hist_percent=0.999, + quantizable_op_type=["conv2d", "depthwise_conv2d"], is_full_quantize=False, bias_correction=False, onnx_format=False, -- GitLab