-
Notifications
You must be signed in to change notification settings - Fork 247
Description
The RNN 5 emotion model , when run just gives the following output:
[+] Generated EMO-DB CSV File
[Custom Dataset] There are 49 training audio files for category:neutral
[Custom Dataset] There are 33 testing audio files for category:neutral
[Custom Dataset] There are 33 training audio files for category:ps
[Custom Dataset] There are 33 testing audio files for category:ps
[Custom Dataset] There are 48 training audio files for category:happy
[Custom Dataset] There are 23 testing audio files for category:happy
[+] Generated Custom DB CSV File
[+] Data loaded
[+] Model created
It somehow doesn't reach the prediction part of the code. I have been trying to log any error messages as well in the deepemotion.py file , but no vain . Could I kindly provide some insight?