nudles commented on a change in pull request #9: Documentation about
computational graph
URL: https://github.com/apache/singa-doc/pull/9#discussion_r402343723
##########
File path: docs-site/docs/autograd.md
##########
@@ -189,3 +193,67 @@ for epoch in range(epochs):
for p, gp in autograd.backward(loss): # auto backward
sgd.update(p, gp)
```
+
+### Operation + Module
+
+The following
[example](https://github.com/apache/singa/blob/master/examples/autograd/cnn_module.py)
implements a CNN model using the Module provided by the module.
Review comment:
using the Module 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