Comments

Flat
error with HERest
User: Visitor
Date: 4/8/2011 8:37 am
Views: 3999
Rating: 9

hi i followed the steps till here properly...but when i ran HERest then it gave me the following error..could anyone tell me what is wrong..also i have the same names for my wav files and the label files.. thank you..

i7922737@w11508:~/voxforge/manual$ ./HERest -A -D -T 1 -C config -L phones0.mlf -t 250.0 150.0 1000.0 -S train.scp -H hmm0/macros -H hmm0/hmmdefs -M hmm1 monophones0
./HERest -A -D -T 1 -C config -L phones0.mlf -t 250.0 150.0 1000.0 -S train.scp -H hmm0/macros -H hmm0/hmmdefs -M hmm1 monophones0

HTK Configuration Parameters[10]
  Module/Tool     Parameter                  Value
#                 NUMCEPS                       12
#                 CEPLIFTER                     22
#                 NUMCHANS                      26
#                 PREEMCOEF               0.970000
#                 USEHAMMING                  TRUE
#                 WINDOWSIZE         250000.000000
#                 SAVEWITHCRC                 TRUE
#                 SAVECOMPRESSED              TRUE
#                 TARGETRATE         100000.000000
#                 TARGETKIND          MFCC_0_D_N_Z

HERest  ML Updating: Transitions Means Variances

 System is PLAIN
43 Logical/43 Physical Models Loaded, VecSize=25
2 MMF input files
Pruning-On[250.0 150.0 1000.0]
 Processing Data: sample1.mfc; Label sample1.lab
  ERROR [+6510]  LOpen: Unable to open label file phones0.mlf/sample1.lab
 FATAL ERROR - Terminating program ./HERest
i7922737@w11508:~/voxforge/manual$

Re: error with HERest
User: kmaclean
Date: 4/11/2011 8:21 am
Views: 81
Rating: 9

>when i ran HERest then it gave me the following error

Your command uses a capital "L" for phones0.mlf:

$ ./HERest -A -D -T 1 -C config -L phones0.mlf -t 250.0 150.0 1000.0 -S train.scp -H hmm0/macros -H hmm0/hmmdefs -M hmm1 monophones0

Could it be that it needs a lower case "l":

$HERest -A -D -T 1 -C config -I phones0.mlf -t 250.0 150.0 1000.0 -S train.scp -H hmm0/macros -H hmm0/hmmdefs -M hmm1 monophones0

Re: error with HERest
User: Darwin
Date: 4/9/2012 12:12 pm
Views: 78
Rating: 10

When you've faced this problem,

"ERROR [+5021] GetChkedInt: Integer Arg Required for l option"

$HERest -A -D -T 1 -C config -I ←is /ai/ of uppercase.

 

I guess common problem is something like that!

Take care of it.

 

PreviousNext