[GitHub] [incubator-singa] chrishkchris edited a comment on issue #487: SINGA -475 add Log operator to singa

2019-08-09 Thread GitBox
chrishkchris edited a comment on issue #487: SINGA -475 add Log operator to singa URL: https://github.com/apache/incubator-singa/pull/487#issuecomment-519882837 Yes, could pinpom please merge your branch with latest master branch, or send a new pr after copying the new codes. I

[GitHub] [incubator-singa] chrishkchris commented on issue #487: SINGA -475 add Log operator to singa

2019-08-09 Thread GitBox
chrishkchris commented on issue #487: SINGA -475 add Log operator to singa URL: https://github.com/apache/incubator-singa/pull/487#issuecomment-519882837 Yes, could pinpom please merge your branch with master branch, or send a new pr after copying the new codes. I guess this maybe

[GitHub] [incubator-singa] chrishkchris edited a comment on issue #499: SINGA -475 add Div operator

2019-08-09 Thread GitBox
chrishkchris edited a comment on issue #499: SINGA -475 add Div operator URL: https://github.com/apache/incubator-singa/pull/499#issuecomment-519877683 There are conflicts and there are two solutions (same as what happened in log operator): 1. merge this branch with the latest master

[GitHub] [incubator-singa] chrishkchris edited a comment on issue #488: SINGA -475 add Sign operator to singa

2019-08-09 Thread GitBox
chrishkchris edited a comment on issue #488: SINGA -475 add Sign operator to singa URL: https://github.com/apache/incubator-singa/pull/488#issuecomment-519876368 there are conflicts and there are two solutions (same as what happened in log operator): 1. merge this branch with the

[GitHub] [incubator-singa] chrishkchris edited a comment on issue #488: SINGA -475 add Sign operator to singa

2019-08-09 Thread GitBox
chrishkchris edited a comment on issue #488: SINGA -475 add Sign operator to singa URL: https://github.com/apache/incubator-singa/pull/488#issuecomment-519876368 there are conflicts and there are two solutions (same as what happened in log operator): 1. merge this branch with the

[GitHub] [incubator-singa] chrishkchris edited a comment on issue #499: SINGA -475 add Div operator

2019-08-09 Thread GitBox
chrishkchris edited a comment on issue #499: SINGA -475 add Div operator URL: https://github.com/apache/incubator-singa/pull/499#issuecomment-519877683 There are conflicts and there are two solutions (same as what happened in log operator): 1. merge this branch with the latest master

[GitHub] [incubator-singa] chrishkchris edited a comment on issue #499: SINGA -475 add Div operator

2019-08-09 Thread GitBox
chrishkchris edited a comment on issue #499: SINGA -475 add Div operator URL: https://github.com/apache/incubator-singa/pull/499#issuecomment-519877683 There are conflicts and there are two solutions (same as what happened in log operator): 1. merge this branch with the latest master

[GitHub] [incubator-singa] chrishkchris commented on issue #499: SINGA -475 add Div operator

2019-08-09 Thread GitBox
chrishkchris commented on issue #499: SINGA -475 add Div operator URL: https://github.com/apache/incubator-singa/pull/499#issuecomment-519877683 There are conflicts and there are two solutions (same as what happened in log operator): 1. merge this branch with the latest master 2.

[GitHub] [incubator-singa] chrishkchris commented on issue #488: SINGA -475 add Sign operator to singa

2019-08-09 Thread GitBox
chrishkchris commented on issue #488: SINGA -475 add Sign operator to singa URL: https://github.com/apache/incubator-singa/pull/488#issuecomment-519876368 there are conflicts and there are two solutions (same as what happened in log operator): 1. merge this branch with the latest

[GitHub] [incubator-singa] chrishkchris commented on a change in pull request #488: SINGA -475 add Sign operator to singa

2019-08-09 Thread GitBox
chrishkchris commented on a change in pull request #488: SINGA -475 add Sign operator to singa URL: https://github.com/apache/incubator-singa/pull/488#discussion_r311838195 ## File path: python/singa/autograd.py ## @@ -1828,3 +1828,18 @@ def backward(self, dy): def

[GitHub] [incubator-singa] chrishkchris edited a comment on issue #488: SINGA -475 add Sign operator to singa

2019-08-09 Thread GitBox
chrishkchris edited a comment on issue #488: SINGA -475 add Sign operator to singa URL: https://github.com/apache/incubator-singa/pull/488#issuecomment-519866518 This is what tensorflow uses: https://github.com/tensorflow/tensorflow/blob/master/tensorflow/cc/gradients/math_grad.cc#L268

[GitHub] [incubator-singa] chrishkchris edited a comment on issue #488: SINGA -475 add Sign operator to singa

2019-08-09 Thread GitBox
chrishkchris edited a comment on issue #488: SINGA -475 add Sign operator to singa URL: https://github.com/apache/incubator-singa/pull/488#issuecomment-519866518 This is what tensorflow use: https://github.com/tensorflow/tensorflow/blob/master/tensorflow/cc/gradients/math_grad.cc#L268

