-
Notifications
You must be signed in to change notification settings - Fork 78
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
VMF scaling denominator was inf #10
Comments
It would be great to know a bit about the data you're working with. That exception is raised when the dimension is too large. |
I experience the same problem when the dimension is relatively low. For example, the test test_integration_dense in test_von_mises_fisher_mixture.py raises this exception most of the time if I let n_features = 10 (and fixes params_in to {"posterior_type": "soft"}). |
see my comment here #17
|
Thanks @itamar-dw would you like to add a PR for this change? |
sure.
|
@itamar-dw I saw one branch come up but it was derived off of master. Could you try branching off You should be able to submit a PR for this project via the github UI by forking to your own account first https://git-scm.com/book/en/v2/GitHub-Contributing-to-a-Project Let me know if you need help. |
Alternatively, I'm happy to cherry-pick from a gist, if that's easier. |
Yes I created a PR then I realized I have to create a branch first. I'll do it as you suggested, that's an opportunity to learn how to do it :) |
Hi
I tried to run the soft version, and this error appears 'VMF scaling denominator was inf'. what could be the reasons for that.
Another question is there any way to estimate the number of the clusters.
Thanks
The text was updated successfully, but these errors were encountered: