[jira] [Created] (SINGA-493) Updata news and website

2019-10-03 Thread YEUNG SAI HO (Jira)
YEUNG SAI HO created SINGA-493: -- Summary: Updata news and website Key: SINGA-493 URL: https://issues.apache.org/jira/browse/SINGA-493 Project: Singa Issue Type: Improvement

[jira] [Updated] (SINGA-493) Update news and website

2019-10-03 Thread YEUNG SAI HO (Jira)
[ https://issues.apache.org/jira/browse/SINGA-493?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] YEUNG SAI HO updated SINGA-493: --- Description: I add a JIRA ticket to update news of SINGA. There are two steps: 1. PR to update the

[jira] [Updated] (SINGA-493) Update news and website

2019-10-03 Thread YEUNG SAI HO (Jira)
[ https://issues.apache.org/jira/browse/SINGA-493?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] YEUNG SAI HO updated SINGA-493: --- Summary: Update news and website (was: Updata news and website) > Update news and website >

[GitHub] [incubator-singa] joddiy commented on issue #541: added 4d test on batchnorm

2019-10-03 Thread GitBox
joddiy commented on issue #541: added 4d test on batchnorm URL: https://github.com/apache/incubator-singa/pull/541#issuecomment-538211845 the return of _CpuBatchNormForwardInference_ should be y, var, mean, not just y. could you fix it?

[GitHub] [incubator-singa] joddiy commented on issue #540: added softmax with axis

2019-10-03 Thread GitBox
joddiy commented on issue #540: added softmax with axis URL: https://github.com/apache/incubator-singa/pull/540#issuecomment-538211628 still has some problems, the output of multiple dimension inputs is not correct. please check: ``` x_0 = np.array([[0, 1, 2, 3], [1, 10001,

[jira] [Commented] (SINGA-491) Code Cleaning with the Reference of LGTM Analysis Result

2019-10-03 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/SINGA-491?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16944187#comment-16944187 ] ASF subversion and git services commented on SINGA-491: --- Commit

[jira] [Commented] (SINGA-491) Code Cleaning with the Reference of LGTM Analysis Result

2019-10-03 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/SINGA-491?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16944188#comment-16944188 ] ASF subversion and git services commented on SINGA-491: --- Commit

[GitHub] [incubator-singa] nudles merged pull request #543: SINGA-491 Use const reference for CopyData and ResetLike from Tensor Input

2019-10-03 Thread GitBox
nudles merged pull request #543: SINGA-491 Use const reference for CopyData and ResetLike from Tensor Input URL: https://github.com/apache/incubator-singa/pull/543 This is an automated message from the Apache Git Service.

[jira] [Commented] (SINGA-492) add Food(lg) news in the documentation

2019-10-03 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/SINGA-492?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16944185#comment-16944185 ] ASF subversion and git services commented on SINGA-492: --- Commit

[jira] [Commented] (SINGA-492) add Food(lg) news in the documentation

2019-10-03 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/SINGA-492?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16944184#comment-16944184 ] ASF subversion and git services commented on SINGA-492: --- Commit

[GitHub] [incubator-singa] chrishkchris opened a new pull request #543: SINGA-491 Use const reference when we use CopyData and ResetLike from Tensor Input

2019-10-03 Thread GitBox
chrishkchris opened a new pull request #543: SINGA-491 Use const reference when we use CopyData and ResetLike from Tensor Input URL: https://github.com/apache/incubator-singa/pull/543 This is to fix the remaining C language alert from LGTM: There are some functions using ResetLike

[GitHub] [incubator-singa] lzjpaul opened a new pull request #542: SINGA-492 add Food(lg) news in the documentation

2019-10-03 Thread GitBox
lzjpaul opened a new pull request #542: SINGA-492 add Food(lg) news in the documentation URL: https://github.com/apache/incubator-singa/pull/542 -add Food(lg) news in the SINGA homepage This is an automated message from the

[jira] [Created] (SINGA-492) add Food(lg) news in the documentation

2019-10-03 Thread Luo Zhaojing (Jira)
Luo Zhaojing created SINGA-492: -- Summary: add Food(lg) news in the documentation Key: SINGA-492 URL: https://issues.apache.org/jira/browse/SINGA-492 Project: Singa Issue Type: New Feature

[GitHub] [incubator-singa] dcslin opened a new pull request #541: added 4d test on batchnorm

2019-10-03 Thread GitBox
dcslin opened a new pull request #541: added 4d test on batchnorm URL: https://github.com/apache/incubator-singa/pull/541 added batchnorm test adapted from `/test/python/test_onnx_backend.py` and test passed. Hi @joddiy , If current Batchnorm API could fulfil ONNX batchnorm