We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fefc53a commit 275eeb1Copy full SHA for 275eeb1
docs/source/examples/index.rst
@@ -31,7 +31,7 @@ This section contains some usage examples for TorchJD.
31
``LightningModule`` optimized by Jacobian descent.
32
- :doc:`Grouping <grouping>` shows how to apply an aggregator independently per parameter group
33
(e.g. per layer), so that conflict resolution happens at a finer granularity than the full
34
- shared parameter vector.
+ parameter vector.
35
- :doc:`Automatic Mixed Precision <amp>` shows how to combine mixed precision training with TorchJD.
36
37
.. toctree::
0 commit comments