From 9acfd0633eb1ba8a364577bcd83d263fdff368df Mon Sep 17 00:00:00 2001 From: Starbeamrainbowlabs Date: Sat, 4 Mar 2023 22:25:24 +0000 Subject: [PATCH] new sample summary, courtesy of ChatGPT :P --- samples/lstm 2.txt | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 samples/lstm 2.txt diff --git a/samples/lstm 2.txt b/samples/lstm 2.txt new file mode 100644 index 0000000..c21e1c0 --- /dev/null +++ b/samples/lstm 2.txt @@ -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 +_________________________________________________________________ \ No newline at end of file