githubharald/CTCDecoder

Question about language model initialization

xuannianz opened this issue · 2 comments

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?

self.numSamples[c] = len(classes)

thanks for the hint, I fixed it (commit bf41c46).

It works well now, thanks.