Learn Before
Concept

Convolutional Transpose Layers

When we have stride =2 in a standard convolution layer we halve both the height and the width of the input tensor. Convolutional transpose layers use the same principle but the difference is that instead of halving the width and height we are doubling them. As you can see in the decoder code node we use the Conv2DTranspose keras layer which implements this functionality.

0

1

Updated 2020-10-25

Tags

Data Science