Skip to content

Releases: lucidrains/vector-quantize-pytorch

1.8.1

02 Oct 14:53
Compare
Choose a tag to compare
fix list type

1.8.0a

29 Sep 17:19
Compare
Choose a tag to compare
fix pypi

1.8.0

29 Sep 17:15
Compare
Choose a tag to compare
credit assignment

1.7.1

04 Sep 03:51
Compare
Choose a tag to compare
automatically sync codebook, if distributed is initialized and world …

1.7.0

18 Aug 19:15
Compare
Choose a tag to compare
residual vq should only do one projection to the codebook dim, and on…

1.6.32

17 Aug 15:47
Compare
Choose a tag to compare
allow for freezing codebook on forward, also convenience setter for c…

1.6.31

15 Aug 22:24
Compare
Choose a tag to compare
init self.embed_avg correctly during kmeans init

1.6.30

16 Jul 18:43
Compare
Choose a tag to compare
manually calculate cdist, as observed NaNs using torch.cdist in anoth…

1.6.29

16 Jul 18:37
Compare
Choose a tag to compare
manually calculate cdist, as observed NaNs using torch.cdist in anoth…

1.6.28

06 Jul 17:36
Compare
Choose a tag to compare
address yet more edge cases with masked tokens, losses, and kmeans init