anajovanoviic / gesture-recognition

gesture-recognition
0 stars 0 forks source link

Is it important to suppress warning: Do not pass an `input_shape`/`input_dim` argument to a layer ? #1

Closed anajovanoviic closed 5 months ago

anajovanoviic commented 5 months ago

When using Sequential models, prefer using an Input(shape) object as the first layer in the model instead.

image

anajovanoviic commented 5 months ago

Input shape in the layer should be specified only in the first layer and NOT IN EVERY LAYER added later.