diff --git a/scripts/examples_master.py b/scripts/examples_master.py index 835e78b2ac..d2c440cbe5 100644 --- a/scripts/examples_master.py +++ b/scripts/examples_master.py @@ -474,13 +474,13 @@ "path": "deit", "title": "Distilling Vision Transformers", "subcategory": "Performance recipes", - "keras_2": True, + "keras_3": True, }, { "path": "focal_modulation_network", "title": "Focal Modulation: A replacement for Self-Attention", "subcategory": "Image classification", - "keras_2": True, + "keras_3": True, }, { "path": "masked_image_modeling", @@ -1018,7 +1018,7 @@ "path": "ctc_asr", "title": "Automatic Speech Recognition using CTC", "subcategory": "Speech recognition", - "keras_2": True, + "keras_3": True, }, # Audio classification { @@ -1111,7 +1111,7 @@ "path": "node2vec_movielens", "title": "Graph representation learning with node2vec", "subcategory": "Graph representation learning", - "keras_2": True, + "keras_3": True, }, ], },