-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Problems of IWAE ELBO Loss #34
Comments
Actually I saw there is a Line 152 in 8700d24
|
Besides, as the original paper said, "Vanilla VAE separated out the KL divergence in the bound in order to achieve a Line 152 in 8700d24
|
I think you are also right here, the SGVB 2 estimator separate out KL divergence out of the monte carlo sampling of reparameterized noise. Here, we should use SGVB 1 instead and use Monte Carlo to compute the whole log p(x, y) - q(y|h). |
Kindly refers to PR: #53 |
Hi Anand and all,
As weighting of samples,
weight
should be detached from the current computational graph for the expected optimization objective, right? SeePyTorch-VAE/models/iwae.py
Line 155 in 8700d24
The text was updated successfully, but these errors were encountered: