Skip to content

Commit a8c20ee

Browse files
authored
Merge pull request #699 from neelamgehlot/update-instance-type
Update instance type form c4.8xlarge to c4.xlarge due to capacity issue
2 parents 4f212a2 + 59ce83f commit a8c20ee

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

sagemaker-python-sdk/1P_kmeans_lowlevel/kmeans_mnist_lowlevel.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@
213213
" },\n",
214214
" \"ResourceConfig\": {\n",
215215
" \"InstanceCount\": 2,\n",
216-
" \"InstanceType\": \"ml.c4.8xlarge\",\n",
216+
" \"InstanceType\": \"ml.c4.xlarge\",\n",
217217
" \"VolumeSizeInGB\": 50\n",
218218
" },\n",
219219
" \"TrainingJobName\": job_name,\n",

sagemaker-python-sdk/mxnet_gluon_sentiment/mxnet_sentiment_analysis_with_gluon.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@
110110
"m = MXNet('sentiment.py',\n",
111111
" role=role,\n",
112112
" train_instance_count=1,\n",
113-
" train_instance_type='ml.c4.2xlarge',\n",
113+
" train_instance_type='ml.c4.xlarge',\n",
114114
" framework_version='1.3.0',\n",
115115
" py_version='py2',\n",
116116
" distributions={'parameter_server': {'enabled': True}},\n",

0 commit comments

Comments
 (0)