Advertisement
Guest User

Untitled

a guest
Sep 2nd, 2019
131
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.09 KB | None | 0 0
  1.  
  2. keras model summary:
  3. Model: "sequential_1"
  4. _________________________________________________________________
  5. Layer (type) Output Shape Param #
  6. =================================================================
  7. conv2d_3 (Conv2D) (None, 256, 256, 32) 896
  8. _________________________________________________________________
  9. max_pooling2d_3 (MaxPooling2 (None, 128, 128, 32) 0
  10. _________________________________________________________________
  11. dropout_4 (Dropout) (None, 128, 128, 32) 0
  12. _________________________________________________________________
  13. conv2d_4 (Conv2D) (None, 128, 128, 64) 18496
  14. _________________________________________________________________
  15. max_pooling2d_4 (MaxPooling2 (None, 64, 64, 64) 0
  16. _________________________________________________________________
  17. dropout_5 (Dropout) (None, 64, 64, 64) 0
  18. _________________________________________________________________
  19. conv2d_5 (Conv2D) (None, 64, 64, 128) 73856
  20. _________________________________________________________________
  21. max_pooling2d_5 (MaxPooling2 (None, 32, 32, 128) 0
  22. _________________________________________________________________
  23. dropout_6 (Dropout) (None, 32, 32, 128) 0
  24. _________________________________________________________________
  25. flatten_1 (Flatten) (None, 131072) 0
  26. _________________________________________________________________
  27. dense_2 (Dense) (None, 128) 16777344
  28. _________________________________________________________________
  29. dropout_7 (Dropout) (None, 128) 0
  30. _________________________________________________________________
  31. dense_3 (Dense) (None, 1) 129
  32. =================================================================
  33. Total params: 16,870,721
  34. Trainable params: 16,870,721
  35. Non-trainable params: 0
  36. _________________________________________________________________
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement