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

!515 Modify Asynchronous Data Dump doc

Merge pull request !515 from caifubi/r0.6
...@@ -250,7 +250,7 @@ When the training result deviates from the expectation on Ascend, the input and ...@@ -250,7 +250,7 @@ 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 iterationi will be dumped. > - 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 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.
5. Set environment variables. 5. Set environment variables.
......
...@@ -252,8 +252,8 @@ val:[[1 1] ...@@ -252,8 +252,8 @@ val:[[1 1]
} }
``` ```
> - 非数据下沉模式下,iteration需要设置成0,并且会Dump出每个epoch的数据。 > - 非数据下沉模式下,iteration需要设置成0,并且会Dump出每个iteration的数据。
> - 数据下沉模式iteration需要增加1。例如iteration-0会Dump出GetNext算子的数据,而iteration-1才会去Dump真正的计算图的数据。 > - 数据下沉模式iteration需要增加1。例如json中"iteration":0会Dump出GetNext算子的数据,而"iteration":1才会去Dump真正的计算图的第0个iteration数据。
5. 设置数据Dump的环境变量。 5. 设置数据Dump的环境变量。
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册