提交 929ac630 编写于 作者: A A. Unique TensorFlower

No public description

PiperOrigin-RevId: 555088533
上级 d055a05e
......@@ -367,7 +367,10 @@ class Trainer(_AsyncTrainer):
This method provides a way to control how to fetch the next model input, and
what data to send to the model.
This function runs in eager mode.
Note: This function runs on the host side when accelerators are used.
Note: Depending on the training setup this may or may not run in eager mode.
In most cases it will be run in graph mode.
Args:
iterator: Dataset iterator to generate the next inputs from.
......@@ -414,7 +417,10 @@ class Trainer(_AsyncTrainer):
processed later in `aggregate_logs`. This is useful for sending extra logs
downstream that are not compatible with the accelerators.
This function runs in eager mode.
Note: This function runs on the host side when accelerators are used.
Note: Depending on the training setup this may or may not run in eager mode.
In most cases it will be run in graph mode.
Args:
iterator: Dataset iterator to generate the next inputs from.
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册