[GitHub] [incubator-mxnet] yidawang commented on issue #15465: [RFC] Integrate TVM into Apache MXNet

2019-07-10 Thread GitBox
yidawang commented on issue #15465: [RFC] Integrate TVM into Apache MXNet URL: https://github.com/apache/incubator-mxnet/issues/15465#issuecomment-510345628 > @yidawang If we all agree that we should avoid using more than one thread pool implementation in the runtime, then I guess OMP is t

[GitHub] [incubator-mxnet] ThomasDelteil commented on issue #15448: [MKLDNN]Enhance Quantization APIs and Tutorial

2019-07-10 Thread GitBox
ThomasDelteil commented on issue #15448: [MKLDNN]Enhance Quantization APIs and Tutorial URL: https://github.com/apache/incubator-mxnet/pull/15448#issuecomment-510336674 Will do, at a conference this week, limited bandwidth but next week I'll have some availability to look into quantization

[GitHub] [incubator-mxnet] hgt312 opened a new pull request #15508: Numpy Tril (Lower triangle) operator

2019-07-10 Thread GitBox
hgt312 opened a new pull request #15508: Numpy Tril (Lower triangle) operator URL: https://github.com/apache/incubator-mxnet/pull/15508 ## Description ## Implementation of numpy tril operator in mxnet. ## Checklist ## ### Essentials ### Please feel free to remove inapplicable

[GitHub] [incubator-mxnet] gyshi commented on a change in pull request #15312: Numpy bitwise_xor operator

2019-07-10 Thread GitBox
gyshi commented on a change in pull request #15312: Numpy bitwise_xor operator URL: https://github.com/apache/incubator-mxnet/pull/15312#discussion_r302366555 ## File path: src/operator/numpy/np_elemwise_binary_op.cc ## @@ -0,0 +1,55 @@ +/* + * Licensed to the Apache Softwa

[GitHub] [incubator-mxnet] kshitij12345 commented on a change in pull request #15253: [MXNET-978] Add higher order gradient support `tan`, `tanh`

2019-07-10 Thread GitBox
kshitij12345 commented on a change in pull request #15253: [MXNET-978] Add higher order gradient support `tan`, `tanh` URL: https://github.com/apache/incubator-mxnet/pull/15253#discussion_r302362521 ## File path: src/operator/tensor/elemwise_unary_op_trig.cc ## @@ -139,7 +

[GitHub] [incubator-mxnet] zixuanweeei commented on a change in pull request #15497: Independent gradients requests check with respect to weights and bias of convolution

2019-07-10 Thread GitBox
zixuanweeei commented on a change in pull request #15497: Independent gradients requests check with respect to weights and bias of convolution URL: https://github.com/apache/incubator-mxnet/pull/15497#discussion_r302361443 ## File path: src/operator/nn/mkldnn/mkldnn_convolution.cc

[GitHub] [incubator-mxnet] zixuanweeei commented on a change in pull request #15497: Independent gradients requests check with respect to weights and bias of convolution

2019-07-10 Thread GitBox
zixuanweeei commented on a change in pull request #15497: Independent gradients requests check with respect to weights and bias of convolution URL: https://github.com/apache/incubator-mxnet/pull/15497#discussion_r302361443 ## File path: src/operator/nn/mkldnn/mkldnn_convolution.cc

[GitHub] [incubator-mxnet] kshitij12345 commented on issue #15331: [fix] missing input log higher order.

2019-07-10 Thread GitBox
kshitij12345 commented on issue #15331: [fix] missing input log higher order. URL: https://github.com/apache/incubator-mxnet/pull/15331#issuecomment-510326851 https://github.com/apache/incubator-mxnet/blob/5171e1d92cfc5eefa2c20dfe8ac3fac5351ad19a/src/operator/tensor/elemwise_unary_op_basic.

[GitHub] [incubator-mxnet] reminisce commented on issue #15494: [Numpy] Added operator logaddexp2; added support for zero-size tensor in BinaryBroadcastBackwardUseIn

2019-07-10 Thread GitBox
reminisce commented on issue #15494: [Numpy] Added operator logaddexp2; added support for zero-size tensor in BinaryBroadcastBackwardUseIn URL: https://github.com/apache/incubator-mxnet/pull/15494#issuecomment-510321190 Please rebase with the upstream numpy branch.

[GitHub] [incubator-mxnet] reminisce commented on a change in pull request #15494: [Numpy] Added operator logaddexp2; added support for zero-size tensor in BinaryBroadcastBackwardUseIn

2019-07-10 Thread GitBox
reminisce commented on a change in pull request #15494: [Numpy] Added operator logaddexp2; added support for zero-size tensor in BinaryBroadcastBackwardUseIn URL: https://github.com/apache/incubator-mxnet/pull/15494#discussion_r302350415 ## File path: src/operator/numpy/np_elemwise_

[GitHub] [incubator-mxnet] reminisce commented on a change in pull request #15494: [Numpy] Added operator logaddexp2; added support for zero-size tensor in BinaryBroadcastBackwardUseIn

2019-07-10 Thread GitBox
reminisce commented on a change in pull request #15494: [Numpy] Added operator logaddexp2; added support for zero-size tensor in BinaryBroadcastBackwardUseIn URL: https://github.com/apache/incubator-mxnet/pull/15494#discussion_r302350456 ## File path: src/operator/numpy/np_elemwise_

