Releases: lucidrains/vector-quantize-pytorch
Releases · lucidrains/vector-quantize-pytorch
0.3.7
when using kmeans init, initialize cluster sizes too
0.3.6
0.3.6
0.3.4
use threshold of ema cluster sizes to determine which codes to replac…
0.3.3
add code expiry / replacement strategy from soundstream paper
0.3.2
add ability to use cosine similarity for measuring distance to codes
0.3.1
add measure number one for dead codebooks
0.3.0
add kmeans init of codebook, as proposed in soundstream paper, also m…
0.2.2
allow for access to codebook with property method
0.2.1
make init param more intuitive, but leave n_embed backwards compatible
0.2.0
add residual vector quantization, from soundstream paper from google