Adds a TODO for export strategy in run_locally.

PiperOrigin-RevId: 169921632
This commit is contained in:
Jianwei Xie 2017-09-25 10:02:28 -07:00 committed by TensorFlower Gardener
parent 6e1c9ce409
commit dbaf176e1f

View File

@ -300,6 +300,9 @@ class _TrainingExecutor(object):
steps=self._eval_spec.steps,
hooks=self._eval_spec.hooks,
name=self._eval_spec.name)
# TODO(b/65169058): Adds export once export strategies are moved.
if _should_stop_local_train(metrics[ops.GraphKeys.GLOBAL_STEP]):
break