Open vibe-av opened 1 year ago
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?
Have the same issue
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?