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

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

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

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

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

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