NVlabs / NVAE

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

Question regarding traversing the latent space #45

Closed lyn1874 closed 1 year ago

lyn1874 commented 1 year ago

Hi, Thanks a lot for the nice-documented repo. I have a question regarding traversing the latent space.

For performing the traversing experiment, do I only need to modify mu_q in line 363 in the file model.py? For example, replacing one of the columns in mu_q with values between [-3,3]. Or do I also need to consider the values in self. enc_sampler?

I really appreciate any help you can provide.