alumae / gst-kaldi-nnet2-online

GStreamer plugin around Kaldi's online neural network decoder
Apache License 2.0
185 stars 100 forks source link

online Decode error #69

Open JunyuWei opened 6 years ago

JunyuWei commented 6 years ago

I met some cases that when I am talking,chain model decodes right. But when I stop, it changed the result wrong(e.g. delete some words before).I wonder how to improve this. Any advice is thankful

alumae commented 6 years ago

Are you using the "big-lm-const-arpa" property? The lattice generated using the smaller LM is rescored when the decoding finishes using the "big LM", and that's sometimes changes the result noticeably.