提交 91ce693c 编写于 作者: A A. Unique TensorFlower

Internal change

PiperOrigin-RevId: 341713387
上级 b2dc8ef4
......@@ -272,9 +272,9 @@ class Controller:
return eval_output
def train_and_evaluate(self,
train_steps: int = None,
train_steps: int,
eval_steps: int = -1,
eval_interval: int = None):
eval_interval: Optional[int] = None) -> None:
"""Runs interleaved training and evaluation.
This method interleaves calls to `self.train()` and `self.evaluate()`,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册