Skip to content

Commit ef24003

Browse files
authored
Fix docstring formulation
1 parent 6347f5c commit ef24003

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/torchjd/aggregation/_aligned_mtl.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@ class AlignedMTL(GramianWeightedAggregator):
5151
uses the mean eigenvalue (as in the original implementation).
5252
5353
.. note::
54-
This implementation was adapted from the official implementation, the repository was
55-
deleted.
54+
This implementation was adapted from the official implementation of SamsungLabs/MTL,
55+
which is not available anymore at the time of writing.
5656
"""
5757

5858
def __init__(

0 commit comments

Comments
 (0)