-
Notifications
You must be signed in to change notification settings - Fork 43
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
New loss functions, refactored engines to only implement forward_meth…
…od, quality fixes (#226) (Closes #225) * New loss functions (`NMSE`, `NRMSE`, `NMAE`, `SobelGradL1Loss`, `SobelGradL2Loss`) * `mri_models` performs `_do_iteration method`, child engines perform `forward_function` which returns output_image and/or output_kspace * Changes/Additions in `mri_transforms` * Padding computed as a Tensor with `ComputePadding` transform (this is helpful when cropping image and tranforming to kspace) * `ApplyPadding` transform * ComputeImage transform choices of mod output or not * `RenameKeys` transform * `Normalize` split to `ComputeScalingFactor` and `Normalize` * Some quality changes * Some documentation changes
- Loading branch information
1 parent
1a8ddf5
commit 520edd4
Showing
37 changed files
with
1,446 additions
and
926 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
Oops, something went wrong.