[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] 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] 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] 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] 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] 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

[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] 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] 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 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] 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

[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] 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] 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] 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] 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 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_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_r302338438 ## File path: tests/python/gpu/test_tensorrt.py ## @@ -0,0 +1,437 @@ +#

[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] 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] 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_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] 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] 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] 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] 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] 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] 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 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] 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] 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] 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] 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_r302350329 ## File path: src/operator/numpy/np_tensordot_int_axes_op-inl.h ## @@ -0,0 +1,213 @@ +/* Review comment: Fixe

[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

[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

[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] 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_r302353380 ## 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_r302353567 ## File path: src/operator/numpy/np_tensordot_op.cc ## @@ -0,0 +1,186 @@ +/* + * Licensed to the Apache Software Fo

[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] 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] 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] 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] 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] 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] 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 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] 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] 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] 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] 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] Maicus closed issue #15484: Binding Model fails with simple_bind error

2019-07-11 Thread GitBox
Maicus closed issue #15484: Binding Model fails with simple_bind error URL: https://github.com/apache/incubator-mxnet/issues/15484 This is an automated message from the Apache Git Service. To respond to the message, please lo

[GitHub] [incubator-mxnet] CynthiaProtector opened a new issue #15509: Train models under the director '/mxnet/example/gluon/'

2019-07-11 Thread GitBox
CynthiaProtector opened a new issue #15509: Train models under the director '/mxnet/example/gluon/' URL: https://github.com/apache/incubator-mxnet/issues/15509 I conduct distributed training on almost all the models provided under the directory '/mxnet/example/gluon', however, when running

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

2019-07-11 Thread GitBox
zoeygxy 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_r302417072 ## File path: src/operator/numpy/np_elemwise_br

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

2019-07-11 Thread GitBox
zoeygxy 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_r302417006 ## File path: src/operator/numpy/np_elemwise_br

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

2019-07-11 Thread GitBox
zoeygxy 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_r302417138 ## File path: src/operator/tensor/elemwise_bina

[GitHub] [incubator-mxnet] gyshi opened a new pull request #15510: [Numpy] . Operator moveaxis

2019-07-11 Thread GitBox
gyshi opened a new pull request #15510: [Numpy] . Operatormoveaxis URL: https://github.com/apache/incubator-mxnet/pull/15510 ## Description ## (Brief description on what this PR is about) ## Checklist ## ### Essentials ### Please feel free to remove inapplicable items for

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

2019-07-11 Thread GitBox
larroy 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_r302428179 ## File path: src/common/cuda_utils.cc ## @@ -0,0 +1,116 @@ +/* + * Licensed to the

[GitHub] [incubator-mxnet] hgt312 opened a new pull request #15511: Numpy Identity operator

2019-07-11 Thread GitBox
hgt312 opened a new pull request #15511: Numpy Identity operator URL: https://github.com/apache/incubator-mxnet/pull/15511 ## Description ## Implementation of numpy `identity` operator in mxnet. ## Checklist ## ### Essentials ### Please feel free to remove inapplicable items

[GitHub] [incubator-mxnet] wshuail opened a new issue #15512: possible bug in nd.gather_nd

2019-07-11 Thread GitBox
wshuail opened a new issue #15512: possible bug in nd.gather_nd URL: https://github.com/apache/incubator-mxnet/issues/15512 When I use nd.gather_nd with gpu, a unexpected error happened sometimes. Generally it may raise error like RuntimeError: cuda runtime error (77) : an illegal memory a

[GitHub] [incubator-mxnet] mxnet-label-bot commented on issue #15512: possible bug in nd.gather_nd

2019-07-11 Thread GitBox
mxnet-label-bot commented on issue #15512: possible bug in nd.gather_nd URL: https://github.com/apache/incubator-mxnet/issues/15512#issuecomment-510399079 Hey, this is the MXNet Label Bot. Thank you for submitting the issue! I will try and suggest some labels so that the appropriate M

[GitHub] [incubator-mxnet] wkcn opened a new pull request #15513: [WIP] add contrib op in cpp-pacakge

