14 lines
751 B
Text
14 lines
751 B
Text
|
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
|
||
|
_________________________________________________________________
|