Skip to content

Commit 9e466e8

Browse files
Mark migrated tutorials as Keras 3 (#2335)
1 parent d4713b9 commit 9e466e8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/examples_master.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -486,7 +486,7 @@
486486
"path": "masked_image_modeling",
487487
"title": "Masked image modeling with Autoencoders",
488488
"subcategory": "Performance recipes",
489-
"keras_2": True,
489+
"keras_3": True,
490490
},
491491
{
492492
"path": "supervised-contrastive-learning",
@@ -1091,7 +1091,7 @@
10911091
"path": "gat_node_classification",
10921092
"title": "Graph attention network (GAT) for node classification",
10931093
"subcategory": "Node classification",
1094-
"keras_2": True,
1094+
"keras_3": True,
10951095
},
10961096
{
10971097
"path": "gnn_citations",

0 commit comments

Comments
 (0)