MiteshPuthran / Speech-Emotion-Analyzer

The neural network model is capable of detecting five different male/female emotions from audio speeches. (Deep Learning, NLP, Python)
MIT License
1.3k stars 438 forks source link

ValueError: Shapes (None, 11) and (None, 10) are incompatible #65

Open vibe-av opened 1 year ago

vibe-av commented 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?

johngunerli commented 1 year ago

Have the same issue