About VQ-VAE
Author: VLadImirlurenCreated Mar 2, 2024Updated Aug 22, 2025
Thanks to your great implementation! I have a question about VQ-VAE. The paper of VQ VAE says that argmin of Ze and ej is measured using L2 distance. You implementation actually calculate their distance but didn't using mse. I am curious about the reason~ Thanks~~~
Source: AntixK/PyTorch-VAE