feat(aggregation): Add ExcessMTL #836
checks.yml
on: pull_request
Build and test documentation
52s
Code quality (ty and pre-commit hooks)
49s
Matrix: tests
Annotations
3 warnings
|
ty (redundant-cast):
src/torchjd/aggregation/_excess_mtl.py#L158
src/torchjd/aggregation/_excess_mtl.py:158:22: redundant-cast: Value is already of type `Tensor`
help: Remove the redundant `cast`
|
|
ty (redundant-cast):
src/torchjd/aggregation/_excess_mtl.py#L153
src/torchjd/aggregation/_excess_mtl.py:153:26: redundant-cast: Value is already of type `Tensor`
help: Remove the redundant `cast`
|
|
ty (redundant-cast):
src/torchjd/aggregation/_excess_mtl.py#L145
src/torchjd/aggregation/_excess_mtl.py:145:65: redundant-cast: Value is already of type `Tensor`
help: Remove the redundant `cast`
|