ShichengChen commented on a change in pull request #505: SINGA-474 sum operator
URL: https://github.com/apache/incubator-singa/pull/505#discussion_r313891578
 
 

 ##########
 File path: python/singa/autograd.py
 ##########
 @@ -440,6 +440,21 @@ def add_bias(x, b, axis=0):
     return AddBias(axis)(x, b)[0]
 
 
+class Sum(Operation):
+    def __init__(self):
 
 Review comment:
   yes, I just changed the code

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


With regards,
Apache Git Services

Reply via email to