Model: "discriminator" _________________________________________________________________ Layer (type) Output Shape Param # ================================================================= dropout (Dropout) (None, 5) 0 _________________________________________________________________ dense (Dense) (None, 512) 3072 _________________________________________________________________ batch_normalization (BatchNo (None, 512) 2048 _________________________________________________________________ leaky_re_lu (LeakyReLU) (None, 512) 0 _________________________________________________________________ dropout_1 (Dropout) (None, 512) 0 _________________________________________________________________ dense_1 (Dense) (None, 256) 131328 _________________________________________________________________ batch_normalization_1 (Batch (None, 256) 1024 _________________________________________________________________ leaky_re_lu_1 (LeakyReLU) (None, 256) 0 _________________________________________________________________ dropout_2 (Dropout) (None, 256) 0 _________________________________________________________________ dense_2 (Dense) (None, 256) 65792 _________________________________________________________________ batch_normalization_2 (Batch (None, 256) 1024 _________________________________________________________________ leaky_re_lu_2 (LeakyReLU) (None, 256) 0 _________________________________________________________________ dropout_3 (Dropout) (None, 256) 0 _________________________________________________________________ dense_3 (Dense) (None, 1) 257 ================================================================= Total params: 204,545 Trainable params: 202,497 Non-trainable params: 2,048 _________________________________________________________________ Model: "generator" _________________________________________________________________ Layer (type) Output Shape Param # ================================================================= batch_normalization_3 (Batch (None, 100) 400 _________________________________________________________________ dropout_4 (Dropout) (None, 100) 0 _________________________________________________________________ dense_4 (Dense) (None, 1024) 103424 _________________________________________________________________ batch_normalization_4 (Batch (None, 1024) 4096 _________________________________________________________________ leaky_re_lu_3 (LeakyReLU) (None, 1024) 0 _________________________________________________________________ dropout_5 (Dropout) (None, 1024) 0 _________________________________________________________________ dense_5 (Dense) (None, 2048) 2099200 _________________________________________________________________ batch_normalization_5 (Batch (None, 2048) 8192 _________________________________________________________________ leaky_re_lu_4 (LeakyReLU) (None, 2048) 0 _________________________________________________________________ dropout_6 (Dropout) (None, 2048) 0 _________________________________________________________________ dense_6 (Dense) (None, 5) 10245 ================================================================= Total params: 2,225,557 Trainable params: 2,219,213 Non-trainable params: 6,344