nudles commented on a change in pull request #7: add autograd doc
URL: https://github.com/apache/singa-doc/pull/7#discussion_r402965156
##########
File path: docs-site/docs/autograd.md
##########
@@ -148,3 +148,863 @@ for epoch in range(epochs):
for p, gp in autograd.backward(loss): # auto backward
sgd.update(p, gp)
```
+
+### Supported Operations
Review comment:
if the descriptions of the operations are already included in the docString,
then there is no need to list them here.
Otherwise, we have to maintain both the docString and this file when there
is a change to any API.
----------------------------------------------------------------
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