VoxForge
administrator@home-1c4b4e8ca9 /home/voxforge/manual
i face a problem when executing the following command so as to create hmm6/hmmdefs and hmm6/hmmdefs:
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 also tried
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
but still i face a problem.
is there any one who can help me?
thank you!
the output of my system is as follows:
adminstrator@home-1c4b4e8ca9 /home/voxforge/manual
$ HERest -A -D -T 1 -C config -I phones0.mlf -t 250.0 150.0 3000.0 -S train.sc
p -H hmm5/macros -H hmm5/hmmdefs -M hmm6 monophones1
C:\cygwin\HTK\htk-3.3-windows-binary\htk\HERest.exe -A -D -T 1 -C config -I phon
es0.mlf -t 250.0 150.0 3000.0 -S train.scp -H hmm5/macros -H hmm5/hmmdefs -M hmm
6 monophones1
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
29 Logical/29 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 sil
FATAL ERROR - Terminating program C:\cygwin\HTK\htk-3.3-windows-binary\htk\HERe
st.exe
abinew@home-1c4b4e8ca9 /home/voxforge/manual
$
Hi abinew,
> Processing Data: sample1.mfc; Label sample1.lab
> ERROR [+7321] CreateInsts: Unknown label sil
Does you sample1.lab file contain 'sil' labels? The 'sil' label is your "silence" model... Did you execute the HHEd command in Step 7 - fixing the silence model with the proper sil.hed command script? Is there a 'sil' hmm in your hmm5/hmmdefs file?
Ken