Skip to content

Instantly share code, notes, and snippets.

@Akash-Rawat
Created July 28, 2021 18:22
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 Akash-Rawat/14380eca7bfb783fd819b1466551126b to your computer and use it in GitHub Desktop.
Save Akash-Rawat/14380eca7bfb783fd819b1466551126b to your computer and use it in GitHub Desktop.
Model: "sequential"
_________________________________________________________________
Layer (type) Output Shape Param #
=================================================================
conv2d (Conv2D) (None, 64, 64, 4) 112
_________________________________________________________________
max_pooling2d (MaxPooling2D) (None, 32, 32, 4) 0
_________________________________________________________________
conv2d_1 (Conv2D) (None, 32, 32, 8) 136
_________________________________________________________________
max_pooling2d_1 (MaxPooling2 (None, 16, 16, 8) 0
_________________________________________________________________
flatten (Flatten) (None, 2048) 0
_________________________________________________________________
dense (Dense) (None, 73) 149577
=================================================================
Total params: 149,825
Trainable params: 149,825
Non-trainable params: 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment