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
Pytorch does practically speaking not support computing Jacobians, but does have reasonable support for Jacobian-vector products. We can leverage this to e.g. provide a default implementation of Manifold.inner(). To do this nicely we need some API for determining if 'embed' provides an optional Jacobian or not.
The text was updated successfully, but these errors were encountered:
Pytorch does practically speaking not support computing Jacobians, but does have reasonable support for Jacobian-vector products. We can leverage this to e.g. provide a default implementation of Manifold.inner(). To do this nicely we need some API for determining if 'embed' provides an optional Jacobian or not.
The text was updated successfully, but these errors were encountered: