-
Notifications
You must be signed in to change notification settings - Fork 31
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
Reproducibility issue with cosine metric #55
Comments
But in newest version, euclidean + approx_pow still face same problem. |
Unfortunately, I cannot give you a satisfactory solution to these issues. As far as I can tell, we are at the mercy of whatever system libraries are part of the base OS. |
One thing that could cause issues is the
But I assume the spectral initialization will have the same issue. I don't recommend using |
Thanks. I will continue to use only one OS for preventing this problem. Now, I could reproduce my result in Ubuntu 22 in different machine. |
This is a followup to issue #46.
The reproducibility issues described there have been fixed for me in 0.1.8 by using
approx_pow = TRUE
with aneuclidean
ormanhattan
metric, but I still face problems when usingcosine
.Here's a result on my laptop (Ubuntu 18.04, R 3.6.3, uwot 0.1.8) :
And here's the same thing on a server (CentOS 7, R 3.6.1, uwot 0.1.8) :
The results are the same when run with
metric = "euclidean"
.The text was updated successfully, but these errors were encountered: