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
The backward fallback relies on projinv with Zygote-based AD. It turns out that Zygote.gradient can detect when a formula doesn't depend on any of the arguments, returning nothing instead of 0.0. We can use this information to reduce the computation in half in the Newton-Rhapson iteration.
The text was updated successfully, but these errors were encountered:
The
backward
fallback relies onprojinv
with Zygote-based AD. It turns out that Zygote.gradient can detect when a formula doesn't depend on any of the arguments, returningnothing
instead of0.0
. We can use this information to reduce the computation in half in the Newton-Rhapson iteration.The text was updated successfully, but these errors were encountered: