We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This proposes adding an IWAE_DReG loss similar to the ELBO class but implementing the doubly reparametrized gradient estimator. @iffsid points out pytorch/pytorch#25783 that this would be much easier if Distribution objects had a .detach() method.
IWAE_DReG
ELBO
Distribution
.detach()
The text was updated successfully, but these errors were encountered:
fritzo
Successfully merging a pull request may close this issue.
This proposes adding an
IWAE_DReG
loss similar to theELBO
class but implementing the doubly reparametrized gradient estimator. @iffsid points out pytorch/pytorch#25783 that this would be much easier ifDistribution
objects had a.detach()
method.The text was updated successfully, but these errors were encountered: