Skip to content

Commit

Permalink
fix (frontends)(torch)(convolution_functions): passing in the `filter…
Browse files Browse the repository at this point in the history
…_format` as a keyword to `_conv_transpose`
  • Loading branch information
YushaArif99 committed Sep 20, 2024
1 parent 1b022f2 commit 626a71f
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -227,6 +227,7 @@ def conv_transpose2d(
output_padding=output_padding,
groups=groups,
dilation=dilation,
filter_format="channel_first",
)


Expand Down

0 comments on commit 626a71f

Please sign in to comment.