Skip to content

Commit e28f767

Browse files
committed
Add missing parenthesis
1 parent cc4db21 commit e28f767

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ returns Jacobians insteads of gradients, and
136136
[`autograd.backward`](https://docs.pytorch.org/docs/stable/generated/torch.autograd.backward)
137137
but accumulates Jacobians in the `.jac` fields of parameters instead of gradients in the `.grad`
138138
fields (these Jacobians can then be aggregated into gradients and moved to the `.grad` fields by
139-
calling [`autojac.jac_to_grad`](https://torchjd.org/stable/docs/autojac/jac_to_grad). Lastly, the
139+
calling [`autojac.jac_to_grad`](https://torchjd.org/stable/docs/autojac/jac_to_grad)). Lastly, the
140140
[`mtl_backward`](https://torchjd.org/stable/docs/autojac/mtl_backward) function can be used for
141141
multi-task learning to compute and accumulate gradients with respect to task-specific parameters
142142
and Jacobians with respect to shared parameters.

0 commit comments

Comments
 (0)