NVlabs / LSGM

The Official PyTorch Implementation of "LSGM: Score-based Generative Modeling in Latent Space" (NeurIPS 2021)
Other
340 stars 49 forks source link

Can I use a simple vae? #14

Open fikry102 opened 8 months ago

fikry102 commented 8 months ago

“Score-based Generative Modeling in Latent Space” is a nice work. However, it use NVAE, which seems too complicated and time-consuming.

Is it possible to use a simple vae instead of NVAE in this code?