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: doc/using_tf.rst
+2-2
Original file line number
Diff line number
Diff line change
@@ -91,7 +91,7 @@ is good practice.
91
91
Note that SageMaker doesn't support argparse actions.
92
92
For example, if you want to use a boolean hyperparameter, specify ``type`` as ``bool`` in your script and provide an explicit ``True`` or ``False`` value for this hyperparameter when you create the TensorFlow estimator.
93
93
94
-
For a complete example of a TensorFlow training script, see `mnist.py <https://github.com/awslabs/amazon-sagemaker-examples/blob/master/sagemaker-python-sdk/tensorflow_distributed_mnist/mnist.py>`__.
94
+
For a complete example of a TensorFlow training script, see `mnist.py <https://github.com/awslabs/amazon-sagemaker-examples/blob/master/sagemaker-python-sdk/tensorflow_script_mode_training_and_serving/mnist.py>`__.
95
95
96
96
97
97
Adapting your local TensorFlow script
@@ -360,7 +360,7 @@ Training with MKL-DNN disabled
360
360
SageMaker TensorFlow CPU images use TensorFlow built with Intel® MKL-DNN optimization.
361
361
362
362
In certain cases you might be able to get a better performance by disabling this optimization
363
-
(`for example when using small models<https://github.com/awslabs/amazon-sagemaker-examples/blob/d88d1c19861fb7733941969f5a68821d9da2982e/sagemaker-python-sdk/tensorflow_iris_dnn_classifier_using_estimators/iris_dnn_classifier.py#L7-L9>`_)
363
+
(for example when using small models).
364
364
365
365
You can disable MKL-DNN optimization for TensorFlow ``1.8.0`` and above by setting two following environment variables:
0 commit comments