-
Notifications
You must be signed in to change notification settings - Fork 68
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add cuvs_bench python folder, config files and constraints #244
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
My comments are somewhat minore, but relevant. I think we went to keep the params separate from the datasets. I'm also okay removing the files that tried to combine everything if they are only being left around for reference.
base_file: nytimes-256-inner/base.fbin | ||
query_file: nytimes-256-inner/query.fbin | ||
groundtruth_neighbors_file: nytimes-256-inner/groundtruth.neighbors.ibin | ||
distance: euclidean |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Probably my fault, but there's several places in the file that say Euclidean when they should say inner.
file: index/deep-image-96-inner/raft_ivf_pq/dimpq64-cluster1024-float-half | ||
name: raft_ivf_pq.dimpq64-cluster1024-float-half | ||
search_params: | ||
- internalDistanceDtype: float |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Does this work like? Is the intention here to group these 3 args together?
@@ -0,0 +1,26 @@ | |||
dataset: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't think we want to couple the param sweeps dirdftly to the datasets. The whole reason for separating them is that the sweeps should generalize across all datasets (and because it's more manageable to specify the sweeps once, instead of per dataset)
/merge |
) Authors: - Dante Gama Dessavre (https://github.com/dantegd) - Corey J. Nolet (https://github.com/cjnolet) Approvers: - Corey J. Nolet (https://github.com/cjnolet) URL: rapidsai#244
No description provided.