Releases: lucidrains/vector-quantize-pytorch
Releases · lucidrains/vector-quantize-pytorch
1.20.7
add ResidualSimVQ to the special Sequential module
1.20.6
add ResidualSimVQ to the special Sequential module
1.20.5
complete residual sim vq
1.20.4
more efficient to select out the frozen codes and then do projection …
1.20.3
add .indices_to_codes for SimVQ
1.20.2
allow for an MLP implicitly parameterized codebook instead of just a …
1.20.1
still need comit loss from quantize to input to optimize linear proje…
1.20.0a
Merge pull request #172 from lucidrains/simvq SimVQ
1.19.5
move the rotation operation from rotation trick to a function for pot…
1.19.4
take care of a small pain point