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/api/training/sdp_versions/latest/smd_data_parallel_tensorflow.rst
+7-4
Original file line number
Diff line number
Diff line change
@@ -16,8 +16,9 @@ The following steps show you how to convert a TensorFlow 2.x training
16
16
script to utilize the distributed data parallel library.
17
17
18
18
The distributed data parallel library APIs are designed to be close to Horovod APIs.
19
-
See `SageMaker distributed data parallel TensorFlow examples <https://sagemaker-examples.readthedocs.io/en/latest/training/distributed_training/index.html#tensorflow-distributed>`__ for additional details on how to implement the data parallel library
20
-
API offered for TensorFlow.
19
+
See `SageMaker distributed data parallel TensorFlow examples
0 commit comments