File tree 2 files changed +12
-2
lines changed
2 files changed +12
-2
lines changed Original file line number Diff line number Diff line change @@ -143,6 +143,12 @@ 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
+ .. warning::
148
+ This detailed framework profiling feature discontinues support for TensorFlow v2.11
149
+ and later. To use the detailed profiling feature, use previous versions of
150
+ TensorFlow between v2.3.1 and v2.10.0.
151
+
146
152
dataloader_profiling_config (DataloaderProfilingConfig): The configuration for
147
153
dataloader metrics profiling. Configure it using the
148
154
: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,11 @@ 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
+ .. warning::
227
+ This detailed framework profiling feature discontinues support for TensorFlow v2.11
228
+ and later. To use the detailed profiling feature, use previous versions of
229
+ TensorFlow between v2.3.1 and v2.10.0.
230
+
227
231
"""
228
232
assert isinstance (
229
233
profile_default_steps , bool
You can’t perform that action at this time.
0 commit comments