hkveeranki / speech-emotion-recognition

Speaker independent emotion recognition
http://speechemotionrecognition.repos.hkveeranki.com/
MIT License
315 stars 100 forks source link

ImportError: cannot import name 'Model' #15

Closed ck0604 closed 5 years ago

ck0604 commented 5 years ago

When running dnn.py I'm getting an error as follows: Using TensorFlow backend. Traceback (most recent call last): File "dnn.py", line 11, in from . import Model ImportError: cannot import name 'Model'

deniz-ekiz commented 5 years ago

how to fix this problem?

hkveeranki commented 5 years ago

Install the package and try running the example again.