Releases: lucidrains/vector-quantize-pytorch
Releases Β· lucidrains/vector-quantize-pytorch
0.3.9
fix residual VQ in eval mode
0.3.8
add channel_last, for ability to define whether input has features atβ¦
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