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
I am trying to specify rrules for functions which are using key word arguments kwargs.
I was looking through the documentation of ChainRulesCore.jl but did not see anything.
Is there an agreed way on how to specify this such that downstram AD systems can use such rrules?
The problem is that one cannot return a mix of non-named and named arguments in the pullback.
Here is a more detailed description of this issue: https://discourse.julialang.org/t/rrule-or-frule-with-kwargs/114150
The text was updated successfully, but these errors were encountered:
I am closing this and answering on discourse to avoid fragmenting the response.
We can later open a more specific issue about what (if anything) to do in CRC.
I am trying to specify rrules for functions which are using key word arguments
kwargs
.I was looking through the documentation of ChainRulesCore.jl but did not see anything.
Is there an agreed way on how to specify this such that downstram AD systems can use such rrules?
The problem is that one cannot return a mix of non-named and named arguments in the pullback.
Here is a more detailed description of this issue:
https://discourse.julialang.org/t/rrule-or-frule-with-kwargs/114150
The text was updated successfully, but these errors were encountered: