Skip to content

Commit 2af9b24

Browse files
author
Yue Tu
committed
slight change to overview.rst
1 parent c1bae10 commit 2af9b24

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

doc/overview.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -126,10 +126,10 @@ The following are some examples to define estimators with Git support:
126126
# In this example, the entry point 'mnist.py' is all we need for source code.
127127
# We need to specify the path to it in the Git repo.
128128
mx_estimator = MXNet(entry_point='mxnet/mnist.py',
129-
role='SageMakerRole',
130-
git_config=git_config,
131-
train_instance_count=1,
132-
train_instance_type='ml.c4.xlarge')
129+
role='SageMakerRole',
130+
git_config=git_config,
131+
train_instance_count=1,
132+
train_instance_type='ml.c4.xlarge')
133133
134134
# In this example, besides entry point and other source code in source directory, we still need some
135135
# dependencies for the training job. Dependencies should also be paths inside the Git repo.

0 commit comments

Comments
 (0)