Skip to content

Commit

Permalink
ok
Browse files Browse the repository at this point in the history
  • Loading branch information
johndpope committed Oct 5, 2024
1 parent 75656f1 commit a8ccc97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion onnxconv.py
Original file line number Diff line number Diff line change
Expand Up @@ -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}")
Expand Down

0 comments on commit a8ccc97

Please sign in to comment.