Closed YoavRamon closed 5 years ago
I use the models in py-kaldi-asr, check out this source file for config parameters:
https://github.com/gooofy/py-kaldi-asr/blob/master/kaldiasr/nnet3.pyx
other than that it might be worth a try contacting the kaldi help mailing list for further suggestions.
First convert the downloaded zamia model to online, when you doing that it makes the conf file for you steps/online/nnet3/prepare_online_decoding.sh
I am facing the same issue as you @YoavRamon. Could you solve the problem?
I found the solution in https://github.com/alumae/kaldi-gstreamer-server/issues/140 You have to use mfcc_hires.conf instead of mfcc.conf
cool, thanks for the feedback! :)
I Downloaded kaldi-generic-en-tdnn_sp-r20190227 and tried to use it with the kaldi online decoders.
I used the following arguments:
And I keep getting the following error:
ERROR (online2-tcp-nnet3-decode-faster[5.5.313~1-203c]:OnlineTransform():online-feature.cc:521) Dimension mismatch: source features have dimension 91 and LDA #cols is 280
The same arguments work fine with all the other models I use (not from Zamia). Do you know why that happens? do you have the online.conf that you use with kaldi?