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
Thank you for helping.
The fault was that my mfc file was named as "Sample" in case of "sample".