VoxForge
hi
when i run the command:
HHEd -A -D -T 1 -H hmm12/macros -H hmm12/hmmdefs -M hmm13 tree.hed triphones1
i got some results and then at the end i have:
AU ./fulllist
Creating HMMset using trees to add unseen triphones
ERROR [+2662] FindProtoModel: no proto for f-ey+ah in hSet
FATAL ERROR - Terminating program HHEd
any ideas?
thanks
>but could i just delete f-ey+ah phone and done with it?
no, because in step 10, you are synthesizing new triphones from the entire VoxForge dictionary... There will likely be words in the voxforge dict that use these triphones. You could just remove the words containing this missing triphone from the VoxForge dict, but it would be easier to record a few words to clear the error out.
You might try also using the hmms from step 9 (in hmm12 folder)
hi, when i run the command to create tiedlist
HHEd -A -D -T 1 -H hmm12/macros -H hmm12/hmmdefs -M hmm13 tree.hed triphones1
i have an error:
AU ./fulllist
Creating HMMset using trees to add unseen triphones
ERROR [+2662] FindProtoModel: no proto for sp in hSet
FATAL ERROR - Terminating program HHEd
although in the hmmdefs i have a proto for the sp
~h "sp"
<BEGINHMM>
<NUMSTATES> 3
<STATE> 2
~s "silst"
<TRANSP> 3
0.000000e+00 5.954089e-01
4.045912e-01
0.000000e+00 9.575509e-01
4.244910e-02
0.000000e+00 0.000000e+00
0.000000e+00
<ENDHMM>
also i have the "sp" in stats as well as the fulllist
what seems to be the problem?
thanks in advance