aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/learn/python/learn/experiment.py
diff options
context:
space:
mode:
Diffstat (limited to 'tensorflow/contrib/learn/python/learn/experiment.py')
-rw-r--r--tensorflow/contrib/learn/python/learn/experiment.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tensorflow/contrib/learn/python/learn/experiment.py b/tensorflow/contrib/learn/python/learn/experiment.py
index d82bc321e7..c60ecac5df 100644
--- a/tensorflow/contrib/learn/python/learn/experiment.py
+++ b/tensorflow/contrib/learn/python/learn/experiment.py
@@ -53,7 +53,7 @@ class Experiment(object):
"""
# TODO(ispir): remove delay_workers_by_global_step and make global step based
- # waiting as only behaviour.
+ # waiting as only behavior.
@deprecated_args(
"2016-10-23",
"local_eval_frequency is deprecated as local_run will be renamed to "
@@ -550,7 +550,7 @@ class Experiment(object):
eval_result = None
# Set the default value for train_steps_per_iteration, which will be
- # overriden by other settings.
+ # overridden by other settings.
train_steps_per_iteration = 1000
if self._train_steps_per_iteration is not None:
train_steps_per_iteration = self._train_steps_per_iteration