GradDrop¶
- class torchjd.aggregation.GradDrop(f=<function _identity>, leak=None)[source]¶
Aggregator
that applies the gradient combination steps from GradDrop, as defined in lines 10 to 15 of Algorithm 1 of Just Pick a Sign: Optimizing Deep Multitask Models with Gradient Sign Dropout.