You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/blog/production-ready-object-detection-model-training-workflow-with-hpe-machine-learning-development-environment.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,9 +27,9 @@ This notebook walks you each step to train a model using containers from the NGC
27
27
28
28
## NGC
29
29
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:
31
31
32
-
* Install the Docker Engine on your system
32
+
* Install the Docker engine on your system
33
33
* Pull a PyTorch container from the NGC catalog using Docker
34
34
* Run the PyTorch container using Docker
35
35
@@ -45,7 +45,7 @@ Go to the [Docker Installation Engine documentation](https://docs.docker.com/en
45
45
46
46
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)
47
47
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.
49
49
50
50
`$ docker pull nvcr.io/nvidia/pytorch:21.11-py3`
51
51
@@ -77,9 +77,9 @@ Now that we have our Docker Engine installed and the PyTorch Container running,
77
77
78
78
# Part 2: Data Preparation
79
79
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`
81
81
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.
0 commit comments