[GitHub] [incubator-singa] ShichengChen commented on a change in pull request #524: SINGA-474 prelu, add, equal, selu, elu operator

2019-08-24 Thread GitBox
ShichengChen commented on a change in pull request #524: SINGA-474 prelu,add,equal,selu,elu operator URL: https://github.com/apache/incubator-singa/pull/524#discussion_r317383901 ## File path: python/singa/autograd.py ## @@ -608,21 +608,177 @@ def backward(self, dy): def

[GitHub] [incubator-singa] ShichengChen commented on a change in pull request #524: SINGA-474 prelu, add, equal, selu, elu operator

2019-08-24 Thread GitBox
ShichengChen commented on a change in pull request #524: SINGA-474 prelu,add,equal,selu,elu operator URL: https://github.com/apache/incubator-singa/pull/524#discussion_r317383903 ## File path: python/singa/autograd.py ## @@ -608,21 +608,177 @@ def backward(self, dy): def

[GitHub] [incubator-singa] ShichengChen commented on a change in pull request #524: SINGA-474 prelu, add, equal, selu, elu operator

2019-08-24 Thread GitBox
ShichengChen commented on a change in pull request #524: SINGA-474 prelu,add,equal,selu,elu operator URL: https://github.com/apache/incubator-singa/pull/524#discussion_r317383894 ## File path: python/singa/autograd.py ## @@ -608,21 +608,177 @@ def backward(self, dy): def

[GitHub] [incubator-singa] ShichengChen commented on a change in pull request #524: SINGA-474 prelu, add, equal, selu, elu operator

2019-08-24 Thread GitBox
ShichengChen commented on a change in pull request #524: SINGA-474 prelu,add,equal,selu,elu operator URL: https://github.com/apache/incubator-singa/pull/524#discussion_r317383759 ## File path: test/python/test_operation.py ## @@ -1587,25 +1587,148 @@ def test_min_gpu(self)

[GitHub] [incubator-singa] chrishkchris commented on a change in pull request #468: Distributted module

2019-08-24 Thread GitBox
chrishkchris commented on a change in pull request #468: Distributted module URL: https://github.com/apache/incubator-singa/pull/468#discussion_r317382891 ## File path: examples/autograd/mnist_dist.py ## @@ -0,0 +1,251 @@ +# Review comment: I see. I will modify the co

[GitHub] [incubator-singa] chrishkchris commented on a change in pull request #468: Distributted module

2019-08-24 Thread GitBox
chrishkchris commented on a change in pull request #468: Distributted module URL: https://github.com/apache/incubator-singa/pull/468#discussion_r317382900 ## File path: python/singa/autograd.py ## @@ -1286,25 +1287,26 @@ def set_params(self, **parameters): class _Batch

[GitHub] [incubator-singa] chrishkchris commented on a change in pull request #468: Distributted module

2019-08-24 Thread GitBox
chrishkchris commented on a change in pull request #468: Distributted module URL: https://github.com/apache/incubator-singa/pull/468#discussion_r317382034 ## File path: CMakeLists.txt ## @@ -30,7 +30,7 @@ LIST(APPEND CMAKE_MODULE_PATH ${PROJECT_SOURCE_DIR}/cmake/Thirdparty

[GitHub] [incubator-singa] chrishkchris commented on a change in pull request #468: Distributted module

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

[jira] [Commented] (SINGA-456) Adding more PGP Keys

2019-08-24 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/SINGA-456?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16915115#comment-16915115 ] ASF subversion and git services commented on SINGA-456: --- Commit a5a3

[jira] [Commented] (SINGA-456) Adding more PGP Keys

2019-08-24 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/SINGA-456?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16915114#comment-16915114 ] ASF subversion and git services commented on SINGA-456: --- Commit a5a3

[jira] [Commented] (SINGA-456) Adding more PGP Keys

2019-08-24 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/SINGA-456?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16915113#comment-16915113 ] ASF subversion and git services commented on SINGA-456: --- Commit c28d

[GitHub] [incubator-singa] nudles merged pull request #530: SINGA-456 Add KEYS file

2019-08-24 Thread GitBox
nudles merged pull request #530: SINGA-456 Add KEYS file URL: https://github.com/apache/incubator-singa/pull/530 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

[GitHub] [incubator-singa] moazreyad opened a new pull request #530: SINGA-456 Add KEYS file

2019-08-24 Thread GitBox
moazreyad opened a new pull request #530: SINGA-456 Add KEYS file URL: https://github.com/apache/incubator-singa/pull/530 This is an automated message from the Apache Git Service. To respond to the message, please log on to G

[jira] [Commented] (SINGA-456) Adding more PGP Keys

