blhprasanna99 / speech_emotion_detection

Speech_Emotion_detection-SVM,RF,DT,MLP
MIT License
20 stars 1 forks source link

speech emotion #3

Open cj00719 opened 4 years ago

cj00719 commented 4 years ago

Please, how do I get the spectogram dataset?

blhprasanna99 commented 4 years ago

We have converted it manually....If you need it,I will share it via drive link....mention your mail id....

cj00719 commented 4 years ago

Thank you. My mail id is ayuum23@gmail.com

cj00719 commented 4 years ago

Please, I have to error,

ValueError: With n_samples=0, test_size=0.2 and train_size=0.8, the resulting train set will be empty. Adjust any of the aforementioned parameters.

Kindly advice please. Thank you

cj00719 commented 4 years ago

I observed that the audio files have 60 items while the spectogram files have 104 items. Please kindly explain.

Thank you

blhprasanna99 commented 4 years ago

As discussed before,we manually converted them....we have done that meticulously.....Kindly check whether u r comparing with the ravdess dataset actors files or the other..If ...Hope this helps!!

On Sat, May 16, 2020 at 3:23 PM cj00719 notifications@github.com wrote:

I observed that the audio files have 60 items while the spectogram files have 104 items. Please kindly explain.

Thank you

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/blhprasanna99/speech_emotion_detection/issues/3#issuecomment-629619522, or unsubscribe https://github.com/notifications/unsubscribe-auth/AL7GHL7JVQGEBBP5REQ27H3RRZPC7ANCNFSM4M6PQX2Q .

cj00719 commented 4 years ago

Thank you for your response. However, pls I would like to ask: how do I save the trained model and its weights?

cj00719 commented 4 years ago

Also, it seems the code is written in tflearn. How can I convert to keras?