From 3d3177eeffa774e3291ca66e387ef1c5a3ca1ee1 Mon Sep 17 00:00:00 2001 From: Veeranjaneyulu Ch <74177924+chunduriv@users.noreply.github.com> Date: Mon, 10 Feb 2025 12:09:06 -0800 Subject: [PATCH] Update examples_master.py Update examples_master.py Mark https://keras.io/examples/generative/gan_ada/ as Keras 3 --- scripts/examples_master.py | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/examples_master.py b/scripts/examples_master.py index 6af494cf17..1b65313807 100644 --- a/scripts/examples_master.py +++ b/scripts/examples_master.py @@ -791,6 +791,7 @@ "path": "gan_ada", "title": "Data-efficient GANs with Adaptive Discriminator Augmentation", "subcategory": "Image generation", + "keras_3": True, }, { "path": "deep_dream",