Releases: lucidrains/vector-quantize-pytorch
Releases · lucidrains/vector-quantize-pytorch
1.20.11
1.20.10
What's Changed
- Changed frac_per_sample_entropy to take up less memory by @EmmettBicker in #176
New Contributors
- @EmmettBicker made their first contribution in #176
Full Changelog: 1.20.7...1.20.10
1.20.9
allow for arbitrary dimensions into SimVQ and ResidualSimVQ (video an…
1.20.8
commit loss weighting for sim vq
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 …