• Lucas Hosseini's avatar
    Facebook sync (Mar 2019) (#756) · afe0fdc1
    Lucas Hosseini authored
    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
    afe0fdc1
Name
Last commit
Last update
..
Makefile Loading commit data...
common.py Loading commit data...
test_binary_factory.py Loading commit data...
test_binary_flat.cpp Loading commit data...
test_binary_io.py Loading commit data...
test_build_blocks.py Loading commit data...
test_dealloc_invlists.cpp Loading commit data...
test_factory.py Loading commit data...
test_index.py Loading commit data...
test_index_accuracy.py Loading commit data...
test_index_binary.py Loading commit data...
test_index_binary_from_float.py Loading commit data...
test_index_composite.py Loading commit data...
test_ivflib.py Loading commit data...
test_ivfpq_codec.cpp Loading commit data...
test_ivfpq_indexing.cpp Loading commit data...
test_lowlevel_ivf.cpp Loading commit data...
test_merge.cpp Loading commit data...
test_meta_index.py Loading commit data...
test_omp_threads.cpp Loading commit data...
test_omp_threads_py.py Loading commit data...
test_ondisk_ivf.cpp Loading commit data...
test_pairs_decoding.cpp Loading commit data...
test_params_override.cpp Loading commit data...
test_referenced_objects.py Loading commit data...
test_sliding_ivf.cpp Loading commit data...
test_transfer_invlists.cpp Loading commit data...