Amir Sadoughi
Results
11
issues of
Amir Sadoughi
# Summary # Reproduction instructions ``` code_size = 16 bindex = faiss.IndexBinaryIDMap2(faiss.IndexBinaryFlat(code_size)) n = 10 d = code_size // 8 ids = np.arange(n) x = np.zeros((n, d), dtype=np.uint8) bindex.add_with_ids(x, ids)...
enhancement
Implementation
ez
backlog