TIGER-AI-Lab / UniIR

Official code for paper "UniIR: Training and Benchmarking Universal Multimodal Information Retrievers" (ECCV 2024)
https://tiger-ai-lab.github.io/UniIR/
MIT License
110 stars 13 forks source link

About the query embedder config #23

Open Norrrrrrr-lyn opened 2 days ago

Norrrrrrr-lyn commented 2 days ago

Thanks for your work! It's very helpful for the community. However, when reproducing your "InBatch" experiment, I kept running into the error: local variable 'query_embedder_config' referenced before assignment (I didn't set raw retrieval to be true). Even if I added the path in the bash file, still I can't solve some of the args issues (gpu ids). Can you kindly help me solve this problem?

Norrrrrrr-lyn commented 1 day ago

Also, is there a way I can get the raw retrieved results in the InBatch mode?