LibMTL.weighting.EW¶
- class EW[source]¶
Bases:
LibMTL.weighting.abstract_weighting.AbsWeightingEqual Weighting (EW).
The loss weight for each task is always
1 / Tin every iteration, whereTdenotes the number of tasks.
LibMTL.weighting.EW¶Bases: LibMTL.weighting.abstract_weighting.AbsWeighting
Equal Weighting (EW).
The loss weight for each task is always 1 / T in every iteration, where T denotes the number of tasks.