Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
bob
bob.learn.em
Commits
fec8ceef
Commit
fec8ceef
authored
Jan 03, 2017
by
Tiago de Freitas Pereira
Browse files
Updated the reference threshold and all the references
parent
0eb7a39b
Pipeline
#6162
passed with stages
in 16 minutes and 53 seconds
Changes
4
Pipelines
1
Show whitespace changes
Inline
Side-by-side
bob/learn/em/cpp/GMMBaseTrainer.cpp
View file @
fec8ceef
...
...
@@ -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
,
...
...
bob/learn/em/data/gmm_ML.hdf5
View file @
fec8ceef
No preview for this file type
bob/learn/em/data/gmm_ML_32bit_debug.hdf5
View file @
fec8ceef
No preview for this file type
bob/learn/em/data/gmm_ML_32bit_release.hdf5
View file @
fec8ceef
No preview for this file type
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment