You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.rst
+3-3
Original file line number
Diff line number
Diff line change
@@ -56,7 +56,7 @@ SageMaker Python SDK is tested on: \* Python 2.7 \* Python 3.5
56
56
57
57
Licensing
58
58
~~~~~~~~~
59
-
SageMaker Python SDK is licensed under the Apache 2.0 License. It is copyright 2018 Amazon.com, Inc. or its affiliates. All Rights Reserved. The license is available at:
59
+
SageMaker Python SDK is licensed under the Apache 2.0 License. It is copyright 2018 Amazon.com, Inc. or its affiliates. All Rights Reserved. The license is available at:
60
60
http://aws.amazon.com/apache2.0/
61
61
62
62
Running tests
@@ -148,7 +148,7 @@ Local Mode
148
148
~~~~~~~~~~
149
149
150
150
The SageMaker Python SDK now supports local mode, which allows you to create TensorFlow, MXNet and BYO estimators and
151
-
deploy to your local environment.This is a great way to test your deep learning script before running in
151
+
deploy to your local environment.This is a great way to test your deep learning script before running in
152
152
SageMaker's managed training or hosting environments.
153
153
154
154
We can take the example in `Estimator Usage <#estimator-usage>`__ , and use either ``local`` or ``local_gpu`` as the
@@ -188,7 +188,7 @@ A few important notes:
188
188
189
189
- Only one local mode endpoint can be running at a time
190
190
- If you are using s3 data as input, it will be pulled from S3 to your local environment, please ensure you have sufficient space.
191
-
- If you run into problems, this is often due to different docker containers conflicting. Killing these containers and re-running often solves your problems.
191
+
- If you run into problems, this is often due to different docker containers conflicting. Killing these containers and re-running often solves your problems.
192
192
- Local Mode requires docker-compose and `nvidia-docker2 <https://github.com/NVIDIA/nvidia-docker>`__ for ``local_gpu``.
193
193
- Distributed training is not yet supported for ``local_gpu``.
0 commit comments