chrishkchris edited a comment on issue #468: Distributted module
URL: https://github.com/apache/incubator-singa/pull/468#issuecomment-527812086
 
 
   I have combined all the commits into two commits. Meanwhile, I found that 
the resnet.py is not compatible with the master branch modified "Add" function 
with broadcasting. Get the error (    assert(len(self.shape0) <= 2 and 
len(self.shape1) <= 2),"up till now, the dimensions of tensor a and b should 
less than 3"
   AssertionError: up till now, the dimensions of tensor a and b should less 
than 3)
   
   Since in resnet we used out = autograd.add(out, residual), the input to the 
add function should have a dimension more than 2, the assert function should 
return always false

----------------------------------------------------------------
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