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
In fact, the rule should not compute anything before discarding it. Perhaps it should call ProjectTo{NoTangent}(::Thunk) to discard the thunk immediately.
The text was updated successfully, but these errors were encountered:
As reported here, these should agree:
Could be fixed at many levels:
wrap_chainrules_output(::AbstractArray{NoTangent)
should givenothing
, not callmap
.dot
here, ProjectTo should not make an array of eltypeNoTangent
.ProjectTo{NoTangent}(::Thunk)
to discard the thunk immediately.The text was updated successfully, but these errors were encountered: