Advertisement
Guest User

Untitled

a guest
Jun 25th, 2019
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.27 KB | None | 0 0
  1. _________________________________________________________________
  2. Layer (type) Output Shape Param #
  3. =================================================================
  4. conv2d_1 (Conv2D) (None, 248, 248, 32) 896
  5. _________________________________________________________________
  6. activation_1 (Activation) (None, 248, 248, 32) 0
  7. _________________________________________________________________
  8. max_pooling2d_1 (MaxPooling2 (None, 124, 124, 32) 0
  9. _________________________________________________________________
  10. conv2d_2 (Conv2D) (None, 122, 122, 32) 9248
  11. _________________________________________________________________
  12. activation_2 (Activation) (None, 122, 122, 32) 0
  13. _________________________________________________________________
  14. max_pooling2d_2 (MaxPooling2 (None, 61, 61, 32) 0
  15. _________________________________________________________________
  16. conv2d_3 (Conv2D) (None, 59, 59, 64) 18496
  17. _________________________________________________________________
  18. activation_3 (Activation) (None, 59, 59, 64) 0
  19. _________________________________________________________________
  20. max_pooling2d_3 (MaxPooling2 (None, 29, 29, 64) 0
  21. _________________________________________________________________
  22. flatten_1 (Flatten) (None, 53824) 0
  23. _________________________________________________________________
  24. dense_1 (Dense) (None, 64) 3444800
  25. _________________________________________________________________
  26. activation_4 (Activation) (None, 64) 0
  27. _________________________________________________________________
  28. dropout_1 (Dropout) (None, 64) 0
  29. _________________________________________________________________
  30. dense_2 (Dense) (None, 9) 585
  31. _________________________________________________________________
  32. activation_5 (Activation) (None, 9) 0
  33. =================================================================
  34. Total params: 3,474,025
  35. Trainable params: 3,474,025
  36. Non-trainable params: 0
  37. _________________________________________________________________
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement