[GitHub] [incubator-mxnet] sxjscience commented on a change in pull request #18089: Add npx op 'index_add'

2020-05-27 Thread GitBox
sxjscience commented on a change in pull request #18089: URL: https://github.com/apache/incubator-mxnet/pull/18089#discussion_r431595029 ## File path: tests/python/unittest/test_numpy_op.py ## @@ -1323,6 +1323,154 @@ def hybrid_forward(self, F, a):

[GitHub] [incubator-mxnet] sxjscience commented on a change in pull request #18089: Add npx op 'index_add'

2020-05-27 Thread GitBox
sxjscience commented on a change in pull request #18089: URL: https://github.com/apache/incubator-mxnet/pull/18089#discussion_r431592402 ## File path: src/operator/tensor/index_add-inl.h ## @@ -0,0 +1,262 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one +

[GitHub] [incubator-mxnet] ciyongch commented on issue #18287: asscalar() fails when set_np_shape(True)

2020-05-27 Thread GitBox
ciyongch commented on issue #18287: URL: https://github.com/apache/incubator-mxnet/issues/18287#issuecomment-635110727 Thanks @Alicia1529 to help backport the fix to v1.7.x and v1.x branches. This issue should be fixed on v1.7.x now @zheng-da .

[GitHub] [incubator-mxnet] ciyongch commented on pull request #18112: [v1.x] Improve activation backward (#17973)

2020-05-27 Thread GitBox
ciyongch commented on pull request #18112: URL: https://github.com/apache/incubator-mxnet/pull/18112#issuecomment-635110350 Please help to fix the pylint error as the CI is much stable now:) This is an automated message from

[GitHub] [incubator-mxnet] leezu commented on a change in pull request #18424: environment variable handling in unittests

2020-05-27 Thread GitBox
leezu commented on a change in pull request #18424: URL: https://github.com/apache/incubator-mxnet/pull/18424#discussion_r431568699 ## File path: tests/python/unittest/test_base.py ## @@ -17,32 +17,91 @@ import mxnet as mx from mxnet.base import data_dir +from nose.tools

[GitHub] [incubator-mxnet] JustinhoCHN commented on issue #18392: Need cuda 10.2 python prebuild wheel for nvidia jetson platform.

2020-05-27 Thread GitBox
JustinhoCHN commented on issue #18392: URL: https://github.com/apache/incubator-mxnet/issues/18392#issuecomment-635070858 > @JustinhoCHN in fact Nvidia promised to me that they'll simplify the cross compile toolchain experience. Unfortunately it's taking them a long time, but the current

