Skip to content

Commit 6e87dcf

Browse files
committed
Update Blog “production-ready-object-detection-model-training-workflow-with-hpe-machine-learning-development-environment”
1 parent 71ef29f commit 6e87dcf

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1038,7 +1038,7 @@ with open(result_file, 'w') as outfile:
10381038
Result File: kserve_utils/torchserve_utils/example_img.json
10391039
```
10401040
1041-
Lets submit the image to our deployed endpoint and visualize the predictions!
1041+
Now you can submit the image to the deployed endpoint and visualize the predictions!
10421042
10431043
```python
10441044
headers = {
@@ -1053,6 +1053,8 @@ resp = json.loads(response.content)
10531053
print("Number of Predictions: ", len(resp['predictions'][0]))
10541054
```
10551055

1056+
1057+
10561058
```
10571059
Number of Predictions: 95
10581060
```

0 commit comments

Comments
 (0)