Skip to content

Commit 30f4f24

Browse files
authored
Update using_tf.rst
1 parent cc63778 commit 30f4f24

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

doc/frameworks/tensorflow/using_tf.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -197,12 +197,12 @@ The following args are not permitted when using Script Mode:
197197
Where the S3 url is a path to your training data within Amazon S3.
198198
The constructor keyword arguments define how SageMaker runs your training script.
199199

200-
Create an Estimator using Docker containers
201-
-------------------------------------------
200+
Specify a Docker image using an Estimator
201+
-----------------------------------------
202202

203-
You can also create an Estimator using Docker containers by specifying the ECR URI for the Python and framework version directly. For a full list of available container URIs, see `Available Deep Learning Containers Images <https://github.com/aws/deep-learning-containers/blob/master/available_images.md>`__ For more information on using Docker containers, see `Use Your Own Algorithms or Models with Amazon SageMaker <https://docs.aws.amazon.com/sagemaker/latest/dg/your-algorithms.html>`__.
203+
You can also specify a Docker image when creating an Estimator by specifying the ECR URI for the Python and framework version directly. For a full list of available container URIs, see `Available Deep Learning Containers Images <https://github.com/aws/deep-learning-containers/blob/master/available_images.md>`__ For more information on using Docker containers, see `Use Your Own Algorithms or Models with Amazon SageMaker <https://docs.aws.amazon.com/sagemaker/latest/dg/your-algorithms.html>`__.
204204

205-
When creating an Estimator using a container, you must use the ``image_name=''`` arg to replace both of the following args:
205+
When specifying the image, you must use the ``image_name=''`` arg to replace both of the following args:
206206

207207
- ``py_version=''``
208208
- ``framework_version=''``

0 commit comments

Comments
 (0)