https://github.com/facebookresearch/faiss/blob/e99ad124cbc40c03f72a37032ec25fcabf1479cf/faiss/IndexIVF.cpp#L69-L70 ``` void Level1Quantizer::train_q1( ... quantizer->train(n, x); quantizer->verbose = verbose; } ``` Shouldn't we set `quantizer->verbose = verbose;` before calling train method ?
faiss/faiss/IndexIVF.cpp
Lines 69 to 70 in e99ad12
Shouldn't we set
quantizer->verbose = verbose;before calling train method ?