VoxForge
hi,
while executing this command,
HHEd -A -D -T 1 -H hmm14/macros.txt -H hmm14/hmmdefs.txt -M hmm15 tree.hed triphones1
i got the error
error [+2663] chkTreeobject:TB only valid for 1 mix daigonal covar models
Hi suhas
>while executing this command,>HHEd -A -D -T 1 -H hmm14/macros.txt -H hmm14/hmmdefs.txt -M hmm15 tree.hed triphones1
shouldn't you be executing this command?:
$HHEd -A -D -T 1 -H hmm12/macros -H hmm12/hmmdefs -M hmm13 tree.hed triphones1
> error [+2663] chkTreeobject:TB only valid for 1 mix daigonal covar models
The HTK book says:
2663 Invalid types to tree cluster
Tree clustering will only work for single Gaussian diagonal covariance untied models of similar topology.
Have you deviated from the tutorial? If yes, how?
thanks,
Ken
HHEd -A -D -T 1 -H hmm14/macros -H hmm14/hmmdefs -M hmm15 tree.hed triphones1
shouldn't you be executing this command?:
$HHEd -A -D -T 1 -H hmm12/macros -H hmm12/hmmdefs -M hmm13 tree.hed triphones1
> error [+2663] chkTreeobject:TB only valid for 1 mix daigonal covar models
> i used two state GMM for training...but i got this ...how to solve this problem...
thanks in advance
I had the same problem with this command
error [+2663] chkTreeobject:TB only valid for 1 mix daigonal covar models
Does this error want to say that i cannot work with a mixture of Gaussian in the definition of the model HMM
because I worked with a number of Gaussian =4 .And I think it is the only point where I deviated of this tutorial.
Have you checked the HTK email archives?
Ken
hello to all
i think that you can use TC command instead of TB , in your tree.hed file, because TB can handle only single gaussian models but TC is not so, i had the same problem. you can find some text about it in pages 171-172 from htkbook
good luck
hello to all
i think that you can use TC command instead of TB , in your tree.hed file, because TB can handle only single gaussian models but TC is not so, i had the same problem. you can find some text about it in pages 171-172 from htkbook
good luck
AS
I use TC instead of TB command but when I go to the second command of I got this error
$ HHEd -A -D -T 1 -H hmm12/macros -H hmm12/hmmdefs -M hmm13 tree.hed triphones1
C:\cygwin\HTK\htk-3.3-windows-binary\htk\HHEd.exe -A -D -T 1 -H hmm12/macros -H hmm12/hmmdefs -M hmm13 tree.hed triphones1
No HTK Configuration Parameters Set
HHEd
9235/9235 Models Loaded [5 states max, 1 mixes max]
RO 20.00 ''
Setting outlier threshold for clustering
RO->LS stats
and loading state occupation stats
Stats loaded for 50 models
Mean Occupation Count = 6298.395909
TR 0
Adjusting trace level
TR 1
Adjusting trace level
AU fulllist1
Creating HMMset using trees to add unseen triphones
ERROR [+2662] AddUnseenCommand: there are no existing trees
FATAL ERROR - Terminating program C:\cygwin\HTK\htk-3.3-windows-binary\htk\HHEd.exe
can anybody tell me where is the error???