Releases: lucidrains/vector-quantize-pytorch
Releases · lucidrains/vector-quantize-pytorch
1.6.5
add some quick validations for now
1.6.4
add the extra hyperparameter v for controlling optimistic vs pessimis…
1.6.3
affine param now works distributed
1.6.2
need to account for multi-headedness (multiple codebooks). cite einop…
1.6.1
remove what reportedly does not work well
1.6.0
buy the conclusions of the new MIT paper with their solution for the …
1.5.19
fix cosine sim and multi-headed codebooks
1.5.18
if not training, no need for straight through calculation nor stochas…
1.5.17
temperature should also be applied to logits for sampling, unless if …
1.5.16
allow for temperature to be annealed