Skip to content

Commit 199c18e

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1078,7 +1078,7 @@ for pred in resp['predictions'][0]:
10781078
draw.text([bboxes[0],bboxes[1]-10],"{} :{:.2f}".format(cl_name,pred['score']),fill=(250,0,0))
10791079
```
10801080

1081-
Here we will see the model predictions overlaid on the input image
1081+
Here, you can see the model predictions overlaid onto the input image.
10821082

10831083
```python
10841084
plt.figure(figsize=(12,12))
@@ -1093,7 +1093,7 @@ plt.imshow(im)
10931093

10941094
## Conclusion
10951095

1096-
There are numerous ways to get started with end-to-end ML model training with HPE. You can find the [full example on GitHub here](https://github.com/interactivetech/e2e_blogposts/tree/main/ngc_blog); to get started with Determined AI’s open source model training platform, visit the [Documentation](https://docs.determined.ai/latest/) page.  
1096+
There are numerous ways to get started with end-to-end ML model training with HPE. You can find the [full example on GitHub here](https://github.com/interactivetech/e2e_blogposts/tree/main/ngc_blog) To get started with Determined AI’s open source model training platform, visit the [Documentation](https://docs.determined.ai/latest/) page.  
10971097

10981098
If you’re ready to begin your ML journey with HPE, we’re excited to help you get started! [HPE Machine Learning Development Environment](https://www.hpe.com/us/en/solutions/artificial-intelligence/machine-learning-development-environment.html) comes with premium HPE support, which you can read more about [here](https://www.hpe.com/us/en/solutions/artificial-intelligence/machine-learning-development-environment.html).  
10991099

0 commit comments

Comments
 (0)