RayanWang / Speech_emotion_recognition_BLSTM

Bidirectional LSTM network for speech emotion recognition.
MIT License
263 stars 79 forks source link

Program just stops without any messa #12

Closed Dzoky closed 5 years ago

Dzoky commented 5 years ago

Hi, For some reason, when I try to run training of the model, the program starts and then it just exits without any message. What could be the issue?

I'm using Python 3.6, so I did comment out the invocation of method 'mfccInitFilterBanks' in stFeatureSpeed and did cast M to integer.

Any suggestions? capture as asd

Dzoky commented 5 years ago

Nevermind. Just incompatible versions on some packages at my side.