idealo / imageatm

Image classification for everyone.
https://idealo.github.io/imageatm/
Apache License 2.0
214 stars 49 forks source link

Use recent version of Keras and upgrade to TF 2.0. #32

Closed datitran closed 5 years ago

datitran commented 5 years ago

This is related to #27:

Upgraded to Keras 2.3 so that we can use TensorFlow 2.0. There are some small changes in Keras e.g. it's not val_acc anymore but val_accuracy. This is an intermediate step to use tf.keras in the future. There are many other stuff that we need to migrate.