Skip to content

Instantly share code, notes, and snippets.

@tanmay1070
Last active July 8, 2021 16:46
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/1330a3e924c1d0d2be3ceabf14f79199 to your computer and use it in GitHub Desktop.
Save tanmay1070/1330a3e924c1d0d2be3ceabf14f79199 to your computer and use it in GitHub Desktop.
Model: "sequential_1"
_________________________________________________________________
Layer (type) Output Shape Param #
=================================================================
conv2d_3 (Conv2D) (None, 222, 222, 16) 448
_________________________________________________________________
max_pooling2d_3 (MaxPooling2 (None, 111, 111, 16) 0
_________________________________________________________________
conv2d_4 (Conv2D) (None, 109, 109, 32) 4640
_________________________________________________________________
max_pooling2d_4 (MaxPooling2 (None, 54, 54, 32) 0
_________________________________________________________________
conv2d_5 (Conv2D) (None, 52, 52, 32) 9248
_________________________________________________________________
max_pooling2d_5 (MaxPooling2 (None, 26, 26, 32) 0
_________________________________________________________________
flatten_1 (Flatten) (None, 21632) 0
_________________________________________________________________
dense_8 (Dense) (None, 10) 216330
_________________________________________________________________
dense_9 (Dense) (None, 5) 55
_________________________________________________________________
dense_10 (Dense) (None, 12) 72
_________________________________________________________________
dense_11 (Dense) (None, 30) 390
_________________________________________________________________
dense_12 (Dense) (None, 10) 310
_________________________________________________________________
dense_13 (Dense) (None, 100) 1100
_________________________________________________________________
dense_14 (Dense) (None, 133) 13433
_________________________________________________________________
dense_15 (Dense) (None, 4) 536
=================================================================
Total params: 246,562
Trainable params: 246,562
Non-trainable params: 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment