I noticed with pleasure that the new cmusphinx-en-us-ptm-8khz-5.2 PTM acoustic model came out for download, and I can already see that is fast. Since this is a PTM model, what are the relevant exact parameters I should use in order to adapt this 8Khz ptm model? I am trying this configuration:
sphinx_fe:
(same parameters as en-us-8khz)
should I change anything in sphinx_fe other than "-samprate 8000"?
./bw :
-ts2cbfn .ptm.
(leaving the rest of the parameters the same as the en-us-8khz)
should I change anything else in bw other than "-ts2cbfn .ptm." ?
Because I get an error that tells me to check the command line options
FATAL: "mod_inv.c", line 358: Number of feature streams in mixture_weights file 3 differs from the configured value 1, check the command line options
I noticed with pleasure that the new cmusphinx-en-us-ptm-8khz-5.2 PTM acoustic model came out for download, and I can already see that is fast. Since this is a PTM model, what are the relevant exact parameters I should use in order to adapt this 8Khz ptm model? I am trying this configuration:
sphinx_fe:
(same parameters as en-us-8khz)
should I change anything in sphinx_fe other than "-samprate 8000"?
./bw :
-ts2cbfn .ptm.
(leaving the rest of the parameters the same as the en-us-8khz)
should I change anything else in bw other than "-ts2cbfn .ptm." ?
Because I get an error that tells me to check the command line options
those are my command line options:
Tutorial has been updated for a new model, you can just follow it.
FATAL: "mod_inv.c", line 358: Number of feature streams in mixture_weights file 3 differs from the configured value 1, check the command line options
./bw \
-hmmdir en-us \
-moddeffn en-us/mdef.txt \
-ts2cbfn .ptm. \
-feat 1s_c_d_dd \
-svspec 0-12/13-25/26-38 \
-cmn current \
-agc none \
-dictfn cmudict-en-us.dict \
-ctlfn wav_recordings.fileids \
-lsnfn wav_recordings.transcription \
-accumdir .
I am using continous model of sphinx4.
Should I change the $CFG_NUM_STREAMS to 4 and then recompile sphinxtrain??
Please help me out on this.