Commit c061dace authored by A. Unique TensorFlower's avatar A. Unique TensorFlower
Browse files

Internal change

PiperOrigin-RevId: 341713387
parent e307115b
...@@ -272,9 +272,9 @@ class Controller: ...@@ -272,9 +272,9 @@ class Controller:
return eval_output return eval_output
def train_and_evaluate(self, def train_and_evaluate(self,
train_steps: int = None, train_steps: int,
eval_steps: int = -1, eval_steps: int = -1,
eval_interval: int = None): eval_interval: Optional[int] = None) -> None:
"""Runs interleaved training and evaluation. """Runs interleaved training and evaluation.
This method interleaves calls to `self.train()` and `self.evaluate()`, This method interleaves calls to `self.train()` and `self.evaluate()`,
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment