Skip to content

Commit 527f12f

Browse files
authored
Add links to method tables
Co-authored-by: Valérian Rey <31951177+ValerianRey@users.noreply.github.com>
1 parent 707ee6e commit 527f12f

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,11 @@ TorchJD is a PyTorch library for training neural networks with **multiple losses
2020
two complementary approaches:
2121

2222
- **Scalarization**: combine losses into a single scalar before backprop, using methods from the
23-
literature (geometric mean, softmax weighting, etc.). This is often a good baseline.
23+
literature (geometric mean, softmax weighting, [etc.](#supported-scalarizers)). This is often a good baseline.
2424
- **[Jacobian descent](https://arxiv.org/pdf/2406.16232)**: compute the Jacobian matrix of losses
2525
with respect to parameters and aggregate it into an update direction using state-of-the-art
26-
aggregators (UPGrad, MGDA, CAGrad, and many more). This in particular allows taking conflict-free
26+
aggregators (UPGrad, MGDA, CAGrad, [and many more]()#supported-aggregators-and-weightings).
27+
This in particular allows taking conflict-free
2728
optimization directions, which can resolve problems that may be impossible to solve with standard
2829
scalarizers.
2930

0 commit comments

Comments
 (0)