Releases: lucidrains/vector-quantize-pytorch
Releases · lucidrains/vector-quantize-pytorch
0.4.4
add ability to only enforce orthogonality loss on activated codes wit…
0.4.3
allow for passing in image feature maps, taking care of transposes
0.4.2
get ready to deprecate and turn off commitment loss in next version
0.4.1
set requires_grad depending on whether training or not
0.4.0
release orthogonal regularization loss, from https://arxiv.org/abs/21…
0.3.11
make library jittable
0.3.10
0.3.10
0.3.9
fix residual VQ in eval mode
0.3.8
add channel_last, for ability to define whether input has features at…
0.3.7
when using kmeans init, initialize cluster sizes too