Skip to content

Commit 275eeb1

Browse files
committed
Rename "shared parameters vector" to "parameter vector" so that it also applies to non-MTL
1 parent fefc53a commit 275eeb1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/examples/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ This section contains some usage examples for TorchJD.
3131
``LightningModule`` optimized by Jacobian descent.
3232
- :doc:`Grouping <grouping>` shows how to apply an aggregator independently per parameter group
3333
(e.g. per layer), so that conflict resolution happens at a finer granularity than the full
34-
shared parameter vector.
34+
parameter vector.
3535
- :doc:`Automatic Mixed Precision <amp>` shows how to combine mixed precision training with TorchJD.
3636

3737
.. toctree::

0 commit comments

Comments
 (0)