frugally-deep v0.11.0-p0 Release Notes

Release Date: 2019-11-07 // over 4 years ago
  • Switch from keras to tf.keras.

    🚀 With the release of version 2.3.0, team Keras announced the following:

    🚀 > This is also the last major release of multi-backend Keras. Going forward, we recommend that users consider switching their Keras code to tf.keras in TensorFlow 2.0. It implements the same Keras 2.3.0 API (so switching should be as easy as changing the Keras import statements), but it has many advantages for TensorFlow users, such as support for eager execution, distribution, TPU training, and generally far better integration between low-level TensorFlow and high-level concepts like Layer and Model. It is also better maintained.

    🔀 > Development will focus on tf.keras going forward. We will keep maintaining multi-backend Keras over the next 6 months, but we will only be merging bug fixes. API changes will not be ported.

    So frugally-deep follows this direction.

    Thanks to @keithchugg for doing the needed adjustments of the stateful implementations.