Skip to content

Commit

Permalink
Performance: upgrade to latest ann-benchmarks (alexklibisz#655)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexklibisz authored Mar 25, 2024
1 parent 1bbe52c commit ddf637a
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[submodule "ann-benchmarks/ann-benchmarks"]
path = ann-benchmarks/ann-benchmarks
url = https://github.com/alexklibisz/ann-benchmarks.git
branch = fix-get-algorithm-definitions
url = https://github.com/erikbern/ann-benchmarks.git
branch = main
2 changes: 1 addition & 1 deletion ann-benchmarks/ann-benchmarks
Submodule ann-benchmarks updated 166 files
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|382.992|
|eknn-l2lsh|L=100 k=4 w=1024 candidates=1000 probes=0|0.446|322.386|
|eknn-l2lsh|L=100 k=4 w=1024 candidates=500 probes=3|0.634|301.434|
|eknn-l2lsh|L=100 k=4 w=1024 candidates=1000 probes=3|0.716|266.643|
|eknn-l2lsh|L=100 k=4 w=2048 candidates=500 probes=0|0.767|340.303|
|eknn-l2lsh|L=100 k=4 w=2048 candidates=1000 probes=0|0.847|294.373|
|eknn-l2lsh|L=100 k=4 w=2048 candidates=500 probes=3|0.922|233.123|
|eknn-l2lsh|L=100 k=4 w=2048 candidates=1000 probes=3|0.960|207.765|
|eknn-l2lsh|L=100 k=4 w=1024 candidates=500 probes=0|0.379|392.939|
|eknn-l2lsh|L=100 k=4 w=1024 candidates=1000 probes=0|0.447|334.503|
|eknn-l2lsh|L=100 k=4 w=1024 candidates=500 probes=3|0.635|308.154|
|eknn-l2lsh|L=100 k=4 w=1024 candidates=1000 probes=3|0.717|270.359|
|eknn-l2lsh|L=100 k=4 w=2048 candidates=500 probes=0|0.767|347.401|
|eknn-l2lsh|L=100 k=4 w=2048 candidates=1000 probes=0|0.847|296.976|
|eknn-l2lsh|L=100 k=4 w=2048 candidates=500 probes=3|0.922|238.273|
|eknn-l2lsh|L=100 k=4 w=2048 candidates=1000 probes=3|0.960|210.018|

0 comments on commit ddf637a

Please sign in to comment.