Skip to content

Commit 19ca5c3

Browse files
committed
Improve formatting
1 parent 4e067a5 commit 19ca5c3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -204,9 +204,9 @@ for input, target1, target2 in zip(inputs, task1_targets, task2_targets):
204204
optimizer.step()
205205
```
206206

207-
Note that here, because the losses are a matrix instead of a simple vector, we compute a
208-
*generalized Gramian* and we extract weights from it using a
209-
[GeneralizedWeighting](https://torchjd.org/docs/aggregation/index.html#torchjd.aggregation.GeneralizedWeighting).
207+
> [!NOTE] Here, because the losses are a matrix instead of a simple vector, we compute a
208+
> *generalized Gramian* and we extract weights from it using a
209+
> [GeneralizedWeighting](https://torchjd.org/docs/aggregation/index.html#torchjd.aggregation.GeneralizedWeighting).
210210
211211
More usage examples can be found [here](https://torchjd.org/stable/examples/).
212212

0 commit comments

Comments
 (0)