Skip to content

Commit 9fa45f3

Browse files
committed
fix formatting
1 parent 8f59153 commit 9fa45f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tf2onnx/onnx_opset/quantize.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ def version_10(cls, ctx, node, **kwargs):
5757
zero = np.array(-min_adj, dtype=np.uint8)
5858
make_sure(zero == -min_adj,
5959
"Cannot convert FakeQuantWithMinMaxArgs with "
60-
"min={} max={} numbits={} because zero_scale={} "
60+
"min=%r max=%r numbits=%r because zero_scale=%r "
6161
"is outside uint8 boundary",
6262
amin, amax, num_bits, -min_adj)
6363
zero_point = ctx.make_const(

0 commit comments

Comments
 (0)