Open JiangWeibeta opened 3 years ago
I also want to know.
This problem i also interested when i wrote this code. The base code is copy from here, and i also tested torch.distributions.normal.Normal and Laplace in the code. The results shows that two methods have the similar results. If you know the functional images for Gaussian distribution and Laplace distribution, you can see that the two functional images is similar.
Thanks for your reply! I also test Gaussian and Laplace at the same time, and they have the similar performance as you said. I think this is because three Gaussian distributions or three Laplace distributions can both model the latent representation well.
I think here should be torch.distributions.normal.Normal. Why you use Laplace here? Could you tell me the reason? thank you.