Skip to content

Commit 5641bbc

Browse files
committed
Update Blog “production-ready-object-detection-model-training-workflow-with-hpe-machine-learning-development-environment”
1 parent 426d2fa commit 5641bbc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

content/blog/production-ready-object-detection-model-training-workflow-with-hpe-machine-learning-development-environment.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -631,7 +631,7 @@ Created experiment 77
631631

632632
To implement an automatic hyperparameter tuning experiment, define the hyperparameter space, e.g. by listing the decisions that may impact model performance. You can specify a range of possible values in the experiment configuration for each hyperparameter in the search space.
633633

634-
View the `x.yaml` file that defines a hyperparameter search where we find the model architecture that achieves the best performance on the dataset.
634+
View the `x.yaml` file that defines a hyperparameter search where the model architecture that achieves the best performance on the dataset is found..
635635

636636
```yaml
637637
name: xview_frxnn_search
@@ -704,7 +704,7 @@ Preparing files to send to master... 312.2KB and 40 files
704704
Created experiment 79
705705
```
706706

707-
## Load Checkpoint of Trained Experiment.
707+
## Load checkpoint of trained experiment
708708

709709
Replace the `<EXP_ID>` and run the below cells with the experiment ID once the experiment is completed.
710710

@@ -722,7 +722,7 @@ print(checkpoint.uuid)
722722
loaded_model = load_model_from_checkpoint(checkpoint)
723723
```
724724

725-
Now that we have a checkpoint from our trained object detection model, we can deploy it to Kserve to run inference and predictions.
725+
Now that you have a checkpoint from the trained object detection model, you can deploy it to Kserve to run inference and predictions.
726726

727727
# Part 5: Deploying Trained Model on Kserve
728728

0 commit comments

Comments
 (0)