This commit is contained in:
Francois Chollet 2023-09-11 09:39:48 -07:00
parent 064c4d088c
commit 9af030877e
2 changed files with 4 additions and 2 deletions

@ -49,8 +49,10 @@ os.environ["KERAS_BACKEND"] = "jax"
import keras_core as keras
```
**Note:** The backend must be configured before importing keras_core, and the backend cannot be changed after
**Note:** The backend must be configured before importing `keras_core`, and the backend cannot be changed after
the package has been imported.
## Backwards compatibility
Keras Core is intended to work as a drop-in replacement for `tf.keras` (when using the TensorFlow backend). Just take your