-
Notifications
You must be signed in to change notification settings - Fork 125
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 OOD Track] Submission from Team UTokyo #197
[NeurIPS 2023 OOD Track] Submission from Team UTokyo #197
Conversation
Thanks for your submission. I was unable to install the code. Could you please help?
|
It seems network issue, since it shows 404. https://github.com/maronuu/big-ann-benchmarks/actions/runs/6685604607/job/18164076292#step:4:2379 So could you please retry after removing docker build cache, or reboot the VM? |
Yes, I am trying from a different machine. will update soon |
I am curious why your docker script is so long -- faiss, diskann, hnsw installs and then some. Can this be pruned? |
Sorry, all of them |
I am able to install and run now, but see the following crash
|
@harsha-simhadri Could you please re-run the script? It will load the built index, since index building seems OK. I encountered the same kind of issue when running the baseline |
ok, will do |
@maronuu Do these results agree with your experiments?
|
not the same tendency but seems reasonable, |
@harsha-simhadri |
Public query. |
…#197) * init * update params for random-xs * update param * fix param type * fix constructor name * fix random-xs config * add efsearch to random-xs * fix
This is a submission from our team
UTokyo
.Our algorithm is
epsearch
.If it has something wrong, I would appreciate quick response about it.
Additionally, I hope to see the result output to check the performance gap, because I'm not available the same VM as yours.