zaccharieramzi / fastmri-reproducible-benchmark

Try several methods for MRI reconstruction on the fastmri dataset. Home to the XPDNet, runner-up of the 2020 fastMRI challenge.
https://fastmri.org/leaderboards
MIT License
151 stars 50 forks source link

Subclassed basis for all the cross-domain models #52

Closed zaccharieramzi closed 4 years ago

zaccharieramzi commented 4 years ago

Right now all the models have a lot in common but nothing is shared via a common basis. The simplest and most debuggable way to do so, is to have a subclassed basis for all the cross-domain models, that will be readily transformable in any model, potentially with multi-coil. This will allow extensive comparison on different parameters, like type of data consistency, buffer size and number of alternation. Things to take into account:

zaccharieramzi commented 4 years ago

Closed by #54