[GitHub] [incubator-mxnet] reminisce commented on a change in pull request #15494: [Numpy] Added operator logaddexp2; added support for zero-size tensor in BinaryBroadcastBackwardUseIn

2019-07-10 Thread GitBox
reminisce commented on a change in pull request #15494: [Numpy] Added operator logaddexp2; added support for zero-size tensor in BinaryBroadcastBackwardUseIn URL: https://github.com/apache/incubator-mxnet/pull/15494#discussion_r302350738 ## File path: src/operator/tensor/elemwise_bi

[GitHub] [incubator-mxnet] ckt624 commented on a change in pull request #15349: Numpy Tensordot Operator

2019-07-10 Thread GitBox
ckt624 commented on a change in pull request #15349: Numpy Tensordot Operator URL: https://github.com/apache/incubator-mxnet/pull/15349#discussion_r302354817 ## File path: src/operator/numpy/np_tensordot_op.cc ## @@ -0,0 +1,186 @@ +/* + * Licensed to the Apache Software Fo

[GitHub] [incubator-mxnet] iblis17 commented on a change in pull request #15454: Julia docs

2019-07-10 Thread GitBox
iblis17 commented on a change in pull request #15454: Julia docs URL: https://github.com/apache/incubator-mxnet/pull/15454#discussion_r302354265 ## File path: docs/install/ubuntu_setup.md ## @@ -310,25 +310,93 @@ Refer to the [Clojure setup guide](https://github.com/apache

[GitHub] [incubator-mxnet] endvroy commented on a change in pull request #15293: Numpy bitwise OR operator

2019-07-10 Thread GitBox
endvroy commented on a change in pull request #15293: Numpy bitwise OR operator URL: https://github.com/apache/incubator-mxnet/pull/15293#discussion_r302354149 ## File path: src/operator/numpy/np_elemwise_binary_op.cc ## @@ -0,0 +1,51 @@ +/* + * Licensed to the Apache Softw

[GitHub] [incubator-mxnet] ckt624 commented on a change in pull request #15349: Numpy Tensordot Operator

2019-07-10 Thread GitBox
ckt624 commented on a change in pull request #15349: Numpy Tensordot Operator URL: https://github.com/apache/incubator-mxnet/pull/15349#discussion_r302353567 ## File path: src/operator/numpy/np_tensordot_op.cc ## @@ -0,0 +1,186 @@ +/* + * Licensed to the Apache Software Fo

[GitHub] [incubator-mxnet] ckt624 commented on a change in pull request #15349: Numpy Tensordot Operator

2019-07-10 Thread GitBox
ckt624 commented on a change in pull request #15349: Numpy Tensordot Operator URL: https://github.com/apache/incubator-mxnet/pull/15349#discussion_r302353380 ## File path: src/operator/numpy/np_tensordot_int_axes_op-inl.h ## @@ -0,0 +1,213 @@ +/* + * Licensed to the Apache

[GitHub] [incubator-mxnet] iblis17 commented on a change in pull request #15454: Julia docs

2019-07-10 Thread GitBox
iblis17 commented on a change in pull request #15454: Julia docs URL: https://github.com/apache/incubator-mxnet/pull/15454#discussion_r302346283 ## File path: docs/install/ubuntu_setup.md ## @@ -310,25 +310,93 @@ Refer to the [Clojure setup guide](https://github.com/apache

[GitHub] [incubator-mxnet] ckt624 commented on a change in pull request #15349: Numpy Tensordot Operator

2019-07-10 Thread GitBox
ckt624 commented on a change in pull request #15349: Numpy Tensordot Operator URL: https://github.com/apache/incubator-mxnet/pull/15349#discussion_r302351820 ## File path: src/operator/numpy/np_tensordot_int_axes_op-inl.h ## @@ -0,0 +1,213 @@ +/* + * Licensed to the Apache

[GitHub] [incubator-mxnet] ckt624 commented on a change in pull request #15349: Numpy Tensordot Operator

2019-07-10 Thread GitBox
ckt624 commented on a change in pull request #15349: Numpy Tensordot Operator URL: https://github.com/apache/incubator-mxnet/pull/15349#discussion_r302351664 ## File path: src/operator/numpy/np_tensordot_int_axes_op-inl.h ## @@ -0,0 +1,213 @@ +/* + * Licensed to the Apache

