-
Notifications
You must be signed in to change notification settings - Fork 42
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
Add sampling masks (MagicMask, VariableDensityPoissonMask) #216
Conversation
Codecov Report
@@ Coverage Diff @@
## main #216 +/- ##
==========================================
- Coverage 81.97% 81.50% -0.47%
==========================================
Files 72 72
Lines 5708 5418 -290
==========================================
- Hits 4679 4416 -263
+ Misses 1029 1002 -27
Continue to review full report at Codecov.
|
305dfb0
to
a2bebe8
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
OK
@jonasteuwen The issue was fixed, so you can now review. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
OK
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Small comments
083c6be
to
b940149
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Adding:
Update:
torch.where
output needed to be madecontiguous
to be inputted to fft, due to new torch version