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 6d161ab commit 6870e90Copy full SHA for 6870e90
src/torchjd/aggregation/__init__.py
@@ -1,8 +1,7 @@
1
r"""
2
When doing Jacobian descent, the Jacobian matrix has to be aggregated into a vector to store in the
3
``.grad`` fields of the model parameters. The
4
-The :class:`~torchjd.aggregation._aggregator_bases.Aggregator` is responsible for these
5
-aggregations.
+:class:`~torchjd.aggregation._aggregator_bases.Aggregator` is responsible for these aggregations.
6
7
When using the :doc:`autogram <../autogram/index>` engine, we rather need to extract a vector
8
of weights from the Gramian of the Jacobian. The
0 commit comments