Skip to content

Commit 72b2f71

Browse files
committed
fix typo
1 parent 43c1349 commit 72b2f71

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/sagemaker/debugger.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ def sagemaker(
9494
name (str): Optional. The name of the debugger rule. If one is not provided,
9595
the name of the base_config will be used.
9696
container_local_output_path (str): Optional. The local path in the rule processing
97-
container.
97+
container.
9898
s3_output_path (str): Optional. The location in S3 to store the output tensors.
9999
The default Debugger output path is created under the
100100
default output path of the :class:`~sagemaker.estimator.Estimator` class.
@@ -494,7 +494,7 @@ def __init__(self, name, parameters=None):
494494
| | |
495495
|``eval.save_interval`` | in TRAIN, EVAL, PREDICT, and GLOBAL modes. |
496496
| | |
497-
|``predict.save_interval`` | The default is 500 steps. |
497+
|``predict.save_interval`` | The default value is 500 steps. |
498498
| | |
499499
|``global.save_interval`` | |
500500
+--------------------------+---------------------------------------------------------+

0 commit comments

Comments
 (0)