-
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
bad default parameters! #42
Comments
I got the same problem, and it just got stuck at the while loop. |
have you fixed it yet? |
@XA23i I installed the dev: Then you can specify the iteration limits: However, I really do not recommend using his code, as its not reliable. You never know what other problems there are. I found out (too late unfortunately) that meta offers a very efficient library called faiss. You can use k-means very simply:
|
Thank you, I'll try it. |
can i know why on earth does the stable release have by default the number of k-means iterations as infinite, and assumes the condition of breaking the loop will be met??? You caused my GPU to run k-means infinitely for a single sample without breaking, for the whole weekend, and wasted 2 days of running experiments!
Either publish reliable code or don't touch your keyboard
The text was updated successfully, but these errors were encountered: