Skip to content

Commit

Permalink
Partial results for a gridsearch of parameters on AWS
Browse files Browse the repository at this point in the history
  • Loading branch information
alexklibisz committed Aug 31, 2024
1 parent afcc8f3 commit ee33264
Show file tree
Hide file tree
Showing 4 changed files with 1,060 additions and 27 deletions.
38 changes: 19 additions & 19 deletions ann-benchmarks/config.yml
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
float:
any:
- base_args: ['@metric', '@dimension']
constructor: Exact
disabled: true
docker_tag: ann-benchmarks-elastiknn
module: ann_benchmarks.algorithms.elastiknn
name: elastiknn-exact
run_groups:
exact:
args: []
- base_args: ['@metric', '@dimension']
constructor: Exact
disabled: true
docker_tag: ann-benchmarks-elastiknn
module: ann_benchmarks.algorithms.elastiknn
name: elastiknn-exact
run_groups:
exact:
args: []
euclidean:
- base_args: []
constructor: L2Lsh
disabled: true
docker_tag: ann-benchmarks-elastiknn
module: ann_benchmarks.algorithms.elastiknn
name: elastiknn-l2lsh
run_groups:
elastiknn-l2lsh:
args: [[100], [4], [1024, 2048]]
query_args: [[500, 1000], [0, 3]]
- base_args: []
constructor: L2Lsh
disabled: true
docker_tag: ann-benchmarks-elastiknn
module: ann_benchmarks.algorithms.elastiknn
name: elastiknn-l2lsh
run_groups:
elastiknn-l2lsh:
args: [[125,150,175,200], [7,8,9], [3900,4000,4100]]
query_args: [[500,750,1000,1250], [0,1,2]]
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.
Loading

0 comments on commit ee33264

Please sign in to comment.