I am getting “ValueError: logits
and labels
must have the same shape, received ((32, 3, 1) vs (32,)).” as error when trying to train model.
Please share the screenshot of the error log. Do not post any codes.
Hello Shivansh,
in your model.fit code why are you using train labels and truncates seq?? did you go the through the ungraded lab once??
Thank u ma’am
The problem was solved.