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
We can use ChainRulesCore.jl macro @non_differentiable to mark the non-differentiable functions so that the Zygote won't attempt to backward propagate through them.
The text was updated successfully, but these errors were encountered:
We can use
ChainRulesCore.jl
macro@non_differentiable
to mark the non-differentiable functions so that theZygote
won't attempt to backward propagate through them.The text was updated successfully, but these errors were encountered: