__________________________________________________________________________________________________
Layer (type)                    Output Shape         Param #     Connected to                     
==================================================================================================
input_1 (InputLayer)            (None, 40, 100, 1)   0                                            
__________________________________________________________________________________________________
batch_normalization_1 (BatchNor (None, 40, 100, 1)   4           input_1[0][0]                    
__________________________________________________________________________________________________
conv2d_1 (Conv2D)               (None, 40, 100, 64)  1664        batch_normalization_1[0][0]      
__________________________________________________________________________________________________
max_pooling2d_1 (MaxPooling2D)  (None, 20, 50, 64)   0           conv2d_1[0][0]                   
__________________________________________________________________________________________________
batch_normalization_2 (BatchNor (None, 20, 50, 64)   256         max_pooling2d_1[0][0]            
__________________________________________________________________________________________________
conv2d_2 (Conv2D)               (None, 16, 46, 128)  204928      batch_normalization_2[0][0]      
__________________________________________________________________________________________________
max_pooling2d_2 (MaxPooling2D)  (None, 8, 23, 128)   0           conv2d_2[0][0]                   
__________________________________________________________________________________________________
batch_normalization_3 (BatchNor (None, 8, 23, 128)   512         max_pooling2d_2[0][0]            
__________________________________________________________________________________________________
conv2d_3 (Conv2D)               (None, 4, 19, 256)   819456      batch_normalization_3[0][0]      
__________________________________________________________________________________________________
max_pooling2d_3 (MaxPooling2D)  (None, 2, 9, 256)    0           conv2d_3[0][0]                   
__________________________________________________________________________________________________
dropout_1 (Dropout)             (None, 2, 9, 256)    0           max_pooling2d_3[0][0]            
__________________________________________________________________________________________________
flatten_1 (Flatten)             (None, 4608)         0           dropout_1[0][0]                  
__________________________________________________________________________________________________
dense_1 (Dense)                 (None, 1024)         4719616     flatten_1[0][0]                  
__________________________________________________________________________________________________
dropout_2 (Dropout)             (None, 1024)         0           dense_1[0][0]                    
__________________________________________________________________________________________________
dense_2 (Dense)                 (None, 512)          524800      dropout_2[0][0]                  
__________________________________________________________________________________________________
dense_3 (Dense)                 (None, 36)           18468       dense_2[0][0]                    
__________________________________________________________________________________________________
dense_4 (Dense)                 (None, 36)           18468       dense_2[0][0]                    
__________________________________________________________________________________________________
dense_5 (Dense)                 (None, 36)           18468       dense_2[0][0]                    
__________________________________________________________________________________________________
dense_6 (Dense)                 (None, 36)           18468       dense_2[0][0]                    
__________________________________________________________________________________________________
dense_7 (Dense)                 (None, 36)           18468       dense_2[0][0]                    
==================================================================================================
Total params: 6,363,576
Trainable params: 6,363,190
Non-trainable params: 386
__________________________________________________________________________________________________