lifeiteng / codingmath

Tech
MIT License
81 stars 44 forks source link

关于WFST的解码 #1

Closed Sundy1219 closed 7 years ago

Sundy1219 commented 7 years ago

你好,我在数字编程上看到你这篇博文《构建 CTC 语音识别解码网络》,在构建好解码图后,如何得到更加准确的输出呢?最后的利用解码图(fst)解码的具体过程是什么样的? “解码时从解码网络获得TransitionId转为对应的PdfId做为 RNN 输出层索引获得” ,我最想理解你这句话,发现看不懂 期待你的回复,谢谢

lifeiteng commented 7 years ago

可以参考kaldi-ctc decoding相关代码

在 2016年11月18日 上午9:01,Sundy1219 notifications@github.com写道:

你好,我在数字编程上看到你这篇博文《构建 CTC 语音识别解码网络》,在构建好解码图后,如何得到更加准确的输出呢?最后的利用解码图(fst) 解码的具体过程是什么样的? “解码时从解码网络获得TransitionId转为对应的PdfId做为 RNN 输出层索引获得” ,我最想理解你这句话,发现看不懂 期待你的回复,谢谢

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/lifeiteng/codingmath/issues/1, or mute the thread https://github.com/notifications/unsubscribe-auth/AC9r_2rT1HTK3OtEOt9i8jyojFvGiNmnks5q_Pj9gaJpZM4K2ATx .

Sundy1219 commented 7 years ago

我只想看懂 生成fst后,接下去如何解码?大神,可以指点下吗?多谢