Skip to content

Commit e269fda

Browse files
yufengleeshamaksx
authored andcommitted
Set default format to QuantFormat.QDQ (microsoft#123)
1 parent 13b22a5 commit e269fda

File tree

1 file changed

+1
-1
lines changed
  • quantization/image_classification/cpu

1 file changed

+1
-1
lines changed

quantization/image_classification/cpu/run.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ def get_args():
8989
parser.add_argument("--output_model", required=True, help="output model")
9090
parser.add_argument("--calibrate_dataset", default="./test_images", help="calibration data set")
9191
parser.add_argument("--quant_format",
92-
default=QuantFormat.QOperator,
92+
default=QuantFormat.QDQ,
9393
type=QuantFormat.from_string,
9494
choices=list(QuantFormat))
9595
parser.add_argument("--per_channel", default=False, type=bool)

0 commit comments

Comments
 (0)