Skip to content

Commit 603c9c1

Browse files
committed
update sm debugger doc
1 parent 3a90ccf commit 603c9c1

File tree

2 files changed

+18
-0
lines changed

2 files changed

+18
-0
lines changed

doc/amazon_sagemaker_debugger.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ Amazon SageMaker Debugger
44
#########################
55

66

7+
.. warning::
8+
9+
This page is no longer supported for maintenence. The live documentation is at `Debug and Profile Training Jobs Using Amazon SageMaker Debugger <https://docs.aws.amazon.com/sagemaker/latest/dg/train-debugger.html>`_
10+
and `Debugger API <https://sagemaker.readthedocs.io/en/stable/api/training/debugger.html>`_.
11+
12+
713
Amazon SageMaker Debugger allows you to detect anomalies while training your machine learning model by emitting relevant data during training, storing the data and then analyzing it.
814

915
.. contents::

doc/api/training/debugger.rst

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,18 @@ into your training job.
5555

5656
.. autoclass:: ProfilerConfig
5757
:show-inheritance:
58+
59+
.. warning::
60+
61+
SageMaker Debugger deprecates the framework profiling feature starting from TensorFlow 2.11 and PyTorch 2.0. You can still use the feature in the previous versions of the frameworks and SDKs as follows.
62+
63+
* SageMaker Python SDK <= v2.130.0
64+
* PyTorch >= v1.6.0, < v2.0
65+
* TensorFlow >= v2.3.1, < v2.11
66+
67+
With the deprecation, SageMaker Debugger discontinues support for the APIs below this note.
68+
69+
See also `Amazon SageMaker Debugger Release Notes: March 16, 2023 <https://docs.aws.amazon.com/sagemaker/latest/dg/debugger-release-notes.html#debugger-release-notes-20230315>`_.
5870

5971
.. autoclass:: FrameworkProfile
6072
:show-inheritance:

0 commit comments

Comments
 (0)