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/amazon_sagemaker_debugger.rst
+6
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,12 @@ Amazon SageMaker Debugger
4
4
#########################
5
5
6
6
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
+
7
13
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.
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.
73
+
74
+
* SageMaker Python SDK <= v2.130.0
75
+
* PyTorch >= v1.6.0, < v2.0
76
+
* TensorFlow >= v2.3.1, < v2.11
77
+
78
+
With the deprecation, SageMaker Debugger discontinues support for the APIs below this note.
79
+
80
+
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>`_.
0 commit comments