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

Correcting linter errors everywhere #67

Open zaccharieramzi opened 4 years ago

zaccharieramzi commented 4 years ago

Linter is supposed to help not to bother.

I should fix the linter errors everywhere.

They mostly come from tensorflow imports, and click function calls.

Maybe other people have done this before.