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 8f59153 commit 9fa45f3Copy full SHA for 9fa45f3
tf2onnx/onnx_opset/quantize.py
@@ -57,7 +57,7 @@ def version_10(cls, ctx, node, **kwargs):
57
zero = np.array(-min_adj, dtype=np.uint8)
58
make_sure(zero == -min_adj,
59
"Cannot convert FakeQuantWithMinMaxArgs with "
60
- "min={} max={} numbits={} because zero_scale={} "
+ "min=%r max=%r numbits=%r because zero_scale=%r "
61
"is outside uint8 boundary",
62
amin, amax, num_bits, -min_adj)
63
zero_point = ctx.make_const(
0 commit comments