Skip to content

Commit

Permalink
edit aws_marketplace/using-open-source-model-packages/pytorch-ic-mode…
Browse files Browse the repository at this point in the history
…l/using-image-classification-models.ipynb
  • Loading branch information
EC2 Default User committed Apr 9, 2022
1 parent d56e1ac commit 61d67c7
Showing 1 changed file with 13 additions and 13 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"\n",
"This notebook is compatible only with those image classification model packages which this notebook is linked to.\n",
"\n",
"#### Pre-requisites:\n",
"## Pre-requisites:\n",
"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",
"1. Ensure that IAM role used has **AmazonSageMakerFullAccess**\n",
"1. To deploy this ML model successfully, ensure that:\n",
Expand All @@ -20,7 +20,7 @@
" 1. **aws-marketplace:Subscribe** \n",
" 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",
"\n",
"#### Contents:\n",
"## Contents\n",
"1. [Subscribe to the model package](#1.-Subscribe-to-the-model-package)\n",
"2. [Create an endpoint and perform real-time inference](#2.-Create-an-endpoint-and-perform-real-time-inference)\n",
" 1. [Create an endpoint](#A.-Create-an-endpoint)\n",
Expand All @@ -34,7 +34,7 @@
" 2. [Unsubscribe to the listing (optional)](#B.-Unsubscribe-to-the-listing-(optional))\n",
" \n",
"\n",
"#### Usage instructions\n",
"## Usage instructions\n",
"You can run this notebook one cell at a time (By using Shift+Enter for running a cell).\n",
"\n",
"**Note** - This notebook requires you to follow instructions and specify values for parameters, as instructed."
Expand All @@ -44,7 +44,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"### 1. Subscribe to the model package"
"## 1. Subscribe to the model package"
]
},
{
Expand Down Expand Up @@ -107,7 +107,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"### 2. Create an endpoint and perform real-time inference"
"## 2. Create an endpoint and perform real-time inference"
]
},
{
Expand Down Expand Up @@ -151,7 +151,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"#### A. Create an endpoint"
"### A. Create an endpoint"
]
},
{
Expand Down Expand Up @@ -180,7 +180,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"#### B. Prepare input file for performing real-time inference\n",
"### B. Prepare input file for performing real-time inference\n",
"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)."
]
},
Expand Down Expand Up @@ -240,7 +240,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"#### C. Query endpoint that you have created with the opened images"
"### C. Query endpoint that you have created with the opened images"
]
},
{
Expand Down Expand Up @@ -286,7 +286,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"#### D. Delete the endpoint"
"### D. Delete the endpoint"
]
},
{
Expand All @@ -310,7 +310,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"### 3. Perform batch inference"
"## 3. Perform batch inference"
]
},
{
Expand Down Expand Up @@ -386,14 +386,14 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"### 4. Clean-up"
"## 4. Clean-up"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"#### A. Delete the model"
"### A. Delete the model"
]
},
{
Expand All @@ -409,7 +409,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"#### B. Unsubscribe to the listing (optional)"
"### B. Unsubscribe to the listing (optional)"
]
},
{
Expand Down

0 comments on commit 61d67c7

Please sign in to comment.