Advertisement
Guest User

Untitled

a guest
Jun 19th, 2019
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.33 KB | None | 0 0
  1. _____________________________________________________________
  2. Layer (type) Output Shape Param #
  3. =================================================================
  4. input_1 (InputLayer) (None, 512, 512, 3) 0
  5. _________________________________________________________________
  6. conv2d_1 (Conv2D) (None, 512, 512, 16) 448
  7. _________________________________________________________________
  8. activation_1 (Activation) (None, 512, 512, 16) 0
  9. _________________________________________________________________
  10. batch_normalization_1 (Batch (None, 512, 512, 16) 64
  11. _________________________________________________________________
  12. max_pooling2d_1 (MaxPooling2 (None, 256, 256, 16) 0
  13. _________________________________________________________________
  14. conv2d_2 (Conv2D) (None, 256, 256, 32) 4640
  15.  
  16. [<tf.Variable 'conv2d_1/kernel:0' shape=(3, 3, 3, 16) dtype=float32_ref>,
  17. <tf.Variable 'conv2d_1/bias:0' shape=(16,) dtype=float32_ref>,
  18. <tf.Variable 'batch_normalization_1/gamma:0' shape=(16,) dtype=float32_ref>,
  19. <tf.Variable 'batch_normalization_1/beta:0' shape=(16,) dtype=float32_ref>,
  20. <tf.Variable 'conv2d_2/kernel:0' shape=(3, 3, 16, 32) dtype=float32_ref>,
  21. <tf.Variable 'conv2d_2/bias:0' shape=(32,) dtype=float32_ref>,
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement