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 support #42

Closed yifan closed 8 years ago

yifan commented 8 years ago

added nnet3 support. it can be enabled with nnet-mode: 3 option in parameter/configuration file. default value is nnet-mode: 2.

yifan commented 8 years ago

@alumae please have a look.

yifan commented 8 years ago

@alumae looks there is a problem with how the parameter being set in worker. We have to make sure nnet-mode to be set before any other properties. I have added the other pull request in server to handle this problem.