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

2020-07-25 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 55494ad Publish

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

2020-07-25 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 e026a68 Bump the

[incubator-mxnet] branch master updated: Remove caffe plugin (#18787)

2020-07-25 Thread zhasheng
This is an automated email from the ASF dual-hosted git repository. zhasheng pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git The following commit(s) were added to refs/heads/master by this push: new c1db2d5 Remove caffe plugin

[incubator-mxnet] branch master updated: Remove caffe plugin (#18787)

2020-07-25 Thread zhasheng
This is an automated email from the ASF dual-hosted git repository. zhasheng pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git The following commit(s) were added to refs/heads/master by this push: new c1db2d5 Remove caffe plugin

[GitHub] [incubator-mxnet] szha merged pull request #18787: Remove caffe plugin

2020-07-25 Thread GitBox
szha merged pull request #18787: URL: https://github.com/apache/incubator-mxnet/pull/18787 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

[GitHub] [incubator-mxnet] szha closed issue #18150: caffe test activation or removal

2020-07-25 Thread GitBox
szha closed issue #18150: URL: https://github.com/apache/incubator-mxnet/issues/18150 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

[GitHub] [incubator-mxnet] szha commented on issue #18789: [bug] Autograd throws an exception that was not caught in MXNet 1.6

2020-07-25 Thread GitBox
szha commented on issue #18789: URL: https://github.com/apache/incubator-mxnet/issues/18789#issuecomment-663831981 I think the numpy array support in autograd.function was missed. https://github.com/apache/incubator-mxnet/pull/18790

[GitHub] [incubator-mxnet] szha opened a new pull request #18790: [NumPy] add support for np.ndarray in autograd.function

2020-07-25 Thread GitBox
szha opened a new pull request #18790: URL: https://github.com/apache/incubator-mxnet/pull/18790 ## Description ## add support for np.ndarray in autograd.function ## Checklist ## ### Essentials ### Please feel free to remove inapplicable items for your PR. - [x] Changes

[GitHub] [incubator-mxnet] mxnet-bot commented on pull request #18790: [NumPy] add support for np.ndarray in autograd.function

2020-07-25 Thread GitBox
mxnet-bot commented on pull request #18790: URL: https://github.com/apache/incubator-mxnet/pull/18790#issuecomment-663831944 Hey @szha , Thanks for submitting the PR All tests are already queued to run once. If tests fail, you can trigger one or more tests again with the following

[GitHub] [incubator-mxnet] Hrushikesh-github opened a new issue #18791: Error running kaggle on Colab as well as Kaggle Notebook

2020-07-25 Thread GitBox
Hrushikesh-github opened a new issue #18791: URL: https://github.com/apache/incubator-mxnet/issues/18791 ## Description Mxnet is giving the following error with a correct code. This has been observer in the kaggle Notebook as well as Google Colab (!pip install mxnet-cu101) was done.

[GitHub] [incubator-mxnet] szha commented on issue #18566: Merge numpy.mxnet.io to MXNet official website

2020-07-25 Thread GitBox
szha commented on issue #18566: URL: https://github.com/apache/incubator-mxnet/issues/18566#issuecomment-663901184 deep numpy was a temporary code name. we cannot continue to use due to trademark. please remove any reference of it and replace with simply "np".

[GitHub] [incubator-mxnet] szha commented on issue #18682: Re-enable PR website Preview

2020-07-25 Thread GitBox
szha commented on issue #18682: URL: https://github.com/apache/incubator-mxnet/issues/18682#issuecomment-663901026 @ys2843 @sandeep-krishnamurthy please treat this task as high priority. now that we have a stable version as the default on the website, the website fixes are not nearly as

[GitHub] [incubator-mxnet] andrei5055 opened a new pull request #18792: [MXNET-17951] Argsort for fp16

2020-07-25 Thread GitBox
andrei5055 opened a new pull request #18792: URL: https://github.com/apache/incubator-mxnet/pull/18792 ## Make TopK functions working with fp16 arguments ## 1. TopK functions (sort, argsort) can work with the fp16 tensors. 2. On GPU the switch from `cub::DeviceRadixSort` to

[GitHub] [incubator-mxnet] mxnet-bot commented on pull request #18792: [MXNET-17951] Argsort for fp16

2020-07-25 Thread GitBox
mxnet-bot commented on pull request #18792: URL: https://github.com/apache/incubator-mxnet/pull/18792#issuecomment-663906264 Hey @andrei5055 , Thanks for submitting the PR All tests are already queued to run once. If tests fail, you can trigger one or more tests again with the

[GitHub] [incubator-mxnet] szha commented on a change in pull request #17298: [MXNET-1438] Adding SDML loss function

2020-07-25 Thread GitBox
szha commented on a change in pull request #17298: URL: https://github.com/apache/incubator-mxnet/pull/17298#discussion_r460480501 ## File path: python/mxnet/gluon/loss.py ## @@ -930,3 +930,118 @@ def _cosine_similarity(self, F, x, y, axis=-1): else:

[GitHub] [incubator-mxnet] szha commented on issue #18617: [Numpy][Gluon] Multiple gluon loss functions do not support numpy

2020-07-25 Thread GitBox
szha commented on issue #18617: URL: https://github.com/apache/incubator-mxnet/issues/18617#issuecomment-663939057 The PR should be ready now. This is an automated message from the Apache Git Service. To respond to the

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

2020-07-25 Thread GitBox
wuxun-zhang commented on pull request #18777: URL: https://github.com/apache/incubator-mxnet/pull/18777#issuecomment-663926758 Thanks for the fix. Looks that master branch also needs this fix. This is an automated message

[GitHub] [incubator-mxnet] szha commented on a change in pull request #18691: Merge numpy.mxnet.io into mxnet official website

2020-07-25 Thread GitBox
szha commented on a change in pull request #18691: URL: https://github.com/apache/incubator-mxnet/pull/18691#discussion_r460479156 ## File path: docs/python_docs/python/tutorials/packages/ndarray/index.rst ## @@ -45,10 +45,16 @@ NDArray For Sparse NDArray tutorials

[GitHub] [incubator-mxnet] szha commented on pull request #18792: [MXNET-17951] Argsort for fp16

2020-07-25 Thread GitBox
szha commented on pull request #18792: URL: https://github.com/apache/incubator-mxnet/pull/18792#issuecomment-663910295 lint needs fixing. you can test it locally with `ci/build.py -R --docker-registry mxnetci --platform ubuntu_cpu --docker-build-retries 3 --shm-size 500m

[GitHub] [incubator-mxnet] szha commented on pull request #18570: Reducing the number of calls of the NDArray constructors

2020-07-25 Thread GitBox
szha commented on pull request #18570: URL: https://github.com/apache/incubator-mxnet/pull/18570#issuecomment-663913384 @mxnet-bot run ci [all] This is an automated message from the Apache Git Service. To respond to the

[GitHub] [incubator-mxnet] mseth10 commented on pull request #18744: [v1.x] add linalg large matrix tests

2020-07-25 Thread GitBox
mseth10 commented on pull request #18744: URL: https://github.com/apache/incubator-mxnet/pull/18744#issuecomment-663914361 Here are the test results: ``` >>> pytest tests/nightly/test_large_array.py::test_linalg

[GitHub] [incubator-mxnet] mseth10 commented on a change in pull request #18744: [v1.x] add linalg large matrix tests

2020-07-25 Thread GitBox
mseth10 commented on a change in pull request #18744: URL: https://github.com/apache/incubator-mxnet/pull/18744#discussion_r460454769 ## File path: tests/nightly/test_large_array.py ## @@ -1168,6 +1169,76 @@ def check_correctness(mxnet_op, numpy_op, atol=1e-3):

[GitHub] [incubator-mxnet] mseth10 edited a comment on pull request #18744: [v1.x] add linalg large matrix tests

2020-07-25 Thread GitBox
mseth10 edited a comment on pull request #18744: URL: https://github.com/apache/incubator-mxnet/pull/18744#issuecomment-663914361 All unit tests pass. Here are the results using pytest: ``` >>> pytest tests/nightly/test_large_array.py::test_linalg

[GitHub] [incubator-mxnet] mseth10 commented on pull request #18744: [v1.x] add linalg large matrix tests

2020-07-25 Thread GitBox
mseth10 commented on pull request #18744: URL: https://github.com/apache/incubator-mxnet/pull/18744#issuecomment-663914422 > Also I don't see a `out.backward()` invocation. How are the gradients been tested? @mseth10 Added backward invocation @ChaiBapchya

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

2020-07-25 Thread GitBox
saudet commented on issue #17783: URL: https://github.com/apache/incubator-mxnet/issues/17783#issuecomment-663916338 > @saudet Thanks for your proposal. I have four questions would like to ask you: > > 1. If we adopt JavaCpp package, how will that be consumed? Under byteco or

[GitHub] [incubator-mxnet] access2rohit edited a comment on pull request #18744: [v1.x] add linalg large matrix tests

2020-07-25 Thread GitBox
access2rohit edited a comment on pull request #18744: URL: https://github.com/apache/incubator-mxnet/pull/18744#issuecomment-663918134 I see missing shape checks, can you add them? ... rest LGTM! This is an automated message

[GitHub] [incubator-mxnet] access2rohit commented on pull request #18744: [v1.x] add linalg large matrix tests

2020-07-25 Thread GitBox
access2rohit commented on pull request #18744: URL: https://github.com/apache/incubator-mxnet/pull/18744#issuecomment-663918134 I see missing shape checks ... rest LGTM! This is an automated message from the Apache Git

[GitHub] [incubator-mxnet] yajiedesign opened a new issue #18793: Can we install docker on Windows CI machine?

2020-07-25 Thread GitBox
yajiedesign opened a new issue #18793: URL: https://github.com/apache/incubator-mxnet/issues/18793 Prepare to deploy CD in docker like Linux. Can docker be installed on the machine and start Windows container mode? leonard @leezu @szha

[GitHub] [incubator-mxnet] ChaiBapchya commented on pull request #18785: [CI][1.x] Cherrypick: Upgrade unix gpu toolchain (#18186)

2020-07-25 Thread GitBox
ChaiBapchya commented on pull request #18785: URL: https://github.com/apache/incubator-mxnet/pull/18785#issuecomment-663923298 @mxnet-bot run ci [unix-gpu] This is an automated message from the Apache Git Service. To respond

[GitHub] [incubator-mxnet] szha commented on issue #17988: Row-sparse constant initializer accesses out of bound elements

2020-07-25 Thread GitBox
szha commented on issue #17988: URL: https://github.com/apache/incubator-mxnet/issues/17988#issuecomment-663913199 this is due to a shared buffer bug that #18219 addresses. it affects only v1.x This is an automated message

[GitHub] [incubator-mxnet] szha closed pull request #18219: fix shared buffer bug in executor

2020-07-25 Thread GitBox
szha closed pull request #18219: URL: https://github.com/apache/incubator-mxnet/pull/18219 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

[GitHub] [incubator-mxnet] szha commented on pull request #18629: Fixes https://github.com/apache/incubator-mxnet/issues/18575

2020-07-25 Thread GitBox
szha commented on pull request #18629: URL: https://github.com/apache/incubator-mxnet/pull/18629#issuecomment-663913289 What's the status for this? This is an automated message from the Apache Git Service. To respond to the

[incubator-mxnet] branch master updated: add support for np.ndarray in autograd.function (#18790)

2020-07-25 Thread liuyizhi
This is an automated email from the ASF dual-hosted git repository. liuyizhi pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git The following commit(s) were added to refs/heads/master by this push: new 98b3f73 add support for np.ndarray

[incubator-mxnet] branch master updated: add support for np.ndarray in autograd.function (#18790)

2020-07-25 Thread liuyizhi
This is an automated email from the ASF dual-hosted git repository. liuyizhi pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git The following commit(s) were added to refs/heads/master by this push: new 98b3f73 add support for np.ndarray

[GitHub] [incubator-mxnet] yzhliu merged pull request #18790: [NumPy] add support for np.ndarray in autograd.function

2020-07-25 Thread GitBox
yzhliu merged pull request #18790: URL: https://github.com/apache/incubator-mxnet/pull/18790 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

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

2020-07-25 Thread GitBox
saudet commented on issue #17783: URL: https://github.com/apache/incubator-mxnet/issues/17783#issuecomment-663921595 > ## What's missing > > javacpp-presets-mxnet doesn't expose APIs form nnvm/c_api.h (some of current python/gluon API depends on APIs in nnvm/c_api.h) I've

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

2020-07-25 Thread GitBox
saudet edited a comment on issue #17783: URL: https://github.com/apache/incubator-mxnet/issues/17783#issuecomment-663916338 > @saudet Thanks for your proposal. I have four questions would like to ask you: > > 1. If we adopt JavaCpp package, how will that be consumed? Under byteco

[GitHub] [incubator-mxnet] ChaiBapchya commented on pull request #18715: [WIP] Large tensor linalg gelqf orglq

2020-07-25 Thread GitBox
ChaiBapchya commented on pull request #18715: URL: https://github.com/apache/incubator-mxnet/pull/18715#issuecomment-663923710 @mxnet-bot run ci [sanity] This is an automated message from the Apache Git Service. To respond

[GitHub] [incubator-mxnet] mxnet-bot commented on pull request #18715: [WIP] Large tensor linalg gelqf orglq

2020-07-25 Thread GitBox
mxnet-bot commented on pull request #18715: URL: https://github.com/apache/incubator-mxnet/pull/18715#issuecomment-663923713 Jenkins CI successfully triggered : [sanity] This is an automated message from the Apache Git