We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13b22a5 commit e269fdaCopy full SHA for e269fda
quantization/image_classification/cpu/run.py
@@ -89,7 +89,7 @@ def get_args():
89
parser.add_argument("--output_model", required=True, help="output model")
90
parser.add_argument("--calibrate_dataset", default="./test_images", help="calibration data set")
91
parser.add_argument("--quant_format",
92
- default=QuantFormat.QOperator,
+ default=QuantFormat.QDQ,
93
type=QuantFormat.from_string,
94
choices=list(QuantFormat))
95
parser.add_argument("--per_channel", default=False, type=bool)
0 commit comments