working through adapting the default model tut, entered:
./mk_s2sendump \ -pocketsphinx yes \ -moddeffn hub4wsj_sc_8kadapt/mdef.txt \ -mixwfn hub4wsj_sc_8kadapt/mixture_weights \ -sendumpfn hub4wsj_sc_8kadapt/sendump [code] and the darn thing is just kicking out numbers and running on for several minutes now. Is that normal? regards, Richard
it finally stopped after several minutes. Now, where do I put it?
Put the model in your application.
Configure the path to the model using "-hmm" configuration option
If you don't want to change the "-hmm", replace old model files with the new ones.
The corresponding section was added to the tutorial
http://cmusphinx.sourceforge.net/wiki/tutorialadapt#using_the_model
Thanks very much!
Log in to post a comment.
working through adapting the default model tut, entered:
it finally stopped after several minutes. Now, where do I put it?
Put the model in your application.
Configure the path to the model using "-hmm" configuration option
If you don't want to change the "-hmm", replace old model files with the new
ones.
The corresponding section was added to the tutorial
http://cmusphinx.sourceforge.net/wiki/tutorialadapt#using_the_model
Thanks very much!