[GitHub] [incubator-singa] joddiy commented on a change in pull request #484: SINGA -475 add Div operator implementation to singa

2019-08-05 Thread GitBox
joddiy commented on a change in pull request #484: SINGA -475 add Div operator implementation to singa URL: https://github.com/apache/incubator-singa/pull/484#discussion_r310486283 ## File path: test/python/test_operation.py ## @@ -34,6 +34,35 @@ singa.Gaussian(0.0, 1.0,

[GitHub] [incubator-singa] joddiy commented on a change in pull request #484: SINGA -475 add Div operator implementation to singa

2019-08-05 Thread GitBox
joddiy commented on a change in pull request #484: SINGA -475 add Div operator implementation to singa URL: https://github.com/apache/incubator-singa/pull/484#discussion_r310468922 ## File path: python/singa/autograd.py ## @@ -1797,7 +1797,15 @@ def forward(self, a, b):

[GitHub] [incubator-singa] joddiy commented on a change in pull request #484: SINGA -475 add Div operator implementation to singa

2019-08-01 Thread GitBox
joddiy commented on a change in pull request #484: SINGA -475 add Div operator implementation to singa URL: https://github.com/apache/incubator-singa/pull/484#discussion_r309663843 ## File path: test/python/test_operation.py ## @@ -322,6 +322,21 @@ def

[GitHub] [incubator-singa] joddiy commented on a change in pull request #484: SINGA -475 add Div operator implementation to singa

2019-08-01 Thread GitBox
joddiy commented on a change in pull request #484: SINGA -475 add Div operator implementation to singa URL: https://github.com/apache/incubator-singa/pull/484#discussion_r309663270 ## File path: python/singa/autograd.py ## @@ -1787,6 +1787,22 @@ def abs(a): return