From fceb8e14da1e7346546e48bde46e9f8ab7d57456 Mon Sep 17 00:00:00 2001 From: TekotovaVA Date: Sun, 14 Dec 2025 17:49:10 +0000 Subject: [PATCH] =?UTF-8?q?=D0=98=D0=B7=D0=BC=D0=B5=D0=BD=D0=B8=D0=BB(?= =?UTF-8?q?=D0=B0)=20=D0=BD=D0=B0=20'labworks/LW4/report.md'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- labworks/LW4/report.md | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) 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" >