Although i have made the model for sequential api with all tests passed but in very next step when i try to fit that model for happy_model.fit() it doesn’t work, gives the error:
logits and labels must have the same shape ((None, 1) vs (None, 6))
when i fit the model using model.fit() it gives me error: logits and labels must have the same shape ((None, 1) vs (None, 6))
I am getting model summary but not able to fit.
Could you please guide me through this?