diff --git a/labworks/LW4/report.md b/labworks/LW4/report.md index 0fb7439..e85e340 100644 --- a/labworks/LW4/report.md +++ b/labworks/LW4/report.md @@ -251,15 +251,7 @@ model.add(layers.Dense(1, activation='sigmoid')) model.summary() ``` ->/usr/local/lib/python3.12/dist-packages/keras/src/layers/core/embedding.py:97: UserWarning: Argument `input_length` is deprecated. Just remove it. -> -> warnings.warn( -> ->/usr/local/lib/python3.12/dist-packages/keras/src/layers/core/embedding.py:100: UserWarning: Do not pass an `input_shape`/`input_dim` argument to a layer. -> ->When using Sequential models, prefer using an `Input(shape)` object as the first layer in the model instead. -> -> super().__init__(**kwargs) + > >Model: "sequential" >