alumae / gst-kaldi-nnet2-online

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

getting different recognition result on exact same inputs #66

Closed yifan closed 6 years ago

yifan commented 6 years ago

Hi guys,

I am having strange behaviour with recognition right now. I am sending the audio to server with client.py, and I am getting slightly different result every time I test. AFAIK, the decoding is deterministic, I am not sure what's going on. I checked the saved audios and they are identical.

alumae commented 6 years ago

Decoding is not deterministic due to dithering when computing audio features. It's OK for the results to be slightly different.