alumae / gst-kaldi-nnet2-online

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

nnet online decoding without Ivectors? #73

Closed Umar17 closed 5 years ago

Umar17 commented 5 years ago

Is it possible to use gst-kaldi-nnet2-online for a nnet model trained without extracting ivectors? It throws no error when I comment out ivector-extraction-config line in worker's configuration, but the decoded output is just junk. Is the problem is model without ivectors or something else?

Best Regards