xuanjihe / speech-emotion-recognition

speech emotion recognition using a convolutional recurrent networks based on IEMOCAP

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sometimes you have used conditional clauses like "if(emotion in ['ang','neu','sad'])" without considering the happy emotion. Why?

chrisquevedo opened this issue · comments

Due to happy emotion has the smallest number among these emotions and we have to consider the imbalance of the training data, for example, we use happy training data twice.