Open 13265170340 opened 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: ''
I believe this means that you have an invalid entry in your dictionary or your vocabulary somewhere. Please check.
@fmetze Thank you for your answer, I will take a closer look
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: ''