[GitHub] [incubator-singa] joddiy commented on a change in pull request #504: SINGA-481 Reconsturct soonx

2019-08-12 Thread GitBox
joddiy commented on a change in pull request #504: SINGA-481 Reconsturct soonx URL: https://github.com/apache/incubator-singa/pull/504#discussion_r313209763 ## File path: test/python/test_onnx.py ## @@ -0,0 +1,202 @@ +# Licensed to the Apache Software Foundation (ASF)

[GitHub] [incubator-singa] joddiy commented on a change in pull request #504: SINGA-481 Reconsturct soonx

2019-08-12 Thread GitBox
joddiy commented on a change in pull request #504: SINGA-481 Reconsturct soonx URL: https://github.com/apache/incubator-singa/pull/504#discussion_r313209881 ## File path: test/python/test_onnx.py ## @@ -0,0 +1,202 @@ +# Licensed to the Apache Software Foundation (ASF)

[GitHub] [incubator-singa] joddiy commented on a change in pull request #504: SINGA-481 Reconsturct soonx

2019-08-12 Thread GitBox
joddiy commented on a change in pull request #504: SINGA-481 Reconsturct soonx URL: https://github.com/apache/incubator-singa/pull/504#discussion_r313209763 ## File path: test/python/test_onnx.py ## @@ -0,0 +1,202 @@ +# Licensed to the Apache Software Foundation (ASF)

[GitHub] [incubator-singa] ShichengChen edited a comment on issue #502: SINGA-474 Clip operator

2019-08-12 Thread GitBox
ShichengChen edited a comment on issue #502: SINGA-474 Clip operator URL: https://github.com/apache/incubator-singa/pull/502#issuecomment-520658575 > the same code appears in both #503 and #502 . > you can add feature A, commit and send PR A; then add feature B, commit and send PR B;

[GitHub] [incubator-singa] ShichengChen commented on issue #502: SINGA-474 Clip operator

2019-08-12 Thread GitBox
ShichengChen commented on issue #502: SINGA-474 Clip operator URL: https://github.com/apache/incubator-singa/pull/502#issuecomment-520658575 > the same code appears in both #503 and #502 . > you can add feature A, commit and send PR A; then add feature B, commit and send PR B; > you

[GitHub] [incubator-singa] nudles commented on issue #502: SINGA-474 Clip operator

2019-08-12 Thread GitBox
nudles commented on issue #502: SINGA-474 Clip operator URL: https://github.com/apache/incubator-singa/pull/502#issuecomment-520653605 the same code appears in both #503 and #502 . you can add feature A, commit and send PR A; then add feature B, commit and send PR B; you can also

[GitHub] [incubator-singa] nudles commented on a change in pull request #504: SINGA-481 Reconsturct soonx

2019-08-12 Thread GitBox
nudles commented on a change in pull request #504: SINGA-481 Reconsturct soonx URL: https://github.com/apache/incubator-singa/pull/504#discussion_r313189915 ## File path: test/python/test_onnx.py ## @@ -0,0 +1,202 @@ +# Licensed to the Apache Software Foundation (ASF)

[GitHub] [incubator-singa] joddiy opened a new pull request #504: Reconsturct soonx

2019-08-12 Thread GitBox
joddiy opened a new pull request #504: Reconsturct soonx URL: https://github.com/apache/incubator-singa/pull/504 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub

[jira] [Created] (SINGA-481) Reconstruct SONNX

2019-08-12 Thread zhangzhaoqi (JIRA)
zhangzhaoqi created SINGA-481: - Summary: Reconstruct SONNX Key: SINGA-481 URL: https://issues.apache.org/jira/browse/SINGA-481 Project: Singa Issue Type: New Feature Reporter:

[GitHub] [incubator-singa] ShichengChen opened a new pull request #503: SINGA-474 prelu operator

2019-08-12 Thread GitBox
ShichengChen opened a new pull request #503: SINGA-474 prelu operator URL: https://github.com/apache/incubator-singa/pull/503 SINGA-474 prelu operator for autograd and ONNX operator This is an automated message from the

[GitHub] [incubator-singa] ShichengChen opened a new pull request #502: SINGA-474 Clip operator

2019-08-12 Thread GitBox
ShichengChen opened a new pull request #502: SINGA-474 Clip operator URL: https://github.com/apache/incubator-singa/pull/502 SINGA-474 Clip operator for autograd and ONNX This is an automated message from the Apache Git

[GitHub] [incubator-singa] ShichengChen commented on a change in pull request #482: SINGA-474 hardsigmoid operator

2019-08-12 Thread GitBox
ShichengChen commented on a change in pull request #482: SINGA-474 hardsigmoid operator URL: https://github.com/apache/incubator-singa/pull/482#discussion_r312793257 ## File path: python/singa/autograd.py ## @@ -358,6 +358,51 @@ def relu(x): return ReLU()(x)[0]

[GitHub] [incubator-singa] ShichengChen commented on a change in pull request #480: SINGA-474 ELU operator

2019-08-12 Thread GitBox
ShichengChen commented on a change in pull request #480: SINGA-474 ELU operator URL: https://github.com/apache/incubator-singa/pull/480#discussion_r312789335 ## File path: python/singa/autograd.py ## @@ -358,6 +358,48 @@ def relu(x): return ReLU()(x)[0] +class