MiteshPuthran / Speech-Emotion-Analyzer

The neural network model is capable of detecting five different male/female emotions from audio speeches. (Deep Learning, NLP, Python)
MIT License
1.29k stars 436 forks source link

Recommendations for Replicability #44

Open dehdari opened 4 years ago

dehdari commented 4 years ago

The notebook final_results_gender_test.ipynb can benefit from some slight modifications that will allow others to replicate exactly the results:

orkenstein commented 4 years ago

@dehdari did you reproduce the result using provided model? I was able to get 'male_angry' with provided test .wav, but all the others audio-files are predicted incorrectly, even for the trainings data.

dehdari commented 4 years ago

Same here. Training doesn't reproduce exactly, and I get the same results as the OP in #22. Inference on the pretrained checked-in model works on the angry male example in Live Demo.

amith-dsilva commented 4 years ago

@dehdari how did you get the male_angry with the provided test. I am getting an error can you please help me out in this.