faiss/python
Lucas Hosseini afe0fdc161
Facebook sync (Mar 2019) (#756)
Facebook sync (Mar 2019)

- MatrixStats object
- option to round coordinates during k-means optimization
- alternative option for search in HNSW
- moved stats and imbalance_factor of IndexIVF to InvertedLists object
- range search for IVFScalarQuantizer
- direct unit8 codec in ScalarQuantizer
- renamed IndexProxy to IndexReplicas and moved to main Faiss
- better support for PQ code assignment with external index
- support for IMI2x16 (4B virtual centroids!)
- support for k = 2048 search on GPU (instead of 1024)
- most CUDA mem alloc failures throw exceptions instead of terminating on an assertion
- support for renaming an ondisk invertedlists
- interrupt computations with ctrl-C in python
2019-03-29 16:32:28 +01:00
..
Makefile Fix linking of python GPU faiss. (#510) 2018-07-06 17:31:25 +02:00
faiss.py Facebook sync (Mar 2019) (#756) 2019-03-29 16:32:28 +01:00
setup.py Python install (#469) 2018-06-06 14:06:24 +02:00
swigfaiss.py Facebook sync (Mar 2019) (#756) 2019-03-29 16:32:28 +01:00
swigfaiss.swig Facebook sync (Mar 2019) (#756) 2019-03-29 16:32:28 +01:00
swigfaiss_gpu.py Facebook sync (Mar 2019) (#756) 2019-03-29 16:32:28 +01:00
swigfaiss_gpu_wrap.cpp Facebook sync (Mar 2019) (#756) 2019-03-29 16:32:28 +01:00
swigfaiss_wrap.cpp Facebook sync (Mar 2019) (#756) 2019-03-29 16:32:28 +01:00