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
during the line: cnnhistory=model.fit(x_traincnn, y_train, batch_size=16, epochs=700, validation_data=(x_testcnn, y_test))
the following error occurs: ValueError: Shapes (None, 11) and (None, 10) are incompatible
how do I fix this?
The text was updated successfully, but these errors were encountered:
during the line: cnnhistory=model.fit(x_traincnn, y_train, batch_size=16, epochs=700, validation_data=(x_testcnn, y_test))
the following error occurs: ValueError: Shapes (None, 11) and (None, 10) are incompatible
how do I fix this?
The text was updated successfully, but these errors were encountered: