Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into decoder-array-buffers
Browse files Browse the repository at this point in the history
  • Loading branch information
alexklibisz committed Mar 23, 2024
2 parents c9f63cd + 534a273 commit 02d9247
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|373.910|
|eknn-l2lsh|L=100 k=4 w=1024 candidates=1000 probes=0|0.447|318.251|
|eknn-l2lsh|L=100 k=4 w=1024 candidates=500 probes=3|0.634|299.716|
|eknn-l2lsh|L=100 k=4 w=1024 candidates=1000 probes=3|0.716|260.863|
|eknn-l2lsh|L=100 k=4 w=2048 candidates=500 probes=0|0.767|333.027|
|eknn-l2lsh|L=100 k=4 w=2048 candidates=1000 probes=0|0.846|285.399|
|eknn-l2lsh|L=100 k=4 w=2048 candidates=500 probes=3|0.921|223.000|
|eknn-l2lsh|L=100 k=4 w=2048 candidates=1000 probes=3|0.960|198.442|
|eknn-l2lsh|L=100 k=4 w=1024 candidates=500 probes=0|0.378|381.122|
|eknn-l2lsh|L=100 k=4 w=1024 candidates=1000 probes=0|0.447|315.007|
|eknn-l2lsh|L=100 k=4 w=1024 candidates=500 probes=3|0.635|302.868|
|eknn-l2lsh|L=100 k=4 w=1024 candidates=1000 probes=3|0.716|258.193|
|eknn-l2lsh|L=100 k=4 w=2048 candidates=500 probes=0|0.768|335.365|
|eknn-l2lsh|L=100 k=4 w=2048 candidates=1000 probes=0|0.846|288.638|
|eknn-l2lsh|L=100 k=4 w=2048 candidates=500 probes=3|0.921|230.383|
|eknn-l2lsh|L=100 k=4 w=2048 candidates=1000 probes=3|0.960|207.293|

0 comments on commit 02d9247

Please sign in to comment.