This is an automated email from the ASF dual-hosted git repository.

jxie pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git


The following commit(s) were added to refs/heads/master by this push:
     new dd278f3  Tweak a markdown list in note_engine.md (#8533)
dd278f3 is described below

commit dd278f3fbbf7d1763a56ecbb5ae8caae09900045
Author: Brad Bowman <git...@bereft.net>
AuthorDate: Fri Nov 3 22:57:24 2017 +0100

    Tweak a markdown list in note_engine.md (#8533)
---
 docs/architecture/note_engine.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/architecture/note_engine.md b/docs/architecture/note_engine.md
index dc0b84a..237d8d6 100644
--- a/docs/architecture/note_engine.md
+++ b/docs/architecture/note_engine.md
@@ -274,7 +274,7 @@ most existing code can be scheduled by the dependency 
engine in two steps:
 
 
 1. Allocate the variable tags associated with resources like memory blob, 
PRNGS.
-       - Call `push` with the execution function as the original code to 
execute, and put the variable tags of
+2. Call `push` with the execution function as the original code to execute, 
and put the variable tags of
   corresponding resources correctly in `read_vars` and `mutate_vars`.
 
 ## Implementing the Generic Dependency Engine

-- 
To stop receiving notification emails like this one, please contact
['"comm...@mxnet.apache.org" <comm...@mxnet.apache.org>'].

Reply via email to