keras-GAN
keras-GAN copied to clipboard
Added BatchNormalization layers and LeakyReLU activation function
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.