Skip to content

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
    • Help
    • Support
    • Submit feedback
    • Contribute to GitLab
  • Sign in
bob.bio.gmm
bob.bio.gmm
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 8
    • Issues 8
    • List
    • Boards
    • Labels
    • Milestones
  • Merge Requests 0
    • Merge Requests 0
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
  • Analytics
    • Analytics
    • CI / CD
    • Repository
    • Value Stream
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • bob
  • bob.bio.gmmbob.bio.gmm
  • Issues
  • #18

Closed
Open
Opened May 26, 2017 by Manuel Günther@mguenther0 of 2 tasks completed0/2 tasks
  • Report abuse
  • New issue
Report abuse New issue

There is no option to change the KMeans initialization inside GMM.py, and the default causes trouble

As reported in https://groups.google.com/forum/#!topic/bob-devel/Y61TTeiQQiY the default value for initialization_method in the KMeansTrainer constructor https://www.idiap.ch/software/bob/docs/latest/bob/bob.learn.em/master/py_api.html#bob.learn.em.KMeansTrainer inside GMM.py: https://gitlab.idiap.ch/bob/bob.bio.gmm/blob/master/bob/bio/gmm/algorithm/GMM.py#L84 causes trouble.

Two things to do:

  • make the initialization_method a parameter of the bob.bio.gmm.algorithm.GMM constructor, with default value KMEANS_PLUS_PLUS
  • check that the tests pass -- different KMeans initialization will change results and corresponding reference values in the test cases
Assignee
Assign to
None
Milestone
None
Assign milestone
Time tracking
None
Due date
None
0
Labels
None
Assign labels
  • View project labels
Reference: bob/bob.bio.gmm#18