Skip to content

Instantly share code, notes, and snippets.

@tanmay1070

tanmay1070/model Secret

Created June 29, 2021 09:03
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/bf331e8361e694d68ff6c6b2c0c39ef9 to your computer and use it in GitHub Desktop.
Save tanmay1070/bf331e8361e694d68ff6c6b2c0c39ef9 to your computer and use it in GitHub Desktop.
Model: "sequential"
_________________________________________________________________
Layer (type) Output Shape Param #
=================================================================
dense (Dense) (None, 6) 78
_________________________________________________________________
dense_1 (Dense) (None, 12) 84
_________________________________________________________________
dense_2 (Dense) (None, 24) 312
_________________________________________________________________
dense_3 (Dense) (None, 36) 900
_________________________________________________________________
dense_4 (Dense) (None, 48) 1776
_________________________________________________________________
dense_5 (Dense) (None, 54) 2646
_________________________________________________________________
dense_6 (Dense) (None, 60) 3300
_________________________________________________________________
dense_7 (Dense) (None, 1) 61
=================================================================
Total params: 9,157
Trainable params: 9,157
Non-trainable params: 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment