|
10 | 10 | "\n",
|
11 | 11 | "This notebook is compatible only with those image classification model packages which this notebook is linked to.\n",
|
12 | 12 | "\n",
|
13 |
| - "#### Pre-requisites:\n", |
| 13 | + "## Pre-requisites:\n", |
14 | 14 | "1. **Note**: This notebook contains elements which render correctly in Jupyter interface. Open this notebook from an Amazon SageMaker Notebook Instance or Amazon SageMaker Studio.\n",
|
15 | 15 | "1. Ensure that IAM role used has **AmazonSageMakerFullAccess**\n",
|
16 | 16 | "1. To deploy this ML model successfully, ensure that:\n",
|
|
20 | 20 | " 1. **aws-marketplace:Subscribe** \n",
|
21 | 21 | " 2. or your AWS account has a subscription to this image classification model. If so, skip step: [Subscribe to the model package](#1.-Subscribe-to-the-model-package)\n",
|
22 | 22 | "\n",
|
23 |
| - "#### Contents:\n", |
| 23 | + "## Contents\n", |
24 | 24 | "1. [Subscribe to the model package](#1.-Subscribe-to-the-model-package)\n",
|
25 | 25 | "2. [Create an endpoint and perform real-time inference](#2.-Create-an-endpoint-and-perform-real-time-inference)\n",
|
26 | 26 | " 1. [Create an endpoint](#A.-Create-an-endpoint)\n",
|
|
34 | 34 | " 2. [Unsubscribe to the listing (optional)](#B.-Unsubscribe-to-the-listing-(optional))\n",
|
35 | 35 | " \n",
|
36 | 36 | "\n",
|
37 |
| - "#### Usage instructions\n", |
| 37 | + "## Usage instructions\n", |
38 | 38 | "You can run this notebook one cell at a time (By using Shift+Enter for running a cell).\n",
|
39 | 39 | "\n",
|
40 | 40 | "**Note** - This notebook requires you to follow instructions and specify values for parameters, as instructed."
|
|
44 | 44 | "cell_type": "markdown",
|
45 | 45 | "metadata": {},
|
46 | 46 | "source": [
|
47 |
| - "### 1. Subscribe to the model package" |
| 47 | + "## 1. Subscribe to the model package" |
48 | 48 | ]
|
49 | 49 | },
|
50 | 50 | {
|
|
107 | 107 | "cell_type": "markdown",
|
108 | 108 | "metadata": {},
|
109 | 109 | "source": [
|
110 |
| - "### 2. Create an endpoint and perform real-time inference" |
| 110 | + "## 2. Create an endpoint and perform real-time inference" |
111 | 111 | ]
|
112 | 112 | },
|
113 | 113 | {
|
|
151 | 151 | "cell_type": "markdown",
|
152 | 152 | "metadata": {},
|
153 | 153 | "source": [
|
154 |
| - "#### A. Create an endpoint" |
| 154 | + "### A. Create an endpoint" |
155 | 155 | ]
|
156 | 156 | },
|
157 | 157 | {
|
|
180 | 180 | "cell_type": "markdown",
|
181 | 181 | "metadata": {},
|
182 | 182 | "source": [
|
183 |
| - "#### B. Prepare input file for performing real-time inference\n", |
| 183 | + "### B. Prepare input file for performing real-time inference\n", |
184 | 184 | "In this step, we will download class_id_to_label_mapping from S3 bucket. The mapping files has been downloaded from [TensorFlow](https://storage.googleapis.com/download.tensorflow.org/data/ImageNetLabels.txt). [Apache 2.0 License](https://www.apache.org/licenses/LICENSE-2.0)."
|
185 | 185 | ]
|
186 | 186 | },
|
|
240 | 240 | "cell_type": "markdown",
|
241 | 241 | "metadata": {},
|
242 | 242 | "source": [
|
243 |
| - "#### C. Query endpoint that you have created with the opened images" |
| 243 | + "### C. Query endpoint that you have created with the opened images" |
244 | 244 | ]
|
245 | 245 | },
|
246 | 246 | {
|
|
286 | 286 | "cell_type": "markdown",
|
287 | 287 | "metadata": {},
|
288 | 288 | "source": [
|
289 |
| - "#### D. Delete the endpoint" |
| 289 | + "### D. Delete the endpoint" |
290 | 290 | ]
|
291 | 291 | },
|
292 | 292 | {
|
|
310 | 310 | "cell_type": "markdown",
|
311 | 311 | "metadata": {},
|
312 | 312 | "source": [
|
313 |
| - "### 3. Perform batch inference" |
| 313 | + "## 3. Perform batch inference" |
314 | 314 | ]
|
315 | 315 | },
|
316 | 316 | {
|
|
386 | 386 | "cell_type": "markdown",
|
387 | 387 | "metadata": {},
|
388 | 388 | "source": [
|
389 |
| - "### 4. Clean-up" |
| 389 | + "## 4. Clean-up" |
390 | 390 | ]
|
391 | 391 | },
|
392 | 392 | {
|
393 | 393 | "cell_type": "markdown",
|
394 | 394 | "metadata": {},
|
395 | 395 | "source": [
|
396 |
| - "#### A. Delete the model" |
| 396 | + "### A. Delete the model" |
397 | 397 | ]
|
398 | 398 | },
|
399 | 399 | {
|
|
409 | 409 | "cell_type": "markdown",
|
410 | 410 | "metadata": {},
|
411 | 411 | "source": [
|
412 |
| - "#### B. Unsubscribe to the listing (optional)" |
| 412 | + "### B. Unsubscribe to the listing (optional)" |
413 | 413 | ]
|
414 | 414 | },
|
415 | 415 | {
|
|
0 commit comments