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

Add ffts for PyTorch 1.7 #93

Closed mmuckley closed 4 years ago

mmuckley commented 4 years ago

This future-proofs us (Issue #84) for PyTorch 1.7 FFT functions. A version check is applied to make sure the import is handled properly.