Skip to content

Commit 665c30f

Browse files
mvsuspChoiByungWook
authored andcommitted
Update README.rst (#398)
1 parent 1deb96a commit 665c30f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.rst

+2
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,7 @@ Here is an end to end example of how to use a SageMaker Estimator:
152152
153153
# Configure an MXNet Estimator (no training happens yet)
154154
mxnet_estimator = MXNet('train.py',
155+
role="SageMakerRole",
155156
train_instance_type='ml.p2.xlarge',
156157
train_instance_count = 1)
157158
@@ -181,6 +182,7 @@ We can take the example in `Using Estimators <#using-estimators>`__ , and use e
181182
182183
# Configure an MXNet Estimator (no training happens yet)
183184
mxnet_estimator = MXNet('train.py',
185+
role="SageMakerRole",
184186
train_instance_type='local',
185187
train_instance_count=1)
186188

0 commit comments

Comments
 (0)