Skip to content

Commit 9e21cb9

Browse files
committed
fix bug
1 parent 41fad17 commit 9e21cb9

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)