facebookresearch / NeuralCompression

A collection of tools for neural compression enthusiasts.
MIT License
499 stars 44 forks source link

Traing of VQ-VAE in MS-ILLM #238

Open Duanener opened 6 months ago

Duanener commented 6 months ago

Enhancement

Thanks for this wonderful work. However, is there any guidance on training the VQ-VAE in MS-ILLM ?

mmuckley commented 4 months ago

Hello @Duanener, that's a good question. For the most part we used a code base very similar to that of the VQ-GAN codebase with some modifications from VQ-VAE-2, namely, the projection into a lower dimensional space for matching to the codebook elements.