Skip to content

Commit

Permalink
Update onnx2tf.py
Browse files Browse the repository at this point in the history
float32 in quantization
  • Loading branch information
marcoschepis authored Oct 14, 2024
1 parent 5000a1c commit 1009b22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion onnx2tf/onnx2tf.py
Original file line number Diff line number Diff line change
Expand Up @@ -2158,7 +2158,7 @@ def main():
default='int8',
help=\
'Output dtypes when doing Full INT8 Quantization. \n' +
'"int8"(default) or "uint8" or "float32'
'"int8"(default) or "uint8" or "float32"'
)
parser.add_argument(
'-nuo',
Expand Down

0 comments on commit 1009b22

Please sign in to comment.