Guest User

Untitled

a guest
Mar 14th, 2018
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.77 KB | None | 0 0
  1. _________________________________________________________________
  2. Layer (type) Output Shape Param #
  3. =================================================================
  4. input_1 (InputLayer) (None, 1000) 0
  5. _________________________________________________________________
  6. embedding_1 (Embedding) (None, 1000, 100) 17410600
  7. _________________________________________________________________
  8. conv1d_1 (Conv1D) (None, 996, 128) 64128
  9. _________________________________________________________________
  10. max_pooling1d_1 (MaxPooling1 (None, 199, 128) 0
  11. _________________________________________________________________
  12. conv1d_2 (Conv1D) (None, 195, 128) 82048
  13. _________________________________________________________________
  14. max_pooling1d_2 (MaxPooling1 (None, 39, 128) 0
  15. _________________________________________________________________
  16. conv1d_3 (Conv1D) (None, 35, 128) 82048
  17. _________________________________________________________________
  18. max_pooling1d_3 (MaxPooling1 (None, 1, 128) 0
  19. _________________________________________________________________
  20. global_max_pooling1d_1 (Glob (None, 128) 0
  21. _________________________________________________________________
  22. dense_1 (Dense) (None, 128) 16512
  23. _________________________________________________________________
  24. dense_2 (Dense) (None, 20) 2580
  25. =================================================================
  26. Total params: 17,657,916
  27. Trainable params: 247,316
  28. Non-trainable params: 17,410,600
  29. _________________________________________________________________
  30. None
Add Comment
Please, Sign In to add comment