2019-07-11 Thread GitBox
wkcn opened a new pull request #15513: [WIP] add contrib op in cpp-pacakge URL: https://github.com/apache/incubator-mxnet/pull/15513 ## Description ## Hi, there. I add the contrib operators into cpp-package. Currently, `dim_t (int64_t)` could not be parsed. I'm waiting for the merge

[GitHub] [incubator-mxnet] lebeg commented on issue #15452: fix nightly CI failure

2019-07-11 Thread GitBox
lebeg commented on issue #15452: fix nightly CI failure URL: https://github.com/apache/incubator-mxnet/pull/15452#issuecomment-510455260 @roywei could you apply changes that @szha requested? The nightly tests are still broken. ---

[GitHub] [incubator-mxnet] qqaatw commented on issue #15484: Binding Model fails with simple_bind error

2019-07-11 Thread GitBox
qqaatw commented on issue #15484: Binding Model fails with simple_bind error URL: https://github.com/apache/incubator-mxnet/issues/15484#issuecomment-510480630 I have the same problem as you, could you tell more in detail about the Target and the TargetCode Section? thanks. --

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

2019-07-11 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_r302538899 ## File path: src/operator/numpy/np_elemwise_binary_op.cc ## @@ -0,0 +1,55 @@ +/* + * Licensed to the Apache Softwa

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

2019-07-11 Thread GitBox
marcoabreu commented on issue #15506: Improving error message URL: https://github.com/apache/incubator-mxnet/issues/15506#issuecomment-510483367 ```No space left on device``` Sounds pretty clear to me. Is this not talking about disk space? What was the root cause? -

[GitHub] [incubator-mxnet] smissan opened a new issue #15514: dmlc.lib is not generated

2019-07-11 Thread GitBox
smissan opened a new issue #15514: dmlc.lib is not generated URL: https://github.com/apache/incubator-mxnet/issues/15514 when trying to build latest head, dmlc.dll is being generated, but not dmlc.lib (using ms visual studio 2015). Therefore, building mxnet dll fails with 1>-- Bu

[GitHub] [incubator-mxnet] mxnet-label-bot commented on issue #15514: dmlc.lib is not generated

2019-07-11 Thread GitBox
mxnet-label-bot commented on issue #15514: dmlc.lib is not generated URL: https://github.com/apache/incubator-mxnet/issues/15514#issuecomment-510484008 Hey, this is the MXNet Label Bot. Thank you for submitting the issue! I will try and suggest some labels so that the appropriate MXNe

[GitHub] [incubator-mxnet] kshitij12345 opened a new pull request #15515: [MXNET-978] Higher Order Gradient Support `arcsin`, `arccos`.

2019-07-11 Thread GitBox
kshitij12345 opened a new pull request #15515: [MXNET-978] Higher Order Gradient Support `arcsin`, `arccos`. URL: https://github.com/apache/incubator-mxnet/pull/15515 ## Description ## PR intends to add support for higher order gradient for `arcsin`, `arccos`. ## Checklist ## #

[GitHub] [incubator-mxnet] qqaatw edited a comment on issue #15484: Binding Model fails with simple_bind error

2019-07-11 Thread GitBox
qqaatw edited a comment on issue #15484: Binding Model fails with simple_bind error URL: https://github.com/apache/incubator-mxnet/issues/15484#issuecomment-510480630 @Maicus I have the same problem as you, could you tell more in detail about the Target and the TargetCode Section? thanks.

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

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

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

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

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

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

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

2019-07-11 Thread GitBox
iblis17 commented on issue #15454: Julia docs URL: https://github.com/apache/incubator-mxnet/pull/15454#issuecomment-510545691 Nice work! @aaronmarkham This is an automated message from the Apache Git Service. To respond to t

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

2019-07-11 Thread GitBox
access2rohit commented on issue #15490: Utility to help developers debug operators: Tensor Inspector URL: https://github.com/apache/incubator-mxnet/pull/15490#issuecomment-510561397 Can you split the PR into 2 separate PRs. One for CPU and one for GPU ?

[GitHub] [incubator-mxnet] matteosal commented on issue #15497: [MKLDNN] Independent gradients requests check with respect to weights and bias of convolution

