Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
PINTO0309 committed Oct 19, 2024
1 parent 5e6aecb commit b10e8c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion onnx2tf/onnx2tf.py
Original file line number Diff line number Diff line change
Expand Up @@ -1628,7 +1628,7 @@ def sanitizing(node):
]

elif custom_input_op_name_np_data_path is not None:
for param, model_input in zip(custom_input_op_name_np_data_path, model.inputs):
for param in custom_input_op_name_np_data_path:
if len(param) != 4:
error(
"If you want to use custom input with the '-oiqt' option, " +
Expand Down

0 comments on commit b10e8c6

Please sign in to comment.