-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactor dataset and model for PyTorch Lightning integration
- Add HungarianDataModule using LightningDataModule - Update HNetGRULightning to use torchmetrics for F1Score - Implement TensorBoard logging for loss and F1-score - Modify train_hnet.py to utilize the new DataModule and model classes
- Loading branch information
1 parent
ce4a027
commit 1962dc2
Showing
3 changed files
with
277 additions
and
72 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.