-
-
Notifications
You must be signed in to change notification settings - Fork 213
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
Iterated gradients error #1327
Comments
This is #820. The solution is probably to remove most of Zygote's rules for indexing, as the ones at CR should now work at second order: Someone just has to do it. |
Temporary solution is to
Thanks to @mcabbott for the workaround! |
@ToucheSir , any update on this? |
Per #1328 (comment), it looks like some changes are required in ChainRules before we can make the Flux-side ones. |
More on this.
|
Package Version
Zygote v0.6.49
Julia Version
julia version 1.8.2
OS / Environment
Windows
Describe the bug
Iterated gradients seem to break arbitrarily. See the examples below.
Steps to Reproduce
Expected Results
I expected the code above to not error.
Observed Results
The code errors.
Relevant log output
No response
The text was updated successfully, but these errors were encountered: