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 a8ccc97 commit 77514d9
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 @@ -150,7 +150,7 @@ def export_to_onnx(model, x_current, x_reference, file_name):
(x_current, x_reference),
file_name,
export_params=True,
opset_version=19,
opset_version=21,
do_constant_folding=True,
input_names=['x_current', 'x_reference'],
output_names=['f_r', 't_r', 't_c'],
Expand Down

0 comments on commit 77514d9

Please sign in to comment.