Skip to content

Level1Quantizer::train_q1 setting quantizer verbosity after calling quantizer's train method, shouldn't it be otherwise ?  #3293

@moshaad7

Description

@moshaad7

faiss/faiss/IndexIVF.cpp

Lines 69 to 70 in e99ad12

quantizer->train(n, x);
quantizer->verbose = verbose;

void Level1Quantizer::train_q1(
 ...

    quantizer->train(n, x);
    quantizer->verbose = verbose;
}

Shouldn't we set quantizer->verbose = verbose; before calling train method ?

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions