Skip to content

Commit

Permalink
Merge pull request jax-ml#15228 from canyon289:patch-2
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 519742908
  • Loading branch information
jax authors committed Mar 27, 2023
2 parents cf8c2b8 + 08a8a5e commit d19e60e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ reverse-mode vector-Jacobian products and
forward-mode Jacobian-vector products. The two can be composed arbitrarily with
one another, and with other JAX transformations. Here's one way to compose those
to make a function that efficiently computes [full Hessian
matrices](https://jax.readthedocs.io/en/latest/jax.html#jax.hessian):
matrices](https://jax.readthedocs.io/en/latest/_autosummary/jax.hessian.html#jax.hessian):

```python
from jax import jit, jacfwd, jacrev
Expand Down

0 comments on commit d19e60e

Please sign in to comment.