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

Problems during the training phase of the model #182

Open
13265170340 opened this issue May 17, 2018 · 2 comments
Open

Problems during the training phase of the model #182

13265170340 opened this issue May 17, 2018 · 2 comments

Comments

@13265170340
Copy link

Traceback (most recent call last):
File "utils/prep_ctc_trans.py", line 75, in
out_line += dict[unk_word] + ' '
KeyError: ''
Traceback (most recent call last):
File "utils/prep_ctc_trans.py", line 75, in
out_line += dict[unk_word] + ' '
KeyError: ''

@fmetze
Copy link
Contributor

fmetze commented May 17, 2018

I believe this means that you have an invalid entry in your dictionary or your vocabulary somewhere. Please check.

@13265170340
Copy link
Author

@fmetze Thank you for your answer, I will take a closer look

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

2 participants