[GitHub] [incubator-mxnet] TaoLv commented on pull request #18827: Fix gelu to use erf based algorithm

2020-07-31 Thread GitBox


TaoLv commented on pull request #18827:
URL: https://github.com/apache/incubator-mxnet/pull/18827#issuecomment-667154138


   > is erf based implementation slower?
   
   They should be similar.



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




[GitHub] [incubator-mxnet] TaoLv edited a comment on pull request #18827: Fix gelu to use erf based algorithm

2020-07-31 Thread GitBox


TaoLv edited a comment on pull request #18827:
URL: https://github.com/apache/incubator-mxnet/pull/18827#issuecomment-667154138


   > is erf based implementation slower?
   
   They should be similar in the library.



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




[incubator-mxnet-site] branch asf-site updated: Bump the publish timestamp.

2020-07-31 Thread aaronmarkham
This is an automated email from the ASF dual-hosted git repository.

aaronmarkham pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/incubator-mxnet-site.git


The following commit(s) were added to refs/heads/asf-site by this push:
 new 9559535  Bump the publish timestamp.
9559535 is described below

commit 9559535fa995bf03084cc26b4b7142c8c6d6f373
Author: mxnet-ci 
AuthorDate: Fri Jul 31 12:43:05 2020 +

Bump the publish timestamp.
---
 date.txt | 1 +
 1 file changed, 1 insertion(+)

diff --git a/date.txt b/date.txt
new file mode 100644
index 000..f8eb17d
--- /dev/null
+++ b/date.txt
@@ -0,0 +1 @@
+Fri Jul 31 12:43:05 UTC 2020



[incubator-mxnet-site] branch asf-site updated: Publish triggered by CI

2020-07-31 Thread aaronmarkham
This is an automated email from the ASF dual-hosted git repository.

aaronmarkham pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/incubator-mxnet-site.git


The following commit(s) were added to refs/heads/asf-site by this push:
 new f0f9fe6  Publish triggered by CI
f0f9fe6 is described below

commit f0f9fe68e73214391e722bbe7fab2c3dc77569f7
Author: mxnet-ci 
AuthorDate: Fri Jul 31 12:43:00 2020 +

Publish triggered by CI
---
 date.txt | 1 -
 feed.xml | 2 +-
 2 files changed, 1 insertion(+), 2 deletions(-)

diff --git a/date.txt b/date.txt
deleted file mode 100644
index 88ce888..000
--- a/date.txt
+++ /dev/null
@@ -1 +0,0 @@
-Fri Jul 31 06:44:04 UTC 2020
diff --git a/feed.xml b/feed.xml
index ca34a2a..a3d06d4 100644
--- a/feed.xml
+++ b/feed.xml
@@ -1 +1 @@
-http://www.w3.org/2005/Atom; >https://jekyllrb.com/; 
version="4.0.0">Jekyllhttps://mxnet.apache.org/feed.xml; rel="self" type="application/atom+xml" 
/>https://mxnet.apache.org/; rel="alternate" type="text/html" 
/>2020-07-31T06:33:57+00:00https://mxnet.apache.org/feed.xmlApache MXNetA flexible and efficient library for 
deep [...]
\ No newline at end of file
+http://www.w3.org/2005/Atom; >https://jekyllrb.com/; 
version="4.0.0">Jekyllhttps://mxnet.apache.org/feed.xml; rel="self" type="application/atom+xml" 
/>https://mxnet.apache.org/; rel="alternate" type="text/html" 
/>2020-07-31T12:33:19+00:00https://mxnet.apache.org/feed.xmlApache MXNetA flexible and efficient library for 
deep [...]
\ No newline at end of file



[GitHub] [incubator-mxnet] saudet commented on issue #17783: [RFC] MXNet 2.0 JVM Language development

2020-07-31 Thread GitBox


saudet commented on issue #17783:
URL: 
https://github.com/apache/incubator-mxnet/issues/17783#issuecomment-667041968


   > We are looking for a robust solution for MXNet Java developers to use 
