Skip to content

Commit 9bdd193

Browse files
Mark migrated examples to Keras 3 (#2366)
1 parent defe3e9 commit 9bdd193

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

scripts/examples_master.py

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -456,7 +456,7 @@
456456
"path": "adamatch",
457457
"title": "Semi-supervision and domain adaptation with AdaMatch",
458458
"subcategory": "Performance recipes",
459-
"keras_2": True,
459+
"keras_3": True,
460460
},
461461
{
462462
"path": "barlow_twins",
@@ -468,7 +468,7 @@
468468
"path": "consistency_training",
469469
"title": "Consistency training with supervision",
470470
"subcategory": "Performance recipes",
471-
"keras_2": True,
471+
"keras_3": True,
472472
},
473473
{
474474
"path": "deit",
@@ -830,7 +830,7 @@
830830
"path": "dreambooth",
831831
"title": "DreamBooth",
832832
"subcategory": "Image generation",
833-
"keras_2": True,
833+
"keras_3": True,
834834
},
835835
{
836836
"path": "ddpm",
@@ -914,7 +914,7 @@
914914
"path": "vq_vae",
915915
"title": "Vector-Quantized Variational Autoencoders",
916916
"subcategory": "Image generation",
917-
"keras_2": True,
917+
"keras_3": True,
918918
},
919919
{
920920
"path": "random_walks_with_stable_diffusion",
@@ -965,7 +965,7 @@
965965
"path": "text_generation_fnet",
966966
"title": "Text Generation using FNet",
967967
"subcategory": "Text generation",
968-
"keras_2": True,
968+
"keras_3": True,
969969
},
970970
# Audio / midi generation
971971
{
@@ -1097,7 +1097,7 @@
10971097
"path": "gnn_citations",
10981098
"title": "Node Classification with Graph Neural Networks",
10991099
"subcategory": "Node classification",
1100-
"keras_2": True,
1100+
"keras_3": True,
11011101
},
11021102
# Molecular property prediction
11031103
{

0 commit comments

Comments
 (0)