Skip to content

Commit 64e1e82

Browse files
authored
Performance: picked better parameters for Fashion MNIST dataset (239QPS @ 0.96 recall) (#727)
1 parent afcc8f3 commit 64e1e82

File tree

4 files changed

+6
-11
lines changed

4 files changed

+6
-11
lines changed

ann-benchmarks/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@ float:
1818
name: elastiknn-l2lsh
1919
run_groups:
2020
elastiknn-l2lsh:
21-
args: [[100], [4], [1024, 2048]]
22-
query_args: [[500, 1000], [0, 3]]
21+
args: [[175], [7], [3900]]
22+
query_args: [[100,500,1000], [0]]

docs/pages/performance/fashion-mnist/plot.b64

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.
-4.88 KB
Loading
Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,5 @@
11
|Model|Parameters|Recall|Queries per Second|
22
|---|---|---|---|
3-
|eknn-l2lsh|L=100 k=4 w=1024 candidates=500 probes=0|0.378|373.943|
4-
|eknn-l2lsh|L=100 k=4 w=1024 candidates=1000 probes=0|0.447|322.600|
5-
|eknn-l2lsh|L=100 k=4 w=1024 candidates=500 probes=3|0.635|278.750|
6-
|eknn-l2lsh|L=100 k=4 w=1024 candidates=1000 probes=3|0.717|248.708|
7-
|eknn-l2lsh|L=100 k=4 w=2048 candidates=500 probes=0|0.767|328.214|
8-
|eknn-l2lsh|L=100 k=4 w=2048 candidates=1000 probes=0|0.847|291.762|
9-
|eknn-l2lsh|L=100 k=4 w=2048 candidates=500 probes=3|0.922|217.030|
10-
|eknn-l2lsh|L=100 k=4 w=2048 candidates=1000 probes=3|0.960|197.218|
3+
|eknn-l2lsh|L=175 k=7 w=3900 candidates=100 probes=0|0.607|304.462|
4+
|eknn-l2lsh|L=175 k=7 w=3900 candidates=500 probes=0|0.921|269.909|
5+
|eknn-l2lsh|L=175 k=7 w=3900 candidates=1000 probes=0|0.962|239.598|

0 commit comments

Comments
 (0)