Skip to content

Commit c64ac76

Browse files
committed
Improve explanation of autojac in iwrm.rst
1 parent 5be9d3c commit c64ac76

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/source/examples/iwrm.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,8 +105,8 @@ batch of data. When minimizing per-instance losses (IWRM), we use either autojac
105105
106106
optimizer.step()
107107
108-
Here, we compute the Jacobian of the per-sample losses with respect to the model parameters and
109-
use it to update the model such that no loss from the batch is (locally) negatively affected.
108+
Here, we compute the Jacobian of the per-sample losses with respect to the model parameters
109+
and use it to update the model such that no loss from the batch is (locally) increased.
110110

111111
.. tab-item:: autogram (recommended)
112112

0 commit comments

Comments
 (0)