-
Notifications
You must be signed in to change notification settings - Fork 4.3k
Closed
Labels
Description
Hi there:
We are exploring the Additive Quantizer.
Looking at the documentation, it states:
At training time, the tables are trained sequentially by k-means at each step. The max_beam_size is also used for that".
However, in your eval script, the BS is not set prior to training.
Which one is correct? Did you find that it doesn't matter for training?
Lastly, is it possible to implement the parsing of the BS arg as part of the index factory (I see graphs that mention it but it seems that it's not implemented) e.g.
d = 1024
index_name = "PRQ128x3x8.BS8"
index = faiss.index_factory(d, index_name, faiss.METRIC_INNER_PRODUCT)Reactions are currently unavailable