-
Notifications
You must be signed in to change notification settings - Fork 124
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] faissplus #222
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.
add a file include in need.
I'll try again, but please also fix the other issues where you remove files from our codebase. |
I‘m sorry we have so many problems with our code. I have just add a file to our |
@PUITAR I don't see a new commit after the failing CI run that I am pointing to. |
@maumueller I just realized some mistake. Since you might used the same docker to run the CI test, it wrong again. ------
Dockerfile:15
--------------------
13 | RUN python3 -m pip install -r requirements_conda.txt
14 |
15 | >>> COPY neurips23/filter/faiss/bow_id_selector.swig ./
16 |
17 | RUN swig -c++ -python -I$CONDA_PREFIX/include -Ifaiss bow_id_selector.swig
--------------------
ERROR: failed to solve: failed to compute cache key: failed to calculate checksum of ref 5de61ec8-c85c-4b78-898d-5c657cc86999::96cbz8xkkinfbz3umqxm8tzf3: "/neurips23/filter/faiss/bow_id_selector.swig": not found This means the file(bow_id_selector.swig) lost, and i had add the file to my PR. So please run the intall requirement again. Thank you very much. orz |
Only by adding this file can run this algo
docker file changes..
faiss -> faissplus
@PUITAR This looks much better. I got the following results:
Is this ready to be merged? |
Our submission of algorithm 1: faissplus.
Using some parameters to optimize faiss.