alumae / gst-kaldi-nnet2-online

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

nnet3 / chain #39

Closed vince62s closed 8 years ago

vince62s commented 8 years ago

Hi,

Would that take much effort to make this compatible with nnet3 or tdnn chain models ?

can you please point out the places that need modification in the C code ?

cheers,

alumae commented 8 years ago

I plan to do it sometime later this year. It requires a lot of work, I cannot just point out the places.

yifan commented 8 years ago

I have made some modification to support nnet3 model. Please let me know if this is going to work, @alumae Thank you. https://github.com/alumae/gst-kaldi-nnet2-online/pull/42

alumae commented 8 years ago

Thank you @yifan! I merged your code, seems to work well. Didn't test very carefully.