Skip to content

Commit a0335a3

Browse files
committed
Update README
1 parent 9080613 commit a0335a3

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,16 +24,17 @@ Keras is compatible with: __Python 2.7-3.6__.
2424

2525
## Multi-backend Keras and tf.keras:
2626

27-
Keras 2.2.5 is the last release of Keras that implements the 2.2.* API. It is the last release to only support TensorFlow 1 (as well as Theano and CNTK).
27+
**At this time, we recommend that Keras users who use multi-backend Keras with the TensorFlow backend switch to `tf.keras` in TensorFlow 2.0**. `tf.keras` is better maintained and has better integration with TensorFlow features (eager execution, distribution support and other).
2828

29-
The next release will be 2.3.0, which makes significant API changes and add support for TensorFlow 2.0. The 2.3.0 release will be the last major release of multi-backend Keras. Multi-backend Keras is superseded by tf.keras.
29+
Keras 2.2.5 was the last release of Keras implementing the 2.2.* API. It was the last release to only support TensorFlow 1 (as well as Theano and CNTK).
3030

31-
At this time, we recommend that Keras users who use multi-backend Keras with the TensorFlow backend switch to tf.keras in TensorFlow 2.0. tf.keras is better maintained and has better integration with TensorFlow features (eager execution, distribution support and other).
31+
The current release is Keras 2.3.0, which makes significant API changes and add support for TensorFlow 2.0. The 2.3.0 release will be the last major release of multi-backend Keras. Multi-backend Keras is superseded by `tf.keras`.
3232

33-
Bugs present in multi-backend Keras will only be fixed until April 2020.
33+
Bugs present in multi-backend Keras will only be fixed until April 2020 (as part of minor releases).
3434

3535
For more information about the future of Keras, see [the Keras meeting notes](http://bit.ly/keras-meeting-notes).
3636

37+
3738
------------------
3839

3940
## Guiding principles

0 commit comments

Comments
 (0)