Week 3 Assignment Help

Dear Mentors,
I am Abraar Iqbal Patel.

I am stuck in adding layers when creating my model.

The error I am getting is:
Input 0 of layer “conv1d_13” is incompatible with the layer: expected min_ndim=3, found ndim=2. Full shape received: (None, 128)

I am not sure how to solve this error. I tried input_shape=(None,128) in the Conv1D().

Can you please help me out ? I have been stuck on it since many hours and will really appreciate any help.

Hoping to hear from you soon.

Thanking you,
Abraar Iqbal Patel.

Please make a smaller model till Dropout and print(model.summary()). Remove your code from the post.