-
Notifications
You must be signed in to change notification settings - Fork 98
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
RenyiDivergence
incompatible with TrackedArray
#147
Comments
This just seems like a bug in |
Disclaimer: my understanding of But I think a bug is a bit strong, as I'm pretty sure it's intended. By tracking the entire array, you can use matrix-operations, etc. to pull back the gradient / "backprop" rather than perform the operations elementwise on a EDIT: I agree though; it's unfortunate :/ |
I don't really understand your comment. The docs for
That doesn't seem to be the case for TrackedArray. |
Yeah, you're 100% right:) But I don't think there's a way to implement reverse-mode AD to take advantage of what I'm referring to while still satisfying the I'm wondering if it's okay to use |
RenyiDivergence
incompatible with Tracker.jlRenyiDivergence
incompatible with TrackedArray
If we started doing that, a lot of code would have to be updated. Given that the guaranty that the |
Understandable 👍 |
MVE
results in
A possible "solution":
Thoughts?
The text was updated successfully, but these errors were encountered: