Merged
Conversation
Update mri_transforms.py
Codecov Report
@@ Coverage Diff @@
## main #176 +/- ##
==========================================
- Coverage 76.18% 75.76% -0.43%
==========================================
Files 71 71
Lines 5237 5120 -117
==========================================
- Hits 3990 3879 -111
+ Misses 1247 1241 -6
Continue to review full report at Codecov.
|
georgeyiasemis
added a commit
that referenced
this pull request
Mar 30, 2022
Normalised convgru (#176)
georgeyiasemis
added a commit
that referenced
this pull request
Mar 30, 2022
Normalised convgru (#176)
georgeyiasemis
added a commit
that referenced
this pull request
Apr 4, 2022
* Update mri_transforms.py `torch.kthvalue` returns error when k=0 (give 0th value). 0 should be replaced by 1 (1st value). This was not caused by old `torch` versions (<1.11.0). * Normalised convgru (#176) * Add NormConv2dGRU * Option for NormConv2dGRU for RIM/RecurrentVarNet * Add tests * Update documentation (#183) Minor documentation updates: * Fix broken link in installation.rst * docker/README.md -> /README.rst
georgeyiasemis
added a commit
that referenced
this pull request
Apr 4, 2022
* Add NormConv2dGRU * Option for NormConv2dGRU for RIM/RecurrentVarNet * Add tests
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add Normalised conv GRU option for RecurrentVarNet and RIM.