aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/docs_src/programmers_guide/tfdbg-tflearn.md
diff options
context:
space:
mode:
Diffstat (limited to 'tensorflow/docs_src/programmers_guide/tfdbg-tflearn.md')
-rw-r--r--tensorflow/docs_src/programmers_guide/tfdbg-tflearn.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/tensorflow/docs_src/programmers_guide/tfdbg-tflearn.md b/tensorflow/docs_src/programmers_guide/tfdbg-tflearn.md
index 92f24f077a..f39465fb31 100644
--- a/tensorflow/docs_src/programmers_guide/tfdbg-tflearn.md
+++ b/tensorflow/docs_src/programmers_guide/tfdbg-tflearn.md
@@ -106,7 +106,7 @@ hooks = [tf_debug.DumpingDebugHook("/shared/storage/location/tfdbg_dumps_1")]
```
Then this `hook` can be used in the same way as the `LocalCLIDebugHook` examples
-above. As the training and/or evalution of `Estimator` or `Experiment`
+above. As the training and/or evaluation of `Estimator` or `Experiment`
happens, directories of the naming pattern
`/shared/storage/location/tfdbg_dumps_1/run_<epoch_timestamp_microsec>_<uuid>`
will appear. Each directory corresponds to a `Session.run()` call that underlies