MeidanGR / SpeechEmotionRecognition_Realtime

Speech Emotion Recognition (SER) in real-time, using Deep Neural Networks (DNN) of Long Short Memory Term (LSTM).
93 stars 21 forks source link

I have this two error #3

Open karimhatem12 opened 3 years ago

karimhatem12 commented 3 years ago

Screenshot 2021-11-04 153515 )

karimhatem12 commented 3 years ago

Screenshot 2021-11-04 153454

MeidanGR commented 3 years ago

Screenshot 2021-11-04 153515 )

Check the shape of 'f_rms', it must be a 3D array. Make sure the PREPROCESS is completed successfully (It should take 40min+), then follow the 'rms' list.

MeidanGR commented 3 years ago

f_pitch is not defined: Indeed, my bad. don't use it.

Deepak-Perla commented 3 years ago

@karimhatem12 how did you solve this in 2_model.ipynb image I have uploaded only ravdess data but the error shows up, no idea.

Deepak-Perla commented 3 years ago

f_pitch is not defined: Indeed, my bad. don't use it.

would you please update the whole project

Peng-jpg commented 2 years ago

@karimhatem12 how did you solve this in 2_model.ipynb image I have uploaded only ravdess data but the error shows up, no idea.

I've also had this problem, how did you fix it ?

Deepak-Perla commented 2 years ago

@Peng-jpg

that is used to just print the max_sample_length. So it is not a big issue

Peng-jpg commented 2 years ago

ok thankyou