Releases: lucidrains/vector-quantize-pytorch
Releases · lucidrains/vector-quantize-pytorch
0.4.0
release orthogonal regularization loss, from https://arxiv.org/abs/21…
0.3.11
make library jittable
0.3.10
0.3.10
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