提交 25063430 编写于 作者: C caifubi

Modify Asynchronous Data Dump doc

上级 16fd69de
......@@ -246,7 +246,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.
5. Set environment variables.
......
......@@ -246,8 +246,8 @@ val:[[1 1]
}
```
> - 非数据下沉模式下,iteration需要设置成0,并且会Dump出每个epoch的数据。
> - 数据下沉模式iteration需要增加1。例如iteration-0会Dump出GetNext算子的数据,而iteration-1才会去Dump真正的计算图的数据。
> - 非数据下沉模式下,iteration需要设置成0,并且会Dump出每个iteration的数据。
> - 数据下沉模式iteration需要增加1。例如json中"iteration":0会Dump出GetNext算子的数据,而"iteration":1才会去Dump真正的计算图的第0个iteration数据。
5. 设置数据Dump的环境变量。
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册