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: 2 comments 10 replies

Comment options

You must be logged in to vote
6 replies
@francescopisu
Comment options

@awni
Comment options

@francescopisu
Comment options

@awni
Comment options

@nickglazzard1959
Comment options

Answer selected by nickglazzard1959
Comment options

You must be logged in to vote
4 replies
@awni
Comment options

@petergreis
Comment options

@petergreis
Comment options

@petergreis
Comment options

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