VoxForge
Hi,
I'm in Step 6 Re-estimating.
I entered the command line 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 monophones0
After some processing and ML Updating of 42 logical and physical models, 2 MMF input files and pruning, I get the message Processing data: sample1.mfc; Label sample1.lab
Error [+7321] CreateInsts: Unknown label sil
What say ye?
Hi RedCisc,
>Error [+7321] CreateInsts: Unknown label sil
HTK book says:
+7321 Unknown model
Model in HMM List not found in HMMSet, check that the correct HMM List is being used.
Looks like you did not create a 'sil' model in your hmmdef file... your monophones0 file should contain a sil phone.
Ken
at step Fixing silence
the error for following command
HERest -A -D -T 1 -C input_files/config -I interim_files/phones1.mlf -t 250.0 150.0 3000.0 -S train.scp -H interim_files/hmm5/macros -H interim_files/hmm5/hmmdefs -M interim_files/hmm6 interim_files/monophones1
is
Processing Data: cal_alert.mfc; Label cal_alert.lab
ERROR [+7321] CreateInsts: Unknown label sil
FATAL ERROR - Terminating program HERest
thanks in adavance ,,,
>ERROR [+7321] CreateInsts: Unknown label .
it looks like it is telling you that you have a '.' (a period) as a label in your words.mlf...
I am guessing that you might have two consecutive lines with periods in them in your words.mlf file.