Skip to content

Commit 07b6a7e

Browse files
committed
Mark 4 examples as Keras 3 ready
1 parent be635eb commit 07b6a7e

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

scripts/examples_master.py

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -178,6 +178,7 @@
178178
"path": "depth_estimation",
179179
"title": "Monocular depth estimation",
180180
"subcategory": "3D",
181+
"keras_3": True,
181182
},
182183
{
183184
"path": "nerf",
@@ -431,6 +432,7 @@
431432
"path": "active_learning_review_classification",
432433
"title": "Review Classification using Active Learning",
433434
"subcategory": "Text classification",
435+
"keras_3": True,
434436
},
435437
{
436438
"path": "fnet_classification_with_keras_hub",
@@ -547,6 +549,13 @@
547549
"path": "masked_language_modeling",
548550
"title": "End-to-end Masked Language Modeling with BERT",
549551
"subcategory": "Language modeling",
552+
"keras_3": True,
553+
},
554+
{
555+
"path": "abstractive_summarization_with_bart",
556+
"title": "Abstractive Text Summarization with BART",
557+
"subcategory": "Language modeling",
558+
"keras_3": True,
550559
},
551560
{
552561
"path": "pretraining_BERT",

0 commit comments

Comments
 (0)