-
Notifications
You must be signed in to change notification settings - Fork 43
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
New loss functions, refactored engines to only implement forward_method, quality fixes #226
Conversation
…od, quality fixes
Codecov ReportBase: 82.02% // Head: 81.91% // Decreases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## main #226 +/- ##
==========================================
- Coverage 82.02% 81.91% -0.12%
==========================================
Files 74 77 +3
Lines 5585 5589 +4
==========================================
- Hits 4581 4578 -3
- Misses 1004 1011 +7
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
Implements:
NMSE
,NRMSE
,NMAE
,SobelGradL1Loss
,SobelGradL2Loss
)mri_models
performs_do_iteration method
, child engines performforward_function
which returns output_image and/or output_kspacemri_transforms
ComputePadding
transform (this is helpful when cropping image and tranforming to kspace)ApplyPadding
transformRenameKeys
transformNormalize
split toComputeScalingFactor
andNormalize