Skip to content

Commit f50c8fe

Browse files
authored
Update post_quant.py
1 parent 6d9d1df commit f50c8fe

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

example/post_training_quantization/detection/post_quant.py

+1
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ def main():
8383
batch_nums=10,
8484
algo=FLAGS.algo,
8585
hist_percent=0.999,
86+
quantizable_op_type=["conv2d", "depthwise_conv2d"],
8687
is_full_quantize=False,
8788
bias_correction=False,
8889
onnx_format=False,

0 commit comments

Comments
 (0)