NVlabs / NVAE

The Official PyTorch Implementation of "NVAE: A Deep Hierarchical Variational Autoencoder" (NeurIPS 2020 spotlight paper)
https://arxiv.org/abs/2007.03898
Other
994 stars 162 forks source link

Questions about Traversing the latent space #14

Open leoliu37 opened 3 years ago

leoliu37 commented 3 years ago

Thanks for your interesting works.

I wonder how to generate the interpolations by traversing in the latent space. Could you provide the source code about the latent space traverse if convenient?

Thanks.

Mrcaramel commented 3 years ago

just run the sampling code ,then you can traverse the latent space