Skip to content

Commit 1ea3eb6

Browse files
committed
Update API master
1 parent b56f87a commit 1ea3eb6

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

scripts/autogen.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
EXAMPLES_GH_LOCATION = Path("keras-team") / "keras-io" / "blob" / "master" / "examples"
4040
GUIDES_GH_LOCATION = Path("keras-team") / "keras-io" / "blob" / "master" / "guides"
4141
PROJECT_URL = {
42-
"keras": "https://github.com/keras-team/keras/tree/v2.12.0/",
42+
"keras": "https://github.com/keras-team/keras/tree/v2.11.0/",
4343
"keras_tuner": "https://github.com/keras-team/keras-tuner/tree/1.1.3/",
4444
"keras_cv": "https://github.com/keras-team/keras-cv/tree/v0.3.4/",
4545
"keras_nlp": "https://github.com/keras-team/keras-nlp/tree/v0.3.1/",

scripts/master.py

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -423,6 +423,17 @@
423423
"tensorflow.keras.applications.EfficientNetV2L",
424424
],
425425
},
426+
{
427+
"path": "convnext",
428+
"title": "ConvNeXt Tiny, Small, Base, Large, XLarge",
429+
"generate": [
430+
"tensorflow.keras.applications.ConvNeXtTiny",
431+
"tensorflow.keras.applications.ConvNeXtSmall",
432+
"tensorflow.keras.applications.ConvNeXtBase",
433+
"tensorflow.keras.applications.ConvNeXtLarge",
434+
"tensorflow.keras.applications.ConvNeXtXLarge",
435+
],
436+
},
426437
{
427438
"path": "vgg",
428439
"title": "VGG16 and VGG19",

0 commit comments

Comments
 (0)