nudles commented on a change in pull request #7: add autograd doc
URL: https://github.com/apache/singa-doc/pull/7#discussion_r400203424
 
 

 ##########
 File path: docs-site/docs/autograd.md
 ##########
 @@ -148,3 +148,978 @@ for epoch in range(epochs):
         for p, gp in autograd.backward(loss):  # auto backward
             sgd.update(p, gp)
 ```
+
+### Supported operators
+
+#### mean
+
+Init a element-wise Mean operator.
+
+##### Input
 
 Review comment:
   remove '####'?
   when I view this file on github, the `mean` and `Input` are of the same 
size. Not easy to read.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to