Menu

ERROR: "cmd_ln.c", Unknown ...

Help
mmm
2011-10-25
2012-09-22
  • mmm

    mmm - 2011-10-25

    Hi!

    I've been trying to build acoustic language model but I've got following
    error:

    INFO: cmd_ln.c(559): Parsing command line:
    C:\Downloads\sphinx\work\bin\agg_seg.exe \
    -segdmpdirs C:/Downloads/sphinx/work/bwaccumdir/digits_buff_1 \
    -segdmpfn C:/Downloads/sphinx/work/bwaccumdir/digits_buff_1/digits.dmp \
    -segtype all \
    -ctlfn C:/Downloads/sphinx/work/etc/digits_train.fileids \
    -cepdir C:/Downloads/sphinx/work/feat \
    -cepext mfc \
    -ceplen 13 \
    -agc none \
    -cmn current \
    -varnorm no \
    -feat s2_4x \
    -stride 1

    Current configuration:

    -agc none none
    -agcthresh 2.0 2.000000e+000
    -cachesz 200 200
    -cb2mllrfn .1cls. .1cls.
    -cepdir C:/Downloads/sphinx/work/feat
    -cepext .mfc mfc
    -ceplen 13 13
    -cmn current current
    -cmninit 8.0 8.0
    -cntfn
    -ctlfn C:/Downloads/sphinx/work/etc/digits_train.fileids
    -dictfn
    -example no no
    -fdictfn
    -feat 1s_c_d_dd s2_4x
    -help no no
    -lda
    -ldadim 0 0
    -lsnfn
    -mllrctlfn
    -mllrdir
    -moddeffn
    -nskip 0 0
    -runlen -1 -1
    -segdir
    -segdmpdirs C:/Downloads/sphinx/work/bwaccumdir/digits_buff_1,
    -segdmpfn C:/Downloads/sphinx/work/bwaccumdir/digits_buff_1/digits.dmp
    -segext v8_seg v8_seg
    -segidxfn
    -segtype st all
    -sentdir
    -sentext
    -stride 1 1
    -svspec
    -ts2cbfn
    -varnorm no no

    INFO: main.c(171): No lexical transcripts provided
    INFO: feat.c(697): Initializing feature stream to type: 's2_4x', ceplen=13,
    CMN='current', VARNORM='no', AGC='none'
    INFO: cmn.c(142): mean= 12.00, mean= 0.0
    ERROR: "cmd_ln.c", line 934: Unknown argument: -part
    INFO: corpus.c(1284): Will process all remaining utts starting at 0
    INFO: main.c(290): Will produce feature dump
    INFO: main.c(429): Writing frames to one file
    INFO: agg_all_seg.c(134):
    INFO: agg_all_seg.c(190): Wrote 0 frames to
    C:/Downloads/sphinx/work/bwaccumdir/digits_buff_1/digits.dmp
    Tue Oct 25 23:41:35 2011

    can you help me?

     
  • Nickolay V. Shmyrev

    can you help me?

    Yes we can. To solve the problem you need to provide the additional
    information about which version are you using.

    Most likely your training scripts are out-of-date, you need to update them
    from recent sphinxtrain.

     
  • mmm

    mmm - 2011-10-26

    The archive version is 1.0.7
    I've downloaded it from the download page page two days ago.

     
  • Nickolay V. Shmyrev

    Try to rebuild binaries from source too. Most likely it was a bug which was
    not updated in binary version of SphinxTrain.

     

Log in to post a comment.