Skip to content

Commit

Permalink
Fixing the filter-spec files and .yml file with latest dataset. (#1000)
Browse files Browse the repository at this point in the history
Signed-off-by: Navneet Verma <[email protected]>
  • Loading branch information
navneet1v authored Jul 20, 2023
1 parent 0801408 commit 5b26be3
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@
{
"term":
{
"color": "sweet"
"taste": "sweet"
}
}
]
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ steps:
dataset_format: hdf5
dataset_path: [DATASET_PATH]/sift-128-euclidean-with-attr.hdf5
neighbors_format: hdf5
neighbors_path: [DATASET_PATH]/sift-128-euclidean-with-filters.hdf5
neighbors_path: [DATASET_PATH]/sift-128-euclidean-with-filters-updated.hdf5
neighbors_dataset: neighbors_filter_5
filter_spec: [INDEX_SPEC_PATH]/relaxed-filter-spec.json
filter_type: FILTER
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ steps:
dataset_format: hdf5
dataset_path: [DATASET_PATH]/sift-128-euclidean-with-attr.hdf5
neighbors_format: hdf5
neighbors_path: [DATASET_PATH]/sift-128-euclidean-with-filters.hdf5
neighbors_path: [DATASET_PATH]/sift-128-euclidean-with-filters-updated.hdf5
neighbors_dataset: neighbors_filter_5
filter_spec: [INDEX_SPEC_PATH]/relaxed-filter-spec.json
filter_type: FILTER
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,4 @@
}
]
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@
{
"term":
{
"color": "sweet"
"taste": "sweet"
}
}
]
}
}
}

0 comments on commit 5b26be3

Please sign in to comment.