WARNING: "...\sphinxtrain\src\programs\wave2feat\wave2feat.c", line 248:
File wav/test/sph4/xxx.sph has some frames with zero energy. Consider using dither
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
hello,
During training I didn't got any error from Trainer but in module 40 Build Trees i hae de message : abnormal program termination
the log file :
F:\ali\Rep\an4\bin\bldtree.exe \ -treefn F:/ali/Rep/an4/trees/an4.unpruned/KH-0.dtree \ -moddeffn F:/ali/Rep/an4/model_architecture/an4.untied.mdef \ -mixwfn F:/ali/Rep/an4/model_parameters/an4.cd_cont_untied/mixture_weights \ -ts2cbfn .cont. \ -mwfloor 1e-008 \ -psetfn F:/ali/Rep/an4/model_architecture/an4.tree_questions \ -phone KH \ -state 0 \ -stwt 1.0 0.05 0.0 \ -meanfn F:/ali/Rep/an4/model_parameters/an4.cd_cont_untied/means \ -varfn F:/ali/Rep/an4/model_parameters/an4.cd_cont_untied/variances \ -fullvar no \ -ssplitmin 1 \ -ssplitmax 7 \ -ssplitthr 0 \ -csplitmin 1 \ -csplitmax 2000 \ -csplitthr 0
[Switch] [Default] [Value]
-help no no
-example no no
-treefn F:/ali/Rep/an4/trees/an4.unpruned/KH-0.dtree
-moddeffn F:/ali/Rep/an4/model_architecture/an4.untied.mdef
-ts2cbfn .semi. .cont.
-meanfn F:/ali/Rep/an4/model_parameters/an4.cd_cont_untied/means
-varfn F:/ali/Rep/an4/model_parameters/an4.cd_cont_untied/variances
-fullvar no no
-varfloor 0.00001 1.000000e-005
-cntthresh 0.00001 1.000000e-005
-mixwfn F:/ali/Rep/an4/model_parameters/an4.cd_cont_untied/mixture_weights
-psetfn F:/ali/Rep/an4/model_architecture/an4.tree_questions
-phone KH
-allphones no no
-state 0
-mwfloor 1e-4 1.000000e-008
-stwt 1.0 0.05 0.0
-ssplitthr 8e-4 0.000000e+000
-ssplitmin 1 1
-ssplitmax 5 7
-csplitthr 8e-4 0.000000e+000
-csplitmin 1 1
-csplitmax 100 2000
INFO: f:\ali\rep\sphinxtrain\src\programs\bldtree\main.c(228): Reading: F:/ali/Rep/an4/model_architecture/an4.untied.mdef
INFO: f:\ali\rep\sphinxtrain\src\libs\libio\model_def_io.c(587): Model definition info:
INFO: f:\ali\rep\sphinxtrain\src\libs\libio\model_def_io.c(588): 4406 total models defined (36 base, 4370 tri)
INFO: f:\ali\rep\sphinxtrain\src\libs\libio\model_def_io.c(589): 17624 total states
INFO: f:\ali\rep\sphinxtrain\src\libs\libio\model_def_io.c(590): 13218 total tied states
INFO: f:\ali\rep\sphinxtrain\src\libs\libio\model_def_io.c(591): 108 total tied CI states
INFO: f:\ali\rep\sphinxtrain\src\libs\libio\model_def_io.c(592): 36 total tied transition matrices
INFO: f:\ali\rep\sphinxtrain\src\libs\libio\model_def_io.c(593): 4 max state/model
INFO: f:\ali\rep\sphinxtrain\src\libs\libio\model_def_io.c(594): 4 min state/model
INFO: f:\ali\rep\sphinxtrain\src\programs\bldtree\main.c(247): Building trees for [KH A 6 i] through [KH ° O i]
INFO: f:\ali\rep\sphinxtrain\src\programs\bldtree\main.c(275): Covering states |[8031 8186]| == 156
INFO: f:\ali\rep\sphinxtrain\src\programs\bldtree\main.c(282): Reading: F:/ali/Rep/an4/model_parameters/an4.cd_cont_untied/mixture_weights
INFO: f:\ali\rep\sphinxtrain\src\libs\libio\s3mixw_io.c(172): Read F:/ali/Rep/an4/model_parameters/an4.cd_cont_untied/mixture_weights [156x1x1 array]
INFO: f:\ali\rep\sphinxtrain\src\programs\bldtree\main.c(320): 0 of 52 models have observation count greater than 0.000010
INFO: f:\ali\rep\sphinxtrain\src\programs\bldtree\main.c(94): nrm stwt: 0.952 0.048 0.000
INFO: F:\ali\Rep\SphinxTrain\src\libs\libio\s3gau_io.c(166): Read F:/ali/Rep/an4/model_parameters/an4.cd_cont_untied/means [13218x1x1 array]
INFO: F:\ali\Rep\SphinxTrain\src\libs\libio\s3gau_io.c(166): Read F:/ali/Rep/an4/model_parameters/an4.cd_cont_untied/variances [13218x1x1 array]
INFO: f:\ali\rep\sphinxtrain\src\programs\bldtree\main.c(574): Reading: F:/ali/Rep/an4/model_architecture/an4.tree_questions
INFO: f:\ali\rep\sphinxtrain\src\programs\bldtree\main.c(617): 180 total simple questions (172 phone; 8 word bndry)
INFO: f:\ali\rep\sphinxtrain\src\programs\bldtree\main.c(619): 42 Left Only questions, and 42 Right Only questions
Assertion failed: var[k] != 0, file f:\ali\rep\sphinxtrain\src\libs\libclust\div.c, line 288
abnormal program termination
i am unable to understand last error.....
Will you help me?
Thanks in Advace.
thanks,
i Look into logs and it is ok
thanks again
please help me..!
to note that during script :
perl scripts_pl/make_feats.pl -ctl etc/test_test.fileids
I have the following warning:
WARNING: "...\sphinxtrain\src\programs\wave2feat\wave2feat.c", line 248:
File wav/test/sph4/xxx.sph has some frames with zero energy. Consider using dither
It would be nice to find at least description what are you trying to do. Where did you took that an4 with KH phone.
Assertion means that variance became zero. So error should really appear long before tree building. Look into logs for more errors.