Releases: lucidrains/vector-quantize-pytorch
Releases · lucidrains/vector-quantize-pytorch
1.8.1
fix list type
1.8.0a
fix pypi
1.8.0
credit assignment
1.7.1
automatically sync codebook, if distributed is initialized and world …
1.7.0
residual vq should only do one projection to the codebook dim, and on…
1.6.32
allow for freezing codebook on forward, also convenience setter for c…
1.6.31
init self.embed_avg correctly during kmeans init
1.6.30
manually calculate cdist, as observed NaNs using torch.cdist in anoth…
1.6.29
manually calculate cdist, as observed NaNs using torch.cdist in anoth…
1.6.28
address yet more edge cases with masked tokens, losses, and kmeans init