-
Notifications
You must be signed in to change notification settings - Fork 580
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 maxcheck parameter has no effect when searching. #342
Comments
I also encountered the same issue: qps and recall didn't change as expected. Here is the code I tested with the default configuration of sift1m dataset
|
Hi, I encountered the same issue. Have you figure out the reason? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I ran the code following the example, but while searching I found that the MaxCheck parameter doesn't adjust the recall as described.
[1] [query] [maxcheck] [avg] [99%] [95%] [recall] [qps] [mem]
[1] 0-10000 16384 0.0028 0.0090 0.0064 0.8103 2886.7361 0GB
[1] 0-10000 8192 0.0024 0.0086 0.0056 0.8103 3368.8591 0GB
[1] 0-10000 4096 0.0015 0.0058 0.0033 0.8103 5320.0259 0GB
[1] 0-10000 2048 0.0015 0.0060 0.0035 0.8103 5267.8604 0GB
[1] 0-10000 1024 0.0016 0.0055 0.0036 0.8103 5104.4990 0GB
[1] 0-10000 512 0.0014 0.0050 0.0032 0.8103 5527.0239 0GB
[1] 0-10000 256 0.0016 0.0054 0.0037 0.8103 4964.4180 0GB
The text was updated successfully, but these errors were encountered: