VoxForge
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
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...).
Ken
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
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 :)