-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathmodel_summary.txt
26 lines (26 loc) · 2.49 KB
/
model_summary.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
____________________________________________________________________________________________________
Layer (type) Output Shape Param # Connected to
====================================================================================================
input_1 (InputLayer) (None, 44, 2452) 0
____________________________________________________________________________________________________
input_3 (InputLayer) (None, 512) 0
____________________________________________________________________________________________________
dense_1 (Dense) (None, 1000) 513000 input_3[0][0]
____________________________________________________________________________________________________
dense_2 (Dense) (None, 1000) 513000 input_3[0][0]
____________________________________________________________________________________________________
input_2 (InputLayer) (None, 196, 512) 0
____________________________________________________________________________________________________
timedistributed_1 (TimeDistribute(None, 44, 512) 1255936 input_1[0][0]
____________________________________________________________________________________________________
attentionlstm_1 (AttentionLSTM) (None, 44, 512) 3677185 timedistributed_1[0][0]
dense_1[0][0]
dense_2[0][0]
input_2[0][0]
____________________________________________________________________________________________________
timedistributed_2 (TimeDistribute(None, 44, 2452) 1257876 attentionlstm_1[0][0]
____________________________________________________________________________________________________
activation_1 (Activation) (None, 44, 2452) 0 timedistributed_2[0][0]
====================================================================================================
Total params: 7216997
____________________________________________________________________________________________________