You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@singa.apache.org by GitBox <gi...@apache.org> on 2020/03/30 13:49:04 UTC

[GitHub] [singa-doc] nudles commented on a change in pull request #7: add autograd doc

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

 ##########
 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
 
 Review comment:
   Copy the comments as the docString for each operator in the python file?
   Then we can generate the html for the APIs automatically using Sphinx.

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services