Releases: lucidrains/vector-quantize-pytorch
Releases · lucidrains/vector-quantize-pytorch
0.9.2
fix original codebook interface when it is not multiheaded
0.9.1
just use torch cdist
0.9.0
allow for multiple codebooks (instead of one shared codebook) for emb…
v0.8.1
uniform init the codebooks, thanks to @ramyamounir for pointing this out
0.8.0
0.8.0
v0.7.3
0.7.3
0.7.1
remove deprecated kwargs
0.7.0
offer multi-headed VQ
0.6.0
move quantized dimension for residual vq to last, in preparation for …
0.5.1
add additional features to residual vector quantizer, from https://ar…