We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I use faiss1.7.2 to write the index, but now I need to read it using faiss1.6.0.
the fourcc of index is "Pcam", while faiss1.6.0 can't recognize it.
How can I transfer the index to "PcAm" version?
1.6.0write(PcAm)+1.7.2read: it's okay. 1.7.2write(Pcam)+1.6.0read: oh my god !
OS: Linux version 4.9.0-8-amd64 ([email protected]) (gcc version 6.3.0 20170516 (Debian 6.3.0-18+deb9u1) ) #1 SMP Debian 4.9.144-3 (2019-02-02)
py3.6.13,pip install faiss-cpu==x.x.x
Running on:
Interface:
The text was updated successfully, but these errors were encountered:
New versions of FAISS can read old formats, but not the other way round.
You can manually get the PCA matrix with https://github.com/facebookresearch/faiss/wiki/Python-C---code-snippets#how-can-i-get-the-pca-matrix-in-numpy-from-a-pca-object
Sorry, something went wrong.
No branches or pull requests
Summary
I use faiss1.7.2 to write the index, but now I need to read it using faiss1.6.0.
the fourcc of index is "Pcam", while faiss1.6.0 can't recognize it.
How can I transfer the index to "PcAm" version?
1.6.0write(PcAm)+1.7.2read: it's okay.
1.7.2write(Pcam)+1.6.0read: oh my god !
Platform
OS: Linux version 4.9.0-8-amd64 ([email protected]) (gcc version 6.3.0 20170516 (Debian 6.3.0-18+deb9u1) ) #1 SMP Debian 4.9.144-3 (2019-02-02)
py3.6.13,pip install faiss-cpu==x.x.x
Running on:
Interface:
The text was updated successfully, but these errors were encountered: