keras-GAN icon indicating copy to clipboard operation
keras-GAN copied to clipboard

Added BatchNormalization layers and LeakyReLU activation function

Open sebaspv opened this issue 4 years ago • 0 comments

Added BatchNormalization layers to both the decoder and the encoder, as it assures a faster training, and added LeakyReLu activation function to the decoder, as its better than ReLU in the discriminator case.

sebaspv avatar Oct 19 '20 14:10 sebaspv