____________________________________________________________________________________________________
Layer (type) Output Shape Param # Connected to
====================================================================================================
input_1 (InputLayer) (None, 25) 0
____________________________________________________________________________________________________
input_2 (InputLayer) (None, 25) 0
____________________________________________________________________________________________________
embedding_1 (Embedding) (None, 25, 300) 28679100 input_1[0][0]
____________________________________________________________________________________________________
embedding_2 (Embedding) (None, 25, 300) 28679100 input_2[0][0]
____________________________________________________________________________________________________
time_distributed_1 (TimeDistribu (None, 25, 300) 90300 embedding_1[0][0]
____________________________________________________________________________________________________
time_distributed_2 (TimeDistribu (None, 25, 300) 90300 embedding_2[0][0]
____________________________________________________________________________________________________
lambda_1 (Lambda) (None, 300) 0 time_distributed_1[0][0]
____________________________________________________________________________________________________
lambda_2 (Lambda) (None, 300) 0 time_distributed_2[0][0]
____________________________________________________________________________________________________
concatenate_1 (Concatenate) (None, 600) 0 lambda_1[0][0]
lambda_2[0][0]
____________________________________________________________________________________________________
dense_3 (Dense) (None, 200) 120200 concatenate_1[0][0]
____________________________________________________________________________________________________
dropout_1 (Dropout) (None, 200) 0 dense_3[0][0]
____________________________________________________________________________________________________
batch_normalization_1 (BatchNorm (None, 200) 800 dropout_1[0][0]
____________________________________________________________________________________________________
dense_4 (Dense) (None, 200) 40200 batch_normalization_1[0][0]
____________________________________________________________________________________________________
dropout_2 (Dropout) (None, 200) 0 dense_4[0][0]
____________________________________________________________________________________________________
batch_normalization_2 (BatchNorm (None, 200) 800 dropout_2[0][0]
____________________________________________________________________________________________________
dense_5 (Dense) (None, 200) 40200 batch_normalization_2[0][0]
____________________________________________________________________________________________________
dropout_3 (Dropout) (None, 200) 0 dense_5[0][0]
____________________________________________________________________________________________________
batch_normalization_3 (BatchNorm (None, 200) 800 dropout_3[0][0]
____________________________________________________________________________________________________
dense_6 (Dense) (None, 200) 40200 batch_normalization_3[0][0]
____________________________________________________________________________________________________
dropout_4 (Dropout) (None, 200) 0 dense_6[0][0]
____________________________________________________________________________________________________
batch_normalization_4 (BatchNorm (None, 200) 800 dropout_4[0][0]
____________________________________________________________________________________________________
dense_7 (Dense) (None, 1) 201 batch_normalization_4[0][0]
====================================================================================================
Total params: 57,783,001
Trainable params: 423,201
Non-trainable params: 57,359,800
____________________________________________________________________________________________________