Ailing
111546927f
Update faiss.py ( #387 )
...
update faiss.py to enforce less strict check of error message
2018-04-05 10:13:35 +02:00
matthijs
9933892ec9
sync with FB version 2017-01-09
...
- adding HNSW indexing method
- simultaneous search and reconstruction for IndexIVFPQ
2018-01-09 06:42:06 -08:00
matthijs
250a3d3f18
sync with FB version 2017-11-22
...
various bugfixes from github issues
kmean with some frozen centroids
GPU better tiling for large flat datasets
default AVX for vector ops
2017-11-22 05:11:28 -08:00
matthijs
a5ef16db89
sync with FB version 2017-08-09
2017-08-09 11:13:51 -07:00
matthijs
8e3dc6f2b0
changed license
2017-07-30 00:18:45 -07:00
matthijs
f7aedbdfc0
sync with FB version 2017-07-18
...
- implemented ScalarQuantizer (without IVF)
- implemented update for IndexIVFFlat
- implemented L2 normalization preproc
2017-07-18 02:51:27 -07:00
matthijs
784e2facd8
Synchronization with FB version 2017-06-21
...
* moved most FAISS_ASSERT calls to C++ exceptions, and adjusted
memory allocation to avoid mem leaks
* added an IndexIVFScalarQuantizer type that offers an
intermediate compression between IVFFlat and IVFPQ
* support removal of indices in IndexIDMap / IndexFlat combination
* various fixes in GPU code
2017-06-21 09:01:06 -07:00
matthijs
7abe81b4f6
Better support for low-mem GPUs
...
avoid reading beyond the end of an array in fvec_L2sqr and related functions
2017-04-06 04:33:41 -07:00
matthijs
2e15a9692d
port to python 3
2017-03-01 01:50:55 -08:00
matthijs
00c288c0d9
added benchmarking scripts
2017-02-24 08:37:57 -08:00
Matthijs Douze
c670118a4e
Initial commit
2017-02-22 23:26:44 +01:00