ZFNet visualization

Hi.
I’m trying to implement ZFNet, i also want to make the same visualizations from this paper, but i don’t know how to do deconvolution.
There is a module ConvTranspose2d, but i don’t think this is something i need, because this module has a learnable parameters.
Any advice? :slight_smile:

I think your only option is a ConvTranspose2d but you could look at this forum post see if it helps.