Menu

bw.exe crash on Win7

Help
Alexander
2012-01-24
2012-09-22
  • Alexander

    Alexander - 2012-01-24

    Hello,

    I'm trying to make adapting of Russian Voxforge model according "Adapting ..."
    tutorial. sphinx_fe step passed OK. Then I run bw as follows:

    .\bw -hmmdir model_parameters\msu_ru_nsh.cd_cont_1000_8gau_16000 -moddeffn model_parameters\msu_ru_nsh.cd_cont_1000_8gau_16000\mdef -ts2cbfn .cont. -feat 1s_c_d_dd -cmn current -agc none -dictfn numbers.dic -ctlfn numbers.fileids -lsnfn numbers.transcription -accumdir .
    

    This gives crash of the app (Прекращена работа программы).

    Log of bw:

    Current configuration:

    -2passvar no no
    -abeam 1e-100 1.000000e-100
    -accumdir .
    -agc none none
    -agcthresh 2.0 2.000000e+000
    -bbeam 1e-100 1.000000e-100
    -cb2mllrfn .1cls. .1cls.
    -cepdir
    -cepext .mfc .mfc
    -ceplen 13 13
    -cepwin 0 0
    -ckptintv 0
    -cmn current current
    -cmninit 8.0 8.0
    -ctlfn numbers.fileids
    -diagfull no no
    -dictfn numbers.dic
    -example no no
    -fdictfn
    -feat 1s_c_d_dd 1s_c_d_dd
    -fullsuffixmatch no no
    -fullvar no no
    -help no no
    -hmmdir model_parameters\msu_ru_nsh.cd_cont_1000
    _8gau_16000
    -latdir
    -latext
    -lda
    -ldaaccum no no
    -ldadim 0 0
    -lsnfn numbers.transcription
    -ltsoov no no
    -lw 11.5 1.150000e+001
    -maxuttlen 0 0
    -meanfn
    -meanreest yes yes
    -mixwfn
    -mixwreest yes yes
    -mllrmat
    -mmie no no
    -mmie_type rand rand
    -moddeffn model_parameters\msu_ru_nsh.cd_cont_1000
    _8gau_16000\mdef
    -mwfloor 0.00001 1.000000e-005
    -npart 0
    -nskip 0
    -outphsegdir
    -outputfullpath no no
    -part 0
    -pdumpdir
    -phsegdir
    -phsegext phseg phseg
    -runlen -1 -1
    -sentdir
    -sentext sent sent
    -silcomp none none
    -siltag SIL SIL
    -spthresh 0.0 0.000000e+000
    -svspec
    -timing yes yes
    -tmatfn
    -tmatreest yes yes
    -topn 4 4
    -tpfloor 0.0001 1.000000e-004
    -ts2cbfn .cont.
    -varfloor 0.00001 1.000000e-005
    -varfn
    -varnorm no no
    -varreest yes yes
    -viterbi no no

    INFO: feat.c(697): Initializing feature stream to type: '1s_c_d_dd',
    ceplen=13,
    CMN='current', VARNORM='no', AGC='none'
    INFO: cmn.c(142): mean= 12.00, mean= 0.0
    INFO: main.c(286): Reading
    model_parameters\msu_ru_nsh.cd_cont_1000_8gau_16000\m
    def
    INFO: model_def_io.c(587): Model definition info:
    INFO: model_def_io.c(588): 108381 total models defined (51 base, 108330 tri)
    INFO: model_def_io.c(589): 433524 total states
    INFO: model_def_io.c(590): 1153 total tied states
    INFO: model_def_io.c(591): 153 total tied CI states
    INFO: model_def_io.c(592): 51 total tied transition matrices
    INFO: model_def_io.c(593): 4 max state/model
    INFO: model_def_io.c(594): 4 min state/model

    Log record of windows:

    Имя сбойного приложения: bw.exe, версия: 0.0.0.0, отметка времени:
    0x4da8cd02
    Имя сбойного модуля: ntdll.dll, версия: 6.1.7601.17725, отметка времени
    0x4ec49b60
    Код исключения: 0xc0000005

    I use compiled sphinxbase-0.7-win32 and sphinxtrain-1.0.7-win32

    I found a couple of similar topics that recommend to use sphinxbase.dll from
    trunk... So my questions are:
    - Will code from trunk help?
    - Should I use most recent revision ot some another one?
    - What free tool can I use to compile? Is Visual C++ Express good for it? (I'm sorry I'm not C++ developer)
    - Is there some place where I can just take compiled dll without need to do it myself?

    Thank you!

     
  • Nickolay V. Shmyrev

    -Will code from trunk help?

    Yes

    • Should I use most recent revision ot some another one?

    You should use sphinxtrain trunk and sphinxbase trunk.

    • What free tool can I use to compile? Is Visual C++ Express good for it?
      (I'm sorry I'm not C++ developer)

    Visual Studio 2010 Express

    • Is there some place where I can just take compiled dll without need to do
      it myself?

    No

     
  • Alexander

    Alexander - 2012-01-25

    Thank you Nickolay!

     

Log in to post a comment.