You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: