-
Notifications
You must be signed in to change notification settings - Fork 380
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
Fraction masks raises error #344
Labels
bug
Something isn't working
Comments
Hello @osbm, the "fraction" option adjusts the spacing so that the actual sampling rate should match the target rate. If you pick 4 with fastMRI/fastmri/data/subsample.py Lines 285 to 341 in b661598
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Here is the minimal code that reproduces the error.
The error:
But this works fine when
mask_type_str
is equal to theequispaced
,random
,magic
but not theequispaced_fraction
ormagic_fraction
.I might be missing something as i dont understand what adding "fraction" changes in the behaviour of the masking function.
The text was updated successfully, but these errors were encountered: