We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15c8f3a commit 6cbf3d7Copy full SHA for 6cbf3d7
doc/frameworks/tensorflow/using_tf.rst
@@ -217,7 +217,7 @@ The following example uses the ``image_name=''`` arg to specify the container im
217
train_instance_count=1,
218
train_instance_type='ml.p2.xlarge',
219
image_name='763104351884.dkr.ecr.<region>.amazonaws.com/<framework>-<job type>:<framework version>-<cpu/gpu>-<python version>-ubuntu18.04',
220
- script_mode=True)
+ script_mode=True)
221
222
For more information about the sagemaker.tensorflow.TensorFlow estimator, see `SageMaker TensorFlow Classes`_.
223
0 commit comments