Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Evaluating speech model does not generate any output! #86

Open
faruk-ahmad opened this issue Sep 30, 2017 · 1 comment
Open

Evaluating speech model does not generate any output! #86

faruk-ahmad opened this issue Sep 30, 2017 · 1 comment

Comments

@faruk-ahmad
Copy link

faruk-ahmad commented Sep 30, 2017

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.
ev

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-

import pickle
import numpy
with open('./output/output.pkl', 'rb') as fh:
	data = pickle.loads(fh.read())
#print(list(data.values()))
print(data)

What could be the problem? any help would be appreciated..

@faruk-ahmad
Copy link
Author

@ajsyp can you please help!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant