Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • bob.bio.gmm bob.bio.gmm
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 2
    • Issues 2
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 1
    • Merge requests 1
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • bobbob
  • bob.bio.gmmbob.bio.gmm
  • Issues
  • #3
Closed
Open
Issue created Aug 21, 2015 by André Anjos@andre.anjos💬Owner

Bug with the GMM parallel implementation

Created by: tiagofrepereira2012

I found a bug in the GMM parallel implementation.

The number of statistics files that is written in the e-step (KMeans and M. Likelihood) are not the same amount of statistics read in the m-step.

Basically the check here https://github.com/bioidiap/bob.bio.gmm/blob/master/bob/bio/gmm/tools/gmm.py#L40 must match with the check here https://github.com/bioidiap/bob.bio.gmm/blob/master/bob/bio/gmm/tools/gmm.py#L124

AND

the check here: https://github.com/bioidiap/bob.bio.gmm/blob/master/bob/bio/gmm/tools/gmm.py#L196 must match with the check here https://github.com/bioidiap/bob.bio.gmm/blob/master/bob/bio/gmm/tools/gmm.py#L250

The crash happens only when you have few training files in the training set. I'm opening the issue just to register. I will push the patch soon. @siebenkopf , can I release a new version on pypi after this?

Assignee
Assign to
Time tracking