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

Merge branch '23-variance-flooring-is-not-set-properly-in-the-constructor' into 'master'

Updated the reference threshold and all the references

Closes #23

See merge request !19
parents 0eb7a39b fec8ceef
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