Describe the bug
the basic logic in
|
def compute_meandice( |
|
y_pred: torch.Tensor, y: torch.Tensor, include_background: bool = True, ignore_empty: bool = True |
|
) -> torch.Tensor: |
|
def compute_meaniou( |
|
y_pred: torch.Tensor, y: torch.Tensor, include_background: bool = True, ignore_empty: bool = True |
|
) -> torch.Tensor: |
don't include any metrics reduction logic, so their names shouldn't contain 'mean'.