Skip to content

Commit d239d1c

Browse files
author
wayuanho
authored
Merge pull request #623 from zhijxu-MS/fix_bug
fix bug
2 parents 8362042 + 9e21cb9 commit d239d1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tf2onnx/tfonnx.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -601,7 +601,7 @@ def transpose_inputs(ctx, inputs_as_nchw):
601601
ops.append(transpose)
602602
ops.append(node)
603603
continue
604-
ops.append(node)
604+
ops.append(node)
605605
ctx.reset_nodes(ops)
606606

607607

0 commit comments

Comments
 (0)