Skip to content

Instantly share code, notes, and snippets.

@boyangwang
Created June 16, 2017 12:19
Show Gist options
  • Save boyangwang/56c8a35b06ea8cc40ff4689ece96ab1e to your computer and use it in GitHub Desktop.
Save boyangwang/56c8a35b06ea8cc40ff4689ece96ab1e to your computer and use it in GitHub Desktop.
lgqm-rnn-architecture
Layer (type) Output Shape Param # Connected to
====================================================================================================
embedding_2 (Embedding) (64, 48, 200) 1137600 embedding_input_2[0][0]
____________________________________________________________________________________________________
batchnormalization_2 (BatchNormal(64, 48, 200) 400 embedding_2[0][0]
____________________________________________________________________________________________________
lstm_3 (LSTM) (64, 48, 512) 1460224 batchnormalization_2[0][0]
____________________________________________________________________________________________________
dropout_4 (Dropout) (64, 48, 512) 0 lstm_3[0][0]
____________________________________________________________________________________________________
lstm_4 (LSTM) (64, 48, 512) 2099200 dropout_4[0][0]
____________________________________________________________________________________________________
dropout_5 (Dropout) (64, 48, 512) 0 lstm_4[0][0]
____________________________________________________________________________________________________
timedistributed_3 (TimeDistribute(64, 48, 512) 262656 dropout_5[0][0]
____________________________________________________________________________________________________
dropout_6 (Dropout) (64, 48, 512) 0 timedistributed_3[0][0]
____________________________________________________________________________________________________
timedistributed_4 (TimeDistribute(64, 48, 5688) 2917944 dropout_6[0][0]
====================================================================================================
Total params: 7878024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment