Skip to content

Releases: lucidrains/vector-quantize-pytorch

0.3.6

20 Oct 18:46

Choose a tag to compare

0.3.6

0.3.4

20 Oct 18:41

Choose a tag to compare

use threshold of ema cluster sizes to determine which codes to replac…

0.3.3

19 Oct 05:27

Choose a tag to compare

add code expiry / replacement strategy from soundstream paper

0.3.2

19 Oct 00:51

Choose a tag to compare

add ability to use cosine similarity for measuring distance to codes

0.3.1

18 Oct 18:44

Choose a tag to compare

add measure number one for dead codebooks

0.3.0

18 Oct 17:12

Choose a tag to compare

add kmeans init of codebook, as proposed in soundstream paper, also m…

0.2.2

08 Sep 21:56

Choose a tag to compare

allow for access to codebook with property method

0.2.1

08 Sep 15:08

Choose a tag to compare

make init param more intuitive, but leave n_embed backwards compatible

0.2.0

08 Sep 15:04

Choose a tag to compare

add residual vector quantization, from soundstream paper from google

0.1.0

22 Oct 02:28

Choose a tag to compare

return quantized indices as well