Skip to content

Commit 63cd1a9

Browse files
committed
fix typo
1 parent b921a5d commit 63cd1a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tf2onnx/onnx_opset/nn.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -763,7 +763,7 @@ def _convert_since_9(cls, ctx, node, op_type, use_target_size=False):
763763
resize_inputs = [
764764
input_nchw.output[0],
765765
roi.output[0],
766-
const_empty_float.output[0],,
766+
const_empty_float.output[0],
767767
final_target_size.output[0]
768768
]
769769
upsample = ctx.make_node("Resize", resize_inputs,

0 commit comments

Comments
 (0)