SemanticSegmentationTask: add class-wise metrics #10523
Annotations
11 errors
Ruff (RUF005):
tests/trainers/test_classification.py#L104
tests/trainers/test_classification.py:104:14: RUF005 Consider `['fit', *args]` instead of concatenation
|
Ruff (RUF005):
tests/trainers/test_classification.py#L106
tests/trainers/test_classification.py:106:18: RUF005 Consider `['test', *args]` instead of concatenation
|
Ruff (RUF005):
tests/trainers/test_classification.py#L110
tests/trainers/test_classification.py:110:18: RUF005 Consider `['predict', *args]` instead of concatenation
|
Ruff (RUF005):
tests/trainers/test_classification.py#L229
tests/trainers/test_classification.py:229:14: RUF005 Consider `['fit', *args]` instead of concatenation
|
Ruff (RUF005):
tests/trainers/test_classification.py#L231
tests/trainers/test_classification.py:231:18: RUF005 Consider `['test', *args]` instead of concatenation
|
Ruff (RUF005):
tests/trainers/test_classification.py#L235
tests/trainers/test_classification.py:235:18: RUF005 Consider `['predict', *args]` instead of concatenation
|
Ruff (RUF005):
tests/trainers/test_detection.py#L92
tests/trainers/test_detection.py:92:14: RUF005 Consider `['fit', *args]` instead of concatenation
|
Ruff (RUF005):
tests/trainers/test_detection.py#L94
tests/trainers/test_detection.py:94:18: RUF005 Consider `['test', *args]` instead of concatenation
|
Ruff (RUF005):
tests/trainers/test_detection.py#L98
tests/trainers/test_detection.py:98:18: RUF005 Consider `['predict', *args]` instead of concatenation
|
Ruff (RUF005):
tests/trainers/test_regression.py#L85
tests/trainers/test_regression.py:85:14: RUF005 Consider `['fit', *args]` instead of concatenation
|
mypy
Process completed with exit code 1.
|