____________________________________________________________________________________________________
Layer (type) Output Shape Param # Connected to
====================================================================================================
main_input (InputLayer) (None, 100) 0
____________________________________________________________________________________________________
embedding_1 (Embedding) (None, 100, 512) 5120000 main_input[0][0]
____________________________________________________________________________________________________
lstm_1 (LSTM) (None, 32) 69760 embedding_1[0][0]
____________________________________________________________________________________________________
aux_input (InputLayer) (None, 5) 0
____________________________________________________________________________________________________
concatenate_1 (Concatenate) (None, 37) 0 lstm_1[0][0]
aux_input[0][0]
____________________________________________________________________________________________________
dense_1 (Dense) (None, 64) 2432 concatenate_1[0][0]
____________________________________________________________________________________________________
dense_2 (Dense) (None, 64) 4160 dense_1[0][0]
____________________________________________________________________________________________________
dense_3 (Dense) (None, 64) 4160 dense_2[0][0]
____________________________________________________________________________________________________
main_output (Dense) (None, 1) 65 dense_3[0][0]
____________________________________________________________________________________________________
aux_output (Dense) (None, 1) 33 lstm_1[0][0]
====================================================================================================
Total params: 5,200,610
Trainable params: 5,200,610
Non-trainable params: 0
____________________________________________________________________________________________________