Skip to content

Commit cb6fc58

Browse files
imsheridanandrewharp
authored andcommitted
Fix minor typos for programer guide documents (#17486)
* Fix minor typo fix for proggramer guide doccuments * revert typo in dataset.md * revert wrong typo fix * revert wrong typo fix
1 parent 064403a commit cb6fc58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

get_started/custom_estimators.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -546,7 +546,7 @@ In brief, here's what the three graphs tell you:
546546

547547
* accuracy: The accuracy is recorded by the following two lines:
548548

549-
* `eval_metric_ops={'my_accuracy': accuracy})`, during evaluation.
549+
* `eval_metric_ops={'my_accuracy': accuracy}`, during evaluation.
550550
* `tf.summary.scalar('accuracy', accuracy[1])`, during training.
551551

552552
These tensorboard graphs are one of the main reasons it's important to pass a

0 commit comments

Comments
 (0)