Изменил(а) на '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"
|
||||
>
|
||||
|
||||
Ссылка в новой задаче
Block a user