C:\Users\Omar Saleem Mohammed\AppData\Local\Continuum\Anaconda2\lib\site-packages\ipykernel\__main__.py:14: UserWarning: Update your `Conv2D` call to the Keras 2 API: `Conv2D(100, (3, 3), padding="same", kernel_initializer="glorot_uniform")`
C:\Users\Omar Saleem Mohammed\AppData\Local\Continuum\Anaconda2\lib\site-packages\ipykernel\__main__.py:17: UserWarning: Update your `Conv2D` call to the Keras 2 API: `Conv2D(50, (3, 3), padding="same", kernel_initializer="glorot_uniform")`
C:\Users\Omar Saleem Mohammed\AppData\Local\Continuum\Anaconda2\lib\site-packages\ipykernel\__main__.py:20: UserWarning: Update your `Conv2D` call to the Keras 2 API: `Conv2D(1, (1, 1), padding="same", kernel_initializer="glorot_uniform")`
_________________________________________________________________
Layer (type) Output Shape Param #
=================================================================
input_1 (InputLayer) (None, 100) 0
_________________________________________________________________
dense_1 (Dense) (None, 39200) 3959200
_________________________________________________________________
batch_normalization_1 (Batch (None, 39200) 156800
_________________________________________________________________
activation_1 (Activation) (None, 39200) 0
_________________________________________________________________
reshape_1 (Reshape) (None, 200, 14, 14) 0
_________________________________________________________________
up_sampling2d_1 (UpSampling2 (None, 200, 28, 28) 0
_________________________________________________________________
conv2d_1 (Conv2D) (None, 100, 28, 28) 180100
_________________________________________________________________
batch_normalization_2 (Batch (None, 100, 28, 28) 112
_________________________________________________________________
activation_2 (Activation) (None, 100, 28, 28) 0
_________________________________________________________________
conv2d_2 (Conv2D) (None, 50, 28, 28) 45050
_________________________________________________________________
batch_normalization_3 (Batch (None, 50, 28, 28) 112
_________________________________________________________________
activation_3 (Activation) (None, 50, 28, 28) 0
_________________________________________________________________
conv2d_3 (Conv2D) (None, 1, 28, 28) 51
_________________________________________________________________
activation_4 (Activation) (None, 1, 28, 28) 0
=================================================================
Total params: 4,341,425
Trainable params: 4,262,913
Non-trainable params: 78,512
_________________________________________________________________
C:\Users\Omar Saleem Mohammed\AppData\Local\Continuum\Anaconda2\lib\site-packages\ipykernel\__main__.py:29: UserWarning: Update your `Conv2D` call to the Keras 2 API: `Conv2D(256, (5, 5), padding="same", strides=(2, 2), activation="relu")`
C:\Users\Omar Saleem Mohammed\AppData\Local\Continuum\Anaconda2\lib\site-packages\ipykernel\__main__.py:32: UserWarning: Update your `Conv2D` call to the Keras 2 API: `Conv2D(512, (5, 5), padding="same", strides=(2, 2), activation="relu")`
_________________________________________________________________
Layer (type) Output Shape Param #
=================================================================
input_2 (InputLayer) (None, 1L, 28L, 28L) 0
_________________________________________________________________
conv2d_4 (Conv2D) (None, 256, 14L, 14L) 6656
_________________________________________________________________
leaky_re_lu_1 (LeakyReLU) (None, 256, 14L, 14L) 0
_________________________________________________________________
dropout_1 (Dropout) (None, 256, 14L, 14L) 0
_________________________________________________________________
conv2d_5 (Conv2D) (None, 512, 7L, 7L) 3277312
_________________________________________________________________
leaky_re_lu_2 (LeakyReLU) (None, 512, 7L, 7L) 0
_________________________________________________________________
dropout_2 (Dropout) (None, 512, 7L, 7L) 0
_________________________________________________________________
flatten_1 (Flatten) (None, 25088) 0
_________________________________________________________________
dense_2 (Dense) (None, 256) 6422784
_________________________________________________________________
leaky_re_lu_3 (LeakyReLU) (None, 256) 0
_________________________________________________________________
dropout_3 (Dropout) (None, 256) 0
_________________________________________________________________
dense_3 (Dense) (None, 2) 514
=================================================================
Total params: 9,707,266
Trainable params: 9,707,266
Non-trainable params: 0
_________________________________________________________________
_________________________________________________________________
Layer (type) Output Shape Param #
=================================================================
input_3 (InputLayer) (None, 100) 0
_________________________________________________________________
model_1 (Model) (None, 1, 28, 28) 4341425
_________________________________________________________________
model_2 (Model) (None, 2) 9707266
=================================================================
Total params: 14,048,691
Trainable params: 4,262,913
Non-trainable params: 9,785,778
_________________________________________________________________