LVAE icon indicating copy to clipboard operation
LVAE copied to clipboard

Code for "How to Train Deep Variational Autoencoders and Probabilistic Ladder Networks"

Results 3 LVAE issues
Sort by recently updated
recently updated
newest added

Could the authors confirm or state if there is a mistake in any of the following statements about the code used for VAE: **Statement 1** The output of the `DecoderSamplerLayer`...

Correct me if I misread the paper. For IW samping, the paper is using it to approximate the L(x) For MC samping, I am not entirely sure about the line...

Hello! I have met KL collapsing problem when training VAE model. The KL loss is like this. ![image](https://user-images.githubusercontent.com/24356519/45092090-fa4d5800-b146-11e8-8844-328b2eb2b79a.png) After reading your paper “Ladder Variational Autoencoders”, I decided to use warm...