Skip to content

Commit 59ce83f

Browse files
committed
Update instance type form c4.2xlarge to c4.xlarge due to capacity issue
1 parent fa2664f commit 59ce83f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)