Regarding the transpose convolution,
Hi I want to know how the transpose convolution operation works in tensorflow framework for this version:
https://machinelearningmastery.com/upsampling-and-transpose-convolution-layers-for-generative-adversarial-networks/. Is the implementation of transpose convolution = upsampling layer + convolution used directly or any changes were made?