Error when checking model target: expected Dense_68 to have shape (None, 2) but got array with shape (32, 1)

I’m getting this error, what does that mean and how do I fix it?
The graph shows no error in it.

Hi you are getting this error because of mismatch configuration of the input at the dense layer.
Can you share your model configuration file and dataset information for solving this error.

Regards
Rajat