File tree 2 files changed +14
-2
lines changed
2 files changed +14
-2
lines changed Original file line number Diff line number Diff line change @@ -143,6 +143,13 @@ def __init__(
143
143
profiling. Configure it using the
144
144
:class:`~sagemaker.debugger.metrics_config.DetailedProfilingConfig` class.
145
145
Pass ``DetailedProfilingConfig()`` to use the default configuration.
146
+
147
+ .. deprecated::
148
+
149
+ This detailed framework profiling feature discontinues support for TensorFlow v2.11
150
+ and later. To use the detailed profiling feature, use previous versions of
151
+ TensorFlow between v2.3.1 and v2.10.0.
152
+
146
153
dataloader_profiling_config (DataloaderProfilingConfig): The configuration for
147
154
dataloader metrics profiling. Configure it using the
148
155
:class:`~sagemaker.debugger.metrics_config.DataloaderProfilingConfig` class.
Original file line number Diff line number Diff line change @@ -203,8 +203,7 @@ def __init__(
203
203
):
204
204
"""Specify target steps or a target duration to profile.
205
205
206
- By default, it profiles step 5
207
- of training.
206
+ By default, it profiles step 5 of the training job.
208
207
209
208
If **profile_default_steps** is set to `True` and none of the other
210
209
range parameters is specified,
@@ -224,6 +223,12 @@ def __init__(
224
223
if one of the two pairs is used. If both pairs are specified, a
225
224
conflict error occurs.
226
225
226
+ .. deprecated::
227
+
228
+ This detailed framework profiling feature discontinues support for TensorFlow v2.11
229
+ and later. To use the detailed profiling feature, use previous versions of
230
+ TensorFlow between v2.3.1 and v2.10.0.
231
+
227
232
"""
228
233
assert isinstance (
229
234
profile_default_steps , bool
You can’t perform that action at this time.
0 commit comments