add another ChatGPT generated tensorflow summary
continuous-integration/laminar-eldarion Build 4 succeeded in 11 seconds . Details

This commit is contained in:
Starbeamrainbowlabs 2023-03-04 22:33:49 +00:00
parent 9acfd0633e
commit 6d1cd66351
Signed by: sbrl
GPG Key ID: 1BE5172E637709C2
1 changed files with 24 additions and 0 deletions

24
samples/simple-cnn.txt Normal file
View 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
_________________________________________________________________