You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I run the cnn_keras.py file in Visual studio, I get this error,
ValueError: Error when checking target: expected dense_2 to have shape (2,) but got array with shape (3,)
(TF - 1.15.2 / keras 2.2.4)
Please help me to solve this.
The text was updated successfully, but these errors were encountered:
When I run the cnn_keras.py file in Visual studio, I get this error,
ValueError: Error when checking target: expected dense_2 to have shape (2,) but got array with shape (3,)
(TF - 1.15.2 / keras 2.2.4)
Please help me to solve this.
The text was updated successfully, but these errors were encountered: