-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Surface-Dice functionalities * Adjust losses to be compatible with Surface-Dice exclusions * Adjust training routine and include surface dice loss * Add dataset labels to dataloading * Pass Surface-Dice arguments to training routine * Update CLI to include advanced options for Surface-Dice * precommit formatting * make list readable by passing argument multiple times * remove redundant import * Compatibility with updated masked_surface_dice function * Add training summary and remove wandb logging * remove reduntant print statements and include ds_labels into for-loop * Implement Gaussian smoothing with torch to compute everything on GPU * Training summary printing * add dataset token to CLI * Add dataset token to filename * Update warnings * Fix bug for accuracy masking * Fix Dice reduction to scalar * Make test compatible with CombinedLoss * Fix default path * Raise Error when reduction is not defined * Add required dimensions to docstrings
- Loading branch information
1 parent
3fd4de9
commit 49aa798
Showing
12 changed files
with
902 additions
and
54 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
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
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.