[GitHub] [incubator-singa] nudles merged pull request #519: SINGA-474 hardSigmoid operator

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

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

2019-08-16 Thread GitBox
nudles commented on a change in pull request #522: SINGA 475 - add And operator URL: https://github.com/apache/incubator-singa/pull/522#discussion_r314749782 ## File path: python/singa/autograd.py ## @@ -2319,3 +2319,24 @@ def backward(self, dy): def max(a,b): return

[jira] [Commented] (SINGA-474) Implement ONNX Operators in Autograd

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

[jira] [Commented] (SINGA-474) Implement ONNX Operators in Autograd

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

[GitHub] [incubator-singa] chrishkchris commented on a change in pull request #515: SINGA-474 Add gemm operator

2019-08-16 Thread GitBox
chrishkchris commented on a change in pull request #515: SINGA-474 Add gemm operator URL: https://github.com/apache/incubator-singa/pull/515#discussion_r314934800 ## File path: python/singa/autograd.py ## @@ -2316,3 +2315,37 @@ def backward(self, dy): def max(a,b):

[GitHub] [incubator-singa] chrishkchris commented on a change in pull request #515: SINGA-474 Add gemm operator

2019-08-16 Thread GitBox
chrishkchris commented on a change in pull request #515: SINGA-474 Add gemm operator URL: https://github.com/apache/incubator-singa/pull/515#discussion_r314934800 ## File path: python/singa/autograd.py ## @@ -2316,3 +2315,37 @@ def backward(self, dy): def max(a,b):

[GitHub] [incubator-singa] chrishkchris commented on a change in pull request #515: SINGA-474 Add gemm operator

2019-08-16 Thread GitBox
chrishkchris commented on a change in pull request #515: SINGA-474 Add gemm operator URL: https://github.com/apache/incubator-singa/pull/515#discussion_r314934800 ## File path: python/singa/autograd.py ## @@ -2316,3 +2315,37 @@ def backward(self, dy): def max(a,b):

[GitHub] [incubator-singa] chrishkchris opened a new pull request #523: SINGA-478 Improve __itruediv__ in tensor.py

2019-08-16 Thread GitBox
chrishkchris opened a new pull request #523: SINGA-478 Improve __itruediv__ in tensor.py URL: https://github.com/apache/incubator-singa/pull/523 Improve the __itruediv__ operation by using the /= operator in c tensor directly instead of *= operator. Has tested two cases (because

[GitHub] [incubator-singa] chrishkchris commented on a change in pull request #515: SINGA-474 Add gemm operator

2019-08-16 Thread GitBox
chrishkchris commented on a change in pull request #515: SINGA-474 Add gemm operator URL: https://github.com/apache/incubator-singa/pull/515#discussion_r314934800 ## File path: python/singa/autograd.py ## @@ -2316,3 +2315,37 @@ def backward(self, dy): def max(a,b):

[GitHub] [incubator-singa] pinpom opened a new pull request #522: SINGA 478 - add And operator

2019-08-16 Thread GitBox
pinpom opened a new pull request #522: SINGA 478 - add And operator URL: https://github.com/apache/incubator-singa/pull/522 This is an automated message from the Apache Git Service. To respond to the message, please log on