hi
when i train the BW for CD model (8 iterations), it run normally, and writes the models (mean, var, mixw,tmat) but i have lot of errors like this :
ERROR: "gauden.c", line 1418: var (mgau= 254774, feat= 0, density=0, component=17) < 0
can some one help me to know why those errors apear !
thank's
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Generally, it's an indication the that variance is undertrained. mgau 254774? looks like a lot of mgau's! Are you training models that will be used to generate decision trees?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
hi
when i train the BW for CD model (8 iterations), it run normally, and writes the models (mean, var, mixw,tmat) but i have lot of errors like this :
ERROR: "gauden.c", line 1418: var (mgau= 254774, feat= 0, density=0, component=17) < 0
can some one help me to know why those errors apear !
thank's
yes
i'm training models before the generation of decision trees.
i will use them to generate decision trees
Generally, it's an indication the that variance is undertrained. mgau 254774? looks like a lot of mgau's! Are you training models that will be used to generate decision trees?