[GitHub] [incubator-singa] joddiy commented on a change in pull request #480: SINGA-474 ELU operator

2019-08-01 Thread GitBox
joddiy commented on a change in pull request #480: SINGA-474 ELU operator URL: https://github.com/apache/incubator-singa/pull/480#discussion_r309704143 ## File path: test/python/test_operation.py ## @@ -322,6 +336,34 @@ def test_LeakyRelu(self):

[GitHub] [incubator-singa] joddiy commented on a change in pull request #480: SINGA-474 ELU operator

2019-08-01 Thread GitBox
joddiy commented on a change in pull request #480: SINGA-474 ELU operator URL: https://github.com/apache/incubator-singa/pull/480#discussion_r309766405 ## File path: python/singa/autograd.py ## @@ -358,6 +358,48 @@ def relu(x): return ReLU()(x)[0] +class

[GitHub] [incubator-singa] joddiy commented on a change in pull request #480: SINGA-474 ELU operator

2019-08-01 Thread GitBox
joddiy commented on a change in pull request #480: SINGA-474 ELU operator URL: https://github.com/apache/incubator-singa/pull/480#discussion_r309766714 ## File path: python/singa/autograd.py ## @@ -358,6 +358,48 @@ def relu(x): return ReLU()(x)[0] +class

[GitHub] [incubator-singa] joddiy commented on a change in pull request #480: SINGA-474 ELU operator

2019-08-01 Thread GitBox
joddiy commented on a change in pull request #480: SINGA-474 ELU operator URL: https://github.com/apache/incubator-singa/pull/480#discussion_r309687031 ## File path: python/singa/autograd.py ## @@ -358,6 +358,48 @@ def relu(x): return ReLU()(x)[0] +class

[GitHub] [incubator-singa] joddiy commented on a change in pull request #480: SINGA-474 ELU operator

2019-08-01 Thread GitBox
joddiy commented on a change in pull request #480: SINGA-474 ELU operator URL: https://github.com/apache/incubator-singa/pull/480#discussion_r309702428 ## File path: python/singa/autograd.py ## @@ -358,6 +358,48 @@ def relu(x): return ReLU()(x)[0] +class

[GitHub] [incubator-singa] joddiy commented on a change in pull request #480: SINGA-474 ELU operator

2019-08-01 Thread GitBox
joddiy commented on a change in pull request #480: SINGA-474 ELU operator URL: https://github.com/apache/incubator-singa/pull/480#discussion_r309687031 ## File path: python/singa/autograd.py ## @@ -358,6 +358,48 @@ def relu(x): return ReLU()(x)[0] +class

[GitHub] [incubator-singa] joddiy commented on a change in pull request #480: SINGA-474 ELU operator

2019-08-01 Thread GitBox
joddiy commented on a change in pull request #480: SINGA-474 ELU operator URL: https://github.com/apache/incubator-singa/pull/480#discussion_r309704143 ## File path: test/python/test_operation.py ## @@ -322,6 +336,34 @@ def test_LeakyRelu(self):

[GitHub] [incubator-singa] joddiy commented on a change in pull request #480: SINGA-474 ELU operator

2019-08-01 Thread GitBox
joddiy commented on a change in pull request #480: SINGA-474 ELU operator URL: https://github.com/apache/incubator-singa/pull/480#discussion_r309702428 ## File path: python/singa/autograd.py ## @@ -358,6 +358,48 @@ def relu(x): return ReLU()(x)[0] +class