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

Add back patch to work with fftshift in tf 2.0 #42

Closed zaccharieramzi closed 4 years ago

zaccharieramzi commented 4 years ago

Because tf 2.1 won't be installed on TGCC before a month, I need to put back the patch to work with fftshift (and inverse) in order to have the networks work in 2.0.

This way I can benefit from the multiple gpus of the TGCC to train and fine tune my networks.

zaccharieramzi commented 4 years ago

tf 2.1 has been installed, no longer a problem, especially since I can work on JZ now.