Skip to content

Releases: lucidrains/vector-quantize-pytorch

0.3.9

05 Nov 10:34
Compare
Choose a tag to compare
fix residual VQ in eval mode

0.3.8

27 Oct 21:46
Compare
Choose a tag to compare
add channel_last, for ability to define whether input has features at…

0.3.7

22 Oct 01:11
Compare
Choose a tag to compare
when using kmeans init, initialize cluster sizes too

0.3.6

20 Oct 18:46
Compare
Choose a tag to compare
0.3.6

0.3.4

20 Oct 18:41
Compare
Choose a tag to compare
use threshold of ema cluster sizes to determine which codes to replac…

0.3.3

19 Oct 05:27
Compare
Choose a tag to compare
add code expiry / replacement strategy from soundstream paper

0.3.2

19 Oct 00:51
Compare
Choose a tag to compare
add ability to use cosine similarity for measuring distance to codes

0.3.1

18 Oct 18:44
Compare
Choose a tag to compare
add measure number one for dead codebooks

0.3.0

18 Oct 17:12
Compare
Choose a tag to compare
add kmeans init of codebook, as proposed in soundstream paper, also m…

0.2.2

08 Sep 21:56
Compare
Choose a tag to compare
allow for access to codebook with property method