[GitHub] [incubator-singa] chrishkchris edited a comment on issue #488: SINGA -475 add Sign operator to singa

2019-08-09 Thread GitBox
chrishkchris edited a comment on issue #488: SINGA -475 add Sign operator to singa URL: https://github.com/apache/incubator-singa/pull/488#issuecomment-519866518 This is what tensorflow use: https://github.com/tensorflow/tensorflow/blob/master/tensorflow/cc/gradients/math_grad.cc#L268

[GitHub] [incubator-singa] chrishkchris edited a comment on issue #488: SINGA -475 add Sign operator to singa

2019-08-09 Thread GitBox
chrishkchris edited a comment on issue #488: SINGA -475 add Sign operator to singa URL: https://github.com/apache/incubator-singa/pull/488#issuecomment-519866518 This is what tensorflow use: https://github.com/tensorflow/tensorflow/blob/master/tensorflow/cc/gradients/math_grad.cc#L268

[GitHub] [incubator-singa] chrishkchris commented on issue #488: SINGA -475 add Sign operator to singa

2019-08-09 Thread GitBox
chrishkchris commented on issue #488: SINGA -475 add Sign operator to singa URL: https://github.com/apache/incubator-singa/pull/488#issuecomment-519866518 This is what tensorflow use: ```cpp Status SignGrad(const Scope& scope, const Operation& op, const std::vector&

[GitHub] [incubator-singa] chrishkchris edited a comment on issue #488: SINGA -475 add Sign operator to singa

2019-08-09 Thread GitBox
chrishkchris edited a comment on issue #488: SINGA -475 add Sign operator to singa URL: https://github.com/apache/incubator-singa/pull/488#issuecomment-519856801 In my opinion: For the function y=sign(x) , y = 1 when x > 0, y = -1 when x < 0. Therefore, the derivative is 0 except x =

[GitHub] [incubator-singa] chrishkchris commented on issue #488: SINGA -475 add Sign operator to singa

2019-08-09 Thread GitBox
chrishkchris commented on issue #488: SINGA -475 add Sign operator to singa URL: https://github.com/apache/incubator-singa/pull/488#issuecomment-519856801 In my opinion: For the function y=sign(x) , y = 1 when x > 0, y = -1 when x < 0. Therefore, the derivative is 0 except x = 0.

[jira] [Commented] (SINGA-478) Python 3 uses __itruediv__ instead of __idiv__

2019-08-09 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/SINGA-478?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16903750#comment-16903750 ] ASF subversion and git services commented on SINGA-478: --- Commit

[jira] [Commented] (SINGA-473) Implement ONNX Operators in Autograd: Trigonometry functions

2019-08-09 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/SINGA-473?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16903747#comment-16903747 ] ASF subversion and git services commented on SINGA-473: --- Commit

[jira] [Commented] (SINGA-478) Python 3 uses __itruediv__ instead of __idiv__

2019-08-09 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/SINGA-478?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16903751#comment-16903751 ] ASF subversion and git services commented on SINGA-478: --- Commit

[jira] [Commented] (SINGA-478) Python 3 uses __itruediv__ instead of __idiv__

2019-08-09 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/SINGA-478?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16903748#comment-16903748 ] ASF subversion and git services commented on SINGA-478: --- Commit

[GitHub] [incubator-singa] nudles merged pull request #500: SINGA-478 (Python 3 uses __itruediv__ instead of __idiv__)

2019-08-09 Thread GitBox
nudles merged pull request #500: SINGA-478 (Python 3 uses __itruediv__ instead of __idiv__) URL: https://github.com/apache/incubator-singa/pull/500 This is an automated message from the Apache Git Service. To respond to the

[jira] [Commented] (SINGA-475) Implement ONNX Operators in Autograd - add new operators

2019-08-09 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/SINGA-475?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16903745#comment-16903745 ] ASF subversion and git services commented on SINGA-475: --- Commit

[GitHub] [incubator-singa] nudles merged pull request #498: SINGA-475 add Pow operator

2019-08-09 Thread GitBox
nudles merged pull request #498: SINGA-475 add Pow operator URL: https://github.com/apache/incubator-singa/pull/498 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub

[GitHub] [incubator-singa] nudles commented on a change in pull request #488: SINGA -475 add Sign operator to singa

2019-08-09 Thread GitBox
nudles commented on a change in pull request #488: SINGA -475 add Sign operator to singa URL: https://github.com/apache/incubator-singa/pull/488#discussion_r312397599 ## File path: python/singa/autograd.py ## @@ -1828,3 +1828,21 @@ def backward(self, dy): def

[jira] [Commented] (SINGA-475) Implement ONNX Operators in Autograd - add new operators

2019-08-09 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/SINGA-475?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16903735#comment-16903735 ] ASF subversion and git services commented on SINGA-475: --- Commit

[GitHub] [incubator-singa] nudles merged pull request #494: SINGA-475 add SoftPlus operator

2019-08-09 Thread GitBox
nudles merged pull request #494: SINGA-475 add SoftPlus operator URL: https://github.com/apache/incubator-singa/pull/494 This is an automated message from the Apache Git Service. To respond to the message, please log on to