Skip to content

Commit 95b586f

Browse files
KerasHub: Update Keras IO docs (#1965)
* list all guides on landing page. Alphabetize model list * remove KerasCV from side bar * remove token embedding and add vitdet * add Mit symbols * Add vgg symbols * add sd3 missing APIs * add base classes * add image classifier base class and organize alphabetically * update densenet path * remove NLP from side bar * remove guides removed in this PR - #1960 * include getting started guide * Add back cv and NLP
1 parent 737c3e2 commit 95b586f

File tree

5 files changed

+432
-269
lines changed

5 files changed

+432
-269
lines changed

scripts/guides_master.py

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -60,16 +60,8 @@
6060
"toc": True,
6161
"children": [
6262
{
63-
"path": "getting_started",
64-
"title": "Getting Started with KerasHub",
65-
},
66-
{
67-
"path": "transformer_pretraining",
68-
"title": "Pretraining a Transformer from scratch with KerasHub",
69-
},
70-
{
71-
"path": "upload",
72-
"title": "Uploading Models with KerasHub",
63+
"path": "classification_with_keras_hub",
64+
"title": "Classification with KerasHub",
7365
},
7466
{
7567
"path": "segment_anything_in_keras_hub",

0 commit comments

Comments
 (0)