crhung/Voice-Emotion-Detector

Labels wanted

lvaleriu opened this issue · 3 comments

Can you please give us the labels that this model can predict?

From the example in the readme I understand that 5 = male_angry.
What are the other values?

Thank you!

the method lstm and mlp neetwork,I replaced them with the code,but it can not work,it has:ValueError: Error when checking input: expected dense_1_input to have 2 dimensions, but got array with shape (1239, 130, 1),why?

Can you please give us the labels that this model can predict?

From the example in the readme I understand that 5 = male_angry.
What are the other values?

Thank you!

0 - female_angry
1 - female_calm
2 - female_fearful
3 - female_happy
4 - female_sad
5 - male_angry
6 - male_calm
7 - male_fearful
8 - male_happy
9 - male_sad