XJDKC commented on a change in pull request #9: Documentation about computational graph URL: https://github.com/apache/singa-doc/pull/9#discussion_r403483861
########## File path: docs-site/docs/autograd.md ########## @@ -68,6 +68,13 @@ For those operations that require parameters, we package them into a new class, `Layer` manages (stores) the parameters and calls the corresponding `Operation`s to implement the transformation. +### Module Review comment: Like this. [Image classification (MNIST) using Convnets](https://github.com/pytorch/examples/blob/master/mnist/main.py) ---------------------------------------------------------------- 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