[incubator-mxnet] branch master updated: [Doc] Add MKL install method apt/yum into tutorial (#15491)

2019-07-10 Thread patriczhao
This is an automated email from the ASF dual-hosted git repository. patriczhao 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 68460a9 [Doc] Add MKL install meth

[GitHub] [incubator-mxnet] pengzhao-intel commented on issue #15491: [Doc] Add MKL install method apt/yum into tutorial

2019-07-10 Thread GitBox
pengzhao-intel commented on issue #15491: [Doc] Add MKL install method apt/yum into tutorial URL: https://github.com/apache/incubator-mxnet/pull/15491#issuecomment-510314614 Thanks, merging now :) This is an automated message

[GitHub] [incubator-mxnet] pengzhao-intel merged pull request #15491: [Doc] Add MKL install method apt/yum into tutorial

2019-07-10 Thread GitBox
pengzhao-intel merged pull request #15491: [Doc] Add MKL install method apt/yum into tutorial URL: https://github.com/apache/incubator-mxnet/pull/15491 This is an automated message from the Apache Git Service. To respond to

[incubator-mxnet] branch master updated (6191dd7 -> 7a83883)

2019-07-10 Thread anirudh2290
This is an automated email from the ASF dual-hosted git repository. anirudh2290 pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git. from 6191dd7 fix the bug on Scala Sparse (#15500) add 7a83883 Improve docs for AMP (#15455) No new r

[GitHub] [incubator-mxnet] ckt624 commented on a change in pull request #15349: Numpy Tensordot Operator

2019-07-10 Thread GitBox
ckt624 commented on a change in pull request #15349: Numpy Tensordot Operator URL: https://github.com/apache/incubator-mxnet/pull/15349#discussion_r302350329 ## File path: src/operator/numpy/np_tensordot_int_axes_op-inl.h ## @@ -0,0 +1,213 @@ +/* Review comment: Fixe

[GitHub] [incubator-mxnet] ckt624 commented on a change in pull request #15349: Numpy Tensordot Operator

2019-07-10 Thread GitBox
ckt624 commented on a change in pull request #15349: Numpy Tensordot Operator URL: https://github.com/apache/incubator-mxnet/pull/15349#discussion_r302349487 ## File path: src/operator/numpy/np_tensordot_op-inl.h ## @@ -0,0 +1,399 @@ +/* + * Licensed to the Apache Software

[GitHub] [incubator-mxnet] ckt624 commented on a change in pull request #15349: Numpy Tensordot Operator

2019-07-10 Thread GitBox
ckt624 commented on a change in pull request #15349: Numpy Tensordot Operator URL: https://github.com/apache/incubator-mxnet/pull/15349#discussion_r302349667 ## File path: tests/python/unittest/test_numpy_op.py ## @@ -26,7 +26,151 @@ from mxnet.test_utils import check_num

[GitHub] [incubator-mxnet] reminisce commented on issue #15349: Numpy Tensordot Operator

2019-07-10 Thread GitBox
reminisce commented on issue #15349: Numpy Tensordot Operator URL: https://github.com/apache/incubator-mxnet/pull/15349#issuecomment-510312746 Please fix the CI failures. This is an automated message from the Apache Git Servi

[GitHub] [incubator-mxnet] anirudh2290 merged pull request #15455: Improve docs for AMP

2019-07-10 Thread GitBox
anirudh2290 merged pull request #15455: Improve docs for AMP URL: https://github.com/apache/incubator-mxnet/pull/15455 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitH

[GitHub] [incubator-mxnet] pengzhao-intel commented on issue #15130: Add NaiveEngine tests in CI

2019-07-10 Thread GitBox
pengzhao-intel commented on issue #15130: Add NaiveEngine tests in CI URL: https://github.com/apache/incubator-mxnet/pull/15130#issuecomment-510311947 Closing this PR. We're not urgent to enable naive engine test. Let's wait if someone requests this in the future. --

[GitHub] [incubator-mxnet] ckt624 commented on a change in pull request #15349: Numpy Tensordot Operator

2019-07-10 Thread GitBox
ckt624 commented on a change in pull request #15349: Numpy Tensordot Operator URL: https://github.com/apache/incubator-mxnet/pull/15349#discussion_r302348771 ## File path: python/mxnet/ndarray/numpy/_op.py ## @@ -33,7 +33,88 @@ 'clip', 'split', 'swapaxes', 'exp

[GitHub] [incubator-mxnet] pengzhao-intel closed pull request #15130: Add NaiveEngine tests in CI

2019-07-10 Thread GitBox
pengzhao-intel closed pull request #15130: Add NaiveEngine tests in CI URL: https://github.com/apache/incubator-mxnet/pull/15130 This is an automated message from the Apache Git Service. To respond to the message, please log

[GitHub] [incubator-mxnet] ckt624 commented on a change in pull request #15349: Numpy Tensordot Operator

2019-07-10 Thread GitBox
ckt624 commented on a change in pull request #15349: Numpy Tensordot Operator URL: https://github.com/apache/incubator-mxnet/pull/15349#discussion_r302348845 ## File path: python/mxnet/numpy/multiarray.py ## @@ -45,10 +45,90 @@ __all__ = ['ndarray', 'empty', 'array', 'z

[GitHub] [incubator-mxnet] pengzhao-intel commented on issue #15448: [MKLDNN]Enhance Quantization APIs and Tutorial

2019-07-10 Thread GitBox
pengzhao-intel commented on issue #15448: [MKLDNN]Enhance Quantization APIs and Tutorial URL: https://github.com/apache/incubator-mxnet/pull/15448#issuecomment-510310011 @ThomasDelteil Would you mind to take a review again? --

[GitHub] [incubator-mxnet] pengzhao-intel commented on a change in pull request #15497: Independent gradients requests check with respect to weights and bias of convolution

2019-07-10 Thread GitBox
pengzhao-intel commented on a change in pull request #15497: Independent gradients requests check with respect to weights and bias of convolution URL: https://github.com/apache/incubator-mxnet/pull/15497#discussion_r302346944 ## File path: src/operator/nn/mkldnn/mkldnn_convolution.c

[GitHub] [incubator-mxnet] iblis17 commented on a change in pull request #15454: Julia docs

2019-07-10 Thread GitBox
iblis17 commented on a change in pull request #15454: Julia docs URL: https://github.com/apache/incubator-mxnet/pull/15454#discussion_r302346283 ## File path: docs/install/ubuntu_setup.md ## @@ -310,25 +310,93 @@ Refer to the [Clojure setup guide](https://github.com/apache

[GitHub] [incubator-mxnet] francis0407 commented on a change in pull request #15495: [Numpy] Added operator logaddexp; added support for zero-size tensor in BinaryBroadcastBackwardUseIn

2019-07-10 Thread GitBox
francis0407 commented on a change in pull request #15495: [Numpy] Added operator logaddexp; added support for zero-size tensor in BinaryBroadcastBackwardUseIn URL: https://github.com/apache/incubator-mxnet/pull/15495#discussion_r302344674 ## File path: src/operator/numpy/np_elemwis

[GitHub] [incubator-mxnet] francis0407 commented on a change in pull request #15495: [Numpy] Added operator logaddexp; added support for zero-size tensor in BinaryBroadcastBackwardUseIn

2019-07-10 Thread GitBox
francis0407 commented on a change in pull request #15495: [Numpy] Added operator logaddexp; added support for zero-size tensor in BinaryBroadcastBackwardUseIn URL: https://github.com/apache/incubator-mxnet/pull/15495#discussion_r302345396 ## File path: tests/python/unittest/test_nu

[GitHub] [incubator-mxnet] francis0407 commented on a change in pull request #15495: [Numpy] Added operator logaddexp; added support for zero-size tensor in BinaryBroadcastBackwardUseIn

2019-07-10 Thread GitBox
francis0407 commented on a change in pull request #15495: [Numpy] Added operator logaddexp; added support for zero-size tensor in BinaryBroadcastBackwardUseIn URL: https://github.com/apache/incubator-mxnet/pull/15495#discussion_r302345771 ## File path: python/mxnet/symbol/numpy/_sy

[GitHub] [incubator-mxnet] iblis17 commented on a change in pull request #15454: Julia docs

2019-07-10 Thread GitBox
iblis17 commented on a change in pull request #15454: Julia docs URL: https://github.com/apache/incubator-mxnet/pull/15454#discussion_r302345170 ## File path: docs/install/ubuntu_setup.md ## @@ -310,25 +310,93 @@ Refer to the [Clojure setup guide](https://github.com/apache

[GitHub] [incubator-mxnet] xidulu commented on a change in pull request #15495: [Numpy] Added operator logaddexp; added support for zero-size tensor in BinaryBroadcastBackwardUseIn

2019-07-10 Thread GitBox
xidulu commented on a change in pull request #15495: [Numpy] Added operator logaddexp; added support for zero-size tensor in BinaryBroadcastBackwardUseIn URL: https://github.com/apache/incubator-mxnet/pull/15495#discussion_r302343715 ## File path: src/operator/numpy/np_elemwise_broa

[GitHub] [incubator-mxnet] xidulu commented on a change in pull request #15495: [Numpy] Added operator logaddexp; added support for zero-size tensor in BinaryBroadcastBackwardUseIn

2019-07-10 Thread GitBox
xidulu commented on a change in pull request #15495: [Numpy] Added operator logaddexp; added support for zero-size tensor in BinaryBroadcastBackwardUseIn URL: https://github.com/apache/incubator-mxnet/pull/15495#discussion_r302343855 ## File path: src/operator/numpy/np_elemwise_broa

[GitHub] [incubator-mxnet] xidulu commented on a change in pull request #15495: [Numpy] Added operator logaddexp; added support for zero-size tensor in BinaryBroadcastBackwardUseIn

2019-07-10 Thread GitBox
xidulu commented on a change in pull request #15495: [Numpy] Added operator logaddexp; added support for zero-size tensor in BinaryBroadcastBackwardUseIn URL: https://github.com/apache/incubator-mxnet/pull/15495#discussion_r302343715 ## File path: src/operator/numpy/np_elemwise_broa

[GitHub] [incubator-mxnet] tingying2020 opened a new pull request #15507: np_around

2019-07-10 Thread GitBox
tingying2020 opened a new pull request #15507: np_around URL: https://github.com/apache/incubator-mxnet/pull/15507 ## Description ## (Brief description on what this PR is about) ## Checklist ## ### Essentials ### Please feel free to remove inapplicable items for your PR. -

[GitHub] [incubator-mxnet] KellenSunderland commented on a change in pull request #15449: cuda/cuDNN lib version checking. Force cuDNN v7 usage.

2019-07-10 Thread GitBox
KellenSunderland commented on a change in pull request #15449: cuda/cuDNN lib version checking. Force cuDNN v7 usage. URL: https://github.com/apache/incubator-mxnet/pull/15449#discussion_r302339983 ## File path: src/common/cuda_utils.cc ## @@ -0,0 +1,108 @@ +/* + * Licens

[GitHub] [incubator-mxnet] KellenSunderland commented on a change in pull request #15399: Add unit tests for TensorRT integration and fix some bugs

2019-07-10 Thread GitBox
KellenSunderland commented on a change in pull request #15399: Add unit tests for TensorRT integration and fix some bugs URL: https://github.com/apache/incubator-mxnet/pull/15399#discussion_r302338438 ## File path: tests/python/gpu/test_tensorrt.py ## @@ -0,0 +1,437 @@ +#

[GitHub] [incubator-mxnet] KellenSunderland commented on a change in pull request #15399: Add unit tests for TensorRT integration and fix some bugs

2019-07-10 Thread GitBox
KellenSunderland commented on a change in pull request #15399: Add unit tests for TensorRT integration and fix some bugs URL: https://github.com/apache/incubator-mxnet/pull/15399#discussion_r302338157 ## File path: src/operator/subgraph/tensorrt/tensorrt-inl.h ## @@ -180,6

[GitHub] [incubator-mxnet] KellenSunderland commented on a change in pull request #15399: Add unit tests for TensorRT integration and fix some bugs

2019-07-10 Thread GitBox
KellenSunderland commented on a change in pull request #15399: Add unit tests for TensorRT integration and fix some bugs URL: https://github.com/apache/incubator-mxnet/pull/15399#discussion_r302337630 ## File path: src/operator/subgraph/tensorrt/tensorrt-inl.h ## @@ -109,1

[GitHub] [incubator-mxnet] KellenSunderland commented on a change in pull request #15399: Add unit tests for TensorRT integration and fix some bugs

2019-07-10 Thread GitBox
KellenSunderland commented on a change in pull request #15399: Add unit tests for TensorRT integration and fix some bugs URL: https://github.com/apache/incubator-mxnet/pull/15399#discussion_r302336971 ## File path: src/operator/subgraph/tensorrt/nnvm_to_onnx.cc ## @@ -157,

[GitHub] [incubator-mxnet] KellenSunderland commented on issue #15399: Add unit tests for TensorRT integration and fix some bugs

2019-07-10 Thread GitBox
KellenSunderland commented on issue #15399: Add unit tests for TensorRT integration and fix some bugs URL: https://github.com/apache/incubator-mxnet/pull/15399#issuecomment-510294845 Looks like CI caught a few issues. For example http://jenkins.mxnet-ci.amazon-ml.com/blue/organizations/je

[GitHub] [incubator-mxnet] Zha0q1 edited a comment on issue #15490: Utility to help developers debug operators: Tensor Inspector

2019-07-10 Thread GitBox
Zha0q1 edited a comment on issue #15490: Utility to help developers debug operators: Tensor Inspector URL: https://github.com/apache/incubator-mxnet/pull/15490#issuecomment-510294519 @apeforest @anirudh2290 @access2rohit @larroy @sandeep-krishnamurthy , Hi guys, I completed this PR and i

[GitHub] [incubator-mxnet] Zha0q1 commented on issue #15490: Utility to help developers debug operators: Tensor Inspector

2019-07-10 Thread GitBox
Zha0q1 commented on issue #15490: Utility to help developers debug operators: Tensor Inspector URL: https://github.com/apache/incubator-mxnet/pull/15490#issuecomment-510294519 @apeforest @anirudh2290 @access2rohit @larroy @sandeep-krishnamurthy , Hi guys, I completed this PR and it's rea

[GitHub] [incubator-mxnet] zixuanweeei commented on a change in pull request #15497: Independent gradients requests check with respect to weights and bias of convolution

2019-07-10 Thread GitBox
zixuanweeei commented on a change in pull request #15497: Independent gradients requests check with respect to weights and bias of convolution URL: https://github.com/apache/incubator-mxnet/pull/15497#discussion_r302333454 ## File path: src/operator/nn/mkldnn/mkldnn_convolution.cc

[GitHub] [incubator-mxnet] zhly0 commented on issue #15131: doc consistence

2019-07-10 Thread GitBox
zhly0 commented on issue #15131: doc consistence URL: https://github.com/apache/incubator-mxnet/issues/15131#issuecomment-510288738 Thanks! This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] [incubator-mxnet] zhly0 closed issue #15131: doc consistence

2019-07-10 Thread GitBox
zhly0 closed issue #15131: doc consistence URL: https://github.com/apache/incubator-mxnet/issues/15131 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the U

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

2019-07-10 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 ad92f60 Bump the publish

[GitHub] [incubator-mxnet] ChaiBapchya commented on issue #15506: Improving error message

2019-07-10 Thread GitBox
ChaiBapchya commented on issue #15506: Improving error message URL: https://github.com/apache/incubator-mxnet/issues/15506#issuecomment-510279558 @mxnet-label-bot add [Installation, Unclear Error/Doc, Build] This is an automa

[GitHub] [incubator-mxnet] mxnet-label-bot commented on issue #15506: Improving error message

2019-07-10 Thread GitBox
mxnet-label-bot commented on issue #15506: Improving error message URL: https://github.com/apache/incubator-mxnet/issues/15506#issuecomment-510279254 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] ChaiBapchya opened a new issue #15506: Improving error message

2019-07-10 Thread GitBox
ChaiBapchya opened a new issue #15506: Improving error message URL: https://github.com/apache/incubator-mxnet/issues/15506 Source build on Ubuntu (EC2) I ran into this error: Thought this error message could be improved - ``` src/operator/quantization/./.././../commo

[GitHub] [incubator-mxnet] Zha0q1 commented on issue #15490: [WIP] Utility to help developers debug operators: Tensor Inspector

2019-07-10 Thread GitBox
Zha0q1 commented on issue #15490: [WIP] Utility to help developers debug operators: Tensor Inspector URL: https://github.com/apache/incubator-mxnet/pull/15490#issuecomment-510275321 > I could probably rewrite build_checker() (https://github.com/apache/incubator-mxnet/pull/15490/files#diff-

[GitHub] [incubator-mxnet] IvyBazan commented on issue #15454: Julia docs

2019-07-10 Thread GitBox
IvyBazan commented on issue #15454: Julia docs URL: https://github.com/apache/incubator-mxnet/pull/15454#issuecomment-510260831 LGTM! Verified Julia installation and doc building process on an Ubuntu EC2 instance. This is an

[incubator-mxnet] branch master updated: fix the bug on Scala Sparse (#15500)

2019-07-10 Thread lanking
This is an automated email from the ASF dual-hosted git repository. lanking 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 6191dd7 fix the bug on Scala Sparse (

[GitHub] [incubator-mxnet] lanking520 merged pull request #15500: fix the bug on Scala Sparse

2019-07-10 Thread GitBox
lanking520 merged pull request #15500: fix the bug on Scala Sparse URL: https://github.com/apache/incubator-mxnet/pull/15500 This is an automated message from the Apache Git Service. To respond to the message, please log on t

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

2019-07-10 Thread GitBox
haojin2 commented on a change in pull request #15493: [numpy] numpy einsum URL: https://github.com/apache/incubator-mxnet/pull/15493#discussion_r302284030 ## File path: src/operator/numpy/np_einsum_op.cc ## @@ -0,0 +1,192 @@ +/* + * Licensed to the Apache Software Foundatio

[GitHub] [incubator-mxnet] roywei edited a comment on issue #15431: [MXNet 1.5.0.rc2] Issues with asnumpy() method

2019-07-10 Thread GitBox
roywei edited a comment on issue #15431: [MXNet 1.5.0.rc2] Issues with asnumpy() method URL: https://github.com/apache/incubator-mxnet/issues/15431#issuecomment-510236197 @Wallart your code is running fine on my machine. I'm testing on[ LJ-Speech Dataset](https://keithito.com/LJ-Speech-Da

[GitHub] [incubator-mxnet] roywei commented on issue #15431: [MXNet 1.5.0.rc2] Issues with asnumpy() method

2019-07-10 Thread GitBox
roywei commented on issue #15431: [MXNet 1.5.0.rc2] Issues with asnumpy() method URL: https://github.com/apache/incubator-mxnet/issues/15431#issuecomment-510236197 @Wallart your code is running fine on my machine. I'm testing on[ LJ-Speech Dataset](https://keithito.com/LJ-Speech-Dataset/)

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

2019-07-10 Thread GitBox
haojin2 commented on a change in pull request #15493: [numpy] numpy einsum URL: https://github.com/apache/incubator-mxnet/pull/15493#discussion_r302276084 ## File path: src/operator/numpy/np_einsum_op-inl.h ## @@ -0,0 +1,772 @@ +/* + * Licensed to the Apache Software Founda

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

2019-07-10 Thread GitBox
haojin2 commented on a change in pull request #15493: [numpy] numpy einsum URL: https://github.com/apache/incubator-mxnet/pull/15493#discussion_r302275948 ## File path: src/operator/numpy/np_einsum_op-inl.h ## @@ -0,0 +1,772 @@ +/* + * Licensed to the Apache Software Founda

[GitHub] [incubator-mxnet] haojin2 commented on issue #15282: Numpy compatible eye

2019-07-10 Thread GitBox
haojin2 commented on issue #15282: Numpy compatible eye URL: https://github.com/apache/incubator-mxnet/pull/15282#issuecomment-510230876 @stu1130 Please rebase and resolve conflict when you have time, thx This is an automated

[GitHub] [incubator-mxnet] haojin2 commented on a change in pull request #15349: Numpy Tensordot Operator

2019-07-10 Thread GitBox
haojin2 commented on a change in pull request #15349: Numpy Tensordot Operator URL: https://github.com/apache/incubator-mxnet/pull/15349#discussion_r302268332 ## File path: src/operator/numpy/np_tensordot_op.cc ## @@ -0,0 +1,186 @@ +/* + * Licensed to the Apache Software F

[GitHub] [incubator-mxnet] reminisce commented on a change in pull request #15349: Numpy Tensordot Operator

2019-07-10 Thread GitBox
reminisce commented on a change in pull request #15349: Numpy Tensordot Operator URL: https://github.com/apache/incubator-mxnet/pull/15349#discussion_r302268196 ## File path: src/operator/numpy/np_tensordot_int_axes_op-inl.h ## @@ -0,0 +1,213 @@ +/* + * Licensed to the Ap

[GitHub] [incubator-mxnet] haojin2 commented on a change in pull request #15349: Numpy Tensordot Operator

2019-07-10 Thread GitBox
haojin2 commented on a change in pull request #15349: Numpy Tensordot Operator URL: https://github.com/apache/incubator-mxnet/pull/15349#discussion_r302267636 ## File path: src/operator/numpy/np_tensordot_op-inl.h ## @@ -0,0 +1,399 @@ +/* + * Licensed to the Apache Softwar

[GitHub] [incubator-mxnet] haojin2 commented on a change in pull request #15349: Numpy Tensordot Operator

2019-07-10 Thread GitBox
haojin2 commented on a change in pull request #15349: Numpy Tensordot Operator URL: https://github.com/apache/incubator-mxnet/pull/15349#discussion_r302266877 ## File path: src/operator/numpy/np_tensordot_int_axes_op.cc ## @@ -0,0 +1,193 @@ +/* + * Licensed to the Apache S

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

2019-07-10 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 e7680f4 Bump the publish

[GitHub] [incubator-mxnet] haojin2 commented on a change in pull request #15349: Numpy Tensordot Operator

2019-07-10 Thread GitBox
haojin2 commented on a change in pull request #15349: Numpy Tensordot Operator URL: https://github.com/apache/incubator-mxnet/pull/15349#discussion_r302266577 ## File path: src/operator/numpy/np_tensordot_int_axes_op-inl.h ## @@ -0,0 +1,213 @@ +/* + * Licensed to the Apach

[GitHub] [incubator-mxnet] haojin2 commented on a change in pull request #15349: Numpy Tensordot Operator

2019-07-10 Thread GitBox
haojin2 commented on a change in pull request #15349: Numpy Tensordot Operator URL: https://github.com/apache/incubator-mxnet/pull/15349#discussion_r302265978 ## File path: src/operator/numpy/np_tensordot_int_axes_op-inl.h ## @@ -0,0 +1,213 @@ +/* + * Licensed to the Apach

[GitHub] [incubator-mxnet] haojin2 commented on a change in pull request #15349: Numpy Tensordot Operator

2019-07-10 Thread GitBox
haojin2 commented on a change in pull request #15349: Numpy Tensordot Operator URL: https://github.com/apache/incubator-mxnet/pull/15349#discussion_r302266096 ## File path: src/operator/numpy/np_tensordot_int_axes_op-inl.h ## @@ -0,0 +1,213 @@ +/* + * Licensed to the Apach

[GitHub] [incubator-mxnet] haojin2 commented on a change in pull request #15349: Numpy Tensordot Operator

2019-07-10 Thread GitBox
haojin2 commented on a change in pull request #15349: Numpy Tensordot Operator URL: https://github.com/apache/incubator-mxnet/pull/15349#discussion_r302265718 ## File path: src/operator/numpy/np_tensordot_int_axes_op-inl.h ## @@ -0,0 +1,213 @@ +/* + * Licensed to the Apach

[GitHub] [incubator-mxnet] haojin2 commented on a change in pull request #15349: Numpy Tensordot Operator

2019-07-10 Thread GitBox
haojin2 commented on a change in pull request #15349: Numpy Tensordot Operator URL: https://github.com/apache/incubator-mxnet/pull/15349#discussion_r302265188 ## File path: src/operator/numpy/np_tensordot_int_axes_op-inl.h ## @@ -0,0 +1,213 @@ +/* + * Licensed to the Apach

[GitHub] [incubator-mxnet] haojin2 commented on a change in pull request #15349: Numpy Tensordot Operator

2019-07-10 Thread GitBox
haojin2 commented on a change in pull request #15349: Numpy Tensordot Operator URL: https://github.com/apache/incubator-mxnet/pull/15349#discussion_r302263201 ## File path: tests/python/unittest/test_numpy_op.py ## @@ -26,7 +26,151 @@ from mxnet.test_utils import check_nu

[GitHub] [incubator-mxnet] haojin2 commented on a change in pull request #15349: Numpy Tensordot Operator

2019-07-10 Thread GitBox
haojin2 commented on a change in pull request #15349: Numpy Tensordot Operator URL: https://github.com/apache/incubator-mxnet/pull/15349#discussion_r302262995 ## File path: src/operator/numpy/np_tensordot_op.cc ## @@ -0,0 +1,186 @@ +/* + * Licensed to the Apache Software F

[GitHub] [incubator-mxnet] haojin2 commented on a change in pull request #15349: Numpy Tensordot Operator

2019-07-10 Thread GitBox
haojin2 commented on a change in pull request #15349: Numpy Tensordot Operator URL: https://github.com/apache/incubator-mxnet/pull/15349#discussion_r302262454 ## File path: src/operator/numpy/np_tensordot_int_axes_op-inl.h ## @@ -0,0 +1,213 @@ +/* Review comment: Why

[GitHub] [incubator-mxnet] ruslo opened a new pull request #15505: Docs: Fix misprints

2019-07-10 Thread GitBox
ruslo opened a new pull request #15505: Docs: Fix misprints URL: https://github.com/apache/incubator-mxnet/pull/15505 ## Description ## Fix a few misprints in the documentation. ## Checklist ## ### Essentials ### - [x] Changes are complete (i.e. I finished coding on t

[GitHub] [incubator-mxnet] haojin2 commented on a change in pull request #15349: Numpy Tensordot Operator

2019-07-10 Thread GitBox
haojin2 commented on a change in pull request #15349: Numpy Tensordot Operator URL: https://github.com/apache/incubator-mxnet/pull/15349#discussion_r302260577 ## File path: python/mxnet/symbol/numpy/_symbol.py ## @@ -33,12 +33,77 @@ 'clip', 'add', 'subtract', '

[GitHub] [incubator-mxnet] haojin2 commented on a change in pull request #15349: Numpy Tensordot Operator

2019-07-10 Thread GitBox
haojin2 commented on a change in pull request #15349: Numpy Tensordot Operator URL: https://github.com/apache/incubator-mxnet/pull/15349#discussion_r302260610 ## File path: python/mxnet/numpy/multiarray.py ## @@ -45,10 +45,90 @@ __all__ = ['ndarray', 'empty', 'array', '

[GitHub] [incubator-mxnet] jonathandgough commented on issue #10805: SKIP RNN is incorrect in LSTnet

2019-07-10 Thread GitBox
jonathandgough commented on issue #10805: SKIP RNN is incorrect in LSTnet URL: https://github.com/apache/incubator-mxnet/issues/10805#issuecomment-510217262 @safrooze @roywei is the LSTnet-Attn method in Gluon yet? Thanks! ---

[GitHub] [incubator-mxnet] apeforest commented on issue #15331: [fix] missing input log higher order.

2019-07-10 Thread GitBox
apeforest commented on issue #15331: [fix] missing input log higher order. URL: https://github.com/apache/incubator-mxnet/pull/15331#issuecomment-510215797 Please update the comment, otherwise LGTM This is an automated message

[GitHub] [incubator-mxnet] apeforest edited a comment on issue #15331: [fix] missing input log higher order.

2019-07-10 Thread GitBox
apeforest edited a comment on issue #15331: [fix] missing input log higher order. URL: https://github.com/apache/incubator-mxnet/pull/15331#issuecomment-510215542 @sxjscience Do we have a use case where the gradient on the gradient of output y is needed? i.e. ygrad = dL/dy. How can we

[GitHub] [incubator-mxnet] apeforest commented on issue #15331: [fix] missing input log higher order.

2019-07-10 Thread GitBox
apeforest commented on issue #15331: [fix] missing input log higher order. URL: https://github.com/apache/incubator-mxnet/pull/15331#issuecomment-510215542 @sxjscience Do we have a use case where the gradient on the gradient of output y is needed? i.e. ygrad = dL/dy. How can we test the

[GitHub] [incubator-mxnet] KhurramPirov edited a comment on issue #15504: Saved model and then looked at the output of the same batch after loading, got different results!

2019-07-10 Thread GitBox
KhurramPirov edited a comment on issue #15504: Saved model and then looked at the output of the same batch after loading, got different results! URL: https://github.com/apache/incubator-mxnet/issues/15504#issuecomment-510212467 @frankfliu It is a sample of the test code. I am checking

[GitHub] [incubator-mxnet] apeforest commented on issue #15331: [fix] missing input log higher order.

2019-07-10 Thread GitBox
apeforest commented on issue #15331: [fix] missing input log higher order. URL: https://github.com/apache/incubator-mxnet/pull/15331#issuecomment-510214026 @kshitij12345 https://github.com/apache/incubator-mxnet/pull/15331/files#diff-0dad60704ce39e602a1907aec6835375R1121 comment should act

[GitHub] [incubator-mxnet] apeforest commented on issue #15331: [fix] missing input log higher order.

2019-07-10 Thread GitBox
apeforest commented on issue #15331: [fix] missing input log higher order. URL: https://github.com/apache/incubator-mxnet/pull/15331#issuecomment-510212850 @larroy Those outputs are needed for 3rd order and above gradients. Th

[GitHub] [incubator-mxnet] KhurramPirov commented on issue #15504: Saved model and then looked at the output of the same batch after loading, got different results!

2019-07-10 Thread GitBox
KhurramPirov commented on issue #15504: Saved model and then looked at the output of the same batch after loading, got different results! URL: https://github.com/apache/incubator-mxnet/issues/15504#issuecomment-510212467 > @KhurramPirov > It the code just pseudo code or it's complete co

[GitHub] [incubator-mxnet] KhurramPirov edited a comment on issue #15504: Saved model and then looked at the output of the same batch after loading, got different results!

2019-07-10 Thread GitBox
KhurramPirov edited a comment on issue #15504: Saved model and then looked at the output of the same batch after loading, got different results! URL: https://github.com/apache/incubator-mxnet/issues/15504#issuecomment-510212467 @frankfliu It is a sample of the test code. I am chec

[GitHub] [incubator-mxnet] frankfliu commented on issue #15504: Saved model and then looked at the output of the same batch after loading, got different results!

2019-07-10 Thread GitBox
frankfliu commented on issue #15504: Saved model and then looked at the output of the same batch after loading, got different results! URL: https://github.com/apache/incubator-mxnet/issues/15504#issuecomment-510209853 @KhurramPirov It the code just pseudo code or it's complete code?

[GitHub] [incubator-mxnet] frankfliu commented on issue #15504: Saved model and then looked at the output of the same batch after loading, got different results!

2019-07-10 Thread GitBox
frankfliu commented on issue #15504: Saved model and then looked at the output of the same batch after loading, got different results! URL: https://github.com/apache/incubator-mxnet/issues/15504#issuecomment-510208587 @mxnet-label-bot add [question, training] -

[GitHub] [incubator-mxnet] larroy commented on a change in pull request #15253: [MXNET-978] Add higher order gradient support `tan`, `tanh`

2019-07-10 Thread GitBox
larroy commented on a change in pull request #15253: [MXNET-978] Add higher order gradient support `tan`, `tanh` URL: https://github.com/apache/incubator-mxnet/pull/15253#discussion_r302241795 ## File path: src/operator/tensor/elemwise_unary_op_trig.cc ## @@ -139,7 +139,31

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

2019-07-10 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 d0154da Bump the publish

[GitHub] [incubator-mxnet] KhurramPirov opened a new issue #15504: Saved model and then looked at the output of the same batch after loading, got different results!

2019-07-10 Thread GitBox
KhurramPirov opened a new issue #15504: Saved model and then looked at the output of the same batch after loading, got different results! URL: https://github.com/apache/incubator-mxnet/issues/15504 ## Description (Brief description of the problem in no more than 2 sentences.) Get

[GitHub] [incubator-mxnet] haojin2 commented on a change in pull request #15349: Numpy Tensordot Operator

2019-07-10 Thread GitBox
haojin2 commented on a change in pull request #15349: Numpy Tensordot Operator URL: https://github.com/apache/incubator-mxnet/pull/15349#discussion_r302218985 ## File path: python/mxnet/ndarray/numpy/_op.py ## @@ -33,7 +33,88 @@ 'clip', 'split', 'swapaxes', 'ex

  1   2   >