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

AttributeError:'list' object has no attribute'items' #51

Open Co-Graph-Okuda opened 3 years ago

Co-Graph-Okuda commented 3 years ago

When I tried Loading the model with final_result_gender_test, I got AttributeError:'list' object has no attribute'items'. Please tell me how to resolve.

OS: MacOS Big Sur Environment: VSCode Docker Ubuntu 18.0.4

librosa==0.8.0 numpy==1.18.5 matplotlib==3.1.0 tensorflow==2.2.0 Keras==2.4.3 sklearn==0.0