Convolutional Neural Network for auto encoder

I want to build an autoencoder model in the image above. The model consists of fully connected layers. How am I suppose to build the 2D convolution, BN (batch normalization), Relu unit.

Iā€™d suggest you watch this video: Modern Keras design patterns | Session - YouTube

it will give you some insights.

1 Like