Why specified input_shape of the image even after first convolution layer in Keras MNIST handwritten digit dataset

why specified input_shape of the image even after first convolution layer in Keras MNIST handwritten digit dataset

hey @priyanshichauhanx06 ,
its just for understanding purpose , in between layers the input_shape is just used to understand and verify that this is the specified input shape we are receiving as input or not.
Generally it is used to provide a kind of understanding about shapes when model summary is not provided.

I hope this would have resolved your doubt.
Thank You and Happy Coding :slightly_smiling_face:.

I hope I’ve cleared your doubt. I ask you to please rate your experience here
Your feedback is very important. It helps us improve our platform and hence provide you
the learning experience you deserve.

On the off chance, you still have some questions or not find the answers satisfactory, you may reopen
the doubt.