Incompatible shapes for dot: got (16, 13) and (15, 2)

I am getting an error in the train_model() function. Not sure where the error is originating from. My data_generator() function seems to be fine and passes all the unit tests.

Hi @Harshita_Agarwala

Have you checked this post?

Cheers

1 Like

Thanks @arvyzukai - My error is resolved now.
And yes it was the axis issue

1 Like