[jira] [Created] (SINGA-486) September report
wangwei created SINGA-486: - Summary: September report Key: SINGA-486 URL: https://issues.apache.org/jira/browse/SINGA-486 Project: Singa Issue Type: Task Reporter: wangwei Here is a draft for the report, which is also available at https://wiki.apache.org/confluence/display/INCUBATOR/September2019 -- h2. [SINGA|https://wiki.apache.org/confluence/display/INCUBATOR/September2019#singa] SINGA is a distributed deep learning platform. SINGA has been incubating since 2015-03-17. h3. [Three most important unfinished issues to address before graduating:|https://wiki.apache.org/confluence/display/INCUBATOR/September2019#three-most-important-unfinished-issues-to-address-before-graduating-15] # Fix the code grant issue being discussed in the general@ list. # Update the documentation and packages (e.g., docker images and conda pacakges) # h3. [Are there any issues that the IPMC or ASF Board need to be aware of?|https://wiki.apache.org/confluence/display/INCUBATOR/September2019#are-there-any-issues-that-the-ipmc-or-asf-board-need-to-be-aware-of-15] N.A h3. [How has the community developed since the last report?|https://wiki.apache.org/confluence/display/INCUBATOR/September2019#how-has-the-community-developed-since-the-last-report-15] * The community has been discussing about the graduation * Currently, we have 45 contributors, 1803 stars and 479 forks on github. h3. [How has the project developed since the last report?|https://wiki.apache.org/confluence/display/INCUBATOR/September2019#how-has-the-project-developed-since-the-last-report-15] * Since the last report, we have been focusing on enhancing the ONNX feature and distributed training. More than 20 ONNX operators are added. Distributed training using NCCL and MPI has been tested. * 180 new commits are merged since last report. * There are 57, 142 and 472 emails on dev@ list for June, July and August respectively. h3. [How would you assess the podling's maturity?|https://wiki.apache.org/confluence/display/INCUBATOR/September2019#how-would-you-assess-the-podlings-maturity-15] Please feel free to add your own commentary. * Initial setup * Working towards first release * Community building * Nearing graduation * Other: h3. [Date of last release:|https://wiki.apache.org/confluence/display/INCUBATOR/September2019#date-of-last-release-15] 2019-04-20 h3. [When were the last committers or PPMC members elected?|https://wiki.apache.org/confluence/display/INCUBATOR/September2019#when-were-the-last-committers-or-ppmc-members-elected-15] 2018-12-21 h3. [Have your mentors been helpful and responsive?|https://wiki.apache.org/confluence/display/INCUBATOR/September2019#have-your-mentors-been-helpful-and-responsive-15] Are things falling through the cracks? If so, please list any open issues that need to be addressed. Yes. The mentors raised very important issues like the code grant in the graduation discussion. -- This message was sent by Atlassian Jira (v8.3.2#803003)
[GitHub] [incubator-singa] chrishkchris commented on a change in pull request #468: Distributted module
chrishkchris commented on a change in pull request #468: Distributted module URL: https://github.com/apache/incubator-singa/pull/468#discussion_r320544707 ## File path: src/dist/communicator.cc ## @@ -0,0 +1,143 @@ +/** + * Licensed to the Apache Software Foundation (ASF) under one Review comment: sorry i will also need to modify the cmakelist This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services
[GitHub] [incubator-singa] chrishkchris commented on a change in pull request #468: Distributted module
chrishkchris commented on a change in pull request #468: Distributted module URL: https://github.com/apache/incubator-singa/pull/468#discussion_r320544707 ## File path: src/dist/communicator.cc ## @@ -0,0 +1,143 @@ +/** + * Licensed to the Apache Software Foundation (ASF) under one Review comment: sorry i will also need to modify the cmakelist This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services
[GitHub] [incubator-singa] chrishkchris commented on a change in pull request #468: Distributted module
chrishkchris commented on a change in pull request #468: Distributted module URL: https://github.com/apache/incubator-singa/pull/468#discussion_r320542607 ## File path: src/dist/communicator.cc ## @@ -0,0 +1,143 @@ +/** + * Licensed to the Apache Software Foundation (ASF) under one Review comment: I have moved both communicator.cc and communicator.h to io folders This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services
[GitHub] [incubator-singa] chrishkchris commented on a change in pull request #468: Distributted module
chrishkchris commented on a change in pull request #468: Distributted module URL: https://github.com/apache/incubator-singa/pull/468#discussion_r320542607 ## File path: src/dist/communicator.cc ## @@ -0,0 +1,143 @@ +/** + * Licensed to the Apache Software Foundation (ASF) under one Review comment: I have moved the both communicator.cc and communicator.h to io folders This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services
[jira] [Commented] (SINGA-474) Implement ONNX Operators in Autograd
[ https://issues.apache.org/jira/browse/SINGA-474?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16921498#comment-16921498 ] ASF subversion and git services commented on SINGA-474: --- Commit 572efeac1fa7405736e64d4ac5cd4d86694b96df in incubator-singa's branch refs/heads/master from ShichengChen [ https://gitbox.apache.org/repos/asf?p=incubator-singa.git;h=572efea ] SINGA-474 prelu,add,equal,selu,elu operator > Implement ONNX Operators in Autograd > > > Key: SINGA-474 > URL: https://issues.apache.org/jira/browse/SINGA-474 > Project: Singa > Issue Type: Improvement >Reporter: Shicheng >Priority: Minor > Time Spent: 21h 50m > Remaining Estimate: 0h > > Implement ONNX Operators following > https://github.com/onnx/onnx/blob/master/docs/Operators.md -- This message was sent by Atlassian Jira (v8.3.2#803003)
[jira] [Commented] (SINGA-474) Implement ONNX Operators in Autograd
[ https://issues.apache.org/jira/browse/SINGA-474?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16921497#comment-16921497 ] ASF subversion and git services commented on SINGA-474: --- Commit 39b4c3fd55f29af65c2474f593c60cab35622a80 in incubator-singa's branch refs/heads/master from ShichengChen [ https://gitbox.apache.org/repos/asf?p=incubator-singa.git;h=39b4c3f ] SINGA-474 prelu operator > Implement ONNX Operators in Autograd > > > Key: SINGA-474 > URL: https://issues.apache.org/jira/browse/SINGA-474 > Project: Singa > Issue Type: Improvement >Reporter: Shicheng >Priority: Minor > Time Spent: 21h 50m > Remaining Estimate: 0h > > Implement ONNX Operators following > https://github.com/onnx/onnx/blob/master/docs/Operators.md -- This message was sent by Atlassian Jira (v8.3.2#803003)
[jira] [Commented] (SINGA-474) Implement ONNX Operators in Autograd
[ https://issues.apache.org/jira/browse/SINGA-474?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16921500#comment-16921500 ] ASF subversion and git services commented on SINGA-474: --- Commit 850e0c154548febbb5a75fc3dda11a4e691e3736 in incubator-singa's branch refs/heads/master from Wei Wang [ https://gitbox.apache.org/repos/asf?p=incubator-singa.git;h=850e0c1 ] Merge pull request #524 from ShichengChen/operator5 SINGA-474 prelu,add,equal,selu,elu operator > Implement ONNX Operators in Autograd > > > Key: SINGA-474 > URL: https://issues.apache.org/jira/browse/SINGA-474 > Project: Singa > Issue Type: Improvement >Reporter: Shicheng >Priority: Minor > Time Spent: 21h 50m > Remaining Estimate: 0h > > Implement ONNX Operators following > https://github.com/onnx/onnx/blob/master/docs/Operators.md -- This message was sent by Atlassian Jira (v8.3.2#803003)
[jira] [Commented] (SINGA-474) Implement ONNX Operators in Autograd
[ https://issues.apache.org/jira/browse/SINGA-474?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16921496#comment-16921496 ] ASF subversion and git services commented on SINGA-474: --- Commit 68b7ac2e8bad44ed1f1ac8a33bf627c757e9938d in incubator-singa's branch refs/heads/master from ShichengChen [ https://gitbox.apache.org/repos/asf?p=incubator-singa.git;h=68b7ac2 ] SINGA-474 prelu operator > Implement ONNX Operators in Autograd > > > Key: SINGA-474 > URL: https://issues.apache.org/jira/browse/SINGA-474 > Project: Singa > Issue Type: Improvement >Reporter: Shicheng >Priority: Minor > Time Spent: 21h 50m > Remaining Estimate: 0h > > Implement ONNX Operators following > https://github.com/onnx/onnx/blob/master/docs/Operators.md -- This message was sent by Atlassian Jira (v8.3.2#803003)
[jira] [Commented] (SINGA-474) Implement ONNX Operators in Autograd
[ https://issues.apache.org/jira/browse/SINGA-474?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16921499#comment-16921499 ] ASF subversion and git services commented on SINGA-474: --- Commit 21f27a774ec7ff0954aa5541bbbc606bcb8ce7b4 in incubator-singa's branch refs/heads/master from ShichengChen [ https://gitbox.apache.org/repos/asf?p=incubator-singa.git;h=21f27a7 ] SINGA-474 prelu,add,equal,selu,elu operator, optimize operations and add assertions > Implement ONNX Operators in Autograd > > > Key: SINGA-474 > URL: https://issues.apache.org/jira/browse/SINGA-474 > Project: Singa > Issue Type: Improvement >Reporter: Shicheng >Priority: Minor > Time Spent: 21h 50m > Remaining Estimate: 0h > > Implement ONNX Operators following > https://github.com/onnx/onnx/blob/master/docs/Operators.md -- This message was sent by Atlassian Jira (v8.3.2#803003)
[GitHub] [incubator-singa] nudles merged pull request #524: SINGA-474 prelu, add, equal, selu, elu operator
nudles merged pull request #524: SINGA-474 prelu,add,equal,selu,elu operator URL: https://github.com/apache/incubator-singa/pull/524 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services
[GitHub] [incubator-singa] nudles commented on a change in pull request #468: Distributted module
nudles commented on a change in pull request #468: Distributted module URL: https://github.com/apache/incubator-singa/pull/468#discussion_r320326414 ## File path: src/dist/communicator.cc ## @@ -0,0 +1,143 @@ +/** + * Licensed to the Apache Software Foundation (ASF) under one Review comment: move dist/* into io/ folder? This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services