Skip to content

Commit

Permalink
Performance: update benchmarks (#650)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexklibisz authored Mar 17, 2024
1 parent 55549b3 commit d8b7c8b
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
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|370.991|
|eknn-l2lsh|L=100 k=4 w=1024 candidates=1000 probes=0|0.447|309.856|
|eknn-l2lsh|L=100 k=4 w=1024 candidates=500 probes=3|0.634|293.030|
|eknn-l2lsh|L=100 k=4 w=1024 candidates=1000 probes=3|0.717|247.470|
|eknn-l2lsh|L=100 k=4 w=2048 candidates=500 probes=0|0.767|321.846|
|eknn-l2lsh|L=100 k=4 w=2048 candidates=1000 probes=0|0.847|271.771|
|eknn-l2lsh|L=100 k=4 w=2048 candidates=500 probes=3|0.921|216.381|
|eknn-l2lsh|L=100 k=4 w=2048 candidates=1000 probes=3|0.960|196.737|
|eknn-l2lsh|L=100 k=4 w=1024 candidates=500 probes=0|0.378|380.590|
|eknn-l2lsh|L=100 k=4 w=1024 candidates=1000 probes=0|0.446|315.649|
|eknn-l2lsh|L=100 k=4 w=1024 candidates=500 probes=3|0.635|296.996|
|eknn-l2lsh|L=100 k=4 w=1024 candidates=1000 probes=3|0.716|254.062|
|eknn-l2lsh|L=100 k=4 w=2048 candidates=500 probes=0|0.767|324.453|
|eknn-l2lsh|L=100 k=4 w=2048 candidates=1000 probes=0|0.847|285.500|
|eknn-l2lsh|L=100 k=4 w=2048 candidates=500 probes=3|0.921|227.240|
|eknn-l2lsh|L=100 k=4 w=2048 candidates=1000 probes=3|0.960|202.961|

0 comments on commit d8b7c8b

Please sign in to comment.