We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d0516d3 commit afdb6d8Copy full SHA for afdb6d8
onnx_diagnostic/helpers/optim_helper.py
@@ -78,7 +78,7 @@ def optimize_model(
78
opt_onx, report = gr.to_onnx(optimize=True, return_optimize_report=True)
79
if verbose:
80
print("[optimize_model] optimization report")
81
- pprint.print(report)
+ pprint.pprint(report)
82
print("[optimize_model] done")
83
84
elif algorithm == "slim":
0 commit comments