Skip to content

Releases: DeMoriarty/TorchPQ

v0.3.0.1

27 Sep 08:51
b8bbadf
Compare
Choose a tag to compare
Update README.md

v0.3.0

22 Oct 15:29
a8a6a0c
Compare
Choose a tag to compare

Improvements on IVFPQ
added DistributedCellContainer

v0.2.0.2

22 Oct 15:25
Compare
Choose a tag to compare

Small improvements

v0.2.0

11 Jul 13:39
Compare
Choose a tag to compare

What's new in v0.2.0?

  1. IVFPQIndex search speed is greatly improved, now at least 2 times faster than before

  2. 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

  3. Added new submodules, such as index, clustering, codec, transform and more

  4. old implementations from v0.1 are moved to torchpq/legacy/

  5. more thorough benchmark results on sift1m dataset

v0.1.4

09 Feb 00:20
Compare
Choose a tag to compare
bugfix