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 82ad2e9 commit da18e90Copy full SHA for da18e90
_doc/status/exporter_dynamic.rst
@@ -73,7 +73,8 @@ to the original model.
73
print(textwrap.indent(pretty_onnx(res["onx"]), " "))
74
print()
75
76
- obs.append(dict(case=case_ref, error="", exporter=expo))
+ if "error" not in res:
77
+ obs.append(dict(case=case_ref, error="", exporter=expo))
78
if "error" in res:
79
print("**FAILED**")
80
0 commit comments