Skip to content

Releases: lucidrains/vector-quantize-pytorch

0.3.7

22 Oct 01:11
Compare
Choose a tag to compare
when using kmeans init, initialize cluster sizes too

0.3.6

20 Oct 18:46
Compare
Choose a tag to compare
0.3.6

0.3.4

20 Oct 18:41
Compare
Choose a tag to compare
use threshold of ema cluster sizes to determine which codes to replac…

0.3.3

19 Oct 05:27
Compare
Choose a tag to compare
add code expiry / replacement strategy from soundstream paper

0.3.2

19 Oct 00:51
Compare
Choose a tag to compare
add ability to use cosine similarity for measuring distance to codes

0.3.1

18 Oct 18:44
Compare
Choose a tag to compare
add measure number one for dead codebooks

0.3.0

18 Oct 17:12
Compare
Choose a tag to compare
add kmeans init of codebook, as proposed in soundstream paper, also m…

0.2.2

08 Sep 21:56
Compare
Choose a tag to compare
allow for access to codebook with property method

0.2.1

08 Sep 15:08
Compare
Choose a tag to compare
make init param more intuitive, but leave n_embed backwards compatible

0.2.0

08 Sep 15:04
Compare
Choose a tag to compare
add residual vector quantization, from soundstream paper from google