You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 14, 2024. It is now read-only.
Hey,
I would love to contribute. I have read the contributions page and some examples. I am more comfortable with Tensorflow and MXnet is pretty new to me(but example codes look understandable). @meissnereric Can you tell me the files which I should understand before starting?
Each Distribution subclass (e.g. Normal) will either be reparameterizable or not. This is based on the logic of how the log_pdf and draw_samples methods are implemented in that particular distribution, and affects certain functionality in how we do inference with the distribution. The Distribution class should manage that parameter, with each subclass passing in it's type to the super call when initialized.
Since this issue doesn't include expanding the inference method's logic to use that flag, you'll only need to add logic to take in the reparametrization type parameter, not actually use it anywhere. That will come later on.
Don't hesitate to ask any followup questions, happy to help explain further!
Cheers,
Eric
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
This may be useful for Inference algorithms to use during automatic gradient chaining.
The text was updated successfully, but these errors were encountered: