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 want to compute the Jacobian matrix of c! at x0 and tried to use the partition_by_rows option when computing the coloration of the Jacobian matrix as follows
Yes, you just have to define the pullback vectors by the color vectors. We should make a higher level API on that like we did for forward mode, but it's just Zygote.pullback(f,u)[2](colors .== i) for each i (and don't redo the pushforward though, etc.)
I want to compute the Jacobian matrix of
c!
atx0
and tried to use thepartition_by_rows
option when computing the coloration of the Jacobian matrix as followsbut got the following error
I also tried
but then get an error when computing the jacobian with
forwarddiff_color_jacobian!
.The text was updated successfully, but these errors were encountered: