-
Notifications
You must be signed in to change notification settings - Fork 502
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
The distance between two of the same GMMs is not 0 #695
Comments
This is interesting. Could it come form the |
that is interesting, i'll look into it. |
Hi, thanks for your Issue, I managed to reproduce it. |
Thanks for identifying the problem! Is there any other solution rather than using torch.float64? |
Hi, I don't really have other ideas, but maybe @rflamary would know? |
Describe the bug
The distance between two of the same GMMs is not 0. Sometimes the distance could be as large as 1e-3 when I use my own data. Is this because of the numerical problem?
To Reproduce
The output distance of the above code is 1.2001e-05.
Expected behavior
Environment (please complete the following information):
pip
,conda
): sourceThe text was updated successfully, but these errors were encountered: