Skip to content

Commit 5d86492

Browse files
committed
pip install imageio
1 parent 70e84ce commit 5d86492

File tree

3 files changed

+20
-2
lines changed

3 files changed

+20
-2
lines changed

prep_data/image_data_guide/builtin_preprocess_and_train.ipynb

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,15 @@
3939
"In this section, you will use a dataset manifest to download animal images from the COCO dataset for all ten animal classes. You will then download frog images from the CIFAR dataset and add them to your COCO animal images. In order to simulate coming to SageMaker with your own dataset, we will keep the data in an unstructured form until the next notebook where you will learn the best practices for structuring an image dataset."
4040
]
4141
},
42+
{
43+
"cell_type": "code",
44+
"execution_count": null,
45+
"metadata": {},
46+
"outputs": [],
47+
"source": [
48+
"! pip install imageio"
49+
]
50+
},
4251
{
4352
"cell_type": "code",
4453
"execution_count": null,

prep_data/image_data_guide/pytorch_preprocess_and_train.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"\n",
99
"**Notes**: \n",
1010
"* This notebook should be used with the conda_pytorch_latest_p36 kernel\n",
11-
"* You can also explore image preprocessing with TensorFlow and PyTorch by running [Download, Structure, and Preprocess Image Data for TensorFlow Models](tensorflow_preprocess_and_train.ipynb) and [Download, Structure, and Preprocess Image Data for SageMaker Built-In Algorithms](builtin_preprocess_and_train.ipynb), respectively.\n",
11+
"* You can also explore image preprocessing with TensorFlow and SageMaker Built-in Algorithms by running [Download, Structure, and Preprocess Image Data for TensorFlow Models](tensorflow_preprocess_and_train.ipynb) and [Download, Structure, and Preprocess Image Data for SageMaker Built-In Algorithms](builtin_preprocess_and_train.ipynb), respectively.\n",
1212
"\n"
1313
]
1414
},

prep_data/image_data_guide/tensorflow_preprocess_and_train.ipynb

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"\n",
99
"**Notes**: \n",
1010
"* This notebook should be used with the conda_pytorch_latest_p36 kernel\n",
11-
"* You can also explore image preprocessing with TensorFlow and PyTorch by running [Download, Structure, and Preprocess Image Data for PyTorch Models](pytorch_preprocess_and_train.ipynb) and [Download, Structure, and Preprocess Image Data for SageMaker Built-In Algorithms](builtin_preprocess_and_train.ipynb), respectively.\n"
11+
"* You can also explore image preprocessing with PyTorch and SageMaker Built-in Algorithms by running [Download, Structure, and Preprocess Image Data for PyTorch Models](pytorch_preprocess_and_train.ipynb) and [Download, Structure, and Preprocess Image Data for SageMaker Built-In Algorithms](builtin_preprocess_and_train.ipynb), respectively.\n"
1212
]
1313
},
1414
{
@@ -39,6 +39,15 @@
3939
"In this section, you will use a dataset manifest to download animal images from the COCO dataset for all ten animal classes. You will then download frog images from the CIFAR dataset and add them to your COCO animal images. In order to simulate coming to SageMaker with your own dataset, we will keep the data in an unstructured form until the next notebook where you will learn the best practices for structuring an image dataset."
4040
]
4141
},
42+
{
43+
"cell_type": "code",
44+
"execution_count": null,
45+
"metadata": {},
46+
"outputs": [],
47+
"source": [
48+
"! pip install imageio"
49+
]
50+
},
4251
{
4352
"cell_type": "code",
4453
"execution_count": null,

0 commit comments

Comments
 (0)