Skip to content

Commit 00782a2

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

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ 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://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:
30+
The [NGC catalog from NVIDIA](https://www.nvidia.com/en-us/gpu-cloud/) offers ready-to-use containers, pre-trained 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:
3131

32-
* Install the Docker Engine on your system
32+
* Install the Docker engine on your system
3333
* Pull a PyTorch container from the NGC catalog using Docker
3434
* Run the PyTorch container using Docker
3535

@@ -45,7 +45,7 @@ Go to the [Docker Installation Engine documentation](https://docs.docker.com/en
4545

4646
Once the Docker Engine is installed on your machine, visit the [NVIDIA NGC Container Catalog](https://catalog.ngc.nvidia.com/containers) and search for[](https://ngc.nvidia.com/catalog/containers)and search for the TensorFlow container. Click on the TensorFlow card and copy the pull command. [![](https://raw.githubusercontent.com/kbojo/images/master/NGC.png)](https://raw.githubusercontent.com/kbojo/images/master/NGC.png)
4747

48-
Open the command line of your machine and past the pull command into your command line. Execute the command to download the container.
48+
Open the command line of your machine and paste the pull command into your command line. Execute the command to download the container.
4949

5050
`$ docker pull nvcr.io/nvidia/pytorch:21.11-py3`
5151

@@ -77,9 +77,9 @@ Now that we have our Docker Engine installed and the PyTorch Container running,
7777

7878
# Part 2: Data Preparation
7979

80-
*Note this Demo is based on ngc docker image* `nvcr.io/nvidia/pytorch:21.11-py3`
80+
*Note this Demo is based on* NGC *Docker image* `nvcr.io/nvidia/pytorch:21.11-py3`
8181

82-
This notebook walks you each step to train a model using containers from the NGC Catalog. We chose the GPU optimized Pytorch container as an example. The basics of working with docker containers apply to all NGC containers.
82+
This notebook walks you each step to train a model using containers from the NGC catalog. We chose the GPU optimized PyTorch container as an example. The basics of working with docker containers apply to all NGC containers.
8383

8484
We will show you how to:
8585

0 commit comments

Comments
 (0)