Closed thomasahle closed 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".
verbose
fit
Make sense. I've updated it (v0.1.9), so can you install the library again? https://github.com/matsui528/nanopq/pull/9
Thanks! Perfect.
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 itsfit
method, which outputs lots of things about "Reconstruction error".