-
Notifications
You must be signed in to change notification settings - Fork 123
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
[NeurIPS 2023 Filter Track] rubignn #213
base: main
Are you sure you want to change the base?
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.
could you please add a CI test entry?
Hi @ciuji. Thank you for your submission. It would have been better if you had reached out to discuss your custom docker format. We mentioned certain properties of this setup here: https://github.com/harsha-simhadri/big-ann-benchmarks/blob/main/neurips23/README.md#custom_setup. I cannot see that you adhered to these. Nevertheless, I gave the index building a try, and I received the following output:
(not sure what happened to the line breaks after c&p from the VM) |
It seems that the build ran succeeded on another machine (although the physical memory seems extremely close to the machine limit, I wonder if that is what killed the first processes).
Then running the search greets me with
The available files are:
|
I really appreciate the re-try! Our Below is the script for searching with the path
|
Currently, we are still working on binding our code to the contest framework, we are very sorry that we cannot finish that before October 30th, and we submit a version with the custom setup to catch the deadline. We really appreciate your tries. We tested several parameters and the submitted one worked on our AWS c5.2xlarge machine (16G memory limit), we are not sure why the first try failed because it should not reach the memory peak at that step. |
This worked and I got the following results:
|
@ciuji As mentioned above, please add a CI entry for your entry, although it works outside of the framework we would like to see the entry for |
Thanks for the evaluation! We have updated our code and commited it. It contains the entry for random-filter-s. It integrated our command line script to the contest evaluation framework. |
Team RuBignn's submission of the filter track.
Our submission should be run by the custom setup, please refer to the README file for detailed processes. We have the script to run the docker and generate the hdf5 results in the
/results
folder. And we have the prebuilt index on Azure blob.