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
There are currently no unit tests for gradient_creator() and I don't trust the implementation for JAX -- it calls jax.grad() on a ParametrizedFunction, not the internal JAX function.
It would also be nice to illustrate the creation of a gradient for a function in a notebook. (E.g., a simple demo of error propagation with autodiff.)
The text was updated successfully, but these errors were encountered:
There are currently no unit tests for
gradient_creator()
and I don't trust the implementation for JAX -- it callsjax.grad()
on aParametrizedFunction
, not the internal JAX function.It would also be nice to illustrate the creation of a gradient for a function in a notebook. (E.g., a simple demo of error propagation with autodiff.)
The text was updated successfully, but these errors were encountered: