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

Change Networks inputs to dictionaries in order to avoid list parsing #135

Open zaccharieramzi opened 3 years ago

zaccharieramzi commented 3 years ago

This should work better especially since we use datasets all the time!

Cf https://github.com/tensorflow/tensorflow/issues/25299