We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 81648e5 commit c50977aCopy full SHA for c50977a
1 file changed
src/torchjd/aggregation/_aggregator_bases.py
@@ -6,6 +6,8 @@
6
7
from ._weighting_bases import Weighting
8
9
+# Add something else.
10
+
11
12
class Aggregator(nn.Module, ABC):
13
r"""
0 commit comments