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

Load only saved vocabulary when recognizing #20

Merged

Conversation

chanil1218
Copy link
Contributor

Loading entire dataset for recognizing is not necessary and time consuming.
Make recognize.py load saved vocabulary file when first training started.

P.S. I am not familiar with Python grammar. Although I had tried to follow the coding conventions of the editing file, there might be an inconsistency in the naming or else. So, please feel free to let me know the naming or something is wrong. :)

@buriburisuri buriburisuri merged commit bc90306 into buriburisuri:master Jan 14, 2017
@buriburisuri
Copy link
Owner

@chanil1218 Sorry for late reply. ( enjoyed long holidays ). Thank you for your contribution. I've just merged your branch.

@chanil1218
Copy link
Contributor Author

@buriburisuri Thank you :) I've tested it on clean project but it has directory existence check error.
I'll make patch for that issue.

@chanil1218
Copy link
Contributor Author

chanil1218 commented Jan 14, 2017

@buriburisuri hmm. The error that I think I had seen is gone.
So, I will just upload the numpy saved file for VCTK vocabulary.
(For those people who just want to test recognition of this project from saved model don't have to download full VCTK library, it might be good place to be in README.md.)

VCTK_vocabulary.npy.zip

Happy holidays!

@buriburisuri
Copy link
Owner

@chanil1218 Thank you. ^_^

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

Successfully merging this pull request may close these issues.

2 participants