diff --git a/scripts/guides_master.py b/scripts/guides_master.py index 02b6e6fcc0..9fe1c01f3f 100644 --- a/scripts/guides_master.py +++ b/scripts/guides_master.py @@ -115,6 +115,10 @@ "path": "migrating_to_keras_3", "title": "Migrating Keras 2 code to Keras 3", }, + { + "path": "keras_nnx_guide", + "title": "How to use Keras with NNX backend", + }, # { # "path": "preprocessing_layers", # "title": "Working with preprocessing layers",