chrishkchris commented on issue #468: Distributted module URL: https://github.com/apache/incubator-singa/pull/468#issuecomment-528186487 Therefore, I suggest we may change the input shape assertion of the ADD function in this way: if the input shapes of the two operands are The the same, it also passes: ```python assert( (len(self.shape0) <= 2 and len(self.shape1) <= 2) or (len(self.shape0) == len(self.shape1)) )
---------------------------------------------------------------- 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