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.md
+5-3Lines changed: 5 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
## Distributed training using Amazon SageMaker Distributed Data Parallel library and debugging using Amazon SageMaker Debugger
2
2
3
-
This repository contains an example for performing distributed training on Amazon SageMaker using SageMaker's Distributed Data Parallel library and debugging using Amazon SageMaker Debugger.
3
+
This repository contains an example for performing distributed training on Amazon SageMaker using SageMaker's Distributed Data Parallel library and debugging using Amazon SageMaker Debugger. The training scripts cover both zero-script-change and with-script-change scenarios for the Debugger.
4
4
5
5
### Overview
6
6
@@ -12,9 +12,11 @@ This example contains a Jupyter Notebook that demonstrates how to use a SageMake
12
12
13
13
This repository contains
14
14
15
-
*[A Jupyter Notebook](https://github.com/aws-samples/amazon-sagemaker-dist-data-parallel-with-debugger/blob/main/notebooks/tf2_fashion_mnist_custom_smd_debugger.ipynb) to get started
15
+
*[A Jupyter Notebook](https://github.com/aws-samples/amazon-sagemaker-dist-data-parallel-with-debugger/blob/main/notebooks/tf2_fashion_mnist_custom_sdp_debugger.ipynb) to get started
16
16
17
-
*[A training script in Python](https://github.com/aws-samples/amazon-sagemaker-dist-data-parallel-with-debugger/blob/main/notebooks/scripts/train_tf2_fashion_mnist_custom_smd.py) that is passed to the training job
17
+
*[A training script in Python for zero-script-change scenario](https://github.com/aws-samples/amazon-sagemaker-dist-data-parallel-with-debugger/blob/main/notebooks/scripts/train_tf2_fashion_mnist_custom_sdp.py) that is passed to the training job
18
+
19
+
*[A training script in Python for with-script-change scenario](https://github.com/aws-samples/amazon-sagemaker-dist-data-parallel-with-debugger/blob/main/notebooks/scripts/train_tf2_fashion_mnist_custom_sdp_debugger.py) that is passed to the training job
0 commit comments