Skip to content

Commit

Permalink
black
Browse files Browse the repository at this point in the history
  • Loading branch information
MaloOLIVIER committed Jan 2, 2025
1 parent de13dc2 commit 6a1a800
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions hungarian_net/lightning_datamodules/hungarian_datamodule.py
Original file line number Diff line number Diff line change
Expand Up @@ -161,10 +161,6 @@ def compute_weighted_accuracy(self, n1star: int, n0star: int) -> float:

return WA


# TODO: factorize HungarianDataset in HungarianDataModule


class HungarianDataModule(LightningDataModule):
"""
A PyTorch Lightning DataModule for managing data loading for the Hungarian Network.
Expand Down

0 comments on commit 6a1a800

Please sign in to comment.