nse-lstm-model / nse_lstm_summary.txt
thoutam's picture
Upload folder using huggingface_hub
20dcc05 verified
raw
history blame
1.38 kB
Model: "sequential"
_________________________________________________________________
Layer (type) Output Shape Param #
=================================================================
lstm (LSTM) (None, 5, 64) 24576
dropout (Dropout) (None, 5, 64) 0
lstm_1 (LSTM) (None, 64) 33024
dropout_1 (Dropout) (None, 64) 0
dense (Dense) (None, 32) 2080
dense_1 (Dense) (None, 16) 528
dense_2 (Dense) (None, 1) 17
=================================================================
Total params: 60225 (235.25 KB)
Trainable params: 60225 (235.25 KB)
Non-trainable params: 0 (0.00 Byte)
_________________________________________________________________