[GitHub] [incubator-singa] nudles commented on a change in pull request #492: Make singa use multiple memory pools

2019-08-01 Thread GitBox
nudles commented on a change in pull request #492: Make singa use multiple memory pools URL: https://github.com/apache/incubator-singa/pull/492#discussion_r309955217 ## File path: src/core/memory/memory.cc ## @@ -39,12 +39,10 @@ CnMemPool::CnMemPool(int numDevices, size_t

[GitHub] [incubator-singa] nudles commented on a change in pull request #492: Make singa use multiple memory pools

2019-08-01 Thread GitBox
nudles commented on a change in pull request #492: Make singa use multiple memory pools URL: https://github.com/apache/incubator-singa/pull/492#discussion_r309954230 ## File path: src/core/device/platform.cc ## @@ -120,6 +121,26 @@ Platform::CreateCudaGPUs(const size_t

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

2019-08-01 Thread GitBox
joddiy commented on a change in pull request #489: SINGA-474 selu operator URL: https://github.com/apache/incubator-singa/pull/489#discussion_r309771204 ## File path: python/singa/autograd.py ## @@ -357,6 +357,52 @@ def backward(self, dy): def relu(x): return

[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] chrishkchris commented on a change in pull request #468: Distributted module

2019-08-01 Thread GitBox
chrishkchris commented on a change in pull request #468: Distributted module URL: https://github.com/apache/incubator-singa/pull/468#discussion_r309709702 ## File path: src/api/config.i ## @@ -0,0 +1,33 @@ +// Licensed to the Apache Software Foundation (ASF) under one +//

[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

[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

Re: New services for SINGA (Mentors help needed)

2019-08-01 Thread Moaz Reyad
The notebooks were not in the SVN. They are in singa github: https://github.com/apache/incubator-singa/tree/master/doc/en/docs/notebook Sphinx generates the website pages which contain links to the URLs in the above folder. Regards, Moaz On Thu, Jul 25, 2019 at 1:00 PM Wang Wei wrote: >

[GitHub] [incubator-singa] joddiy commented on issue #481: SINGA-474 greater operator

2019-08-01 Thread GitBox
joddiy commented on issue #481: SINGA-474 greater operator URL: https://github.com/apache/incubator-singa/pull/481#issuecomment-517262583 I'm not very sure whether logical operators should have gradients. please refer to

[GitHub] [incubator-singa] joddiy commented on issue #491: SINGA-474 less operator

2019-08-01 Thread GitBox
joddiy commented on issue #491: SINGA-474 less operator URL: https://github.com/apache/incubator-singa/pull/491#issuecomment-517262483 I'm not very sure whether logical operators should have gradients. please refer to

[GitHub] [incubator-singa] joddiy commented on issue #490: SINGA-474 equal operator

2019-08-01 Thread GitBox
joddiy commented on issue #490: SINGA-474 equal operator URL: https://github.com/apache/incubator-singa/pull/490#issuecomment-517262568 I'm not very sure whether logical operators should have gradients. please refer to

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

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

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

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

[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

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

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

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

2019-08-01 Thread GitBox
joddiy commented on a change in pull request #487: SINGA -475 add Log operator to singa URL: https://github.com/apache/incubator-singa/pull/487#discussion_r309652140 ## File path: test/python/test_operation.py ## @@ -610,6 +610,18 @@ def test_Atanh_gpu(self):

[GitHub] [incubator-singa] joddiy commented on a change in pull request #494: SINGA-475 add SoftPlus operator

2019-08-01 Thread GitBox
joddiy commented on a change in pull request #494: SINGA-475 add SoftPlus operator URL: https://github.com/apache/incubator-singa/pull/494#discussion_r309598220 ## File path: python/singa/autograd.py ## @@ -1828,3 +1828,27 @@ def backward(self, dy): def leakyrelu(x,

[GitHub] [incubator-singa] joddiy commented on a change in pull request #495: SINGA-475 add SoftSign operator

2019-08-01 Thread GitBox
joddiy commented on a change in pull request #495: SINGA-475 add SoftSign operator URL: https://github.com/apache/incubator-singa/pull/495#discussion_r309593540 ## File path: python/singa/autograd.py ## @@ -1828,3 +1828,26 @@ def backward(self, dy): def leakyrelu(x,

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

2019-08-01 Thread GitBox
joddiy commented on a change in pull request #496: SINGA-474 Mean operator URL: https://github.com/apache/incubator-singa/pull/496#discussion_r309588478 ## File path: python/singa/autograd.py ## @@ -354,6 +354,40 @@ def backward(self, dy): return singa.__mul__(dy,

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

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

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

2019-08-01 Thread GitBox
joddiy commented on a change in pull request #496: SINGA-474 Mean operator URL: https://github.com/apache/incubator-singa/pull/496#discussion_r309588325 ## File path: test/python/test_operation.py ## @@ -37,7 +37,20 @@ def _tuple_to_string(t): lt = [str(x) for x in

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

2019-08-01 Thread GitBox
joddiy commented on a change in pull request #496: SINGA-474 Mean operator URL: https://github.com/apache/incubator-singa/pull/496#discussion_r309570624 ## File path: python/singa/autograd.py ## @@ -354,6 +354,40 @@ def backward(self, dy): return singa.__mul__(dy,

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

2019-08-01 Thread GitBox
joddiy commented on a change in pull request #496: SINGA-474 Mean operator URL: https://github.com/apache/incubator-singa/pull/496#discussion_r309570624 ## File path: python/singa/autograd.py ## @@ -354,6 +354,40 @@ def backward(self, dy): return singa.__mul__(dy,