bstriner / keras-tqdm

Keras integration with TQDM progress bars
MIT License
348 stars 41 forks source link

update to tensorflow.keras #36

Open sonfire186 opened 4 years ago

sonfire186 commented 4 years ago

go update

felixriese commented 4 years ago

Is it planned to upgrade keras-tqdm to the new Tensorflow 2? Are there big challenges along the way? Can I make a pull request that solves that? The downside is that Theano will not be supported anymore.

felixriese commented 4 years ago

Solved in pull request #35

shun-lin commented 4 years ago

Hi!

I am the maintainer for tqdm progress bar in tensorflow addons and it is using tf.keras as it seems like this repo is not getting much updated anymore. Would tfa's implmentation fits your need? Thanks!