File tree Expand file tree Collapse file tree 2 files changed +4
-15
lines changed Expand file tree Collapse file tree 2 files changed +4
-15
lines changed Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff 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.
9188classifier = keras_hub.models.BertClassifier.from_preset(
92- " bert_base_en_uncased" ,
89+ " bert_base_en_uncased" ,
9390 activation = " softmax" ,
9491 num_classes = 2 ,
9592)
You can’t perform that action at this time.
0 commit comments