Comments

Flat
Error +6510
User: dave
Date: 11/13/2008 11:09 am
Views: 6793
Rating: 12

 

Hello,

I follow the Tutorial step by step

but by running the command:

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 monophones0I

I get the Error:

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
29 Logical/29 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 ../train_mfc/Sample1.lab
 FATAL ERROR - Terminating program HERest

 

I have build the phone0.mlf and the word.mlf file.

What i also don't understand is why he search in the folder /train_mfc/

there are my mfc files.

I hope someone can help me.

 

Thanks

Dave

 

Re: Error +6510
User: kmaclean
Date: 11/13/2008 12:34 pm
Views: 135
Rating: 11

Hi Dave,

>ERROR [+6510]  LOpen: Unable to open label file ../train_mfc/Sample1.lab

The prefix of the names of your label files (in your phones0.mlf file) must match the prefix of the names of the audio files in your train.scp

i.e. the "sample1" prefix from the file entry in your phones0.mlf ("*/sample1.lab") must correspond to an actual audio file listed in your train.scp, plus the ".mfc" suffix.  In this example, the entry in your trains.scp should be something like this: "../train/mfcc/sample1.mfc" (your path might be different...).

Also see this post.

Ken

Re: Error +6510
User: dave
Date: 11/17/2008 3:28 am
Views: 98
Rating: 12

Thank you for helping.

The fault was that my mfc file was named as "Sample" in case of "sample".

Re: Error +6510
User: walaaelhady
Date: 3/15/2014 8:51 pm
Views: 164
Rating: 6

my label files inphones0.mlf match audiofiles name in  train.scp and this error still found

please help me

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

HERest  ML Updating: Transitions Means Variances

 System is PLAIN
43 Logical/43 Physical Models Loaded, VecSize=13
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 sample1.lab
 FATAL ERROR - Terminating program HERest

 

Re: Error +6510
User: linglelin
Date: 1/19/2018 11:51 am
Views: 5
Rating: 0

Hi, this happened to me yesterday as well. I am not an expert in this, but I think you need to re-check and make sure in every .mlf file the name for lab is exactly the same ( "*/sample1.lab" ). This is very late but I hope you have already solved the issue :)

PreviousNext