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
region (str): A string of AWS Region. For example, ``'us-east-1'``.
@@ -89,10 +90,11 @@ def sagemaker(
89
90
90
91
Args:
91
92
base_config (dict): Required. This is the base rule config dictionary returned from the
92
-
``rule_configs`` method. For example, 'rule_configs.dead_relu()'.
93
+
``rule_configs`` method. For example, ``rule_configs.dead_relu()``.
93
94
name (str): Optional. The name of the debugger rule. If one is not provided,
94
95
the name of the base_config will be used.
95
-
container_local_output_path (str): Optional. The local path in the rule processing container.
96
+
container_local_output_path (str): Optional. The local path in the rule processing
97
+
container.
96
98
s3_output_path (str): Optional. The location in S3 to store the output tensors.
97
99
The default Debugger output path is created under the
98
100
default output path of the :class:`~sagemaker.estimator.Estimator` class.
@@ -212,7 +214,9 @@ def custom(
212
214
"""Initialize a ``Rule`` processing job for a *custom* SageMaker Debugging
213
215
Rule. The custom rule analyzes tensors emitted during the training of a model
214
216
and monitors conditions that are critical for the success of a training
215
-
job. For more information, see `Create Debugger Custom Rules for Training Job Analysis <https://docs.aws.amazon.com/sagemaker/latest/dg/debugger-custom-rules.html>`_
217
+
job. For more information, see `Create Debugger Custom Rules for Training Job
0 commit comments