[GitHub] [incubator-mxnet] haojin2 merged pull request #15837: Numpy add numpy op indices

2019-09-12 Thread GitBox
haojin2 merged pull request #15837: Numpy add numpy op indices URL: https://github.com/apache/incubator-mxnet/pull/15837 This is an automated message from the Apache Git Service. To respond to the message, please log on to

[incubator-mxnet] branch master updated (5b42065 -> 287e3b5)

2019-09-12 Thread haoj
This is an automated email from the ASF dual-hosted git repository. haoj pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git. from 5b42065 Fixing build for gluon estimator test, including libtvm in pack libs (#16148) add 287e3b5

[GitHub] [incubator-mxnet] RomanSteinberg edited a comment on issue #16134: Incorrect subtraction

2019-09-12 Thread GitBox
RomanSteinberg edited a comment on issue #16134: Incorrect subtraction URL: https://github.com/apache/incubator-mxnet/issues/16134#issuecomment-530705229 @leezu the results are the same. And once again I want to point out that I can find workaround, but it *doesn't remove vulnerability

[GitHub] [incubator-mxnet] szha commented on issue #16097: [numpy] array ufunc and array function protocols

2019-09-12 Thread GitBox
szha commented on issue #16097: [numpy] array ufunc and array function protocols URL: https://github.com/apache/incubator-mxnet/pull/16097#issuecomment-530701110 The downside of upgrading is the potential conflict of the numpy dependency version between mxnet’s and other packages’. Shall

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

2019-09-12 Thread marcoabreu
This is an automated email from the ASF dual-hosted git repository. marcoabreu 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 5f206fb Bump the publish

[GitHub] [incubator-mxnet] RomanSteinberg commented on issue #16134: Incorrect subtraction

2019-09-12 Thread GitBox
RomanSteinberg commented on issue #16134: Incorrect subtraction URL: https://github.com/apache/incubator-mxnet/issues/16134#issuecomment-530705229 @leezu the results are the same. And once again I want to point out that I can find workaround, but it *doesn't remove vulnerability from

[GitHub] [incubator-mxnet] reminisce commented on issue #16097: [numpy] array ufunc and array function protocols

2019-09-12 Thread GitBox
reminisce commented on issue #16097: [numpy] array ufunc and array function protocols URL: https://github.com/apache/incubator-mxnet/pull/16097#issuecomment-530706856 I will add proper error message when it is used with numpy 1.16 versions. Thanks.

[GitHub] [incubator-mxnet] larroy removed a comment on issue #15167: Pointwise fusion for GPU

2019-09-12 Thread GitBox
larroy removed a comment on issue #15167: Pointwise fusion for GPU URL: https://github.com/apache/incubator-mxnet/pull/15167#issuecomment-529180384 @cjolivier01 you are no longer active in this project and are just blocking PRs and preventing contributions, do the right thing for the

[GitHub] [incubator-mxnet] RomanSteinberg edited a comment on issue #16134: Incorrect subtraction

2019-09-12 Thread GitBox
RomanSteinberg edited a comment on issue #16134: Incorrect subtraction URL: https://github.com/apache/incubator-mxnet/issues/16134#issuecomment-530268559 There are 2 computers with GPU and 2 without. All have linux installed and python works in virtual environments. For simplification, I

[GitHub] [incubator-mxnet] RomanSteinberg commented on issue #16134: Incorrect subtraction

2019-09-12 Thread GitBox
RomanSteinberg commented on issue #16134: Incorrect subtraction URL: https://github.com/apache/incubator-mxnet/issues/16134#issuecomment-530710565 By the way, has anyone managed to reproduce the error? If not I'll try to find possibility to "copy" the system on "deploy" computer.

[GitHub] [incubator-mxnet] tingying2020 commented on a change in pull request #16016: [numpy] operator ravel, derive from reshape

2019-09-12 Thread GitBox
tingying2020 commented on a change in pull request #16016: [numpy] operator ravel, derive from reshape URL: https://github.com/apache/incubator-mxnet/pull/16016#discussion_r323614375 ## File path: python/mxnet/ndarray/numpy/_op.py ## @@ -2363,3 +2363,55 @@ def var(a,

[GitHub] [incubator-mxnet] leezu commented on issue #16097: [numpy] array ufunc and array function protocols

2019-09-12 Thread GitBox
leezu commented on issue #16097: [numpy] array ufunc and array function protocols URL: https://github.com/apache/incubator-mxnet/pull/16097#issuecomment-530725409 @szha this assumes that people can't upgrade to numpy 1.17 if they are using 1.16. However, I don't see any backword

[GitHub] [incubator-mxnet] haojin2 commented on a change in pull request #15838: [numpy] nonzero

2019-09-12 Thread GitBox
haojin2 commented on a change in pull request #15838: [numpy] nonzero URL: https://github.com/apache/incubator-mxnet/pull/15838#discussion_r323632354 ## File path: tests/python/unittest/test_numpy_op.py ## @@ -1744,6 +1744,44 @@ def test_indexing_mode(sampler, set_size,

[GitHub] [incubator-mxnet] haojin2 commented on a change in pull request #16126: [numpy] operator around

2019-09-12 Thread GitBox
haojin2 commented on a change in pull request #16126: [numpy] operator around URL: https://github.com/apache/incubator-mxnet/pull/16126#discussion_r323647478 ## File path: tests/python/unittest/test_numpy_op.py ## @@ -1647,6 +1647,40 @@ def hybrid_forward(self, F, a):

[GitHub] [incubator-mxnet] haojin2 commented on a change in pull request #16126: [numpy] operator around

2019-09-12 Thread GitBox
haojin2 commented on a change in pull request #16126: [numpy] operator around URL: https://github.com/apache/incubator-mxnet/pull/16126#discussion_r323645802 ## File path: src/operator/tensor/elemwise_unary_op.h ## @@ -560,6 +560,101 @@ struct ReshapeLikeParam : public

[GitHub] [incubator-mxnet] tingying2020 commented on a change in pull request #15819: [Numpy]flip

2019-09-12 Thread GitBox
tingying2020 commented on a change in pull request #15819: [Numpy]flip URL: https://github.com/apache/incubator-mxnet/pull/15819#discussion_r323651440 ## File path: src/operator/numpy/np_matrix_op-inl.h ## @@ -60,6 +60,81 @@ void NumpyTranspose(const nnvm::NodeAttrs&

[GitHub] [incubator-mxnet] gyshi commented on a change in pull request #16025: Numpy add numpy op left_shift and right_shift

2019-09-12 Thread GitBox
gyshi commented on a change in pull request #16025: Numpy add numpy op left_shift and right_shift URL: https://github.com/apache/incubator-mxnet/pull/16025#discussion_r323609421 ## File path: tests/python/unittest/test_numpy_op.py ## @@ -1647,6 +1647,50 @@ def

[GitHub] [incubator-mxnet] haojin2 commented on a change in pull request #16126: [numpy] operator around

2019-09-12 Thread GitBox
haojin2 commented on a change in pull request #16126: [numpy] operator around URL: https://github.com/apache/incubator-mxnet/pull/16126#discussion_r323646468 ## File path: tests/python/unittest/test_numpy_op.py ## @@ -1647,6 +1647,40 @@ def hybrid_forward(self, F, a):

[GitHub] [incubator-mxnet] haojin2 commented on a change in pull request #16126: [numpy] operator around

2019-09-12 Thread GitBox
haojin2 commented on a change in pull request #16126: [numpy] operator around URL: https://github.com/apache/incubator-mxnet/pull/16126#discussion_r323646730 ## File path: tests/python/unittest/test_numpy_op.py ## @@ -1647,6 +1647,40 @@ def hybrid_forward(self, F, a):

[GitHub] [incubator-mxnet] RomanSteinberg edited a comment on issue #16134: Incorrect subtraction

2019-09-12 Thread GitBox
RomanSteinberg edited a comment on issue #16134: Incorrect subtraction URL: https://github.com/apache/incubator-mxnet/issues/16134#issuecomment-530705229 @leezu the results are the same. And once again I want to point out that I can find workaround, but it *doesn't remove vulnerability

[GitHub] [incubator-mxnet] tingying2020 opened a new pull request #16151: [numpy] [tvm] operator floor_divide

2019-09-12 Thread GitBox
tingying2020 opened a new pull request #16151: [numpy] [tvm] operator floor_divide URL: https://github.com/apache/incubator-mxnet/pull/16151 @haojin2 @yzhliu This is an automated message from the Apache Git Service. To

[GitHub] [incubator-mxnet] haojin2 commented on a change in pull request #15838: [numpy] nonzero

2019-09-12 Thread GitBox
haojin2 commented on a change in pull request #15838: [numpy] nonzero URL: https://github.com/apache/incubator-mxnet/pull/15838#discussion_r323631849 ## File path: python/mxnet/_numpy_op_doc.py ## @@ -100,6 +100,54 @@ def _np_cumsum(a, axis=None, dtype=None, out=None):

[GitHub] [incubator-mxnet] haojin2 commented on a change in pull request #15838: [numpy] nonzero

2019-09-12 Thread GitBox
haojin2 commented on a change in pull request #15838: [numpy] nonzero URL: https://github.com/apache/incubator-mxnet/pull/15838#discussion_r323632081 ## File path: tests/python/unittest/test_numpy_op.py ## @@ -1744,6 +1744,44 @@ def test_indexing_mode(sampler, set_size,

[GitHub] [incubator-mxnet] haojin2 commented on a change in pull request #15838: [numpy] nonzero

2019-09-12 Thread GitBox
haojin2 commented on a change in pull request #15838: [numpy] nonzero URL: https://github.com/apache/incubator-mxnet/pull/15838#discussion_r323632202 ## File path: tests/python/unittest/test_numpy_op.py ## @@ -1744,6 +1744,44 @@ def test_indexing_mode(sampler, set_size,

[GitHub] [incubator-mxnet] tingying2020 commented on a change in pull request #16126: [numpy] operator around

2019-09-12 Thread GitBox
tingying2020 commented on a change in pull request #16126: [numpy] operator around URL: https://github.com/apache/incubator-mxnet/pull/16126#discussion_r323703197 ## File path: src/operator/tensor/elemwise_unary_op.h ## @@ -560,6 +560,101 @@ struct ReshapeLikeParam :

[GitHub] [incubator-mxnet] tingying2020 closed pull request #15799: [doc]numpy doc new pr after rebase

2019-09-12 Thread GitBox
tingying2020 closed pull request #15799: [doc]numpy doc new pr after rebase URL: https://github.com/apache/incubator-mxnet/pull/15799 This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] [incubator-mxnet] xidulu opened a new pull request #16152: [Numpy] Random.gamma() implemented

2019-09-12 Thread GitBox
xidulu opened a new pull request #16152: [Numpy] Random.gamma() implemented URL: https://github.com/apache/incubator-mxnet/pull/16152 ## Description ## As title, implementation detail is described in https://github.com/apache/incubator-mxnet/issues/15928 The current

[GitHub] [incubator-mxnet] tingying2020 commented on a change in pull request #16016: [numpy] operator ravel, derive from reshape

2019-09-12 Thread GitBox
tingying2020 commented on a change in pull request #16016: [numpy] operator ravel, derive from reshape URL: https://github.com/apache/incubator-mxnet/pull/16016#discussion_r323689966 ## File path: python/mxnet/symbol/numpy/_symbol.py ## @@ -2678,4 +2678,42 @@ def var(a,

[GitHub] [incubator-mxnet] tingying2020 commented on a change in pull request #16016: [numpy] operator ravel, derive from reshape

2019-09-12 Thread GitBox
tingying2020 commented on a change in pull request #16016: [numpy] operator ravel, derive from reshape URL: https://github.com/apache/incubator-mxnet/pull/16016#discussion_r323689923 ## File path: python/mxnet/ndarray/numpy/_op.py ## @@ -2363,3 +2363,55 @@ def var(a,

[GitHub] [incubator-mxnet] tingying2020 commented on a change in pull request #16016: [numpy] operator ravel, derive from reshape

2019-09-12 Thread GitBox
tingying2020 commented on a change in pull request #16016: [numpy] operator ravel, derive from reshape URL: https://github.com/apache/incubator-mxnet/pull/16016#discussion_r323694953 ## File path: python/mxnet/ndarray/numpy/_op.py ## @@ -2363,3 +2363,55 @@ def var(a,

[GitHub] [incubator-mxnet] haojin2 commented on a change in pull request #16126: [numpy] operator around

2019-09-12 Thread GitBox
haojin2 commented on a change in pull request #16126: [numpy] operator around URL: https://github.com/apache/incubator-mxnet/pull/16126#discussion_r323646292 ## File path: tests/python/unittest/test_numpy_op.py ## @@ -1647,6 +1647,40 @@ def hybrid_forward(self, F, a):

[GitHub] [incubator-mxnet] haojin2 commented on a change in pull request #16126: [numpy] operator around

2019-09-12 Thread GitBox
haojin2 commented on a change in pull request #16126: [numpy] operator around URL: https://github.com/apache/incubator-mxnet/pull/16126#discussion_r323646091 ## File path: src/operator/tensor/elemwise_unary_op.h ## @@ -560,6 +560,101 @@ struct ReshapeLikeParam : public

[GitHub] [incubator-mxnet] haojin2 commented on a change in pull request #16126: [numpy] operator around

2019-09-12 Thread GitBox
haojin2 commented on a change in pull request #16126: [numpy] operator around URL: https://github.com/apache/incubator-mxnet/pull/16126#discussion_r323645802 ## File path: src/operator/tensor/elemwise_unary_op.h ## @@ -560,6 +560,101 @@ struct ReshapeLikeParam : public

[GitHub] [incubator-mxnet] tingying2020 commented on a change in pull request #15819: [Numpy]flip

2019-09-12 Thread GitBox
tingying2020 commented on a change in pull request #15819: [Numpy]flip URL: https://github.com/apache/incubator-mxnet/pull/15819#discussion_r323651406 ## File path: src/operator/numpy/np_matrix_op-inl.h ## @@ -60,6 +60,81 @@ void NumpyTranspose(const nnvm::NodeAttrs&

[GitHub] [incubator-mxnet] gyshi commented on a change in pull request #15815: Numpy add numpy op hanning, hamming, blackman

2019-09-12 Thread GitBox
gyshi commented on a change in pull request #15815: Numpy add numpy op hanning, hamming, blackman URL: https://github.com/apache/incubator-mxnet/pull/15815#discussion_r323617237 ## File path: python/mxnet/ndarray/numpy/_op.py ## @@ -2145,3 +2145,275 @@ def argmax(a,

[GitHub] [incubator-mxnet] tingying2020 commented on a change in pull request #16016: [numpy] operator ravel, derive from reshape

2019-09-12 Thread GitBox
tingying2020 commented on a change in pull request #16016: [numpy] operator ravel, derive from reshape URL: https://github.com/apache/incubator-mxnet/pull/16016#discussion_r323621370 ## File path: python/mxnet/symbol/numpy/_symbol.py ## @@ -2678,4 +2678,42 @@ def var(a,

[GitHub] [incubator-mxnet] haojin2 commented on a change in pull request #15819: [Numpy]flip

2019-09-12 Thread GitBox
haojin2 commented on a change in pull request #15819: [Numpy]flip URL: https://github.com/apache/incubator-mxnet/pull/15819#discussion_r323629714 ## File path: tests/python/unittest/test_numpy_op.py ## @@ -1744,6 +1744,66 @@ def test_indexing_mode(sampler, set_size,

[GitHub] [incubator-mxnet] haojin2 commented on a change in pull request #15819: [Numpy]flip

2019-09-12 Thread GitBox
haojin2 commented on a change in pull request #15819: [Numpy]flip URL: https://github.com/apache/incubator-mxnet/pull/15819#discussion_r323629194 ## File path: tests/python/unittest/test_numpy_op.py ## @@ -1744,6 +1744,66 @@ def test_indexing_mode(sampler, set_size,

[GitHub] [incubator-mxnet] QueensGambit commented on a change in pull request #16144: added -DCMAKE_BUILD_TYPE=Release to docs for building from source

2019-09-12 Thread GitBox
QueensGambit commented on a change in pull request #16144: added -DCMAKE_BUILD_TYPE=Release to docs for building from source URL: https://github.com/apache/incubator-mxnet/pull/16144#discussion_r323675640 ## File path: docs/install/build_from_source.md ## @@ -182,6 +182,8

[GitHub] [incubator-mxnet] gyshi commented on a change in pull request #15815: Numpy add numpy op hanning, hamming, blackman

2019-09-12 Thread GitBox
gyshi commented on a change in pull request #15815: Numpy add numpy op hanning, hamming, blackman URL: https://github.com/apache/incubator-mxnet/pull/15815#discussion_r323618268 ## File path: python/mxnet/ndarray/numpy/_op.py ## @@ -2145,3 +2145,275 @@ def argmax(a,

[GitHub] [incubator-mxnet] leezu commented on issue #16114: improve dataloader signals and messages

2019-09-12 Thread GitBox
leezu commented on issue #16114: improve dataloader signals and messages URL: https://github.com/apache/incubator-mxnet/pull/16114#issuecomment-530729242 Thanks @zhreshold! I wonder if adding a default timeout is a backwards incompatible change that affects our semantic versioning

[GitHub] [incubator-mxnet] haojin2 commented on a change in pull request #15819: [Numpy]flip

2019-09-12 Thread GitBox
haojin2 commented on a change in pull request #15819: [Numpy]flip URL: https://github.com/apache/incubator-mxnet/pull/15819#discussion_r323630349 ## File path: src/operator/numpy/np_matrix_op-inl.h ## @@ -60,6 +60,81 @@ void NumpyTranspose(const nnvm::NodeAttrs& attrs,

[GitHub] [incubator-mxnet] haojin2 commented on a change in pull request #15819: [Numpy]flip

2019-09-12 Thread GitBox
haojin2 commented on a change in pull request #15819: [Numpy]flip URL: https://github.com/apache/incubator-mxnet/pull/15819#discussion_r323630430 ## File path: src/operator/numpy/np_matrix_op-inl.h ## @@ -60,6 +60,81 @@ void NumpyTranspose(const nnvm::NodeAttrs& attrs,

[GitHub] [incubator-mxnet] haojin2 commented on a change in pull request #16016: [numpy] operator ravel, derive from reshape

2019-09-12 Thread GitBox
haojin2 commented on a change in pull request #16016: [numpy] operator ravel, derive from reshape URL: https://github.com/apache/incubator-mxnet/pull/16016#discussion_r323648765 ## File path: tests/python/unittest/test_numpy_op.py ## @@ -1323,6 +1323,39 @@ def

[GitHub] [incubator-mxnet] haojin2 commented on a change in pull request #16016: [numpy] operator ravel, derive from reshape

2019-09-12 Thread GitBox
haojin2 commented on a change in pull request #16016: [numpy] operator ravel, derive from reshape URL: https://github.com/apache/incubator-mxnet/pull/16016#discussion_r323648906 ## File path: python/mxnet/ndarray/numpy/_op.py ## @@ -2363,3 +2363,55 @@ def var(a,

[GitHub] [incubator-mxnet] haojin2 commented on a change in pull request #16016: [numpy] operator ravel, derive from reshape

2019-09-12 Thread GitBox
haojin2 commented on a change in pull request #16016: [numpy] operator ravel, derive from reshape URL: https://github.com/apache/incubator-mxnet/pull/16016#discussion_r323648555 ## File path: python/mxnet/symbol/numpy/_symbol.py ## @@ -2678,4 +2678,42 @@ def var(a,

[GitHub] [incubator-mxnet] tingying2020 commented on a change in pull request #16016: [numpy] operator ravel, derive from reshape

2019-09-12 Thread GitBox
tingying2020 commented on a change in pull request #16016: [numpy] operator ravel, derive from reshape URL: https://github.com/apache/incubator-mxnet/pull/16016#discussion_r323690459 ## File path: tests/python/unittest/test_numpy_op.py ## @@ -1744,6 +1777,45 @@ def

[GitHub] [incubator-mxnet] tingying2020 commented on a change in pull request #16016: [numpy] operator ravel, derive from reshape

2019-09-12 Thread GitBox
tingying2020 commented on a change in pull request #16016: [numpy] operator ravel, derive from reshape URL: https://github.com/apache/incubator-mxnet/pull/16016#discussion_r323690352 ## File path: tests/python/unittest/test_numpy_op.py ## @@ -1323,6 +1323,39 @@ def

[incubator-mxnet] branch master updated (d9364ba -> b4b7bfb)

2019-09-12 Thread taolv
This is an automated email from the ASF dual-hosted git repository. taolv pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git. from d9364ba julia: fix `mx.forward` kwargs checking (#16138) add b4b7bfb Update env_var.md (#16145) No

[GitHub] [incubator-mxnet] tingying2020 commented on a change in pull request #16126: [numpy] operator around

2019-09-12 Thread GitBox
tingying2020 commented on a change in pull request #16126: [numpy] operator around URL: https://github.com/apache/incubator-mxnet/pull/16126#discussion_r323710250 ## File path: src/operator/tensor/elemwise_unary_op.h ## @@ -560,6 +560,101 @@ struct ReshapeLikeParam :

[incubator-mxnet] branch master updated (287e3b5 -> d9364ba)

2019-09-12 Thread iblis
This is an automated email from the ASF dual-hosted git repository. iblis pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git. from 287e3b5 Numpy add numpy op indices (#15837) add d9364ba julia: fix `mx.forward` kwargs checking

[incubator-mxnet] branch ib/fix-forward deleted (was bb8a6f4)

2019-09-12 Thread iblis
This is an automated email from the ASF dual-hosted git repository. iblis pushed a change to branch ib/fix-forward in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git. was bb8a6f4 julia: fix `mx.forward` kwargs checking The revisions that were on this branch are still

[GitHub] [incubator-mxnet] iblis17 merged pull request #16138: julia: fix `mx.forward` kwargs checking

2019-09-12 Thread GitBox
iblis17 merged pull request #16138: julia: fix `mx.forward` kwargs checking URL: https://github.com/apache/incubator-mxnet/pull/16138 This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] [incubator-mxnet] TaoLv merged pull request #16145: [DOC] Update env_var.md

2019-09-12 Thread GitBox
TaoLv merged pull request #16145: [DOC] Update env_var.md URL: https://github.com/apache/incubator-mxnet/pull/16145 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub

[GitHub] [incubator-mxnet] tingying2020 commented on a change in pull request #16126: [numpy] operator around

2019-09-12 Thread GitBox
tingying2020 commented on a change in pull request #16126: [numpy] operator around URL: https://github.com/apache/incubator-mxnet/pull/16126#discussion_r323716861 ## File path: tests/python/unittest/test_numpy_op.py ## @@ -1647,6 +1647,40 @@ def hybrid_forward(self, F,

[GitHub] [incubator-mxnet] tingying2020 commented on a change in pull request #16126: [numpy] operator around

2019-09-12 Thread GitBox
tingying2020 commented on a change in pull request #16126: [numpy] operator around URL: https://github.com/apache/incubator-mxnet/pull/16126#discussion_r323716913 ## File path: tests/python/unittest/test_numpy_op.py ## @@ -1647,6 +1647,40 @@ def hybrid_forward(self, F,

[GitHub] [incubator-mxnet] tingying2020 commented on a change in pull request #16126: [numpy] operator around

2019-09-12 Thread GitBox
tingying2020 commented on a change in pull request #16126: [numpy] operator around URL: https://github.com/apache/incubator-mxnet/pull/16126#discussion_r323716956 ## File path: tests/python/unittest/test_numpy_op.py ## @@ -1647,6 +1647,40 @@ def hybrid_forward(self, F,

[GitHub] [incubator-mxnet] tingying2020 commented on a change in pull request #16126: [numpy] operator around

2019-09-12 Thread GitBox
tingying2020 commented on a change in pull request #16126: [numpy] operator around URL: https://github.com/apache/incubator-mxnet/pull/16126#discussion_r323716994 ## File path: tests/python/unittest/test_numpy_op.py ## @@ -1647,6 +1647,40 @@ def hybrid_forward(self, F,

[GitHub] [incubator-mxnet] iblis17 commented on issue #15568: julia: rename build env var `MXNET_HOME` to `MXNET_ROOT`

2019-09-12 Thread GitBox
iblis17 commented on issue #15568: julia: rename build env var `MXNET_HOME` to `MXNET_ROOT` URL: https://github.com/apache/incubator-mxnet/pull/15568#issuecomment-530812290 oh, @aaronmarkham what are the recent changes on the website builds?

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

2019-09-12 Thread marcoabreu
This is an automated email from the ASF dual-hosted git repository. marcoabreu 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 7490aec Bump the publish

[incubator-mxnet] branch ib/backport-jl updated (aa3677d -> 6559b80)

2019-09-12 Thread iblis
This is an automated email from the ASF dual-hosted git repository. iblis pushed a change to branch ib/backport-jl in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git. from aa3677d update julia install doc (#15609) add 6559b80 julia: fix `mx.forward` kwargs checking

[GitHub] [incubator-mxnet] igolan opened a new issue #16154: Deprecated MXNET website is still online ?

2019-09-12 Thread GitBox
igolan opened a new issue #16154: Deprecated MXNET website is still online ? URL: https://github.com/apache/incubator-mxnet/issues/16154 Hi, I searched for "install mxnet" in Google, and the first results was this link: http://mxnet.incubator.apache.org/test/get_started/install.html

[GitHub] [incubator-mxnet] mxnet-label-bot commented on issue #16154: Deprecated MXNET website is still online ?

2019-09-12 Thread GitBox
mxnet-label-bot commented on issue #16154: Deprecated MXNET website is still online ? URL: https://github.com/apache/incubator-mxnet/issues/16154#issuecomment-530892870 Hey, this is the MXNet Label Bot. Thank you for submitting the issue! I will try and suggest some labels so that

[GitHub] [incubator-mxnet] matteosal commented on issue #16143: Failure of MKL-DNN Convolution from C API

2019-09-12 Thread GitBox
matteosal commented on issue #16143: Failure of MKL-DNN Convolution from C API URL: https://github.com/apache/incubator-mxnet/issues/16143#issuecomment-530901486 I've discovered an example which is not fixed by the above patch. Again, I couldn't reproduce this problem using python: ```

[GitHub] [incubator-mxnet] zhreshold commented on issue #16114: improve dataloader signals and messages

2019-09-12 Thread GitBox
zhreshold commented on issue #16114: improve dataloader signals and messages URL: https://github.com/apache/incubator-mxnet/pull/16114#issuecomment-530934136 @leezu the timeout is for dataloader workers, not including the network training on the main thread. Is there any use case where

[GitHub] [incubator-mxnet] sxjscience commented on a change in pull request #15851: [Numpy] Numpy copysign

2019-09-12 Thread GitBox
sxjscience commented on a change in pull request #15851: [Numpy] Numpy copysign URL: https://github.com/apache/incubator-mxnet/pull/15851#discussion_r323830449 ## File path: tests/python/unittest/test_numpy_op.py ## @@ -149,6 +149,66 @@ def hybrid_forward(self, F, a):

[GitHub] [incubator-mxnet] sxjscience commented on a change in pull request #16016: [numpy] operator ravel, derive from reshape

2019-09-12 Thread GitBox
sxjscience commented on a change in pull request #16016: [numpy] operator ravel, derive from reshape URL: https://github.com/apache/incubator-mxnet/pull/16016#discussion_r323831244 ## File path: python/mxnet/symbol/numpy/_symbol.py ## @@ -2748,4 +2748,44 @@ def

[GitHub] [incubator-mxnet] apeforest opened a new pull request #16155: set fixed seed for profiler

2019-09-12 Thread GitBox
apeforest opened a new pull request #16155: set fixed seed for profiler URL: https://github.com/apache/incubator-mxnet/pull/16155 ## Description ## Use a fixed seed for profiler to reduce run-to-run variation. This is an

[GitHub] [incubator-mxnet] ChaiBapchya opened a new pull request #16156: Sequence last fix

2019-09-12 Thread GitBox
ChaiBapchya opened a new pull request #16156: Sequence last fix URL: https://github.com/apache/incubator-mxnet/pull/16156 ## Description ## (Brief description on what this PR is about) ## Checklist ## ### Essentials ### Please feel free to remove inapplicable items for your

[GitHub] [incubator-mxnet] marcoabreu commented on issue #16134: Incorrect subtraction

2019-09-12 Thread GitBox
marcoabreu commented on issue #16134: Incorrect subtraction URL: https://github.com/apache/incubator-mxnet/issues/16134#issuecomment-530952395 You could maybe provide a Dockerfile that recreates the environment? That would make it easier to replicate and debug the error.

[GitHub] [incubator-mxnet] chongruo opened a new pull request #16153: Add operator for Modulated Deformable Convolution

2019-09-12 Thread GitBox
chongruo opened a new pull request #16153: Add operator for Modulated Deformable Convolution URL: https://github.com/apache/incubator-mxnet/pull/16153 ## Description ## As title ## Checklist ## ### Essentials ### Please feel free to remove inapplicable items for your PR.

[GitHub] [incubator-mxnet] sxjscience commented on a change in pull request #16016: [numpy] operator ravel, derive from reshape

2019-09-12 Thread GitBox
sxjscience commented on a change in pull request #16016: [numpy] operator ravel, derive from reshape URL: https://github.com/apache/incubator-mxnet/pull/16016#discussion_r323832082 ## File path: tests/python/unittest/test_numpy_op.py ## @@ -1323,6 +1323,39 @@ def

[GitHub] [incubator-mxnet] HahTK commented on a change in pull request #16131: Fix for duplicate subgraph inputs/outputs

2019-09-12 Thread GitBox
HahTK commented on a change in pull request #16131: Fix for duplicate subgraph inputs/outputs URL: https://github.com/apache/incubator-mxnet/pull/16131#discussion_r323889132 ## File path: src/operator/subgraph/subgraph_property.h ## @@ -296,8 +296,20 @@ class

[GitHub] [incubator-mxnet] ChaiBapchya commented on issue #16156: Sequence last fix

2019-09-12 Thread GitBox
ChaiBapchya commented on issue #16156: Sequence last fix URL: https://github.com/apache/incubator-mxnet/pull/16156#issuecomment-530953036 ``` nosetests -s -v tests/nightly/test_large_vector.py:test_sequence_last test_large_vector.test_sequence_last ... ok

[GitHub] [incubator-mxnet] matteosal edited a comment on issue #16143: Failure of MKL-DNN Convolution from C API

2019-09-12 Thread GitBox
matteosal edited a comment on issue #16143: Failure of MKL-DNN Convolution from C API URL: https://github.com/apache/incubator-mxnet/issues/16143#issuecomment-530901486 I've discovered an example which is not fixed by the above patch. This is time it involves a more complex symbol with

[GitHub] [incubator-mxnet] comaniac commented on a change in pull request #15815: Numpy add numpy op hanning, hamming, blackman

2019-09-12 Thread GitBox
comaniac commented on a change in pull request #15815: Numpy add numpy op hanning, hamming, blackman URL: https://github.com/apache/incubator-mxnet/pull/15815#discussion_r323835532 ## File path: python/mxnet/ndarray/numpy/_op.py ## @@ -2145,3 +2145,275 @@ def argmax(a,

[GitHub] [incubator-mxnet] Vikas-kum commented on issue #16138: julia: fix `mx.forward` kwargs checking

2019-09-12 Thread GitBox
Vikas-kum commented on issue #16138: julia: fix `mx.forward` kwargs checking URL: https://github.com/apache/incubator-mxnet/pull/16138#issuecomment-530934646 @iblis17 the ci is failing on this PR. Please take a look at this -

[GitHub] [incubator-mxnet] marcoabreu commented on issue #16154: Deprecated MXNET website is still online ?

2019-09-12 Thread GitBox
marcoabreu commented on issue #16154: Deprecated MXNET website is still online ? URL: https://github.com/apache/incubator-mxnet/issues/16154#issuecomment-530950875 ![image](https://user-images.githubusercontent.com/18629099/64810866-7bca9800-d59c-11e9-8276-2b3835771f5d.png) You're

[GitHub] [incubator-mxnet] ChaiBapchya commented on issue #16156: Sequence last fix

2019-09-12 Thread GitBox
ChaiBapchya commented on issue #16156: Sequence last fix URL: https://github.com/apache/incubator-mxnet/pull/16156#issuecomment-530952767 @access2rohit @apeforest take a look. Thanks. This is an automated message from the

[GitHub] [incubator-mxnet] ChaiBapchya commented on issue #16156: Sequence last fix

2019-09-12 Thread GitBox
ChaiBapchya commented on issue #16156: Sequence last fix URL: https://github.com/apache/incubator-mxnet/pull/16156#issuecomment-530952650 @mxnet-label-bot add [pr-awaiting-review] This is an automated message from the Apache

[GitHub] [incubator-mxnet] sxjscience commented on a change in pull request #16016: [numpy] operator ravel, derive from reshape

2019-09-12 Thread GitBox
sxjscience commented on a change in pull request #16016: [numpy] operator ravel, derive from reshape URL: https://github.com/apache/incubator-mxnet/pull/16016#discussion_r323832234 ## File path: python/mxnet/numpy/multiarray.py ## @@ -3873,3 +3873,47 @@ def

[GitHub] [incubator-mxnet] matteosal edited a comment on issue #16143: Failure of MKL-DNN Convolution from C API

2019-09-12 Thread GitBox
matteosal edited a comment on issue #16143: Failure of MKL-DNN Convolution from C API URL: https://github.com/apache/incubator-mxnet/issues/16143#issuecomment-530901486 I've discovered an example which is not fixed by the above patch. Again, I couldn't reproduce this problem using

[GitHub] [incubator-mxnet] apeforest commented on issue #16155: set fixed seed for profiler

2019-09-12 Thread GitBox
apeforest commented on issue #16155: set fixed seed for profiler URL: https://github.com/apache/incubator-mxnet/pull/16155#issuecomment-530918599 @ChaiBapchya review please This is an automated message from the Apache Git

[GitHub] [incubator-mxnet] Vikas-kum commented on issue #15837: Numpy add numpy op indices

2019-09-12 Thread GitBox
Vikas-kum commented on issue #15837: Numpy add numpy op indices URL: https://github.com/apache/incubator-mxnet/pull/15837#issuecomment-530935264 backward compatibility check is failing for this PR: Can you check this and make sure that it passes -

[GitHub] [incubator-mxnet] aaronmarkham commented on issue #15568: julia: rename build env var `MXNET_HOME` to `MXNET_ROOT`

2019-09-12 Thread GitBox
aaronmarkham commented on issue #15568: julia: rename build env var `MXNET_HOME` to `MXNET_ROOT` URL: https://github.com/apache/incubator-mxnet/pull/15568#issuecomment-530958976 > oh, @aaronmarkham what are the recent changes on the website builds? The [code isn't merged

[GitHub] [incubator-mxnet] Laurawly commented on a change in pull request #15901: [Numpy] operator hypot

2019-09-12 Thread GitBox
Laurawly commented on a change in pull request #15901: [Numpy] operator hypot URL: https://github.com/apache/incubator-mxnet/pull/15901#discussion_r323903524 ## File path: python/mxnet/ndarray/numpy/_op.py ## @@ -2432,3 +2432,52 @@ def indices(dimensions, dtype=_np.int32,

[GitHub] [incubator-mxnet] zachgk merged pull request #16127: CD Fixes

2019-09-12 Thread GitBox
zachgk merged pull request #16127: CD Fixes URL: https://github.com/apache/incubator-mxnet/pull/16127 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the

[GitHub] [incubator-mxnet] ThomasDelteil opened a new pull request #15885: [WIP] New Website: Remove Old Content [2/3]

2019-09-12 Thread GitBox
ThomasDelteil opened a new pull request #15885: [WIP] New Website: Remove Old Content [2/3] URL: https://github.com/apache/incubator-mxnet/pull/15885 This specific commit can be reviewed here in isolation here for better readability: https://github.com/ThomasDelteil/incubator-mxnet/pull/5

[GitHub] [incubator-mxnet] ThomasDelteil closed pull request #15885: [WIP] New Website: Remove Old Content [2/3]

2019-09-12 Thread GitBox
ThomasDelteil closed pull request #15885: [WIP] New Website: Remove Old Content [2/3] URL: https://github.com/apache/incubator-mxnet/pull/15885 This is an automated message from the Apache Git Service. To respond to the

[GitHub] [incubator-mxnet] adis300 commented on issue #15303: Fix amalgamation failure.

2019-09-12 Thread GitBox
adis300 commented on issue #15303: Fix amalgamation failure. URL: https://github.com/apache/incubator-mxnet/pull/15303#issuecomment-531023979 Thanks @marcoabreu . @TaoLv I will try to rebase this branch and test in the next few days. Since it is very behind now. Hope the

[GitHub] [incubator-mxnet] marcoabreu commented on issue #15303: Fix amalgamation failure.

2019-09-12 Thread GitBox
marcoabreu commented on issue #15303: Fix amalgamation failure. URL: https://github.com/apache/incubator-mxnet/pull/15303#issuecomment-530960352 I think we're still running Amalagamation tests: https://github.com/apache/incubator-mxnet/blob/master/tests/nightly/Jenkinsfile#L76

[GitHub] [incubator-mxnet] Laurawly commented on a change in pull request #15816: Numpy Tril (Lower triangle) operator

2019-09-12 Thread GitBox
Laurawly commented on a change in pull request #15816: Numpy Tril (Lower triangle) operator URL: https://github.com/apache/incubator-mxnet/pull/15816#discussion_r323902000 ## File path: tests/python/unittest/test_numpy_op.py ## @@ -92,6 +92,65 @@ def is_int(dtype):

[GitHub] [incubator-mxnet] Laurawly commented on a change in pull request #15816: Numpy Tril (Lower triangle) operator

2019-09-12 Thread GitBox
Laurawly commented on a change in pull request #15816: Numpy Tril (Lower triangle) operator URL: https://github.com/apache/incubator-mxnet/pull/15816#discussion_r323901845 ## File path: tests/python/unittest/test_numpy_op.py ## @@ -92,6 +92,65 @@ def is_int(dtype):

[GitHub] [incubator-mxnet] igolan closed issue #16130: Imperative execution in MXNET with multiple GPUs does not run in parallel

2019-09-12 Thread GitBox
igolan closed issue #16130: Imperative execution in MXNET with multiple GPUs does not run in parallel URL: https://github.com/apache/incubator-mxnet/issues/16130 This is an automated message from the Apache Git Service. To

[GitHub] [incubator-mxnet] igolan commented on issue #16130: Imperative execution in MXNET with multiple GPUs does not run in parallel

2019-09-12 Thread GitBox
igolan commented on issue #16130: Imperative execution in MXNET with multiple GPUs does not run in parallel URL: https://github.com/apache/incubator-mxnet/issues/16130#issuecomment-530972213 Hi, If I use a larger model (cifar_wideresnet40_8) it does run in parallel. This issue can

[GitHub] [incubator-mxnet] access2rohit commented on issue #16156: Sequence last fix

2019-09-12 Thread GitBox
access2rohit commented on issue #16156: Sequence last fix URL: https://github.com/apache/incubator-mxnet/pull/16156#issuecomment-530979994 @ChaiBapchya Can you also run the full suite again and paste the results too This is

[GitHub] [incubator-mxnet] ChaiBapchya edited a comment on issue #16156: Sequence last fix

2019-09-12 Thread GitBox
ChaiBapchya edited a comment on issue #16156: Sequence last fix URL: https://github.com/apache/incubator-mxnet/pull/16156#issuecomment-531001265 For C5.18xl instance (similar to the one used to run Nightly build) topk,argsort,sort - ERROR multinomial - fails due to memory shortage

[GitHub] [incubator-mxnet] szha closed issue #16135: Sampling fails on mxnet==1.5.0 on Linux?

2019-09-12 Thread GitBox
szha closed issue #16135: Sampling fails on mxnet==1.5.0 on Linux? URL: https://github.com/apache/incubator-mxnet/issues/16135 This is an automated message from the Apache Git Service. To respond to the message, please log

[GitHub] [incubator-mxnet] ChaiBapchya commented on issue #16156: Sequence last fix

2019-09-12 Thread GitBox
ChaiBapchya commented on issue #16156: Sequence last fix URL: https://github.com/apache/incubator-mxnet/pull/16156#issuecomment-531011526 Subsequent run (commenting the ones already tested) ``` nosetests -s -v tests/nightly/test_large_vector.py

[GitHub] [incubator-mxnet] ChaiBapchya edited a comment on issue #16156: Sequence last fix

2019-09-12 Thread GitBox
ChaiBapchya edited a comment on issue #16156: Sequence last fix URL: https://github.com/apache/incubator-mxnet/pull/16156#issuecomment-531001265 For C5.18xl instance (similar to the one used to run Nightly build) topk,argsort,sort - ERROR mxnet.base.MXNetError: [21:29:51]

  1   2   >