Skip to content

Instantly share code, notes, and snippets.

@bpatra
Created December 5, 2020 23: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 bpatra/8a98c630326457d682f66d07e7dfb5fd to your computer and use it in GitHub Desktop.
Save bpatra/8a98c630326457d682f66d07e7dfb5fd to your computer and use it in GitHub Desktop.
Layer (type) Output Shape Param #
=================================================================
inception_resnet_v1 (Model) (None, 128) 22808144
_________________________________________________________________
dense_1 (Dense) (None, 256) 33024
_________________________________________________________________
dropout_1 (Dropout) (None, 256) 0
_________________________________________________________________
dense_2 (Dense) (None, 64) 16448
_________________________________________________________________
dropout_2 (Dropout) (None, 64) 0
_________________________________________________________________
dense_3 (Dense) (None, 16) 1040
_________________________________________________________________
dense_4 (Dense) (None, 1) 17
=================================================================
Total params: 22,858,673
Trainable params: 22,829,841
Non-trainable params: 28,832
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment