Riccardo Zuliani

Results 3 issues of Riccardo Zuliani

Using BM25, for sparse embedding in a pretty big datasets (eg. FiQA), I get the following assertion error: ```AssertionError: Elastic-Search Window too large, Max-Size = 10000``` The function that call...

Hi authors, thank you for your great work! I have a doubt on the final part of the query function: ```python if len(selected_idxs) < n: remained = n - len(selected_idxs)...

I'm wondering if it is possible to extract the class confidence and location box loss for each image in the batch, so not having a unique loss metric at the...