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
I have generated a speech model using kur, speech.yml. Now I am trying to evaluate my model by adding the following line in speech.yml.
But the output pickle file contains 'None' as truth and 'constant value' as prediction when there are multiple audio in the test data. Moreover, when I provide a single audio file in test data, it shows 'Keyerror' while I am reading this pickle file using the following code-
I have generated a speech model using kur, speech.yml. Now I am trying to evaluate my model by adding the following line in speech.yml.
But the output pickle file contains 'None' as truth and 'constant value' as prediction when there are multiple audio in the test data. Moreover, when I provide a single audio file in test data, it shows 'Keyerror' while I am reading this pickle file using the following code-
What could be the problem? any help would be appreciated..
The text was updated successfully, but these errors were encountered: