facebookresearch / fastMRI

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

Add warning about pip h5py #217

Closed mmuckley closed 2 years ago

mmuckley commented 2 years ago

Adds a warning to the README about the memory leak discovered in Issue #215. The current way to work around the memory leak is to use the conda version of h5py 3.6.0 or to use a pip version of h5py 3.3 or earlier.