Skip to content

Commit 610e87a

Browse files
jarednielsenVikas-kum
authored andcommitted
Typo fix (aws#120)
1 parent 6411f91 commit 610e87a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/analysis.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -418,7 +418,7 @@ trial.tensor(name).prev_steps(step, n, mode=modes.GLOBAL)
418418
Rules are the medium by which SageMaker Debugger executes a certain piece of code regularly on different steps of the jobs. A rule is assigned to a trial and can be invoked at each new step of the trial. It can also access other trials for its execution. You can evaluate a rule using tensors from the current step or any step before the current step. Please ensure your logic respects these semantics, else you will get a `TensorUnavailableForStep` exception as the data would not yet be available for future steps.
419419

420420
### Built In Rules
421-
Please refer to the built-in rules that SageMaker provides here. (#todo add link)
421+
Please refer to the built-in rules that SageMaker provides [here](https://github.com/awslabs/sagemaker-debugger/blob/master/docs/sagemaker.md#built-in-rules).
422422

423423
### Writing a custom rule
424424
Writing a rule involves implementing the [Rule interface](../../smdebug/rules/rule.py). Below let us look at a simplified version of a VanishingGradient rule.

0 commit comments

Comments
 (0)