Secret sauce that brings YouTube followers, views, likes
Get Free YouTube Subscribers, Views and Likes

218 - Difference between UpSampling2D and Conv2DTranspose used in U-Net and GAN

Follow
DigitalSreeni

Difference between UpSampling2D and Conv2DTranspose

These are the two common types of layers that can be used to increase the dimensions of arrays.

UpSampling2D is like the opposite of pooling where it repeats rows and columns of the input.

Conv2DTranspose performs upsampling and convolution.

Conv2DTranspose has been reported to result in Checkerboard artifacts but
unfortunately not much information on the comparison of UpSampling2D vs Conv2DTranspose.

Code generated in the video can be downloaded from here:
https://github.com/bnsreenu/python_fo...

posted by diafan6n