Skip to content

ConvTranspose2D implementation #1001

Answered by awni
nickglazzard1959 asked this question in Q&A
Discussion options

You must be logged in to vote

You can use mx.conv_general to implement the transposed convolution (which is the way we would do it if we added a ConvTranspose layer or op. I think there is still room to optimize the underlying implementation but it should not be horribly slow.

This is a useful page to see correspondence between conv and transposed conv.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@nickglazzard1959
Comment options

Answer selected by nickglazzard1959
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants