Skip to content

Commit

Permalink
Mark 4 examples as Keras 3 ready
Browse files Browse the repository at this point in the history
  • Loading branch information
fchollet committed Oct 23, 2024
1 parent be635eb commit 07b6a7e
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions scripts/examples_master.py
Original file line number Diff line number Diff line change
@@ -178,6 +178,7 @@
"path": "depth_estimation",
"title": "Monocular depth estimation",
"subcategory": "3D",
"keras_3": True,
},
{
"path": "nerf",
@@ -431,6 +432,7 @@
"path": "active_learning_review_classification",
"title": "Review Classification using Active Learning",
"subcategory": "Text classification",
"keras_3": True,
},
{
"path": "fnet_classification_with_keras_hub",
@@ -547,6 +549,13 @@
"path": "masked_language_modeling",
"title": "End-to-end Masked Language Modeling with BERT",
"subcategory": "Language modeling",
"keras_3": True,
},
{
"path": "abstractive_summarization_with_bart",
"title": "Abstractive Text Summarization with BART",
"subcategory": "Language modeling",
"keras_3": True,
},
{
"path": "pretraining_BERT",

0 comments on commit 07b6a7e

Please sign in to comment.