Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] GMM model and specific category combinations #179

Open
felixbur opened this issue Dec 19, 2024 · 0 comments
Open

[BUG] GMM model and specific category combinations #179

felixbur opened this issue Dec 19, 2024 · 0 comments

Comments

@felixbur
Copy link
Owner

Describe the bug and step to reproduce
super strange: for some combinations of categories with emodb and sklearn GMM classifier, the GMM classifier's predict() function returns labels that are outside the range (e.g. for [0:2], [0:3] is the result)

Here is a minimal nkululeko config to reproduce

[EXP]
root = ./experiments/emodb/
name = results
[DATA]
databases = ['emodb']
emodb = ./data/emodb/emodb
emodb.split_strategy = speaker_split
labels = ["disgust", "boredom", "anger"]
target = emotion
[FEATS]
type = ['os']
[MODEL]
type = gmm

Expected behavior

Desktop information

  • OS: Ubuntu 20
  • Nkululeko Version:
    93.10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant