Skip to content
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

Performance: upgrade to latest ann-benchmarks #655

Merged
merged 7 commits into from
Mar 25, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Updated benchmarks
Ubuntu committed Mar 23, 2024
commit 94aba39289f8959aa5e0104a8fce21e53143749c
2 changes: 1 addition & 1 deletion docs/pages/performance/fashion-mnist/plot.b64

Large diffs are not rendered by default.

Binary file modified docs/pages/performance/fashion-mnist/plot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
16 changes: 8 additions & 8 deletions docs/pages/performance/fashion-mnist/results.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
|Model|Parameters|Recall|Queries per Second|
|---|---|---|---|
|eknn-l2lsh|L=100 k=4 w=1024 candidates=500 probes=0|0.378|385.618|
|eknn-l2lsh|L=100 k=4 w=1024 candidates=1000 probes=0|0.446|321.420|
|eknn-l2lsh|L=100 k=4 w=1024 candidates=500 probes=3|0.635|301.004|
|eknn-l2lsh|L=100 k=4 w=1024 candidates=1000 probes=3|0.716|260.304|
|eknn-l2lsh|L=100 k=4 w=2048 candidates=500 probes=0|0.767|328.881|
|eknn-l2lsh|L=100 k=4 w=2048 candidates=1000 probes=0|0.847|287.976|
|eknn-l2lsh|L=100 k=4 w=2048 candidates=500 probes=3|0.922|229.053|
|eknn-l2lsh|L=100 k=4 w=2048 candidates=1000 probes=3|0.960|204.299|
|eknn-l2lsh|L=100 k=4 w=1024 candidates=500 probes=0|0.379|357.837|
|eknn-l2lsh|L=100 k=4 w=1024 candidates=1000 probes=0|0.447|321.606|
|eknn-l2lsh|L=100 k=4 w=1024 candidates=500 probes=3|0.634|291.497|
|eknn-l2lsh|L=100 k=4 w=1024 candidates=1000 probes=3|0.717|258.006|
|eknn-l2lsh|L=100 k=4 w=2048 candidates=500 probes=0|0.767|283.090|
|eknn-l2lsh|L=100 k=4 w=2048 candidates=1000 probes=0|0.846|256.361|
|eknn-l2lsh|L=100 k=4 w=2048 candidates=500 probes=3|0.921|194.092|
|eknn-l2lsh|L=100 k=4 w=2048 candidates=1000 probes=3|0.960|174.112|