especially owned and maintained by the Apache MXNet's community. I will be more 
than happy to see if you would like to contribute the source code that generate 
MXNet JavaCpp package to this repo. So we can own the maintainance and 
responsible for the end users that the package is reliable.
   > 
   > At the beginning, we were discussing several ways that we can try to 
preserve a low level Java API for MXNet that anyone who use Java can start 
with. Most of the problems were lying under the ownership and maintainance 
part. I have placed JavaCpp option to option 5 so we can see which one works 
the best in the end.
   
   Sounds good, thanks! If you have any specific concerns about the above, 
please let me know. JNA seems to be maintained by a single person with 
apparently no connections to the AI industry 
(https://dzone.com/articles/scratch-netbeans-itch-matthias) whereas I have to 
maintain anyway as part of my work APIs mainly for OpenCV, FFmpeg, ONNX 
Runtime, and TensorFlow at the moment, but others as well and it tends to vary 
with time, MXNet could become part of those eventually, and I have users paying 
for commercial support of proprietary libraries too, so I think JavaCPP is the 
better option here, but I'm obviously biased. :)



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




[GitHub] [incubator-mxnet] szha edited a comment on issue #18824: [RFC] Double dependency for ONNX

2020-07-31 Thread GitBox


szha edited a comment on issue #18824:
URL: 
https://github.com/apache/incubator-mxnet/issues/18824#issuecomment-666989953


   Can we drop onnx-tensorrt in favor of native tensorrt integration? It seems 
perfectly ok to run that outside of MXNet as it's more of an ONNX feature. It 
would be great to have some insights on what impact this simplification may have



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




[GitHub] [incubator-mxnet] szha commented on issue #18824: [RFC] Double dependency for ONNX

2020-07-31 Thread GitBox


szha commented on issue #18824:
URL: 
https://github.com/apache/incubator-mxnet/issues/18824#issuecomment-666989953


   Can we drop onnx-tensorrt in favor of native tensorrt integration? It seems 
perfectly ok to run that outside of MXNet as it's more of an ONNX feature.



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




[GitHub] [incubator-mxnet] bgawrych commented on pull request #18708: [v1.x Backport] Fix softmax, logsoftmax failed on empty ndarray (#18602)

2020-07-31 Thread GitBox


bgawrych commented on pull request #18708:
URL: https://github.com/apache/incubator-mxnet/pull/18708#issuecomment-666974960


   @mxnet-bot run ci [unix-gpu]



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




[GitHub] [incubator-mxnet] mxnet-bot commented on pull request #18708: [v1.x Backport] Fix softmax, logsoftmax failed on empty ndarray (#18602)

2020-07-31 Thread GitBox


mxnet-bot commented on pull request #18708:
URL: https://github.com/apache/incubator-mxnet/pull/18708#issuecomment-666975045


   Jenkins CI successfully triggered : [unix-gpu]



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




[GitHub] [incubator-mxnet] bgawrych commented on pull request #18777: [v1.7.x] ElementWiseSum fix for oneDNN

2020-07-31 Thread GitBox


bgawrych commented on pull request #18777:
URL: https://github.com/apache/incubator-mxnet/pull/18777#issuecomment-666974179


   > LGTM
   > please add a test case too
   
   @pengzhao-intel Done :)
   
   



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




[incubator-mxnet-site] branch asf-site updated: Bump the publish timestamp.

2020-07-31 Thread aaronmarkham
This is an automated email from the ASF dual-hosted git repository.

aaronmarkham pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/incubator-mxnet-site.git


The following commit(s) were added to refs/heads/asf-site by this push:
 new f468ea4  Bump the publish timestamp.
f468ea4 is described below

commit f468ea4c575d57759a3ee58c09f3819482e66424
Author: mxnet-ci 
AuthorDate: Fri Jul 31 06:44:04 2020 +

Bump the publish timestamp.
---
 date.txt | 1 +
 1 file changed, 1 insertion(+)

diff --git a/date.txt b/date.txt
new file mode 100644
index 000..88ce888
--- /dev/null
+++ b/date.txt
@@ -0,0 +1 @@
+Fri Jul 31 06:44:04 UTC 2020