Is decoding RnnT with a language model supported? #441
-
I saw the script for compiling an LG, so I tried using that but got WER of 90% (greedy search gets 15) with Glancing around again at the documentation and the RESULT files I notice they all seem to be for decoding without an LM, which makes me wonder if maybe that's not supported yet? Some more information about what I did:
Then, after modifying
Could I be messing something up with my approach? edit: My model and scripts are based on edit2: Using |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
Please try the latest master. fast_beam_search with LG decoding is updated in #420 and it has been merged into the master. Sorry for the poor documentation about LG decoding. I am updating the documentation about it. |
Beta Was this translation helpful? Give feedback.
Please try the latest master.
fast_beam_search with LG decoding is updated in #420 and it has been merged into the master.
Sorry for the poor documentation about LG decoding. I am updating the documentation about it.