2019-08-24 Thread Moaz Reyad (Jira)
[ https://issues.apache.org/jira/browse/SINGA-456?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16915107#comment-16915107 ] Moaz Reyad commented on SINGA-456: -- reminder: the key will expire next month and it shoul

[GitHub] [incubator-singa] nudles commented on a change in pull request #524: SINGA-474 prelu, add, equal, selu, elu operator

2019-08-24 Thread GitBox
nudles commented on a change in pull request #524: SINGA-474 prelu,add,equal,selu,elu operator URL: https://github.com/apache/incubator-singa/pull/524#discussion_r317377067 ## File path: python/singa/autograd.py ## @@ -608,21 +608,177 @@ def backward(self, dy): def reshap

[GitHub] [incubator-singa] nudles commented on a change in pull request #524: SINGA-474 prelu, add, equal, selu, elu operator

2019-08-24 Thread GitBox
nudles commented on a change in pull request #524: SINGA-474 prelu,add,equal,selu,elu operator URL: https://github.com/apache/incubator-singa/pull/524#discussion_r317377059 ## File path: python/singa/autograd.py ## @@ -608,21 +608,177 @@ def backward(self, dy): def reshap

[GitHub] [incubator-singa] nudles commented on a change in pull request #524: SINGA-474 prelu, add, equal, selu, elu operator

2019-08-24 Thread GitBox
nudles commented on a change in pull request #524: SINGA-474 prelu,add,equal,selu,elu operator URL: https://github.com/apache/incubator-singa/pull/524#discussion_r317377086 ## File path: test/python/test_operation.py ## @@ -1587,25 +1587,148 @@ def test_min_gpu(self):

[GitHub] [incubator-singa] nudles commented on a change in pull request #524: SINGA-474 prelu, add, equal, selu, elu operator

2019-08-24 Thread GitBox
nudles commented on a change in pull request #524: SINGA-474 prelu,add,equal,selu,elu operator URL: https://github.com/apache/incubator-singa/pull/524#discussion_r317377077 ## File path: python/singa/autograd.py ## @@ -608,21 +608,177 @@ def backward(self, dy): def reshap

[GitHub] [incubator-singa] nudles commented on a change in pull request #468: Distributted module

2019-08-24 Thread GitBox
nudles commented on a change in pull request #468: Distributted module URL: https://github.com/apache/incubator-singa/pull/468#discussion_r317377016 ## File path: python/singa/autograd.py ## @@ -1286,25 +1287,26 @@ def set_params(self, **parameters): class _BatchNorm2d

[GitHub] [incubator-singa] nudles commented on a change in pull request #468: Distributted module

2019-08-24 Thread GitBox
nudles commented on a change in pull request #468: Distributted module URL: https://github.com/apache/incubator-singa/pull/468#discussion_r317377008 ## File path: python/singa/autograd.py ## @@ -1286,25 +1287,26 @@ def set_params(self, **parameters): class _BatchNorm2d

[GitHub] [incubator-singa] nudles commented on a change in pull request #468: Distributted module

2019-08-24 Thread GitBox
nudles commented on a change in pull request #468: Distributted module URL: https://github.com/apache/incubator-singa/pull/468#discussion_r317375031 ## File path: CMakeLists.txt ## @@ -30,7 +30,7 @@ LIST(APPEND CMAKE_MODULE_PATH ${PROJECT_SOURCE_DIR}/cmake/Thirdparty) #

[GitHub] [incubator-singa] nudles commented on a change in pull request #468: Distributted module

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

[GitHub] [incubator-singa] nudles commented on a change in pull request #468: Distributted module

2019-08-24 Thread GitBox
nudles commented on a change in pull request #468: Distributted module URL: https://github.com/apache/incubator-singa/pull/468#discussion_r317375169 ## File path: examples/autograd/mnist_dist.py ## @@ -0,0 +1,251 @@ +# Review comment: can combine mnist_dist.py and mni

[GitHub] [incubator-singa] moazreyad opened a new pull request #529: SINGA-484 Code analysis with LGTM

2019-08-24 Thread GitBox
moazreyad opened a new pull request #529: SINGA-484 Code analysis with LGTM URL: https://github.com/apache/incubator-singa/pull/529 Adding code analysis badges to README. This is an automated message from the Apache Git Servic

[jira] [Created] (SINGA-484) Code analysis with LGTM

2019-08-24 Thread Moaz Reyad (Jira)
Moaz Reyad created SINGA-484: Summary: Code analysis with LGTM Key: SINGA-484 URL: https://issues.apache.org/jira/browse/SINGA-484 Project: Singa Issue Type: Improvement Reporter: Moa

Re: [VOTE] Graduate Apache SINGA as TLP

2019-08-24 Thread Moaz Reyad
+1 from me also. The vote can be closed and I will send the RESULT email soon. But it will be useful if the mentors participate in this voting before we close it. best regards, Moaz On Thu, Aug 22, 2019 at 4:34 AM zhongle wrote: > +1 > > Best, > zl > > > On Aug 22, 2019, at 10:24, Beng Chin O