Closed anajovanoviic closed 5 months ago
When using Sequential models, prefer using an Input(shape) object as the first layer in the model instead.
Input(shape)
Input shape in the layer should be specified only in the first layer and NOT IN EVERY LAYER added later.
When using Sequential models, prefer using an
Input(shape)
object as the first layer in the model instead.