diff --git a/labworks/LW4/report.md b/labworks/LW4/report.md index e85e340..5be7818 100644 --- a/labworks/LW4/report.md +++ b/labworks/LW4/report.md @@ -255,27 +255,13 @@ model.summary() > >Model: "sequential" > ->┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━┓ -> ->┃ Layer (type) ┃ Output Shape ┃ Param # ┃ -> ->┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━┩ -> ->│ embedding (Embedding) │ (None, 500, 32) │ 160,000 │ -> ->├─────────────────────────────────┼────────────────────────┼───────────────┤ -> ->│ lstm (LSTM) │ (None, 64) │ 24,832 │ -> ->├─────────────────────────────────┼────────────────────────┼───────────────┤ -> ->│ dropout (Dropout) │ (None, 64) │ 0 │ -> ->├─────────────────────────────────┼────────────────────────┼───────────────┤ -> ->│ dense (Dense) │ (None, 1) │ 65 │ -> ->└─────────────────────────────────┴────────────────────────┴───────────────┘ + +| Layer (type) | Output Shape | Param # | +|----------|-------------------------------------|---------------------------|-----------------------------------------| +| embedding (Embedding) | (None, 500, 32) | 160,000 | +| lstm (LSTM) | (None, 64) | 24,832 | +| dropout (Dropout) | (None, 64) | 0 | +| dense (Dense) | (None, 1) | 65 | > > Total params: 184,897 (722.25 KB) >