From 69ba4d4162bc777c613f332bcf4ee49e7dd6be8c Mon Sep 17 00:00:00 2001 From: vroomgit Date: Wed, 23 Aug 2023 09:28:55 -0500 Subject: [PATCH] Update README.md Fix broken link in README.md Update broken link at [Using Amazon SageMaker Debugger with Your Own PyTorch Container] to (https://github.com/aws/amazon-sagemaker-examples/blob/main/sagemaker-debugger/pytorch_model_debugging/pytorch_script_change_smdebug.ipynb) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d9cc437ab..b5a1728c7 100644 --- a/README.md +++ b/README.md @@ -204,7 +204,7 @@ model = tf.keras.models.Sequential([ ... ]) ``` To see a full script of this, refer to the [tf_keras_gradienttape.py](https://github.com/awslabs/sagemaker-debugger/blob/master/examples/tensorflow2/scripts/tf_keras_gradienttape.py) example script. -For a notebook example of using BYOC in PyTorch, see [Using Amazon SageMaker Debugger with Your Own PyTorch Container](https://github.com/awslabs/amazon-sagemaker-examples/blob/master/sagemaker-debugger/pytorch_custom_container/pytorch_byoc_smdebug.ipynb) +For a notebook example of using BYOC in PyTorch, see [Using Amazon SageMaker Debugger with Your Own PyTorch Container](https://github.com/aws/amazon-sagemaker-examples/blob/main/sagemaker-debugger/pytorch_model_debugging/pytorch_script_change_smdebug.ipynb) #### Run Debugger locally This example shows how to use Debugger for the Keras `model.fit()` API.