AntixK / PyTorch-VAE

A Collection of Variational Autoencoders (VAE) in PyTorch.
Apache License 2.0
6.44k stars 1.05k forks source link

why is sample not implemented in vq vae #55

Open zuujhyt opened 2 years ago

zuujhyt commented 2 years ago

https://github.com/AntixK/PyTorch-VAE/blob/master/models/vq_vae.py#L216

any reason?

onlyonewater commented 2 years ago

Hi, @zuujhyt , I have met this problem, have you solved it?

MikeLasz commented 2 years ago

Hi @zuujhyt , this question has already been answered in #22