-
Notifications
You must be signed in to change notification settings - Fork 15
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
[Traceur + Zygote] Errors when attempting to run @trace
on second derivative
#28
Comments
I confirmed same kind of behaviour with some functions, for example the one that has I've just done the new Honestly I'm not too sure what causes these issues though. |
@trace g''(10)
@trace
on second derivative
|
No, I meant I refactored I'll make a PR on this in near days and then you can try on the branch. |
Ahhh I see. Sounds good, I'll try once you make the PR |
Bump @aviatesk Any update on this? |
@aviatesk Could you share your code for refactoring |
@DilumAluthge IMHO I'm currently not so interested in this change, since interpreter-based overdubs didn't improve the tracing time well. |
But you may find it interesting. If you find some performance pitfalls in my implementation, I really want to hear that. |
Summary
Traceur + Zygote + nested differentiation = :(
Minimum working example
I've tested this on Julia
1.2.0-rc2.0
and1.3.0-alpha.0
.Julia 1.2:
Julia 1.3:
The text was updated successfully, but these errors were encountered: