add another ChatGPT generated tensorflow summary
All checks were successful
continuous-integration/laminar-eldarion Build 4 succeeded in 11 seconds .
All checks were successful
continuous-integration/laminar-eldarion Build 4 succeeded in 11 seconds .
This commit is contained in:
parent
9acfd0633e
commit
6d1cd66351
1 changed files with 24 additions and 0 deletions
24
samples/simple-cnn.txt
Normal file
24
samples/simple-cnn.txt
Normal file
|
@ -0,0 +1,24 @@
|
|||
Model: "you_wouldn't_do_this_really"
|
||||
_________________________________________________________________
|
||||
Layer (type) Output Shape Param #
|
||||
=================================================================
|
||||
conv2d_1 (Conv2D) (None, 28, 28, 32) 320
|
||||
_________________________________________________________________
|
||||
conv2d_2 (Conv2D) (None, 26, 26, 64) 18496
|
||||
_________________________________________________________________
|
||||
max_pooling2d_1 (MaxPooling2 (None, 13, 13, 64) 0
|
||||
_________________________________________________________________
|
||||
dropout_1 (Dropout) (None, 13, 13, 64) 0
|
||||
_________________________________________________________________
|
||||
flatten_1 (Flatten) (None, 10816) 0
|
||||
_________________________________________________________________
|
||||
dense_2 (Dense) (None, 128) 1384576
|
||||
_________________________________________________________________
|
||||
dropout_2 (Dropout) (None, 128) 0
|
||||
_________________________________________________________________
|
||||
dense_3 (Dense) (None, 10) 1290
|
||||
=================================================================
|
||||
Total params: 1,404,682
|
||||
Trainable params: 1,404,682
|
||||
Non-trainable params: 0
|
||||
_________________________________________________________________
|
Loading…
Reference in a new issue