Hi,
Thank you for the well documented code and explanation of conv2d_tranpose on Stack Overflow. Is it always possible to cast conv2d_tranpose as a conv2d op? Is it possible to obtain upsampling like convd_transpose using conv2d? I changed the strides in the provided code to [1,2,2,1] and made other appropriate changes. The output of deconv_conv2d is [1,14,14,1] instead of the expected [1,28,28,1]. Thank you for your time.
Hi,
Thank you for the well documented code and explanation of
conv2d_tranposeon Stack Overflow. Is it always possible to castconv2d_tranposeas aconv2dop? Is it possible to obtain upsampling likeconvd_transposeusingconv2d? I changed the strides in the provided code to[1,2,2,1]and made other appropriate changes. The output ofdeconv_conv2dis[1,14,14,1]instead of the expected[1,28,28,1]. Thank you for your time.