facebookresearch / fastMRI

A large-scale dataset of both raw MRI measurements and clinical MRI images.
https://fastmri.org
MIT License
1.34k stars 373 forks source link

Mask func random state context management #61

Closed mmuckley closed 4 years ago

mmuckley commented 4 years ago

This PR introduces a context manager to MaskFunc so that it doesn't change the Numpy random state in other functions.

mmuckley commented 4 years ago

Merging to prevent this from disrupting user experiments.