hi
i'm training CD models ,i wanna split my 8 gaussians models to 16 gaussians using inc_comp i had warnings
looking like that:
WARNING: "inc_densities.c", line 143: (mgau= 6064, feat= 0, density= 8) never observed skipping
hi arthur
i know it means that That simply means a Gaussian is never seen
the problem is there is a lot of gaussians never seen "more than3000"
regards
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
hi
i'm training CD models ,i wanna split my 8 gaussians models to 16 gaussians using inc_comp i had warnings
looking like that:
WARNING: "inc_densities.c", line 143: (mgau= 6064, feat= 0, density= 8) never observed skipping
my script :
$scripts/inc_comp -ninc 8 -ceplen 13 -dcountfn $gauss8/mixw_CD_g6 -inmixwfn $gauss8/mixw_CD_g6 -outmixwfn $gauss16/mixw_16_gau -inmeanfn $gauss8/mean_CD_g6 -outmeanfn $gauss16/mean_16_gau -invarfn $gauss8/var_CD_g6 -outvarfn $gauss16/var_16_gau -feat 1s_c_d_dd
can some body tell me which kind of error and is it fatal ?
thanks
That simply means a Gaussian is never seen. -a
hi arthur
i know it means that That simply means a Gaussian is never seen
the problem is there is a lot of gaussians never seen "more than3000"
regards
Lack of training data? -a