Skip to content

Commit

Permalink
remove compute_confusion_matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
JSabadin committed Nov 27, 2024
1 parent 985233a commit 7d4e469
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions luxonis_train/attached_modules/metrics/confusion_matrix.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,9 +83,6 @@ def __init__(
), # +1 for background
dist_reduce_fx="sum",
)
self.compute_confusion_matrix = MulticlassConfusionMatrix(
num_classes=self.n_classes
)

def prepare(
self, inputs: Packet[Tensor], labels: Labels
Expand Down

0 comments on commit 7d4e469

Please sign in to comment.