[incubator-mxnet] branch v1.x updated: more support for boolean indexing and assign (#18351)

2020-05-27 Thread taolv
This is an automated email from the ASF dual-hosted git repository. taolv pushed a commit to branch v1.x in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git The following commit(s) were added to refs/heads/v1.x by this push: new 0c6785f more support for boolean indexing

[incubator-mxnet] branch v1.x updated: more support for boolean indexing and assign (#18351)

2020-05-27 Thread taolv
This is an automated email from the ASF dual-hosted git repository. taolv pushed a commit to branch v1.x in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git The following commit(s) were added to refs/heads/v1.x by this push: new 0c6785f more support for boolean indexing

[incubator-mxnet] branch v1.7.x updated: more support for boolean indexing and assign (#18352)

2020-05-27 Thread taolv
This is an automated email from the ASF dual-hosted git repository. taolv pushed a commit to branch v1.7.x in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git The following commit(s) were added to refs/heads/v1.7.x by this push: new 75ab155 more support for boolean

[GitHub] [incubator-mxnet] TaoLv merged pull request #18351: Back port the PR #17672:boolean indexing to branch v1.x

2020-05-27 Thread GitBox
TaoLv merged pull request #18351: URL: https://github.com/apache/incubator-mxnet/pull/18351 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

[incubator-mxnet] branch v1.7.x updated: more support for boolean indexing and assign (#18352)

2020-05-27 Thread taolv
This is an automated email from the ASF dual-hosted git repository. taolv pushed a commit to branch v1.7.x in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git The following commit(s) were added to refs/heads/v1.7.x by this push: new 75ab155 more support for boolean

[GitHub] [incubator-mxnet] TaoLv merged pull request #18352: Back port the PR #17672:boolean indexing to branch v1.7.x

2020-05-27 Thread GitBox
TaoLv merged pull request #18352: URL: https://github.com/apache/incubator-mxnet/pull/18352 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] lingweiyang opened a new issue #18425: The number of samples is batch size. How to convert the convolution to GEMM in the CPU? What is the effect of Batch size on GEMM?

2020-05-27 Thread GitBox
lingweiyang opened a new issue #18425: URL: https://github.com/apache/incubator-mxnet/issues/18425 ## Description (The location and name of the flaky test.) ## Occurrences (Links to the known occurrences.) ## What have you tried to solve it? 1. 2.

[GitHub] [incubator-mxnet] sxjscience commented on issue #18416: [Numpy] np.where fails for scalar

2020-05-27 Thread GitBox
sxjscience commented on issue #18416: URL: https://github.com/apache/incubator-mxnet/issues/18416#issuecomment-635063534 @yzhliu I tagged it as 2.0 since it gives wrong result for `np.where`. This is an automated message

[GitHub] [incubator-mxnet] sxjscience commented on issue #18416: [Numpy] np.where fails for scalar

2020-05-27 Thread GitBox
sxjscience commented on issue #18416: URL: https://github.com/apache/incubator-mxnet/issues/18416#issuecomment-635063348 I can confirm that there is a bug here. This is an automated message from the Apache Git Service. To

[GitHub] [incubator-mxnet] DickJC123 opened a new pull request #18424: environment variable handling in unittests

2020-05-27 Thread GitBox
DickJC123 opened a new pull request #18424: URL: https://github.com/apache/incubator-mxnet/pull/18424 This PR makes it easy to create unittests that require specific settings of environment variables, while avoiding the pitfalls (discussed in comments section). This PR can be considered

[GitHub] [incubator-mxnet] mxnet-bot commented on pull request #18424: environment variable handling in unittests

2020-05-27 Thread GitBox
mxnet-bot commented on pull request #18424: URL: https://github.com/apache/incubator-mxnet/pull/18424#issuecomment-635063293 Hey @DickJC123 , 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] ciyongch commented on pull request #18352: Back port the PR #17672:boolean indexing to branch v1.7.x

2020-05-27 Thread GitBox
ciyongch commented on pull request #18352: URL: https://github.com/apache/incubator-mxnet/pull/18352#issuecomment-635058759 Thanks @Alicia1529 , ping @TaoLv @pengzhao-intel @leezu to help merge. This is an automated message

[GitHub] [incubator-mxnet] ciyongch commented on pull request #18351: Back port the PR #17672:boolean indexing to branch v1.x

2020-05-27 Thread GitBox
ciyongch commented on pull request #18351: URL: https://github.com/apache/incubator-mxnet/pull/18351#issuecomment-635058500 Thanks @Alicia1529 , we get all the CI tests passed finally :) @TaoLv @pengzhao-intel @leezu please help to take a look and merge it.

[GitHub] [incubator-mxnet] ciyongch commented on issue #18395: can't import mxnet

2020-05-27 Thread GitBox
ciyongch commented on issue #18395: URL: https://github.com/apache/incubator-mxnet/issues/18395#issuecomment-635057108 Hi @leezu, do you mean https://github.com/apache/incubator-mxnet/pull/18408 will address this issue for the pip wheels? If so, i suggest to include this fix in v1.7.x

[GitHub] [incubator-mxnet] Alicia1529 commented on pull request #18351: Back port the PR #17672:boolean indexing to branch v1.x

2020-05-27 Thread GitBox
Alicia1529 commented on pull request #18351: URL: https://github.com/apache/incubator-mxnet/pull/18351#issuecomment-635054108 Hi @ciyongch, this pr has passed all the tests and is ready to be merged. This is an automated

[GitHub] [incubator-mxnet] Alicia1529 commented on pull request #18352: Back port the PR #17672:boolean indexing to branch v1.7.x

2020-05-27 Thread GitBox
Alicia1529 commented on pull request #18352: URL: https://github.com/apache/incubator-mxnet/pull/18352#issuecomment-635053726 Hi @ciyongch, this pr has passed all the tests and is ready to be merged. This is an automated

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

2020-05-27 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 2d49a25 Bump the

[GitHub] [incubator-mxnet] mxnet-bot commented on pull request #18423: fix misbehave of KLDivLoss

2020-05-27 Thread GitBox
mxnet-bot commented on pull request #18423: URL: https://github.com/apache/incubator-mxnet/pull/18423#issuecomment-635002531 Hey @Neutron3529 , 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] Neutron3529 opened a new pull request #18423: fix misbehave of KLDivLoss

2020-05-27 Thread GitBox
Neutron3529 opened a new pull request #18423: URL: https://github.com/apache/incubator-mxnet/pull/18423 ## Description ## In the current version of KLDivLoss, the return value is not the same value calculated by SoftmaxCrossEntropyLoss, which is not documented. It may due to the

[GitHub] [incubator-mxnet] ys2843 opened a new issue #18422: MXNet Website 2.0 - Slow Site Speed in China

2020-05-27 Thread GitBox
ys2843 opened a new issue #18422: URL: https://github.com/apache/incubator-mxnet/issues/18422 ## Summary Due to lack of available CDN in China from Apache, MXNet website is hosted in Japan for Chinese visitors [1]. According to the Q1 2020 Google Analytics report, it took 20 second

[GitHub] [incubator-mxnet] RuRo commented on pull request #18054: Fix tests for ONNX version 1.5.0 bump

2020-05-27 Thread GitBox
RuRo commented on pull request #18054: URL: https://github.com/apache/incubator-mxnet/pull/18054#issuecomment-634998080 @szha Did you check the CI logs, that I've attached in my previous comment? For example,

[GitHub] [incubator-mxnet] samskalicky commented on pull request #18236: [1.x] Pass args fix2

2020-05-27 Thread GitBox
samskalicky commented on pull request #18236: URL: https://github.com/apache/incubator-mxnet/pull/18236#issuecomment-634987282 @mxnet-label-bot update [pr-awaiting-merge] @ciyongch I updated the title, @leezu ready to merge!

[GitHub] [incubator-mxnet] leezu closed issue #18046: Proposal to mxnet.metric

2020-05-27 Thread GitBox
leezu closed issue #18046: URL: https://github.com/apache/incubator-mxnet/issues/18046 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] leezu commented on issue #18046: Proposal to mxnet.metric

2020-05-27 Thread GitBox
leezu commented on issue #18046: URL: https://github.com/apache/incubator-mxnet/issues/18046#issuecomment-634985132 Closed by https://github.com/apache/incubator-mxnet/pull/18083 This is an automated message from the Apache

[GitHub] [incubator-mxnet] zhreshold commented on issue #18382: test_CSVIter

2020-05-27 Thread GitBox
zhreshold commented on issue #18382: URL: https://github.com/apache/incubator-mxnet/issues/18382#issuecomment-634980758 @leezu The error is `std: :bad_alloc` indicating that it's oom? This is an automated message from the

[GitHub] [incubator-mxnet] szha commented on issue #17335: Excessive GPU memory usage with dynamic shape input using Gluon interface

2020-05-27 Thread GitBox
szha commented on issue #17335: URL: https://github.com/apache/incubator-mxnet/issues/17335#issuecomment-634964203 cc @zhreshold This is an automated message from the Apache Git Service. To respond to the message, please

[GitHub] [incubator-mxnet] szha commented on pull request #18054: Fix tests for ONNX version 1.5.0 bump

2020-05-27 Thread GitBox
szha commented on pull request #18054: URL: https://github.com/apache/incubator-mxnet/pull/18054#issuecomment-634961954 Thanks @RuRo. I already bumped up the ONNX version in a previous PR. See the CI setup:

[GitHub] [incubator-mxnet] RuRo removed a comment on pull request #18054: Fix tests for ONNX version 1.5.0 bump

2020-05-27 Thread GitBox
RuRo removed a comment on pull request #18054: URL: https://github.com/apache/incubator-mxnet/pull/18054#issuecomment-634959644 @mxnet-bot run ci [centos-cpu, miscellaneous, unix-cpu] This is an automated message from the

[GitHub] [incubator-mxnet] RuRo commented on pull request #18054: Fix tests for ONNX version 1.5.0 bump

2020-05-27 Thread GitBox
RuRo commented on pull request #18054: URL: https://github.com/apache/incubator-mxnet/pull/18054#issuecomment-634959644 @mxnet-bot run ci [centos-cpu, miscellaneous, unix-cpu] This is an automated message from the Apache Git

[GitHub] [incubator-mxnet] mxnet-bot commented on pull request #18054: Fix tests for ONNX version 1.5.0 bump

2020-05-27 Thread GitBox
mxnet-bot commented on pull request #18054: URL: https://github.com/apache/incubator-mxnet/pull/18054#issuecomment-634959690 Jenkins CI successfully triggered : [miscellaneous, unix-cpu, centos-cpu] This is an automated

[GitHub] [incubator-mxnet] RuRo commented on pull request #18054: Bump ONNX version to 1.5.0

2020-05-27 Thread GitBox
RuRo commented on pull request #18054: URL: https://github.com/apache/incubator-mxnet/pull/18054#issuecomment-634957047 @szha, I am **not** proposing a bump to 1.6.0. The current version bump (1.3.0 to 1.5.0) seems to have broken the current ONNX tests (see my previous comment). For some

[GitHub] [incubator-mxnet] aaronmarkham closed issue #16254: Enable anchors on website

2020-05-27 Thread GitBox
aaronmarkham closed issue #16254: URL: https://github.com/apache/incubator-mxnet/issues/16254 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[GitHub] [incubator-mxnet] aaronmarkham closed issue #16323: [website] global search feature needed

2020-05-27 Thread GitBox
aaronmarkham closed issue #16323: URL: https://github.com/apache/incubator-mxnet/issues/16323 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[GitHub] [incubator-mxnet] aaronmarkham closed issue #16473: devices install page not rendering

2020-05-27 Thread GitBox
aaronmarkham closed issue #16473: URL: https://github.com/apache/incubator-mxnet/issues/16473 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[incubator-mxnet] branch master updated: Fix CD failure due to illegal instruction in OpenBLAS (#18408)

2020-05-27 Thread lausen
This is an automated email from the ASF dual-hosted git repository. lausen 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 382279e Fix CD failure due to illegal

[incubator-mxnet] branch master updated: Fix CD failure due to illegal instruction in OpenBLAS (#18408)

2020-05-27 Thread lausen
This is an automated email from the ASF dual-hosted git repository. lausen 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 382279e Fix CD failure due to illegal

[GitHub] [incubator-mxnet] leezu merged pull request #18408: Fix CD failure due to illegal instruction in OpenBLAS

2020-05-27 Thread GitBox
leezu merged pull request #18408: URL: https://github.com/apache/incubator-mxnet/pull/18408 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] ys2843 commented on issue #16323: [website] global search feature needed

2020-05-27 Thread GitBox
ys2843 commented on issue #16323: URL: https://github.com/apache/incubator-mxnet/issues/16323#issuecomment-634908291 Thanks, PR: #18288. We can close this issue now This is an automated message from the Apache Git Service.

[GitHub] [incubator-mxnet] szha commented on pull request #18054: Bump ONNX version to 1.5.0

2020-05-27 Thread GitBox
szha commented on pull request #18054: URL: https://github.com/apache/incubator-mxnet/pull/18054#issuecomment-634894983 ONNX 1.6.0 switches the opset version to 2 so it would be a bigger change.

[GitHub] [incubator-mxnet] szha commented on pull request #18404: try without force inline

2020-05-27 Thread GitBox
szha commented on pull request #18404: URL: https://github.com/apache/incubator-mxnet/pull/18404#issuecomment-634893812 @JiangZhaoh you will need to use gcc-7 for getting the warning. I was able to obtain the warning on mac by installing `brew install gcc@7` and specify `CC=gcc-7

[GitHub] [incubator-mxnet] szha commented on issue #18414: Type inference bug of negation

2020-05-27 Thread GitBox
szha commented on issue #18414: URL: https://github.com/apache/incubator-mxnet/issues/18414#issuecomment-634891629 @CassiniXu thanks for finding the root cause. In terms of the solution, I'm not sure if multiply is the right way to go. After all, we don't want int8 number to be promoted

[GitHub] [incubator-mxnet] leezu commented on issue #18421: Codecov migration to marketplace app

2020-05-27 Thread GitBox
leezu commented on issue #18421: URL: https://github.com/apache/incubator-mxnet/issues/18421#issuecomment-634879679 cc @marcoabreu This is an automated message from the Apache Git Service. To respond to the message, please

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

2020-05-27 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 96d7a64 Bump the

[GitHub] [incubator-mxnet] thomasrockhu opened a new issue #18421: Codecov migration to marketplace app

2020-05-27 Thread GitBox
thomasrockhu opened a new issue #18421: URL: https://github.com/apache/incubator-mxnet/issues/18421 Hi, Tom from [Codecov](https://codecov.io) here. We noticed that you are using Codecov with fairly high frequency, and we’re so excited to see that! However, because you are not

[GitHub] [incubator-mxnet] leezu commented on issue #18401: Add Optuna to MXNet Ecosystem

2020-05-27 Thread GitBox
leezu commented on issue #18401: URL: https://github.com/apache/incubator-mxnet/issues/18401#issuecomment-634856808 Would you like to open a PR? This is an automated message from the Apache Git Service. To respond to the

[GitHub] [incubator-mxnet] leezu opened a new issue #18420: test_np_sum crash

2020-05-27 Thread GitBox
leezu opened a new issue #18420: URL: https://github.com/apache/incubator-mxnet/issues/18420 ``` [2020-05-27T04:27:37.644Z] tests/python/unittest/test_numpy_op.py::test_np_bool_agg[int8-True-True-True-shape9-all] [2020-05-27T04:27:37.644Z] [gw1] node down: Not properly terminated

[GitHub] [incubator-mxnet] mxnet-bot commented on pull request #18351: Back port the PR #17672:boolean indexing to branch v1.x

2020-05-27 Thread GitBox
mxnet-bot commented on pull request #18351: URL: https://github.com/apache/incubator-mxnet/pull/18351#issuecomment-634854756 Jenkins CI successfully triggered : [edge] This is an automated message from the Apache Git

[GitHub] [incubator-mxnet] leezu commented on issue #18382: test_CSVIter

2020-05-27 Thread GitBox
leezu commented on issue #18382: URL: https://github.com/apache/incubator-mxnet/issues/18382#issuecomment-634855242 @zhreshold the test is still flaky

[GitHub] [incubator-mxnet] Alicia1529 commented on pull request #18351: Back port the PR #17672:boolean indexing to branch v1.x

2020-05-27 Thread GitBox
Alicia1529 commented on pull request #18351: URL: https://github.com/apache/incubator-mxnet/pull/18351#issuecomment-634854710 @mxnet-bot run ci [edge] This is an automated message from the Apache Git Service. To respond to

[GitHub] [incubator-mxnet] ChaiBapchya commented on issue #17982: [RFC] MXNet website improvements

2020-05-27 Thread GitBox
ChaiBapchya commented on issue #17982: URL: https://github.com/apache/incubator-mxnet/issues/17982#issuecomment-634850809 Another issue: Anchor tags are shifted. Anchor tags exist, but they don't work properly. They are shifted by certain margin [potentially getting hidden by the

[GitHub] [incubator-mxnet] ChaiBapchya commented on issue #16323: [website] global search feature needed

2020-05-27 Thread GitBox
ChaiBapchya commented on issue #16323: URL: https://github.com/apache/incubator-mxnet/issues/16323#issuecomment-634847578 @ys2843 This is done!!! This is an automated message from the Apache Git Service. To respond to the

[GitHub] [incubator-mxnet] ChaiBapchya commented on issue #16254: Enable anchors on website

2020-05-27 Thread GitBox
ChaiBapchya commented on issue #16254: URL: https://github.com/apache/incubator-mxnet/issues/16254#issuecomment-634847197 @aaronmarkham gentle ping. Looks like we do have anchors for section headings. Any specific pages that don't?

[GitHub] [incubator-mxnet] leezu commented on issue #18395: can't import mxnet

2020-05-27 Thread GitBox
leezu commented on issue #18395: URL: https://github.com/apache/incubator-mxnet/issues/18395#issuecomment-634829864 @ciyongch please recommend if we like to backport the build improvements to 1.7 release and fix this issue for 1.7. Otherwise the pip wheels will remain broken on older cpu

[GitHub] [incubator-mxnet] leezu commented on issue #18392: Need cuda 10.2 python prebuild wheel for nvidia jetson platform.

2020-05-27 Thread GitBox
leezu commented on issue #18392: URL: https://github.com/apache/incubator-mxnet/issues/18392#issuecomment-634824410 @JustinhoCHN in fact Nvidia promised to me that they'll simplify the cross compile toolchain experience. Unfortunately it's taking them a long time, but the current ETA is

[GitHub] [incubator-mxnet] leezu edited a comment on issue #18395: can't import mxnet

2020-05-27 Thread GitBox
leezu edited a comment on issue #18395: URL: https://github.com/apache/incubator-mxnet/issues/18395#issuecomment-634821863 You're using a too old cpu to be supported by the existing pip package. The CPU does not support some instructions used by the pip package. Please compile from

[GitHub] [incubator-mxnet] leezu commented on issue #18395: can't import mxnet

2020-05-27 Thread GitBox
leezu commented on issue #18395: URL: https://github.com/apache/incubator-mxnet/issues/18395#issuecomment-634821863 You're using a too old cpu to be supported by the existing pip package. Please compile from source. The pip packages will be fixed in the next release.

[GitHub] [incubator-mxnet] leezu commented on issue #18395: can't import mxnet

2020-05-27 Thread GitBox
leezu commented on issue #18395: URL: https://github.com/apache/incubator-mxnet/issues/18395#issuecomment-634822079 Reference https://github.com/apache/incubator-mxnet/pull/18408 This is an automated message from the

[GitHub] [incubator-mxnet] leezu closed issue #18395: can't import mxnet

2020-05-27 Thread GitBox
leezu closed issue #18395: URL: https://github.com/apache/incubator-mxnet/issues/18395 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] mxnet-bot commented on pull request #18419: [Numpy]Fix einsum issue #18102

2020-05-27 Thread GitBox
mxnet-bot commented on pull request #18419: URL: https://github.com/apache/incubator-mxnet/pull/18419#issuecomment-634785155 Hey @hanke580 , 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] hanke580 opened a new pull request #18419: [Numpy]Fix einsum issue #18102

2020-05-27 Thread GitBox
hanke580 opened a new pull request #18419: URL: https://github.com/apache/incubator-mxnet/pull/18419 ## Description ## Fix einsum gradient bug in Issue #18102 ## Checklist ## ### Essentials ### Please feel free to remove inapplicable items for your PR. - [ ] The PR title

[GitHub] [incubator-mxnet] ChaiBapchya commented on pull request #18375: [v1.x] Backport edge pipeline

2020-05-27 Thread GitBox
ChaiBapchya commented on pull request #18375: URL: https://github.com/apache/incubator-mxnet/pull/18375#issuecomment-634766624 Makes sense! Thanks @leezu @ciyongch This is an automated message from the Apache Git Service.

[GitHub] [incubator-mxnet] mxnet-bot commented on pull request #18408: Fix CD failure due to illegal instruction in OpenBLAS

2020-05-27 Thread GitBox
mxnet-bot commented on pull request #18408: URL: https://github.com/apache/incubator-mxnet/pull/18408#issuecomment-634757299 Jenkins CI successfully triggered : [unix-cpu] This is an automated message from the Apache Git

[GitHub] [incubator-mxnet] leezu commented on pull request #18408: Fix CD failure due to illegal instruction in OpenBLAS

2020-05-27 Thread GitBox
leezu commented on pull request #18408: URL: https://github.com/apache/incubator-mxnet/pull/18408#issuecomment-634757220 @mxnet-bot run ci [unix-cpu] This is an automated message from the Apache Git Service. To respond to

[GitHub] [incubator-mxnet] leezu commented on pull request #18418: Unset USE_SSE for s390x architecture

2020-05-27 Thread GitBox
leezu commented on pull request #18418: URL: https://github.com/apache/incubator-mxnet/pull/18418#issuecomment-634756098 The Makefile will be deleted in the near future. I suggest you target the 1.x branch or switch the to the cmake setup. Does the same issue affect cmake?

[incubator-mxnet] branch v1.7.x updated: Revert PR 17767 for fixing GPU memory usage regression (#18283) (#18311)

2020-05-27 Thread ptrendx
This is an automated email from the ASF dual-hosted git repository. ptrendx pushed a commit to branch v1.7.x in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git The following commit(s) were added to refs/heads/v1.7.x by this push: new 4033a85 Revert PR 17767 for fixing

[incubator-mxnet] branch v1.7.x updated: Revert PR 17767 for fixing GPU memory usage regression (#18283) (#18311)

2020-05-27 Thread ptrendx
This is an automated email from the ASF dual-hosted git repository. ptrendx pushed a commit to branch v1.7.x in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git The following commit(s) were added to refs/heads/v1.7.x by this push: new 4033a85 Revert PR 17767 for fixing

[GitHub] [incubator-mxnet] ptrendx merged pull request #18311: Revert PR 17767 [1.7 branch] (#18283)

2020-05-27 Thread GitBox
ptrendx merged pull request #18311: URL: https://github.com/apache/incubator-mxnet/pull/18311 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[GitHub] [incubator-mxnet] mxnet-bot commented on pull request #18418: Unset USE_SSE for s390x architecture

2020-05-27 Thread GitBox
mxnet-bot commented on pull request #18418: URL: https://github.com/apache/incubator-mxnet/pull/18418#issuecomment-634741022 Undefined action detected. Permissible actions are : run ci [all], run ci [job1, job2] Example : @mxnet-bot run ci [all] Example : @mxnet-bot run ci

[GitHub] [incubator-mxnet] Masquerade0097 edited a comment on pull request #18418: Unset USE_SSE for s390x architecture

2020-05-27 Thread GitBox
Masquerade0097 edited a comment on pull request #18418: URL: https://github.com/apache/incubator-mxnet/pull/18418#issuecomment-634740974 @mxnet-bot run ci [miscellaneous] This is an automated message from the Apache Git

[GitHub] [incubator-mxnet] Masquerade0097 commented on pull request #18418: Unset USE_SSE for s390x architecture

2020-05-27 Thread GitBox
Masquerade0097 commented on pull request #18418: URL: https://github.com/apache/incubator-mxnet/pull/18418#issuecomment-634740974 @mxnet-bot run ci miscellaneous This is an automated message from the Apache Git Service. To

[GitHub] [incubator-mxnet] mxnet-bot commented on pull request #18418: Unset USE_SSE for s390x architecture

2020-05-27 Thread GitBox
mxnet-bot commented on pull request #18418: URL: https://github.com/apache/incubator-mxnet/pull/18418#issuecomment-634741302 Jenkins CI successfully triggered : [miscellaneous] This is an automated message from the Apache

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

2020-05-27 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 5db884d Bump the

[GitHub] [incubator-mxnet] Masquerade0097 opened a new pull request #18418: Unset USE_SSE for s390x architecture

2020-05-27 Thread GitBox
Masquerade0097 opened a new pull request #18418: URL: https://github.com/apache/incubator-mxnet/pull/18418 ## Description ## #18417 ## Checklist ## ### Essentials ### Please feel free to remove inapplicable items for your PR. - [ ] The PR title starts with

[GitHub] [incubator-mxnet] mxnet-bot commented on pull request #18418: Unset USE_SSE for s390x architecture

2020-05-27 Thread GitBox
mxnet-bot commented on pull request #18418: URL: https://github.com/apache/incubator-mxnet/pull/18418#issuecomment-634626785 Hey @Masquerade0097 , 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] RuRo commented on pull request #18054: Bump ONNX version to 1.5.0

2020-05-27 Thread GitBox
RuRo commented on pull request #18054: URL: https://github.com/apache/incubator-mxnet/pull/18054#issuecomment-634623916 So I came back after my exams to find that the ONNX version was apparently bumped to 1.5.0 in #18025, but the tests weren't actually updated. I am not sure, why are the

[GitHub] [incubator-mxnet] Masquerade0097 opened a new issue #18417: Unable to build MXNet C++ library on s390x

2020-05-27 Thread GitBox
Masquerade0097 opened a new issue #18417: URL: https://github.com/apache/incubator-mxnet/issues/18417 ## Description MXNet library for C++ fails to build on s390x. ### Error Message ``` g++ -std=c++11 -c -DMSHADOW_FORCE_STREAM -Wall -Wsign-compare

[GitHub] [incubator-mxnet] ZheyuYe opened a new issue #18416: [Numpy] np.where fails for scalar

2020-05-27 Thread GitBox
ZheyuYe opened a new issue #18416: URL: https://github.com/apache/incubator-mxnet/issues/18416 As title described, a fatal error occurs when this operation encounters a scalar. Same operation `nd.where` does not support scalar but only `nd.ndarray`. ``` import mxnet as mx

[GitHub] [incubator-mxnet] Masquerade0097 closed issue #18415: error: unknown type name 'uint32_t'

2020-05-27 Thread GitBox
Masquerade0097 closed issue #18415: URL: https://github.com/apache/incubator-mxnet/issues/18415 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[GitHub] [incubator-mxnet] mxnet-bot commented on pull request #18317: [1.x] Backport of LSTM and GRU fix (#17898) and RNN op (#17632)

2020-05-27 Thread GitBox
mxnet-bot commented on pull request #18317: URL: https://github.com/apache/incubator-mxnet/pull/18317#issuecomment-634552427 Jenkins CI successfully triggered : [edge] This is an automated message from the Apache Git

[GitHub] [incubator-mxnet] bgawrych commented on pull request #18317: [1.x] Backport of LSTM and GRU fix (#17898) and RNN op (#17632)

2020-05-27 Thread GitBox
bgawrych commented on pull request #18317: URL: https://github.com/apache/incubator-mxnet/pull/18317#issuecomment-634552336 @mxnet-bot run ci [edge] This is an automated message from the Apache Git Service. To respond to the

[GitHub] [incubator-mxnet] Masquerade0097 opened a new issue #18415: error: unknown type name 'uint32_t'

2020-05-27 Thread GitBox
Masquerade0097 opened a new issue #18415: URL: https://github.com/apache/incubator-mxnet/issues/18415 ## Description I built the MXNet c++ library and installed it on my system. Then when I was trying to build a project that uses MXNet c++ library, I got the following errors. My

[GitHub] [incubator-mxnet] CassiniXu commented on issue #18414: Type inference bug of negation

2020-05-27 Thread GitBox
CassiniXu commented on issue #18414: URL: https://github.com/apache/incubator-mxnet/issues/18414#issuecomment-634489767 @sxjscience Thanks for your issue, I was able to reproduce this issue on my device, we discovered that the cause of this problem is

[GitHub] [incubator-mxnet] JiangZhaoh edited a comment on pull request #18404: try without force inline

2020-05-27 Thread GitBox
JiangZhaoh edited a comment on pull request #18404: URL: https://github.com/apache/incubator-mxnet/pull/18404#issuecomment-634465972 Sorry but I can't reproduce the CI compile issue. I made the same change as your commit in master branch, it can build successfully. I use **Deep

[GitHub] [incubator-mxnet] JiangZhaoh commented on pull request #18404: try without force inline

2020-05-27 Thread GitBox
JiangZhaoh commented on pull request #18404: URL: https://github.com/apache/incubator-mxnet/pull/18404#issuecomment-634465972 Sorry but I can't reproduce the CI compile issue. I use **Deep Learning AMI (Ubuntu 18.04) Version 29.0 (ami-0ffd41ee43c386b23)** as my local machine and the

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

2020-05-27 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 c14e13d Bump the

[GitHub] [incubator-mxnet] sxjscience opened a new issue #18414: Type inference bug of negation

2020-05-27 Thread GitBox
sxjscience opened a new issue #18414: URL: https://github.com/apache/incubator-mxnet/issues/18414 ```python import mxnet as mx mx.npx.set_np() a = mx.np.ones((10, 10), dtype=mx.np.int32) b = -a print(b.dtype) ``` Output: ``` float64 ```