Skip to content

Commit 8197b79

Browse files
committed
ok
1 parent cb56c2e commit 8197b79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

onnxconv.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ def export_to_onnx(model, x_current, x_reference, file_name):
150150
(x_current, x_reference),
151151
file_name,
152152
export_params=True,
153-
opset_version=19,
153+
opset_version=15,
154154
do_constant_folding=True,
155155
input_names=['x_current', 'x_reference'],
156156
output_names=['f_r', 't_r', 't_c'],

0 commit comments

Comments
 (0)