1.Creating an adaptation corpus
2.Recording your adaptation data
3.Generating acoustic feature files
However the 4th Step "Converting the sendump and mdef files" i got some
terminal errors about the directory .
i found the mdef.txt file in "pocketsphinx-
extra/model/hmm/en_US/hub4_wsj_sc_3s_8k.cd_semi_5000 folder" when i
downloaded.so i avoid the step without converting the mdef file to mdef.text
Then i have done the 5 th step "Accumulating observation counts"
successfully.
So i came to the next step "Creating transformation with MLLR"
i found an error to execute the below command . the error was ./mllr_solve: No
such file or directory.
Try to understand what the does message "no such file or directory" mean. Try
to think about the ways to check that file is missing. Try to search for the
file.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I searched the file in my entire system. However i didn't find it any where.I
don't know where i done the mistake.Can you have any idea about the file ? .if
yes, please share with me.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
gauden_counts are created by bw in the folder pointed by the argument accumdir
(current folder in your case). If the file was not created properly, you need
to look on previous problem.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi all,
I am working on to do some simple acoustic model adaptation to improve Speech
recognition according to the link
http://cmusphinx.sourceforge.net/wiki/tutorialadapt
in that i done the following steps successfully.
1.Creating an adaptation corpus
2.Recording your adaptation data
3.Generating acoustic feature files
However the 4th Step "Converting the sendump and mdef files" i got some
terminal errors about the directory .
i found the mdef.txt file in "pocketsphinx-
extra/model/hmm/en_US/hub4_wsj_sc_3s_8k.cd_semi_5000 folder" when i
downloaded.so i avoid the step without converting the mdef file to mdef.text
Then i have done the 5 th step "Accumulating observation counts"
successfully.
So i came to the next step "Creating transformation with MLLR"
i found an error to execute the below command . the error was ./mllr_solve: No
such file or directory.
can any one help me to resolve it.
the error command is:
./mllr_solve \
-meanfn /usr/local/share/sphinx3/model/hmm/hub4_cd_continuous_8gau_1s_c_d_dd/means \
-varfn /usr/local/share/sphinx3/model/hmm/hub4_cd_continuous_8gau_1s_c_d_dd/variances \
-outmllrfn mllr_matrix -accumdir .
Try to understand what the does message "no such file or directory" mean. Try
to think about the ways to check that file is missing. Try to search for the
file.
I searched the file in my entire system. However i didn't find it any where.I
don't know where i done the mistake.Can you have any idea about the file ? .if
yes, please share with me.
So start with learning how to ask the right question and you will get the
right answer. Ask me
This is the right question. Not like you asked before "can any one help me to
resolve it."
@nshmyrev: I have read it now . Sorry .I am a newbie in forums and Iphone
Development. i just started my career. forgive me.
may i know where to find the ** mllr_solve** file/directory ...
mllr_solve binary is a part of SphinxTrain package. You need to download and
compile it. See
http://cmusphinx.sourceforge.net/wiki/download
@nshmyrev: Thanks for your professional and timely support . I will update you
the details.
@nshmyrev: unluckily i found another error when i was executing the command
its says unable to open
\ .
I have searched for "hub4_cd_continuous_8gau_1s_c_d_dd". i didn't find it any
where in system.
may i know where to find it and what mistake i done.
@nshmyrev:I didn't downloaded Shinx3 earlier. Now i am downloading it.
@nshmyrev: I found one error while executing
the error says "cant read gauden_counts.
may i know what mistake i done and how can i resolve it
gauden_counts are created by bw in the folder pointed by the argument accumdir
(current folder in your case). If the file was not created properly, you need
to look on previous problem.