We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d90b617 commit a46e68aCopy full SHA for a46e68a
tools/onnx-optimize.py
@@ -71,7 +71,7 @@ def main():
71
model_proto = helper.make_model(onnx_graph, **kwargs)
72
73
model_proto_inferred = model_shape_inference(model_proto)
74
-
+
75
# write onnx graph
76
if args.output:
77
with open(args.output, "wb") as f:
0 commit comments