Project Icon

vector-quantize-pytorch

Vector Quantization Methods with Pytorch

Product DescriptionThe vector-quantize-pytorch library offers a straightforward implementation for vector quantization, transcribed from Deepmind's TensorFlow version. It features Exponential Moving Averages for dictionary updates, proven effective in projects like VQ-VAE-2 and Jukebox by Deepmind and OpenAI. The package supports advanced methods like Residual VQ and grouped quantization, suitable for generative modeling and data representation tasks.
Project Details