You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using compute_jaccard_distance function defined in faiss_rerank.py. The search_option variable is hard coded to 2, which uses multiple GPUs if the machine has any.
The final jaccard distance is incorrect as each value is the same (some number), whereas when i use search_option = None, i.e., CPU option, the jaccard distance makes sense.
I am using RTX 3090 GPU.
Can you please help me check if there is some issue?
Thanks!
The text was updated successfully, but these errors were encountered:
Using
compute_jaccard_distance
function defined in faiss_rerank.py. Thesearch_option
variable is hard coded to 2, which uses multiple GPUs if the machine has any.The final jaccard distance is incorrect as each value is the same (some number), whereas when i use
search_option = None
, i.e., CPU option, the jaccard distance makes sense.I am using RTX 3090 GPU.
Can you please help me check if there is some issue?
Thanks!
The text was updated successfully, but these errors were encountered: