Skip to content

Commit 55c4a64

Browse files
remove guides removed in this PR - #1960
1 parent d542433 commit 55c4a64

File tree

2 files changed

+4
-15
lines changed

2 files changed

+4
-15
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",

templates/keras_hub/index.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,7 @@ to start learning our API. We welcome
2626
* [List of available pretrained models](/api/keras_hub/models/)
2727

2828
## Guides
29-
30-
* [Getting Started with KerasHub](/guides/keras_hub/getting_started/)
31-
* [Pretraining a Transformer from scratch with KerasHub](/guides/keras_hub/transformer_pretraining/)
32-
* [Uploading Models with KerasHub](/guides/keras_hub/upload/)
29+
* [Classification with KerasHub](/guides/keras_hub/classification_with_keras_hub/)
3330
* [Segment Anything in KerasHub](/guides/keras_hub/segment_anything_in_keras_hub/)
3431
* [Stable Diffusion 3 in KerasHub](/guides/keras_hub/stable_diffusion_3_in_keras_hub/)
3532

@@ -89,7 +86,7 @@ print(keras_hub.utils.decode_imagenet_predictions(preds))
8986

9087
# Load a BERT model.
9188
classifier = keras_hub.models.BertClassifier.from_preset(
92-
"bert_base_en_uncased",
89+
"bert_base_en_uncased",
9390
activation="softmax",
9491
num_classes=2,
9592
)

0 commit comments

Comments
 (0)