Skip to content

Commit 71dac77

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

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

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

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,15 +27,13 @@ This notebook walks you each step to train a model using containers from the NGC
2727

2828
## NGC
2929

30-
The [NGC Catalog from NVIDIA](https://catalog.ngc.nvidia.com/?filters=&orderBy=weightPopularASC&query=) offers ready-to-use containers, pretrained models, SDKs, and Helm charts for diverse use cases and industries to speed up model training, development, and deployment. We’ll be pulling the popular PyTorch Container from NGC for this example.
31-
32-
We will show you how to:
30+
The [NGC catalog from NVIDIA](https://www.nvidia.com/en-us/gpu-cloud/) offers ready-to-use containers, pretrained models, SDKs, and Helm charts for diverse use cases and industries to speed up model training, development, and deployment. For this example, I'm pulling the popular PyTorch Container from NGC and show you how to:
3331

3432
* Install the Docker Engine on your system
35-
* Pull a PyTorch container from the NGC Catalog using Docker
33+
* Pull a PyTorch container from the NGC catalog using Docker
3634
* Run the PyTorch container using Docker
3735

38-
Let's get started!
36+
Let's get started!
3937

4038
- - -
4139

0 commit comments

Comments
 (0)