Skip to content

Commit 6870e90

Browse files
authored
docs(aggregation): Fix typo (#415)
1 parent 6d161ab commit 6870e90

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/torchjd/aggregation/__init__.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
r"""
22
When doing Jacobian descent, the Jacobian matrix has to be aggregated into a vector to store in the
33
``.grad`` fields of the model parameters. The
4-
The :class:`~torchjd.aggregation._aggregator_bases.Aggregator` is responsible for these
5-
aggregations.
4+
:class:`~torchjd.aggregation._aggregator_bases.Aggregator` is responsible for these aggregations.
65
76
When using the :doc:`autogram <../autogram/index>` engine, we rather need to extract a vector
87
of weights from the Gramian of the Jacobian. The

0 commit comments

Comments
 (0)