Skip to content

Commit 2fb6856

Browse files
committed
Fix formulation about freeing jacs
1 parent e93f2d9 commit 2fb6856

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/source/examples/basic_usage.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ Perform the Jacobian descent backward pass:
6868
6969
The first function will populate the ``.jac`` field of each model parameter with the corresponding
7070
Jacobian, and the second one will aggregate these Jacobians and store the result in the ``.grad``
71-
field of the parameters. It also resets the ``.jac`` fields to ``None`` to save some memory.
71+
field of the parameters. It also deletes the ``.jac`` fields save some memory.
7272

7373
Update each parameter based on its ``.grad`` field, using the ``optimizer``:
7474

0 commit comments

Comments
 (0)