2019-07-11 Thread GitBox
matteosal commented on issue #15497: [MKLDNN] Independent gradients requests check with respect to weights and bias of convolution URL: https://github.com/apache/incubator-mxnet/pull/15497#issuecomment-510563332 The example of https://github.com/apache/incubator-mxnet/issues/15464 is fixed

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

2019-07-11 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_r30264 ## File path: src/operator/tensor/elemwise_unary_op_trig.cc ## @@ -139,7 +

[GitHub] [incubator-mxnet] frankfliu commented on issue #15509: Train models under the director '/mxnet/example/gluon/'

2019-07-11 Thread GitBox
frankfliu commented on issue #15509: Train models under the director '/mxnet/example/gluon/' URL: https://github.com/apache/incubator-mxnet/issues/15509#issuecomment-510566851 @mxnet-label-bot add [Question, distributed, training] --

[GitHub] [incubator-mxnet] frankfliu commented on issue #15514: dmlc.lib is not generated

2019-07-11 Thread GitBox
frankfliu commented on issue #15514: dmlc.lib is not generated URL: https://github.com/apache/incubator-mxnet/issues/15514#issuecomment-510568547 @mxnet-label-bot add [build] This is an automated message from the Apache Git S

[GitHub] [incubator-mxnet] frankfliu commented on issue #15512: possible bug in nd.gather_nd

2019-07-11 Thread GitBox
frankfliu commented on issue #15512: possible bug in nd.gather_nd URL: https://github.com/apache/incubator-mxnet/issues/15512#issuecomment-510568295 @mxnet-label-bot add [backend, cuda, question] This is an automated message

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

2019-07-11 Thread GitBox
ChaiBapchya commented on issue #15506: Improving error message URL: https://github.com/apache/incubator-mxnet/issues/15506#issuecomment-510574285 I had an issue with this part of that error ` when writing output to : ` And I am running this on p2.8x large GPU-optimized AWS EC2 ins

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

2019-07-11 Thread GitBox
DickJC123 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_r302657800 ## File path: src/common/cuda_utils.cc ## @@ -0,0 +1,108 @@ +/* + * Licensed to t

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

2019-07-11 Thread GitBox
ChaiBapchya commented on issue #15506: Improving error message URL: https://github.com/apache/incubator-mxnet/issues/15506#issuecomment-510581504 Issue resolved by 1. Switching to Ubuntu AMI (instead of DL AMI that comes with loads of other packages and libraries I don't need) 2. Inc

[GitHub] [incubator-mxnet] ChaiBapchya edited a comment on issue #15506: Improving error message

2019-07-11 Thread GitBox
ChaiBapchya edited a comment on issue #15506: Improving error message URL: https://github.com/apache/incubator-mxnet/issues/15506#issuecomment-510581504 So you're right. Root cause was related to disk space. (Though it is weird how even after mounting 100gig of EBS volume on /data director

[GitHub] [incubator-mxnet] kevinzh92 opened a new pull request #15516: Fix memory leak reported by ASAN in NNVM to ONNX conversion

2019-07-11 Thread GitBox
kevinzh92 opened a new pull request #15516: Fix memory leak reported by ASAN in NNVM to ONNX conversion URL: https://github.com/apache/incubator-mxnet/pull/15516 ## Description ## Fix memory leak reported by ASAN in NNVM to ONNX conversion of a constant. ## Checklist ## ### Ess

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

2019-07-11 Thread GitBox
larroy 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_r302695533 ## File path: src/common/cuda_utils.cc ## @@ -0,0 +1,108 @@ +/* + * Licensed to the

[GitHub] [incubator-mxnet] larroy edited a comment on issue #15285: Graph dumper

2019-07-11 Thread GitBox
larroy edited a comment on issue #15285: Graph dumper URL: https://github.com/apache/incubator-mxnet/pull/15285#issuecomment-509858209 @ptrendx Thanks I will try to use your suggestion in the next iteration. This is an auto

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

2019-07-11 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_r302708484 ## File path: src/operator/tensor/elemwise_unary_op_trig.cc ## @@ -139,7 +139,31

  1   2   3   4   5   6   7   8   9   10   >