File tree Expand file tree Collapse file tree 2 files changed +6
-8
lines changed Expand file tree Collapse file tree 2 files changed +6
-8
lines changed Original file line number Diff line number Diff line change @@ -144,10 +144,9 @@ def __init__(
144
144
:class:`~sagemaker.debugger.metrics_config.DetailedProfilingConfig` class.
145
145
Pass ``DetailedProfilingConfig()`` to use the default configuration.
146
146
147
- .. warning::
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
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
151
150
TensorFlow between v2.3.1 and v2.10.0.
152
151
153
152
dataloader_profiling_config (DataloaderProfilingConfig): The configuration for
Original file line number Diff line number Diff line change @@ -223,10 +223,9 @@ def __init__(
223
223
if one of the two pairs is used. If both pairs are specified, a
224
224
conflict error occurs.
225
225
226
- .. warning::
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
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
230
229
TensorFlow between v2.3.1 and v2.10.0.
231
230
232
231
"""
You can’t perform that action at this time.
0 commit comments