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

Fix collation issue #181

Closed mmuckley closed 2 years ago

mmuckley commented 2 years ago

Fixes collation issue #180.

The issue is some new functionality on how we use num_low_frequencies to calculate sensitivity maps. We don't store this parameter in the test data, so we passed in None. I changed it to a 0 and adapted how the varnet model uses the parameter.