提交 bd753463 编写于 作者: M mindspore-ci-bot 提交者: Gitee

!531 Modify Asynchronous Data Dump doc

Merge pull request !531 from caifubi/r0.6
......@@ -250,8 +250,8 @@ When the training result deviates from the expectation on Ascend, the input and
}
```
> - Iteration should be set to 0 in non data sink mode and data of every iteration will be dumped.
> - Iteration should increase by 1 in data sink mode. For example, data of GetNext will be dumped in iteration 0 and data of compute graph will be dumped in iteration 1.
> - Iteration should be set to 0 when `dataset_sink_mode` is False and data of every iteration will be dumped.
> - Iteration should increase by 1 when `dataset_sink_mode` is True. For example, data of GetNext will be dumped in iteration 0 and data of compute graph will be dumped in iteration 1.
5. Set environment variables.
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册