srvk / eesen

The official repository of the Eesen project
http://arxiv.org/abs/1507.08240
Apache License 2.0
822 stars 343 forks source link

Problems during the training phase of the model #182

Open 13265170340 opened 6 years ago

13265170340 commented 6 years ago

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 commented 6 years ago

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

13265170340 commented 6 years ago

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