We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d9d1df commit f50c8feCopy full SHA for f50c8fe
example/post_training_quantization/detection/post_quant.py
@@ -83,6 +83,7 @@ def main():
83
batch_nums=10,
84
algo=FLAGS.algo,
85
hist_percent=0.999,
86
+ quantizable_op_type=["conv2d", "depthwise_conv2d"],
87
is_full_quantize=False,
88
bias_correction=False,
89
onnx_format=False,
0 commit comments