Question about language model initialization
xuannianz opened this issue · 2 comments
xuannianz commented
Hi, Thanks for the sharing. I have a question in language model initialization function. Why do you set numSamples[c] to be len(classes) instead of 0?
CTCDecoder/src/LanguageModel.py
Line 31 in d6a88ea
githubharald commented
thanks for the hint, I fixed it (commit bf41c46).
xuannianz commented
It works well now, thanks.