Albert Villanova del Moral
Albert Villanova del Moral
Hi @SaulLu, thanks for reporting. I think offline mode is not supported for datasets containing only data files (without any loading script). I'm having a look into this...
This is an issue we have to fix.
Thanks for reporting, @lewtun. ~We can't load the dataset locally, so I think this is an issue with the loading script (not the viewer).~ We are investigating...
Recently, there was a merged PR related to this dataset: - #4554 We are looking at this...
Indeed, the above mentioned PR fixed the loading script (it was not working before). I'm forcing the refresh of the Viewer.
Please note that the above mentioned PR also made an enhancement in the `datasets` library, required by this loading script. This enhancement will only be available to the Viewer once...
Thanks for proposing, @NielsRogge. Please, note this dataset requires registering in their website and their Terms and Conditions state we cannot distribute their URL: ``` 1. You will NOT distribute...
Hi @xwwwwww I'm investigating it, but I'm not an expert in Faiss. In principle, it is weird that your code does not work properly because it seems right...
Have you tried passing `gpu=-1` and check if there is a speedup?
When passing `device=-1`, ALL existing GPUs are used (multi GPU): this is the maximum speedup you can get. To know the number of total GPUs: ``` import faiss ngpus =...