cmusphinx / sphinxtrain

Acoustic model trainer for CMU Sphinx
Other
178 stars 112 forks source link

bw.exe breaks on windows #5

Closed camhart closed 9 years ago

camhart commented 9 years ago

I'm on windows trying to adapt the generic data modules. I've cloned the repository and built the project using visual studio. I use bw.exe with the following command and part of the way through execution I get a popup error message that says "bw.exe has stopped working \n A problem caused the program to stop working correctly. Windows will close the program and notify you if a solution is available".

What's the deal? I am on 64 bit version of windows. Does that not work with this?

nshmyrev commented 9 years ago

What is the command you run exactly?

camhart commented 9 years ago

bw.exe -hmmdir en-us/en-us -moddeffn en-us\en-us\mdef -varnorm no -ts2cbfn .cont. -feat 1s_c_d_dd -svspec 0-12/13-25/26-38 -cmn current -cmninit 40,3,-1 -agc none -dictfn uppercaseDictionary.txt -ctlfn output.listoffiles -lsnfn output.transcription -accumdir .

On Fri, Mar 13, 2015 at 3:12 AM, Nickolay V. Shmyrev < notifications@github.com> wrote:

What is the command you run exactly?

— Reply to this email directly or view it on GitHub https://github.com/cmusphinx/sphinxtrain/issues/5#issuecomment-78880294.

nshmyrev commented 9 years ago

-ts2cbfn must be .ptm., not .cont. I'll probably this crash later.

nshmyrev commented 9 years ago

Crash fixed in trunk.