dcslin commented on issue #707:
URL: https://github.com/apache/singa/issues/707#issuecomment-645873692


   Yes We should add input shape check all necessary operators in autograd.py
   for example, we should raise exception if input shapes are different:
   ```
   autograd.softmax_cross_entropy(tx, ty)
   autograd.mse_loss(tx, ty)
   autograd.equal(tx,ty)
   ```


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


Reply via email to