-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add suport for DruNet (cherry picked from commit 8976a186b00b23d25805deef60a5957cd616cd0b) * Better gpu selection * Fix normalization * Add cuda support for DruNet * Add baseline result from learned reconstruction (cherry picked from commit d0d49fd99985595a3e1b419042a0276ff16e5902) * Support for post ADMM denoising * Better error * Fix LPIPS normalization * Fix LPIPS * Added More denoizing options * Fix docstrings * Update Changelog * Fix name and doc * Added original repo for Drunet * Move post process to trainable reconstruction * Better post processing with torch Module * fix Trainable recon apply * Fix downsample limited to 8 * Added Test for post processing * Fix for PR * Cleaning for PR * Add inference with unrolled ADMM * Add pre process support * Update changelog * Add test for preprocessing * Fix callable assert even with None * Fix for process = None * Fix name in log * More stable training * Fix NAN during training * Fix no output during training * Clean Up * Cleanup process creation in training * Add support for reconstruction with denoising * Fix bug without pre/post process * Move drunet to recon module
- Loading branch information
1 parent
82e09b0
commit 0bb0beb
Showing
15 changed files
with
1,014 additions
and
108 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.