Skip to content

Releases: lucidrains/vector-quantize-pytorch

1.9.4

11 Oct 16:08

Choose a tag to compare

another assert for lfq

1.9.3

11 Oct 16:05

Choose a tag to compare

another assert for lfq

1.9.2

11 Oct 15:45

Choose a tag to compare

some handholding

1.9.1

11 Oct 15:33

Choose a tag to compare

take care of projection from feature dimension to codebook dimension …

1.9.0

10 Oct 23:05
3debe66

Choose a tag to compare

Merge pull request #77 from lucidrains/LFQ

begin work on the proposed "lookup free quantization"

1.8.1

02 Oct 14:53

Choose a tag to compare

fix list type

1.8.0a

29 Sep 17:19

Choose a tag to compare

fix pypi

1.8.0

29 Sep 17:15

Choose a tag to compare

credit assignment

1.7.1

04 Sep 03:51

Choose a tag to compare

automatically sync codebook, if distributed is initialized and world …

1.7.0

18 Aug 19:15

Choose a tag to compare

residual vq should only do one projection to the codebook dim, and on…