matsui528 / nanopq

Pure python implementation of product quantization for nearest neighbor search
MIT License
323 stars 43 forks source link

OPQ prints about Reconstruction error even with verbose=False #8

Closed thomasahle closed 3 years ago

thomasahle commented 3 years ago

The Optimized PQ class takes a verbose flag, and this is passed to the inner PQ class. However, it would make sense if OPQ also obeyed this flag in its fit method, which outputs lots of things about "Reconstruction error".

matsui528 commented 3 years ago

Make sense. I've updated it (v0.1.9), so can you install the library again? https://github.com/matsui528/nanopq/pull/9

thomasahle commented 3 years ago

Thanks! Perfect.