aboutsummaryrefslogtreecommitdiff
path: root/doc/listings/denseModel.txt
blob: 006e321aec098cd7447a35fffaaa8f7865cadf4c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Model: "sequential"
_________________________________________________________________
 Layer (type)                Output Shape              Param #
=================================================================
 dense (Dense)               (None, 9, 9, 81)          243

 dense_1 (Dense)             (None, 9, 9, 81)          6642

 flatten (Flatten)           (None, 6561)              0

 dense_2 (Dense)             (None, 82)                538084

=================================================================
Total params: 544,969
Trainable params: 544,969
Non-trainable params: 0
_________________________________________________________________