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

Keras tqdm fix #96

Closed zaccharieramzi closed 4 years ago

zaccharieramzi commented 4 years ago

This solves #95 by simply replacing the outdated keras-tqdm with the new tensorflow-addons option.

fharman commented 4 years ago

from tensorflow_addons import tfa

it gives an error when replaced with from keras_tqdm import TQDMNotebookCallback. ImportError: cannot import name 'tfa' from 'tensorflow_addons' (/home/fatma/.local/lib/python3.8/site-packages/tensorflow_addons/init.py)

zaccharieramzi commented 4 years ago

I am not sure what you intend to do here. I think it's best you wait for the Pull Request to be merged and then you will see what the working code looks like.