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
As shown in the Hessian example added in #98, currently the VJP function type expects the backward pass input to be symbolic and says it may not return a fully symbolic value; this is flipped from what it should be. We should make these types more precise in the signature.
The text was updated successfully, but these errors were encountered:
As shown in the Hessian example added in #98, currently the VJP function type expects the backward pass input to be symbolic and says it may not return a fully symbolic value; this is flipped from what it should be. We should make these types more precise in the signature.
The text was updated successfully, but these errors were encountered: