From 97221cc6190e5589b286d4ec480d2958570e7f46 Mon Sep 17 00:00:00 2001 From: Divyashree Sreepathihalli Date: Tue, 12 Aug 2025 15:31:39 -0700 Subject: [PATCH] Update guides_master.py --- scripts/guides_master.py | 4 ++++ 1 file changed, 4 insertions(+) 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",