eesen icon indicating copy to clipboard operation
eesen copied to clipboard

Problems during the training phase of the model

Open 13265170340 opened this issue 6 years ago • 2 comments

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

13265170340 avatar May 17 '18 12:05 13265170340

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

fmetze avatar May 17 '18 13:05 fmetze

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

13265170340 avatar May 18 '18 13:05 13265170340