Releases: DeMoriarty/TorchPQ
Releases · DeMoriarty/TorchPQ
v0.3.0.1
v0.3.0
Improvements on IVFPQ
added DistributedCellContainer
v0.2.0.2
Small improvements
v0.2.0
What's new in v0.2.0?
-
IVFPQIndex search speed is greatly improved, now at least 2 times faster than before
-
IVFPQIndex now supports encoding residuals, pass pq_use_residual=True to initializer method in order to toggle residual encoding on. this improves recall rate, espcially for low code sizes. You can see the difference between residual encoding on and off from benchmark results
-
Added new submodules, such as index, clustering, codec, transform and more
-
old implementations from v0.1 are moved to torchpq/legacy/
-
more thorough benchmark results on sift1m dataset
v0.1.4
bugfix