Skip to content

Commit

Permalink
rm dev
Browse files Browse the repository at this point in the history
  • Loading branch information
ioangatop committed Sep 24, 2024
1 parent a99660e commit e7099d9
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,6 @@ def _calculate_metric() -> None:
actual = multiclass_segmentation_metrics.compute()
torch.testing.assert_close(actual, expected, rtol=1e-04, atol=1e-04)

print(preds.shape)
print(target.shape)
_calculate_metric()
multiclass_segmentation_metrics.reset()
_calculate_metric()
Expand Down

0 comments on commit e7099d9

Please sign in to comment.