Skip to content

Commit

Permalink
updated model location
Browse files Browse the repository at this point in the history
  • Loading branch information
mamurak committed Apr 16, 2024
1 parent 208bc69 commit 8d99d08
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/modules/ROOT/pages/2-01-model-api.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ You're now ready to deploy the object detection model. Under the _OVMS_ model se
* Under *Model location*, *Existing data connection* select the _object-detection_ data connection that was provisioned earlier for you. As you have seen in sections 1.1 and 1.2, this data connection points to your user S3 bucket where the model and other data reside.
* Under *Path* enter `models/yolov5m.onnx`.
* Under *Path* enter `models/yolov5m`.
Select *Deploy* to deploy and start serving your object detection model on the model server. Click on `1` below _Deployed models_ to monitor the status of the model deployment. It will indicate a green status once the model can be consumed. Copy the _Inference endpoint_ so we can test the model deployment.

Expand Down
2 changes: 1 addition & 1 deletion docs/modules/ROOT/pages/4-01-training-the-model.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Note the ID of the new model artifact, preferrably the timestamped version.

image::app/new-model.png[alt text]

To test the new model, go back to the `1_explore` notebook. Update `model_id` to the ID of the new model artefact. Update the class labels as follows:
To test the new model, go back to the `1_explore` notebook. Update `model_path` to the path of the new model artefact. Update the class labels as follows:
[.lines_space]
[.console-input]
[source,text]
Expand Down

0 comments on commit 8d99d08

Please sign in to comment.