new sample summary, courtesy of ChatGPT :P
All checks were successful
continuous-integration/laminar-eldarion Build 3 succeeded in 11 seconds .
All checks were successful
continuous-integration/laminar-eldarion Build 3 succeeded in 11 seconds .
This commit is contained in:
parent
65b18cc1f0
commit
9acfd0633e
1 changed files with 14 additions and 0 deletions
14
samples/lstm 2.txt
Normal file
14
samples/lstm 2.txt
Normal file
|
@ -0,0 +1,14 @@
|
|||
Model: "sequential"
|
||||
_________________________________________________________________
|
||||
Layer (type) Output Shape Param #
|
||||
=================================================================
|
||||
embedding (Embedding) (None, 500, 16) 160000
|
||||
_________________________________________________________________
|
||||
lstm (LSTM) (None, 32) 6272
|
||||
_________________________________________________________________
|
||||
dense (Dense) (None, 1) 33
|
||||
=================================================================
|
||||
Total params: 166,305
|
||||
Trainable params: 166,305
|
||||
Non-trainable params: 0
|
||||
_________________________________________________________________
|
Loading…
Reference in a new issue