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
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -69,32 +69,32 @@ Within the container, run the following commands:
69
69
70
70
Open up your favorite browser and enter: [http://localhost:8888/?token=*yourtoken](http://localhost:8888/?token=*yourtoken)*. [](https://raw.githubusercontent.com/kbojo/images/master/commandline2.png)
71
71
72
-
You should see the Jupyter Lab application. Click on the plus icon to launch a new Python 3 notebook. Follow along with the image classification with the TensorFlow example provided in Part 2.
72
+
You should see the Jupyter Lab application. Click on the plus icon to launch a new Python 3 notebook. Follow the instructions regarding the image classification with the TensorFlow example provided in Part 2.
73
73
74
-
Now that we have our Docker Engine installed and the PyTorch Container running, we need to fetch and prepare our training dataset. That’s coming up in Part 2 below.
74
+
Now that you have your Docker engine installed and the PyTorch Container running, we need to fetch and prepare our training dataset. You'll see that coming up in Part 2 below.
75
75
76
76
- - -
77
77
78
-
# Part 2: Data Preparation
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 youeach stepto 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 through each step required 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.
83
83
84
84
We will show you how to:
85
85
86
86
* Download the Xview Dataset
87
87
* How to convert labels to coco format
88
-
* How to conduct the preprocessing step, Tiling: slicing large satellite imagery into chunks
88
+
* How to conduct the preprocessing step, **Tiling**: slicing large satellite imagery into chunks
89
89
* How to upload to s3 bucket to support distributed training
90
90
91
91
Let's get started!
92
92
93
93
- - -
94
94
95
-
## Pre-reqs, set up jupyter notebook environment using NGC container
95
+
## Pre-reqs, set up Jupyter notebook environment using NGC container
96
96
97
-
### Execute docker run to create NGC environment for Data Prep
97
+
### Execute docker run to create NGC environment for data preparation
98
98
99
99
Make sure to map host directory to docker directory, we will use the host directory again to
0 commit comments