Skip to content

Commit fe4ffd4

Browse files
Provided direct path for HyperModel classes
Modified the URLs by providing the exact direct path for `Hypermodels classes` - HyperXception and HyperResNet.
1 parent 7d5ea2e commit fe4ffd4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/en/tutorials/keras/keras_tuner.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@
190190
"* By using a model builder function\n",
191191
"* By subclassing the `HyperModel` class of the Keras Tuner API\n",
192192
"\n",
193-
"You can also use two pre-defined `HyperModel` classes - [HyperXception](https://keras-team.github.io/keras-tuner/documentation/hypermodels/#hyperxception-class) and [HyperResNet](https://keras-team.github.io/keras-tuner/documentation/hypermodels/#hyperresnet-class) for computer vision applications.\n",
193+
"You can also use two pre-defined [HyperModel](https://keras.io/api/keras_tuner/hypermodels/) classes - [HyperXception](https://keras.io/api/keras_tuner/hypermodels/hyper_xception/) and [HyperResNet](https://keras.io/api/keras_tuner/hypermodels/hyper_resnet/) for computer vision applications.\n",
194194
"\n",
195195
"In this tutorial, you use a model builder function to define the image classification model. The model builder function returns a compiled model and uses hyperparameters you define inline to hypertune the model."
196196
]

0 commit comments

Comments
 (0)