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.
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 butval_accuracy
. This is an intermediate step to usetf.keras
in the future. There are many other stuff that we need to migrate.