Skip to content
Snippets Groups Projects
Commit fec8ceef authored by Tiago de Freitas Pereira's avatar Tiago de Freitas Pereira
Browse files

Updated the reference threshold and all the references

parent 0eb7a39b
No related branches found
No related tags found
1 merge request!19Updated the reference threshold and all the references
Pipeline #
......@@ -31,6 +31,7 @@ void bob::learn::em::GMMBaseTrainer::initialize(bob::learn::em::GMMMachine& gmm)
{
// Allocate memory for the sufficient statistics and initialise
m_ss->resize(gmm.getNGaussians(),gmm.getNInputs());
gmm.setVarianceThresholds(this->m_mean_var_update_responsibilities_threshold);
}
void bob::learn::em::GMMBaseTrainer::eStep(bob::learn::em::GMMMachine& gmm,
......
No preview for this file type
No preview for this file type
No preview for this file type
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment