Skip to content

Instantly share code, notes, and snippets.

@tanmay1070
Created July 13, 2021 14:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tanmay1070/35861a3cbb65fdb3190197043a2fefb2 to your computer and use it in GitHub Desktop.
Save tanmay1070/35861a3cbb65fdb3190197043a2fefb2 to your computer and use it in GitHub Desktop.
Model: "sequential"
_________________________________________________________________
Layer (type) Output Shape Param #
=================================================================
conv2d (Conv2D) (None, 222, 222, 16) 448
_________________________________________________________________
max_pooling2d (MaxPooling2D) (None, 111, 111, 16) 0
_________________________________________________________________
conv2d_1 (Conv2D) (None, 109, 109, 16) 2320
_________________________________________________________________
max_pooling2d_1 (MaxPooling2 (None, 54, 54, 16) 0
_________________________________________________________________
conv2d_2 (Conv2D) (None, 52, 52, 16) 2320
_________________________________________________________________
max_pooling2d_2 (MaxPooling2 (None, 26, 26, 16) 0
_________________________________________________________________
conv2d_3 (Conv2D) (None, 24, 24, 32) 4640
_________________________________________________________________
max_pooling2d_3 (MaxPooling2 (None, 12, 12, 32) 0
_________________________________________________________________
flatten (Flatten) (None, 4608) 0
_________________________________________________________________
dense (Dense) (None, 50) 230450
_________________________________________________________________
dense_1 (Dense) (None, 133) 6783
_________________________________________________________________
dense_2 (Dense) (None, 2) 268
=================================================================
Total params: 247,229
Trainable params: 247,229
Non-trainable params: 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment