[GitHub] [incubator-mxnet] anirudh2290 opened a new pull request #16107: Skip coverage files find for nightly tests

2019-09-05 Thread GitBox
anirudh2290 opened a new pull request #16107: Skip coverage files find for nightly tests URL: https://github.com/apache/incubator-mxnet/pull/16107 ## Description ## Skip coverage files find for nightly tests. Certain stages were assuming ENABLE_TESTCOVERAGE was on, but it has been

[GitHub] [incubator-mxnet] ZhennanQin commented on issue #16100: Infra for tvm op runtime dispatch

2019-09-05 Thread GitBox
ZhennanQin commented on issue #16100: Infra for tvm op runtime dispatch URL: https://github.com/apache/incubator-mxnet/pull/16100#issuecomment-528712768 Just for curious. Based on my knowledge, tvm op kernel is pre-compiled and then linked together with MXNet. How can it be configured

[GitHub] [incubator-mxnet] ZhennanQin commented on issue #16106: src/executor/graph_executor.cc:1847: Check failed: arg_names.size() == in_args_map.size() (2 vs. 1)

2019-09-05 Thread GitBox
ZhennanQin commented on issue #16106: src/executor/graph_executor.cc:1847: Check failed: arg_names.size() == in_args_map.size() (2 vs. 1) URL: https://github.com/apache/incubator-mxnet/issues/16106#issuecomment-528710380 Hi @adc17 , probably caused by enabling `MKLDNN` subgraph backend by

[GitHub] [incubator-mxnet] anirudh2290 commented on issue #16102: Usability degradation

2019-09-05 Thread GitBox
anirudh2290 commented on issue #16102: Usability degradation URL: https://github.com/apache/incubator-mxnet/issues/16102#issuecomment-528701725 There are already tests for exception handling: https://github.com/apache/incubator-mxnet/blob/master/tests/python/unittest/test_exc_handling.py

[GitHub] [incubator-mxnet] anirudh2290 commented on issue #15148: Very Large CPU RAM Memory Consumption (>1GB)

2019-09-05 Thread GitBox
anirudh2290 commented on issue #15148: Very Large CPU RAM Memory Consumption (>1GB) URL: https://github.com/apache/incubator-mxnet/issues/15148#issuecomment-528700879 @rvardimon thanks for raising the issue. Have you looked at the profiler output from mxnet , when you load the model

[GitHub] [incubator-mxnet] xinyu-intel commented on a change in pull request #15910: [Quantization]support exclude operators while quantization

2019-09-05 Thread GitBox
xinyu-intel commented on a change in pull request #15910: [Quantization]support exclude operators while quantization URL: https://github.com/apache/incubator-mxnet/pull/15910#discussion_r321569610 ## File path: src/operator/quantization/quantize_graph_pass.cc ## @@

[GitHub] [incubator-mxnet] wuxun-zhang commented on issue #16104: Faster Transpose 2D

2019-09-05 Thread GitBox
wuxun-zhang commented on issue #16104: Faster Transpose 2D URL: https://github.com/apache/incubator-mxnet/pull/16104#issuecomment-528699244 @ChaiBapchya From your performance table, I also noticed that int32 has a very close performance number with int64 (if I am right, here int64 means

[GitHub] [incubator-mxnet] xidulu commented on a change in pull request #16089: [Numpy] Random.choice implemented

2019-09-05 Thread GitBox
xidulu commented on a change in pull request #16089: [Numpy] Random.choice implemented URL: https://github.com/apache/incubator-mxnet/pull/16089#discussion_r321561161 ## File path: src/operator/numpy/random/np_choice_op.h ## @@ -0,0 +1,245 @@ +/* + * Licensed to the

[GitHub] [incubator-mxnet] access2rohit commented on issue #16104: Faster Transpose 2D

2019-09-05 Thread GitBox
access2rohit commented on issue #16104: Faster Transpose 2D URL: https://github.com/apache/incubator-mxnet/pull/16104#issuecomment-528686527 > Will the GPU side be accelerated? @sxjscience not yet! work will be done on that after CPU one is accelerated first

[GitHub] [incubator-mxnet] haojin2 commented on a change in pull request #16089: [Numpy] Random.choice implemented

2019-09-05 Thread GitBox
haojin2 commented on a change in pull request #16089: [Numpy] Random.choice implemented URL: https://github.com/apache/incubator-mxnet/pull/16089#discussion_r321558598 ## File path: src/operator/numpy/random/np_choice_op.h ## @@ -0,0 +1,245 @@ +/* + * Licensed to the

[GitHub] [incubator-mxnet] xinyu-intel commented on a change in pull request #16075: Integrate MKL-DNN leakyrelu

2019-09-05 Thread GitBox
xinyu-intel commented on a change in pull request #16075: Integrate MKL-DNN leakyrelu URL: https://github.com/apache/incubator-mxnet/pull/16075#discussion_r321557922 ## File path: src/operator/leaky_relu.cc ## @@ -25,27 +25,123 @@ */ #include "./leaky_relu-inl.h" +#if

[GitHub] [incubator-mxnet] haojin2 commented on a change in pull request #16089: [Numpy] Random.choice implemented

2019-09-05 Thread GitBox
haojin2 commented on a change in pull request #16089: [Numpy] Random.choice implemented URL: https://github.com/apache/incubator-mxnet/pull/16089#discussion_r321557692 ## File path: src/operator/numpy/random/np_choice_op.h ## @@ -0,0 +1,245 @@ +/* + * Licensed to the

[GitHub] [incubator-mxnet] haojin2 commented on a change in pull request #16089: [Numpy] Random.choice implemented

2019-09-05 Thread GitBox
haojin2 commented on a change in pull request #16089: [Numpy] Random.choice implemented URL: https://github.com/apache/incubator-mxnet/pull/16089#discussion_r321555272 ## File path: python/mxnet/numpy/random.py ## @@ -180,3 +180,60 @@ def multinomial(n, pvals, size=None,

[GitHub] [incubator-mxnet] mxnet-label-bot commented on issue #16106: src/executor/graph_executor.cc:1847: Check failed: arg_names.size() == in_args_map.size() (2 vs. 1)

2019-09-05 Thread GitBox
mxnet-label-bot commented on issue #16106: src/executor/graph_executor.cc:1847: Check failed: arg_names.size() == in_args_map.size() (2 vs. 1) URL: https://github.com/apache/incubator-mxnet/issues/16106#issuecomment-528678751 Hey, this is the MXNet Label Bot. Thank you for submitting

[GitHub] [incubator-mxnet] adc17 opened a new issue #16106: src/executor/graph_executor.cc:1847: Check failed: arg_names.size() == in_args_map.size() (2 vs. 1)

2019-09-05 Thread GitBox
adc17 opened a new issue #16106: src/executor/graph_executor.cc:1847: Check failed: arg_names.size() == in_args_map.size() (2 vs. 1) URL: https://github.com/apache/incubator-mxnet/issues/16106 ## Description Running `lein test` in the clojure package directory results in two

[GitHub] [incubator-mxnet] sxjscience commented on issue #16104: Faster Transpose 2D

2019-09-05 Thread GitBox
sxjscience commented on issue #16104: Faster Transpose 2D URL: https://github.com/apache/incubator-mxnet/pull/16104#issuecomment-528676506 Will the GPU side be accelerated? This is an automated message from the Apache Git

[GitHub] [incubator-mxnet] zachgk opened a new pull request #16105: Update python dependencies

2019-09-05 Thread GitBox
zachgk opened a new pull request #16105: Update python dependencies URL: https://github.com/apache/incubator-mxnet/pull/16105 ## Description ## Update dependencies to match pip release @lanking520 @access2rohit ## Checklist ## ### Essentials ### Please feel free to

[incubator-mxnet] branch master updated (d60be31 -> 7f57e8e)

2019-09-05 Thread aaronmarkham
This is an automated email from the ASF dual-hosted git repository. aaronmarkham pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git. from d60be31 Fix gradient tensor mutate in `{adam/ftrl/rmprop/rmspropalex}_update`. (#15768) add

[GitHub] [incubator-mxnet] aaronmarkham merged pull request #15884: [WIP] New Website: New Docs [1/3]

2019-09-05 Thread GitBox
aaronmarkham merged pull request #15884: [WIP] New Website: New Docs [1/3] URL: https://github.com/apache/incubator-mxnet/pull/15884 This is an automated message from the Apache Git Service. To respond to the message, please

[GitHub] [incubator-mxnet] vandanavk commented on issue #14942: ONNX export: Slice op - Handle None value for ends

2019-09-05 Thread GitBox
vandanavk commented on issue #14942: ONNX export: Slice op - Handle None value for ends URL: https://github.com/apache/incubator-mxnet/pull/14942#issuecomment-528660874 @zhreshold for review/merge This is an automated

[GitHub] [incubator-mxnet] ChaiBapchya commented on issue #16104: Faster Transpose 2D

2019-09-05 Thread GitBox
ChaiBapchya commented on issue #16104: Faster Transpose 2D URL: https://github.com/apache/incubator-mxnet/pull/16104#issuecomment-528657079 @apeforest Here numpy transpose calls the same TransposeImpl function that I have already handled. Function Call

[GitHub] [incubator-mxnet] vishaalkapoor removed a comment on issue #15884: [WIP] New Website: New Docs [1/3]

2019-09-05 Thread GitBox
vishaalkapoor removed a comment on issue #15884: [WIP] New Website: New Docs [1/3] URL: https://github.com/apache/incubator-mxnet/pull/15884#issuecomment-528610290 Approved! This is an automated message from the Apache Git

[GitHub] [incubator-mxnet] vishaalkapoor commented on issue #15884: [WIP] New Website: New Docs [1/3]

2019-09-05 Thread GitBox
vishaalkapoor commented on issue #15884: [WIP] New Website: New Docs [1/3] URL: https://github.com/apache/incubator-mxnet/pull/15884#issuecomment-528610290 Approved! This is an automated message from the Apache Git Service.

[GitHub] [incubator-mxnet] access2rohit commented on a change in pull request #16104: Faster Transpose 2D

2019-09-05 Thread GitBox
access2rohit commented on a change in pull request #16104: Faster Transpose 2D URL: https://github.com/apache/incubator-mxnet/pull/16104#discussion_r321501352 ## File path: src/operator/tensor/matrix_op-inl.h ## @@ -257,6 +257,29 @@ struct TransposeParam : public

[GitHub] [incubator-mxnet] access2rohit commented on issue #16104: Faster Transpose 2D

2019-09-05 Thread GitBox
access2rohit commented on issue #16104: Faster Transpose 2D URL: https://github.com/apache/incubator-mxnet/pull/16104#issuecomment-528606194 Can you add more description of how are you achieving the faster transpose ? You can either paste a link that describes your approach or write it

[GitHub] [incubator-mxnet] access2rohit commented on a change in pull request #16104: Faster Transpose 2D

2019-09-05 Thread GitBox
access2rohit commented on a change in pull request #16104: Faster Transpose 2D URL: https://github.com/apache/incubator-mxnet/pull/16104#discussion_r321501256 ## File path: src/operator/tensor/matrix_op-inl.h ## @@ -257,6 +257,29 @@ struct TransposeParam : public

[GitHub] [incubator-mxnet] access2rohit commented on a change in pull request #16104: Faster Transpose 2D

2019-09-05 Thread GitBox
access2rohit commented on a change in pull request #16104: Faster Transpose 2D URL: https://github.com/apache/incubator-mxnet/pull/16104#discussion_r321500521 ## File path: src/operator/tensor/matrix_op-inl.h ## @@ -257,6 +257,29 @@ struct TransposeParam : public

[GitHub] [incubator-mxnet] access2rohit commented on a change in pull request #16104: Faster Transpose 2D

2019-09-05 Thread GitBox
access2rohit commented on a change in pull request #16104: Faster Transpose 2D URL: https://github.com/apache/incubator-mxnet/pull/16104#discussion_r321500319 ## File path: src/operator/tensor/matrix_op-inl.h ## @@ -257,6 +257,29 @@ struct TransposeParam : public

[GitHub] [incubator-mxnet] access2rohit commented on a change in pull request #16104: Faster Transpose 2D

2019-09-05 Thread GitBox
access2rohit commented on a change in pull request #16104: Faster Transpose 2D URL: https://github.com/apache/incubator-mxnet/pull/16104#discussion_r321500142 ## File path: src/operator/tensor/matrix_op-inl.h ## @@ -257,6 +257,29 @@ struct TransposeParam : public

[GitHub] [incubator-mxnet] larroy commented on issue #16040: Revert accidental change to CMakelists

2019-09-05 Thread GitBox
larroy commented on issue #16040: Revert accidental change to CMakelists URL: https://github.com/apache/incubator-mxnet/pull/16040#issuecomment-528597448 @mxnet-label-bot add [pr-awaiting-merge] This is an automated message

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

2019-09-05 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 4021360 Bump the publish

[GitHub] [incubator-mxnet] apeforest commented on issue #16104: Faster Transpose 2D

2019-09-05 Thread GitBox
apeforest commented on issue #16104: Faster Transpose 2D URL: https://github.com/apache/incubator-mxnet/pull/16104#issuecomment-528574060 Please fix the test_numpy_op.test_np_transpose This is an automated message from the

[GitHub] [incubator-mxnet] apeforest opened a new pull request #14251: [WIP] Fix unary operator ceil/floor/trunc when data type is integer

2019-09-05 Thread GitBox
apeforest opened a new pull request #14251: [WIP] Fix unary operator ceil/floor/trunc when data type is integer URL: https://github.com/apache/incubator-mxnet/pull/14251 ## Description ## Many operators implicitly cast data to float and return inaccurate results. This PR will fix issue

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

2019-09-05 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 c5c67a1 Bump the publish

[GitHub] [incubator-mxnet] ChaiBapchya opened a new pull request #16104: Faster Transpose 2D

2019-09-05 Thread GitBox
ChaiBapchya opened a new pull request #16104: Faster Transpose 2D URL: https://github.com/apache/incubator-mxnet/pull/16104 ## Description ## Faster 2D transpose ## Checklist ## ### Essentials ### Please feel free to remove inapplicable items for your PR. - [x] Changes

[GitHub] [incubator-mxnet] zhreshold commented on issue #15629: DataLoader Error using Multi processing

2019-09-05 Thread GitBox
zhreshold commented on issue #15629: DataLoader Error using Multi processing URL: https://github.com/apache/incubator-mxnet/issues/15629#issuecomment-528537790 I can confirm that this can be reproduced with anaconda environment + pip installed mxnet. However, - locally built mxnet

[incubator-mxnet] branch master updated (d0fa8c0 -> d60be31)

2019-09-05 Thread apeforest
This is an automated email from the ASF dual-hosted git repository. apeforest pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git. from d0fa8c0 Test large vector mean operator and fix a few bugs (#16079) add d60be31 Fix gradient

[GitHub] [incubator-mxnet] sxjscience commented on issue #15759: [Optimizer][Bug] Gradient is mutated in the Adam optimizer

2019-09-05 Thread GitBox
sxjscience commented on issue #15759: [Optimizer][Bug] Gradient is mutated in the Adam optimizer URL: https://github.com/apache/incubator-mxnet/issues/15759#issuecomment-528517102 Thanks @kshitij12345 ! This is an automated

[GitHub] [incubator-mxnet] apeforest closed issue #15759: [Optimizer][Bug] Gradient is mutated in the Adam optimizer

2019-09-05 Thread GitBox
apeforest closed issue #15759: [Optimizer][Bug] Gradient is mutated in the Adam optimizer URL: https://github.com/apache/incubator-mxnet/issues/15759 This is an automated message from the Apache Git Service. To respond to

[GitHub] [incubator-mxnet] apeforest merged pull request #15768: Fix gradient tensor mutate in `{adam/ftrl/rmprop/rmspropalex}_update`.

2019-09-05 Thread GitBox
apeforest merged pull request #15768: Fix gradient tensor mutate in `{adam/ftrl/rmprop/rmspropalex}_update`. URL: https://github.com/apache/incubator-mxnet/pull/15768 This is an automated message from the Apache Git

[GitHub] [incubator-mxnet] mxnet-label-bot commented on issue #16103: Different default values for NDArray and Symbol in random.multinomial

2019-09-05 Thread GitBox
mxnet-label-bot commented on issue #16103: Different default values for NDArray and Symbol in random.multinomial URL: https://github.com/apache/incubator-mxnet/issues/16103#issuecomment-528515545 Hey, this is the MXNet Label Bot. Thank you for submitting the issue! I will try and

[GitHub] [incubator-mxnet] igolan opened a new issue #16103: Different default values for NDArray and Symbol in random.multinomial

2019-09-05 Thread GitBox
igolan opened a new issue #16103: Different default values for NDArray and Symbol in random.multinomial URL: https://github.com/apache/incubator-mxnet/issues/16103 ## Description ```mxnet.symbol.random.multinomial``` and ```mxnet.ndarray.random.multinomial``` have different

[GitHub] [incubator-mxnet] reminisce commented on issue #16101: [Bug, Feature Request] mx.nd.where()

2019-09-05 Thread GitBox
reminisce commented on issue #16101: [Bug, Feature Request] mx.nd.where() URL: https://github.com/apache/incubator-mxnet/issues/16101#issuecomment-528511224 Scalar tensors like below is not supported in `mx.nd` module. We need to implement a numpy-compatible where op for this purpose. I

[GitHub] [incubator-mxnet] reminisce commented on issue #16102: Usability degradation

2019-09-05 Thread GitBox
reminisce commented on issue #16102: Usability degradation URL: https://github.com/apache/incubator-mxnet/issues/16102#issuecomment-528510590 I suspect this may be related to some variations on the nightly build platforms. I built the latest master from source on mac os; the error message

[GitHub] [incubator-mxnet] sxjscience commented on issue #16102: Usability degradation

2019-09-05 Thread GitBox
sxjscience commented on issue #16102: Usability degradation URL: https://github.com/apache/incubator-mxnet/issues/16102#issuecomment-528500857 I think we should also test for the exceptions. We need to test ```python import mxnet.numpy as np from mxnet.base import MXNetError

[GitHub] [incubator-mxnet] apeforest commented on issue #15674: Straggler in latest mxnet when training with distributed parameter server

2019-09-05 Thread GitBox
apeforest commented on issue #15674: Straggler in latest mxnet when training with distributed parameter server URL: https://github.com/apache/incubator-mxnet/issues/15674#issuecomment-528495094 @YouhuiBai Thanks for the explanation.When you say "current newest mxnet" has straggler, are

[GitHub] [incubator-mxnet] ngupta23 commented on issue #5979: Same prediction values for linear regression while using mxnet in R

2019-09-05 Thread GitBox
ngupta23 commented on issue #5979: Same prediction values for linear regression while using mxnet in R URL: https://github.com/apache/incubator-mxnet/issues/5979#issuecomment-528492660 I had a similar problem with all outputs predicting the same value. For my case, there were a couple of

[GitHub] [incubator-mxnet] mxnet-label-bot commented on issue #16102: Usability degradation

2019-09-05 Thread GitBox
mxnet-label-bot commented on issue #16102: Usability degradation URL: https://github.com/apache/incubator-mxnet/issues/16102#issuecomment-528490759 Hey, this is the MXNet Label Bot. Thank you for submitting the issue! I will try and suggest some labels so that the appropriate MXNet

[GitHub] [incubator-mxnet] eric-haibin-lin opened a new issue #16102: Usability degradation

2019-09-05 Thread GitBox
eric-haibin-lin opened a new issue #16102: Usability degradation URL: https://github.com/apache/incubator-mxnet/issues/16102 ``` >>> pip install mxnet==1.6.0b20190821 ➜ gluon-nlp git:(allow) ✗ python -c 'import mxnet as mx; a = mx.np.ones((10,)); print(a.reshape((1,)))' Traceback

[GitHub] [incubator-mxnet] szha commented on a change in pull request #16097: [numpy] __array_function__ protocol

2019-09-05 Thread GitBox
szha commented on a change in pull request #16097: [numpy] __array_function__ protocol URL: https://github.com/apache/incubator-mxnet/pull/16097#discussion_r321388950 ## File path: python/mxnet/array_function_protocol.py ## @@ -0,0 +1,98 @@ +# Licensed to the Apache

[GitHub] [incubator-mxnet] zhanghang1989 commented on a change in pull request #16053: Fixes #15543

2019-09-05 Thread GitBox
zhanghang1989 commented on a change in pull request #16053: Fixes #15543 URL: https://github.com/apache/incubator-mxnet/pull/16053#discussion_r320903141 ## File path: tests/python/unittest/test_optimizer.py ## @@ -399,11 +395,7 @@ def update(self, index, weight, grad,

[GitHub] [incubator-mxnet] zhanghang1989 commented on a change in pull request #16053: Fixes #15543

2019-09-05 Thread GitBox
zhanghang1989 commented on a change in pull request #16053: Fixes #15543 URL: https://github.com/apache/incubator-mxnet/pull/16053#discussion_r321386949 ## File path: tests/python/unittest/test_optimizer.py ## @@ -396,6 +397,7 @@ def update(self, index, weight, grad,

[GitHub] [incubator-mxnet] reminisce commented on a change in pull request #16097: [numpy] __array_function__ protocol

2019-09-05 Thread GitBox
reminisce commented on a change in pull request #16097: [numpy] __array_function__ protocol URL: https://github.com/apache/incubator-mxnet/pull/16097#discussion_r321382725 ## File path: python/mxnet/array_function_protocol.py ## @@ -0,0 +1,98 @@ +# Licensed to the Apache

[GitHub] [incubator-mxnet] aaronmarkham commented on issue #15884: [WIP] New Website: New Docs [1/3]

2019-09-05 Thread GitBox
aaronmarkham commented on issue #15884: [WIP] New Website: New Docs [1/3] URL: https://github.com/apache/incubator-mxnet/pull/15884#issuecomment-528461300 > CI fails the sanity test due to RAT license check. > I've excluded the offending folder here: >

[GitHub] [incubator-mxnet] szha commented on a change in pull request #16097: [numpy] __array_function__ protocol

2019-09-05 Thread GitBox
szha commented on a change in pull request #16097: [numpy] __array_function__ protocol URL: https://github.com/apache/incubator-mxnet/pull/16097#discussion_r321372173 ## File path: python/mxnet/array_function_protocol.py ## @@ -0,0 +1,98 @@ +# Licensed to the Apache

[GitHub] [incubator-mxnet] chongruo removed a comment on issue #16101: [Bug, Feature Request] mx.nd.where()

2019-09-05 Thread GitBox
chongruo removed a comment on issue #16101: [Bug, Feature Request] mx.nd.where() URL: https://github.com/apache/incubator-mxnet/issues/16101#issuecomment-528421168 @mxnet-label-bot add [Feature request] This is an

[GitHub] [incubator-mxnet] chongruo edited a comment on issue #16101: [Bug, Feature Request] mx.nd.where()

2019-09-05 Thread GitBox
chongruo edited a comment on issue #16101: [Bug, Feature Request] mx.nd.where() URL: https://github.com/apache/incubator-mxnet/issues/16101#issuecomment-528420416 @mxnet-label-bot add [Bug, Feature request] This is an

[GitHub] [incubator-mxnet] chongruo commented on issue #16101: [Bug, Feature Request] mx.nd.where()

2019-09-05 Thread GitBox
chongruo commented on issue #16101: [Bug, Feature Request] mx.nd.where() URL: https://github.com/apache/incubator-mxnet/issues/16101#issuecomment-528421168 @mxnet-label-bot add [Feature request] This is an automated

[GitHub] [incubator-mxnet] chongruo edited a comment on issue #16101: [Bug, Feature Request] mx.nd.where()

2019-09-05 Thread GitBox
chongruo edited a comment on issue #16101: [Bug, Feature Request] mx.nd.where() URL: https://github.com/apache/incubator-mxnet/issues/16101#issuecomment-528420416 @mxnet-label-bot add [Bug] This is an automated message

[GitHub] [incubator-mxnet] chongruo edited a comment on issue #16101: [Bug, Feature Request] mx.nd.where()

2019-09-05 Thread GitBox
chongruo edited a comment on issue #16101: [Bug, Feature Request] mx.nd.where() URL: https://github.com/apache/incubator-mxnet/issues/16101#issuecomment-528420416 @mxnet-label-bot add [Bug] [Feature request] This is an

[GitHub] [incubator-mxnet] chongruo commented on issue #16101: [Bug, Feature Request] mx.nd.where()

2019-09-05 Thread GitBox
chongruo commented on issue #16101: [Bug, Feature Request] mx.nd.where() URL: https://github.com/apache/incubator-mxnet/issues/16101#issuecomment-528420416 @mxnet-label-bot add [Bug] This is an automated message from the

[GitHub] [incubator-mxnet] TaoLv commented on a change in pull request #16075: Integrate MKL-DNN leakyrelu

2019-09-05 Thread GitBox
TaoLv commented on a change in pull request #16075: Integrate MKL-DNN leakyrelu URL: https://github.com/apache/incubator-mxnet/pull/16075#discussion_r321307114 ## File path: src/operator/leaky_relu.cc ## @@ -25,27 +25,123 @@ */ #include "./leaky_relu-inl.h" +#if

[GitHub] [incubator-mxnet] TaoLv commented on a change in pull request #16075: Integrate MKL-DNN leakyrelu

2019-09-05 Thread GitBox
TaoLv commented on a change in pull request #16075: Integrate MKL-DNN leakyrelu URL: https://github.com/apache/incubator-mxnet/pull/16075#discussion_r321306668 ## File path: src/operator/leaky_relu.cc ## @@ -25,27 +25,123 @@ */ #include "./leaky_relu-inl.h" +#if

[GitHub] [incubator-mxnet] TaoLv commented on a change in pull request #16075: Integrate MKL-DNN leakyrelu

2019-09-05 Thread GitBox
TaoLv commented on a change in pull request #16075: Integrate MKL-DNN leakyrelu URL: https://github.com/apache/incubator-mxnet/pull/16075#discussion_r321311980 ## File path: src/operator/nn/mkldnn/mkldnn_act.cc ## @@ -79,18 +93,30 @@ mkldnn::algorithm

[GitHub] [incubator-mxnet] TaoLv commented on a change in pull request #16075: Integrate MKL-DNN leakyrelu

2019-09-05 Thread GitBox
TaoLv commented on a change in pull request #16075: Integrate MKL-DNN leakyrelu URL: https://github.com/apache/incubator-mxnet/pull/16075#discussion_r321313388 ## File path: src/operator/nn/mkldnn/mkldnn_ops-inl.h ## @@ -109,6 +109,12 @@ void MKLDNNActivationForward(const

[GitHub] [incubator-mxnet] TaoLv commented on a change in pull request #16075: Integrate MKL-DNN leakyrelu

2019-09-05 Thread GitBox
TaoLv commented on a change in pull request #16075: Integrate MKL-DNN leakyrelu URL: https://github.com/apache/incubator-mxnet/pull/16075#discussion_r321303071 ## File path: src/operator/leaky_relu.cc ## @@ -25,27 +25,123 @@ */ #include "./leaky_relu-inl.h" +#if

[GitHub] [incubator-mxnet] TaoLv commented on a change in pull request #16075: Integrate MKL-DNN leakyrelu

2019-09-05 Thread GitBox
TaoLv commented on a change in pull request #16075: Integrate MKL-DNN leakyrelu URL: https://github.com/apache/incubator-mxnet/pull/16075#discussion_r321303976 ## File path: src/operator/leaky_relu.cc ## @@ -25,27 +25,123 @@ */ #include "./leaky_relu-inl.h" +#if

[GitHub] [incubator-mxnet] TaoLv commented on a change in pull request #16075: Integrate MKL-DNN leakyrelu

2019-09-05 Thread GitBox
TaoLv commented on a change in pull request #16075: Integrate MKL-DNN leakyrelu URL: https://github.com/apache/incubator-mxnet/pull/16075#discussion_r321314534 ## File path: tests/python/unittest/test_gluon.py ## @@ -1222,7 +1222,9 @@ def elu(x): return [elu(x_i)

[GitHub] [incubator-mxnet] TaoLv commented on a change in pull request #16075: Integrate MKL-DNN leakyrelu

2019-09-05 Thread GitBox
TaoLv commented on a change in pull request #16075: Integrate MKL-DNN leakyrelu URL: https://github.com/apache/incubator-mxnet/pull/16075#discussion_r321306876 ## File path: src/operator/leaky_relu.cc ## @@ -25,27 +25,123 @@ */ #include "./leaky_relu-inl.h" +#if

[GitHub] [incubator-mxnet] TaoLv commented on a change in pull request #16075: Integrate MKL-DNN leakyrelu

2019-09-05 Thread GitBox
TaoLv commented on a change in pull request #16075: Integrate MKL-DNN leakyrelu URL: https://github.com/apache/incubator-mxnet/pull/16075#discussion_r321299622 ## File path: src/operator/leaky_relu-inl.h ## @@ -332,166 +332,51 @@ class LeakyReLUOp : public Operator { };

[GitHub] [incubator-mxnet] TaoLv commented on a change in pull request #16075: Integrate MKL-DNN leakyrelu

2019-09-05 Thread GitBox
TaoLv commented on a change in pull request #16075: Integrate MKL-DNN leakyrelu URL: https://github.com/apache/incubator-mxnet/pull/16075#discussion_r321298810 ## File path: src/operator/leaky_relu-inl.h ## @@ -332,166 +332,51 @@ class LeakyReLUOp : public Operator { };

[incubator-mxnet] tag 1.5.1.rc0 created (now c981848)

2019-09-05 Thread taolv
This is an automated email from the ASF dual-hosted git repository. taolv pushed a change to tag 1.5.1.rc0 in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git. at c981848 (commit) No new revisions were added by this update.

[GitHub] [incubator-mxnet] chongruo opened a new issue #16101: [Bug, Feature Request] mx.nd.where()

2019-09-05 Thread GitBox
chongruo opened a new issue #16101: [Bug, Feature Request] mx.nd.where() URL: https://github.com/apache/incubator-mxnet/issues/16101 ## Description ### Bug [mx.nd.where()](https://beta.mxnet.io/api/ndarray/_autogen/mxnet.ndarray.where.html?highlight=where#mxnet.ndarray.where)

[GitHub] [incubator-mxnet] mxnet-label-bot commented on issue #16101: [Bug, Feature Request] mx.nd.where()

2019-09-05 Thread GitBox
mxnet-label-bot commented on issue #16101: [Bug, Feature Request] mx.nd.where() URL: https://github.com/apache/incubator-mxnet/issues/16101#issuecomment-528375500 Hey, this is the MXNet Label Bot. Thank you for submitting the issue! I will try and suggest some labels so that the

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

2019-09-05 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 bf789c1 Bump the publish

[GitHub] [incubator-mxnet] anirudhacharya commented on a change in pull request #16053: Fixes #15543

2019-09-05 Thread GitBox
anirudhacharya commented on a change in pull request #16053: Fixes #15543 URL: https://github.com/apache/incubator-mxnet/pull/16053#discussion_r321256928 ## File path: tests/python/unittest/test_optimizer.py ## @@ -396,6 +397,7 @@ def update(self, index, weight, grad,

[GitHub] [incubator-mxnet] pengzhao-intel commented on issue #15767: FullyConnected op with float64 and MKL-DNN fails if gradient are not set in a specific way

2019-09-05 Thread GitBox
pengzhao-intel commented on issue #15767: FullyConnected op with float64 and MKL-DNN fails if gradient are not set in a specific way URL: https://github.com/apache/incubator-mxnet/issues/15767#issuecomment-528323795 @matteosal sorry for the delay. The PR is blocked by 3rd party package

[GitHub] [incubator-mxnet] pengzhao-intel commented on issue #15853: Float64 fallback for mkldnn subgraph and rnn op

2019-09-05 Thread GitBox
pengzhao-intel commented on issue #15853: Float64 fallback for mkldnn subgraph and rnn op URL: https://github.com/apache/incubator-mxnet/pull/15853#issuecomment-528322312 @zhennanqin could you resolve the conflict and I will merge this one?

[GitHub] [incubator-mxnet] Pagey commented on issue #16070: yajiedesign/mxnet "This branch is 137 commits behind apache:master."

2019-09-05 Thread GitBox
Pagey commented on issue #16070: yajiedesign/mxnet "This branch is 137 commits behind apache:master." URL: https://github.com/apache/incubator-mxnet/issues/16070#issuecomment-528296624 @haojin2 e.g. here: https://mxnet.incubator.apache.org/versions/master/install/windows_setup.html as

[GitHub] [incubator-mxnet] hzfan opened a new pull request #16100: Infra for tvm op runtime dispatch

2019-09-05 Thread GitBox
hzfan opened a new pull request #16100: Infra for tvm op runtime dispatch URL: https://github.com/apache/incubator-mxnet/pull/16100 ## Description ## This PR implements an infra to let users dispatch the execution of a tvm operator to different schedules according to the runtime input

[GitHub] [incubator-mxnet] haojin2 commented on issue #16070: yajiedesign/mxnet "This branch is 137 commits behind apache:master."

2019-09-05 Thread GitBox
haojin2 commented on issue #16070: yajiedesign/mxnet "This branch is 137 commits behind apache:master." URL: https://github.com/apache/incubator-mxnet/issues/16070#issuecomment-528289176 @Pagey Would you please kindly point me to the doc that you're using now? so that I could

[incubator-mxnet] branch master updated (b7071c4 -> d0fa8c0)

2019-09-05 Thread wkcn
This is an automated email from the ASF dual-hosted git repository. wkcn pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git. from b7071c4 Enable tvm_op for ci (#15889) add d0fa8c0 Test large vector mean operator and fix a few bugs

[GitHub] [incubator-mxnet] wkcn merged pull request #16079: Test large vector mean operator and fix a few bugs

2019-09-05 Thread GitBox
wkcn merged pull request #16079: Test large vector mean operator and fix a few bugs URL: https://github.com/apache/incubator-mxnet/pull/16079 This is an automated message from the Apache Git Service. To respond to the

[GitHub] [incubator-mxnet] hgt312 commented on issue #13482: [Feature Request] Release gpu memory by API.

2019-09-05 Thread GitBox
hgt312 commented on issue #13482: [Feature Request] Release gpu memory by API. URL: https://github.com/apache/incubator-mxnet/issues/13482#issuecomment-528245309 +1 This is an automated message from the Apache Git Service.

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

2019-09-05 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 a0567e3 Bump the publish

[GitHub] [incubator-mxnet] damvantai commented on issue #1432: How can I clear the memory usage?

2019-09-05 Thread GitBox
damvantai commented on issue #1432: How can I clear the memory usage? URL: https://github.com/apache/incubator-mxnet/issues/1432#issuecomment-528231456 > This worked for me: > > ```python > del mod > gc.collect() > # memory should be freed > ``` but in Vram Gpu,

[incubator-mxnet] branch master updated (c6a92d9 -> b7071c4)

2019-09-05 Thread reminisce
This is an automated email from the ASF dual-hosted git repository. reminisce pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git. from c6a92d9 remove 'foo' and other print msg from test (#16088) add b7071c4 Enable tvm_op for ci

[GitHub] [incubator-mxnet] reminisce merged pull request #15889: Enable tvm_op for ci

2019-09-05 Thread GitBox
reminisce merged pull request #15889: Enable tvm_op for ci URL: https://github.com/apache/incubator-mxnet/pull/15889 This is an automated message from the Apache Git Service. To respond to the message, please log on to

[GitHub] [incubator-mxnet] VoVAllen edited a comment on issue #16099: [Bug] NDArray asscalar error after set npx.set_np()

2019-09-05 Thread GitBox
VoVAllen edited a comment on issue #16099: [Bug] NDArray asscalar error after set npx.set_np() URL: https://github.com/apache/incubator-mxnet/issues/16099#issuecomment-528216667 It's from `assert a[0] == 1`, which calls `bool(a[0]==1)`, and would trigger the error. I'm from dgl team

[GitHub] [incubator-mxnet] VoVAllen edited a comment on issue #16099: [Bug] NDArray asscalar error after set npx.set_np()

2019-09-05 Thread GitBox
VoVAllen edited a comment on issue #16099: [Bug] NDArray asscalar error after set npx.set_np() URL: https://github.com/apache/incubator-mxnet/issues/16099#issuecomment-528216667 It's from `assert a[0] == 1`, which calls `bool(a[0]==1)`, and would trigger the error. I'm from dgl team

[GitHub] [incubator-mxnet] VoVAllen commented on issue #16099: [Bug] NDArray asscalar error after set npx.set_np()

2019-09-05 Thread GitBox
VoVAllen commented on issue #16099: [Bug] NDArray asscalar error after set npx.set_np() URL: https://github.com/apache/incubator-mxnet/issues/16099#issuecomment-528216667 It's from `assert a[0] == 1`, which calls `bool(a[0]==1)`, and would trigger the error.

[GitHub] [incubator-mxnet] reminisce commented on issue #16099: [Bug] NDArray asscalar error after set npx.set_np()

2019-09-05 Thread GitBox
reminisce commented on issue #16099: [Bug] NDArray asscalar error after set npx.set_np() URL: https://github.com/apache/incubator-mxnet/issues/16099#issuecomment-528216411 The problem is that scalar sanity check for legacy NDArray is not numpy-compatible. I can send in the fix, but could

[GitHub] [incubator-mxnet] reminisce edited a comment on issue #16098: [Bug] Unrecognize parameter shape after npx.set_up()

2019-09-05 Thread GitBox
reminisce edited a comment on issue #16098: [Bug] Unrecognize parameter shape after npx.set_up() URL: https://github.com/apache/incubator-mxnet/issues/16098#issuecomment-528214571 It looks like you saved a net which has not been initialized. It should work like the following. However,

[GitHub] [incubator-mxnet] reminisce commented on issue #16098: [Bug] Unrecognize parameter shape after npx.set_up()

2019-09-05 Thread GitBox
reminisce commented on issue #16098: [Bug] Unrecognize parameter shape after npx.set_up() URL: https://github.com/apache/incubator-mxnet/issues/16098#issuecomment-528214571 It looks like you saved a net which has not been initialized. It should work like the following. However, recent