-
-
Notifications
You must be signed in to change notification settings - Fork 211
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
Error for quadratic function with hessian_reverse
#1414
Comments
Also, the full error message is nasty:
GitHub doesn't wrap lines, so it may look fine at a first glance, but here's what I see in my terminal: ...it's not even the full error message - just part of some type. Sure, languages that support templates or generics are prone to such long error messages, but hopefully this can be improved at Zygote's level. BTW,
Versions:
|
@ForceBru the long error message is partly due to #1356, which we begrudgingly added because the existing code was wrong and negatively affecting compilation latency. Please show your support for JuliaLang/julia#48444 and similar efforts so we can get a more reasonable solution for this sooner than later. More generally, there's a reason the docs note that |
Thanks @mcabbott and @ToucheSir for the feedback. From the documentation, I suspected some things might go wrong, but thought it's good to have some feedback and the example is simpler than #820 |
and I got the following error
The text was updated successfully, but these errors were encountered: