File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -126,10 +126,10 @@ The following are some examples to define estimators with Git support:
126
126
# In this example, the entry point 'mnist.py' is all we need for source code.
127
127
# We need to specify the path to it in the Git repo.
128
128
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' )
133
133
134
134
# In this example, besides entry point and other source code in source directory, we still need some
135
135
# dependencies for the training job. Dependencies should also be paths inside the Git repo.
You can’t perform that action at this time.
0 commit comments