VoxForge
I get the following error when I run the HERest command:
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 SHARED
45 Logical/45 Physical Models Loaded, VecSize=25
2 MMF input files
Pruning-On[250.0 150.0 3000.0]
Processing Data: sample1.mfc; Label sample1.lab
ERROR [+7321] CreateInsts: Unknown label HELLO
Everything has gone swimmingly up until this point, so I'm not sure what's gone off here.
Could it be that this is what should be called:
HERest -A -D -T 1 -C config -I phones0.mlf -t 250.0 150.0 3000.0 -S train.scp -H hmm5/macros -H hmm5/hmmdefs -M hmm6 monophones1
rather than:
HERest -A -D -T 1 -C config -I phones1.mlf -t 250.0 150.0 3000.0 -S train.scp -H hmm5/macros -H hmm5/hmmdefs -M hmm6 monophones1
i.e. using phones0.mlf rather than phones1.mlf?
> Processing Data: sample1.mfc; Label sample1.lab
> ERROR [+7321] CreateInsts: Unknown label HELLO
Your phones files should only contain phonemes not words.
The word "HELLO" should not be in either of your phones0.mlf or phone1.mlf files.
Look at the Step 4 files from the Tutorial. Your files should look like this:
Ken
what about this errors????
HERest ML Updating: Transitions Means Variances
System is SHARED
31 Logical/31 Physical Models Loaded, VecSize=25
2 MMF input files
Pruning-On[250.0 150.0 3000.0]
Processing Data: sample1.mfc; Label sample1.lab
ERROR [+7321] CreateInsts: Unknown label sp
FATAL ERROR - Terminating program HERest
i have sp in phones1.mlf?