-
Hi,
Me and my friend have been reading the code for a while and we were looking for some ideas for contributing.
@ankane, you mentioned product quantization in #27. Is this still an issue? We would …
-
Hi @shanghaikid
Thank your project
I have an IVFPQ index. Don't know if you have support visualization for this index?
vtn98 updated
2 years ago
-
[`fgrep -xf IVFPQ.java PQ.java`](http://stackoverflow.com/a/27960271) showed more than 400 common lines while IVFPQ had 700+ lines and PQ had 500+ lines. Using PQ as a member of IVFPQ will lead to muc…
-
Hello. Now I get the most of the need when the index files such as doclens.10.json,docnos.pkl.gz files But in the last step write in ivfpq.100.faiss file failed So I want to use the obtained file to …
-
# Summary
Using MultiIndexQuantizer fails in IVFPQ.
The example code I learn is: https://github.com/facebookresearch/faiss/blob/v1.7.4/tests/test_index.py#L171
# Platform
OS:
Faiss…
-
Using a jetson AGX Orin with
-- L4T_VERSION=35.2.1
-- JETPACK_VERSION=5.1
-- CUDA_VERSION=11.4.315
-- LSB_RELEASE=20.04 (focal)
to build the nanodb package fails with the following errors
.
…
-
We discussed pushing this off in the initial integration. Creating a placeholder here to track the follow-up.
Linking corresponding RAFT issue https://github.com/rapidsai/raft/issues/2159
-
# Summary
I trained an IVFPQ Index using gpu (RTX 2080Ti) using a sample of my data with shape (250K, 128) using FLOAT16, but when I added my data with shape (66.4M, 128)(around 34 GB with float32)…
-
Hi, Im trying to run `make` command after the build, but Im getting this error. Any idea how to solve it?
```
[ 13%] Building CXX object CMakeFiles/gamma.dir/index/impl/gamma_index_ivfpq.cc.o
In …
-
# Summary
Use Python [__slots__](https://docs.python.org/3/reference/datamodel.html#slots) to specify public member variables on C++ classes to avoid silent failures.
# Reproduction instructions…