We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c22e256 commit 16d2d48Copy full SHA for 16d2d48
src/torchjd/autogram/_gramian_accumulator.py
@@ -62,7 +62,7 @@ def _accumulate_path_jacobian(self, parameter: Tensor, jacobian: Tensor) -> None
62
63
def _accumulate_gramian(self, parameter: Tensor) -> None:
64
"""
65
- Compute the Gramian of full Jacobian and accumulate it.
+ Compute the Gramian of the full Jacobian and accumulate it.
66
67
:param parameter: Parameter whose full Jacobian is available.
68
0 commit comments