You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi Devs,
I made an acoustic and language model using the scripts from steps and utils folder copied from wsj and used the nnet2 to train pnorm. I successfully made completed the training and decoding. I tried moving it to kaldi gstreamer but when I run the streaming decode result. I got logs from workers that feature dimensions are not the same. Expected is 40 but got 13. I used the same config in training locally. Do I need to convert the nnet2 model to online? If yes, how would I convert it and run it on gstreamer since I matched the configs in the yaml file and set the config files to the yaml file.
Hi Devs,
I made an acoustic and language model using the scripts from steps and utils folder copied from wsj and used the nnet2 to train pnorm. I successfully made completed the training and decoding. I tried moving it to kaldi gstreamer but when I run the streaming decode result. I got logs from workers that feature dimensions are not the same. Expected is 40 but got 13. I used the same config in training locally. Do I need to convert the nnet2 model to online? If yes, how would I convert it and run it on gstreamer since I matched the configs in the yaml file and set the config files to the yaml file.
This is my yaml file:
and my config file is:
I already used the
but not solved.
Please guide me on how to solve it. I used 13 mfcc and 3 steps/train_deltas.sh and lda.
Thanks a lot!
The text was updated successfully, but these errors were encountered: