Skip to content

Releases: lucidrains/vector-quantize-pytorch

1.5.4

23 May 20:27
Compare
Choose a tag to compare
the quantized embeddings should be selected after the EMA step, so th…

1.5.3

20 May 14:29
Compare
Choose a tag to compare
in cosine sim, update with the l2norm of the smoothed embed_avg over …

1.5.2

19 May 22:41
Compare
Choose a tag to compare
cleanup cosine sim

1.5.1

19 May 21:39
Compare
Choose a tag to compare
fix an issue with multi-headed codebooks and reduction in cluster siz…

1.5.0

19 May 21:29
Compare
Choose a tag to compare
for cosine sim, keep track of the exponential moving averages of the …

1.4.1

06 May 16:42
Compare
Choose a tag to compare
make sure get_codes_from_indices work for grouped rvq

1.4.0

06 May 16:36
Compare
Choose a tag to compare
add grouped residual vq technique from hifi-codec paper

1.2.3

05 May 17:31
Compare
Choose a tag to compare
address issue https://github.com/lucidrains/vector-quantize-pytorch/i…

1.2.2

23 Apr 16:54
Compare
Choose a tag to compare
just do an assert to make sure indices are correct for rvq cross entr…

1.2.1

22 Apr 17:00
Compare
Choose a tag to compare
some cleanup using unpack from einops