-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
hnsw_stats.ndis seems wrong, it contains hnsw visited, which actual not call dis() #3819
Labels
Comments
@ssk01 thanks, let me see |
@ssk01 a definite bug, thanks for spotting it out! |
facebook-github-bot
pushed a commit
that referenced
this issue
Sep 9, 2024
…3840) Summary: #3819 A definite bug in my code from the past. The number of reported distances is higher that the number of distances actually computed. Pull Request resolved: #3840 Reviewed By: junjieqi Differential Revision: D62392577 Pulled By: mengdilin fbshipit-source-id: c4d595849cc95e77eb6cd8d499b3128bbe9a6e13
I will go ahead and close this one, @ssk01 let me know if there's still an issue |
aalekhpatel07
pushed a commit
to aalekhpatel07/faiss
that referenced
this issue
Oct 17, 2024
…acebookresearch#3840) Summary: facebookresearch#3819 A definite bug in my code from the past. The number of reported distances is higher that the number of distances actually computed. Pull Request resolved: facebookresearch#3840 Reviewed By: junjieqi Differential Revision: D62392577 Pulled By: mengdilin fbshipit-source-id: c4d595849cc95e77eb6cd8d499b3128bbe9a6e13
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Summary
hnsw_stats.ndis seems wrong, it contains hnsw visited, which actual not call dis()
Reproduction instructions
before (HNSW speedup + Distance 4 points ([#2841])
ndis didn't contain visited neighbors
@alexanderguzhva, should I make a pull request to fix it ?
The text was updated successfully, but these errors were encountered: