-
Notifications
You must be signed in to change notification settings - Fork 3
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
Difficulties during reproduction. [Errors in ./script/get_emb_test.sh] #2
Comments
Thank you very much for raising these issues. We will further optimize and fix the scripts based on your feedback. Regarding your first issue, the requirements.txt file provides all the necessary packages for our runtime environment. However, for certain specific packages, you may need to install them via GitHub manually. For the second and third issues, we sincerely apologize for the inconvenience caused by the incorrect paths. Specifically: We apologize once again for the inconvenience. We plan to fix all these issues within the this week and look forward to receiving more feedback from you. |
Thanks for your prompt response. Problem also occurs in Task 4 in get_embed_test.sh (same as the second issue). Thank you in advance for your help. |
Thank you very much for bringing up the issues. Regarding the issues raised in Task 3 and Task 4, we have corrected the relevant parts in the For the image path issue in Task 3, please re-download the file and replace it accordingly. If there are any other issues, feel free to contact us. We will also recheck and update the code soon. |
Thanks! That works fine. And I think there is still a problem in Task-3 candas part.
|
Due to the file quantity limitation on HuggingFace, we split the cand_images file into several subfiles. You can process the data using the following script and then rerun |
It seems that I have finished |
Hi, we’ve fixed the bug. You can rerun it now. If the issue persists, please provide clear runtime logs or error messages to help us resolve it. |
In the However, in the branch used for the image rerank task ( Now you can rerun it now with the updated code. |
I noticed that there is a TODO in the new 'construct_finetune_data.sh' file, saying that
Indeed, error occurred when using trec file as input. |
Sorry for our mistake. We have just updated the content of the script
|
I tried to reproduce the experiment and I followed the instruction in README.md. However, some problems occured and I doubt if there is someone who really check or run the whole process.
Belows are few problems I met (till now):
requirements.txt
. This makes using pip install -r impossibleget_embed_test.sh
. During Task3 (fact_verify), it seems that the program tried to openM2RAG/data/m2rag/val_images/3385.jpg
and failed. I think it should be '../data/m2rag/fact_verify/val_images/3385.jpg'Is there any possibility that someone can fix those problems or tell me how to solve them.
Thanks.
The text was updated successfully, but these errors were encountered: