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

2019-08-25 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

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

2019-08-25 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-25 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-25 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

Fwd: [VOTE] Graduate Apache SINGA as TLP

2019-08-25 Thread Moaz Reyad
Dear All, I would like to notify the incubator general list that the SINGA community has started the vote for graduation few days ago. This notification is recommended by the graduation guide ( https://incubator.apache.org/guides/graduation.html#community_graduation_vote ). Best regards, Moaz

Re: New services for SINGA (Mentors help needed)

2019-08-25 Thread Moaz Reyad
I think there is no need to keep both the code and the website documentation in one repository. The website build script can perform "git clone" on the incubator-singa repository to get both the Python code for the API and the C++ for Doxygen. Moaz On Sat, Aug 10, 2019 at 10:58 AM Wang Wei