Jacobian support #525
Replies: 4 comments 1 reply
-
This has come up in the past. Getting gradients for the Jacobian is slightly complicated. However, we can expose a non-differentiable Jacobian. Would that be useful? |
Beta Was this translation helpful? Give feedback.
-
Is there any progress on exposing the non-differentiable Jacobian? |
Beta Was this translation helpful? Give feedback.
-
Any progress on this? A non-differentiable Jacobian would indeed be helpful for many use cases. Thank you! |
Beta Was this translation helpful? Give feedback.
-
@balakumar-s Can I utilize the autograd of PyTorch to get the gradient of the Jacobian? (If I could code the Jacobian formula, I might use the Screw theory to write the Jacobian.) |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Thank you for creating this wonderful library.
I noticed that calculate_jacobian is not supported yet. Is there a timeline for when this feature will be available?
Beta Was this translation helpful? Give feedback.
All reactions