stochman icon indicating copy to clipboard operation
stochman copied to clipboard

provide defaults that do not require Jacobians

Open sorenhauberg opened this issue 4 years ago • 0 comments

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.

sorenhauberg avatar Nov 10 '21 20:11 sorenhauberg