From a8ccc97a42c954e2ff4d17979bc54830b5bccd66 Mon Sep 17 00:00:00 2001 From: John Pope Date: Sun, 6 Oct 2024 09:23:42 +1100 Subject: [PATCH] ok --- onnxconv.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/onnxconv.py b/onnxconv.py index ea61226..af7a7e8 100644 --- a/onnxconv.py +++ b/onnxconv.py @@ -161,7 +161,7 @@ def export_to_onnx(model, x_current, x_reference, file_name): 't_r': {0: 'batch_size'}, 't_c': {0: 'batch_size'} }, - export_params=True, + verbose=True ) print(f"Model exported successfully to {file_name}")