Skip to content
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

Implement Quadratic Approximation baseline for reparameterization #83

Open
HEmile opened this issue Oct 6, 2020 · 0 comments
Open

Implement Quadratic Approximation baseline for reparameterization #83

HEmile opened this issue Oct 6, 2020 · 0 comments

Comments

@HEmile
Copy link
Owner

HEmile commented Oct 6, 2020

See https://arxiv.org/pdf/2007.14634.pdf .

Implementation is a bit interesting as it requires adding a loss, while reparameterization doesn't usually do this. So this just uses an additive loss on that node (zero mean, as it is a control variate!), but should work fine regardless.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant