Closed Ataya95 closed 5 years ago
ataya have you got the 70% accuracy with this model?
Hello @Ataya95, you have not loaded the saved model before running this code. See cell no 137 where the model is loaded and then used in the live demo.
Solved Thank you for replying! much appreciated.
im getting this error as well can you help with this as well? thank you!
ValueError Traceback (most recent call last)
@Ataya95 , No you don't need to download all the audio files. You just need to load the saved model and then just upload your audio file. It will automatically clip it to 4 seconds and those extracted features will be fed to the model to predict the emotions.
The error you are getting is related to the model building step where changed some parameter related to input size in the activation_20 layer.
Thank you so much
Hello! im getting this error when im trying to run the live demo. can please help me with this. Thank you.
NameError Traceback (most recent call last)