pinpom commented on a change in pull request #485: SINGA -475 add Sub operator 
implementation to singa
URL: https://github.com/apache/incubator-singa/pull/485#discussion_r311837158
 
 

 ##########
 File path: python/singa/autograd.py
 ##########
 @@ -1828,3 +1828,21 @@ def backward(self, dy):
 
 def leakyrelu(x, a=0.01):
     return LeakyRelu(a)(x)[0]
+
+
+class Sub(Operation):
+    def __init__(self):
+        super(Sub, self)._init_()    
 
 Review comment:
   fix 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