We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6347f5c commit ef24003Copy full SHA for ef24003
1 file changed
src/torchjd/aggregation/_aligned_mtl.py
@@ -51,8 +51,8 @@ class AlignedMTL(GramianWeightedAggregator):
51
uses the mean eigenvalue (as in the original implementation).
52
53
.. note::
54
- This implementation was adapted from the official implementation, the repository was
55
- deleted.
+ This implementation was adapted from the official implementation of SamsungLabs/MTL,
+ which is not available anymore at the time of writing.
56
"""
57
58
def __init__(
0 commit comments