We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3762c6d commit f6e3693Copy full SHA for f6e3693
1 file changed
src/torchjd/autojac/_jac.py
@@ -24,7 +24,7 @@ def jac(
24
r"""
25
Computes the Jacobian of all values in ``outputs`` with respect to all ``inputs``. Returns the
26
result as a tuple, with one Jacobian per input tensor. The returned Jacobian with respect to
27
- input `t` have shape `[m] + t.shape`.
+ input ``t`` has shape ``[m] + t.shape``.
28
29
:param outputs: The tensor or tensors to differentiate. Should be non-empty. The Jacobians will
30
have one row for each value of each of these tensors.
0 commit comments