Skip to content

Commit

Permalink
removed new betti numbers metrics temporarily
Browse files Browse the repository at this point in the history
  • Loading branch information
danielbinschmid committed Jun 24, 2024
1 parent 7303472 commit 80e1945
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions metrics/metrics.py
Original file line number Diff line number Diff line change
Expand Up @@ -118,9 +118,7 @@ def get_betti_numbers_metrics():
betti_1_metrics = ModuleList([GeneralAccuracy()])
betti_2_metrics = ModuleList(
[
torchmetrics.classification.BinaryAccuracy(),
torchmetrics.classification.BinaryF1Score(),
MatthewsCorrCoeff(),
GeneralAccuracy()
]
)

Expand Down

0 comments on commit 80e1945

Please sign in to comment.