Advertisement
saurav_kalsoor

res1

Oct 7th, 2021 (edited)
126
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 2.19 KB | None | 0 0
  1. Model: "sequential"
  2. _________________________________________________________________
  3. Layer (type)                 Output Shape              Param #  
  4. =================================================================
  5. conv2d (Conv2D)              (None, 128, 128, 32)      416      
  6. _________________________________________________________________
  7. conv2d_1 (Conv2D)            (None, 128, 128, 32)      4128      
  8. _________________________________________________________________
  9. batch_normalization (BatchNo (None, 128, 128, 32)      128      
  10. _________________________________________________________________
  11. max_pooling2d (MaxPooling2D) (None, 64, 64, 32)        0        
  12. _________________________________________________________________
  13. dropout (Dropout)            (None, 64, 64, 32)        0        
  14. _________________________________________________________________
  15. conv2d_2 (Conv2D)            (None, 64, 64, 64)        8256      
  16. _________________________________________________________________
  17. conv2d_3 (Conv2D)            (None, 64, 64, 64)        16448    
  18. _________________________________________________________________
  19. batch_normalization_1 (Batch (None, 64, 64, 64)        256      
  20. _________________________________________________________________
  21. max_pooling2d_1 (MaxPooling2 (None, 32, 32, 64)        0        
  22. _________________________________________________________________
  23. dropout_1 (Dropout)          (None, 32, 32, 64)        0        
  24. _________________________________________________________________
  25. flatten (Flatten)            (None, 65536)             0        
  26. _________________________________________________________________
  27. dense (Dense)                (None, 512)               33554944  
  28. _________________________________________________________________
  29. dropout_2 (Dropout)          (None, 512)               0        
  30. _________________________________________________________________
  31. dense_1 (Dense)              (None, 2)                 1026      
  32. =================================================================
  33. Total params: 33,585,602
  34. Trainable params: 33,585,410
  35. Non-trainable params: 192
  36. _________________________________________________________________
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement