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
Would it be possible to make_direct_map() on GPU indexes, to allow calling index.reconstruct?
If not, is there another way to reconstruct quickly using the GPU?
Thanks!
Summary
Would it be possible to
make_direct_map()
on GPU indexes, to allow callingindex.reconstruct
?If not, is there another way to reconstruct quickly using the GPU?
Thanks!
Platform
OS: Ubuntu
Faiss version: 1.7.1
Installed from:
pip install faiss-gpu
Running on:
Interface:
Reproduction instructions
Load any index, convert it to GPU:
Now, it would be great if I could run:
(which currently results in:
AttributeError: 'GpuIndexIVFPQ' object has no attribute 'make_direct_map'
)and then ideally I would like to run:
(which currently results in:
faiss/faiss/Index.cpp:48: reconstruct not implemented for this type of index
)The text was updated successfully, but these errors were encountered: