[GitHub] [incubator-mxnet] fhieber closed issue #14574: Feature Request: 'arange_like/enumerate' operator

2019-08-04 Thread GitBox
fhieber closed issue #14574: Feature Request: 'arange_like/enumerate' operator URL: https://github.com/apache/incubator-mxnet/issues/14574 This is an automated message from the Apache Git Service. To respond to the message, p

[GitHub] [incubator-mxnet] fhieber commented on issue #14574: Feature Request: 'arange_like/enumerate' operator

2019-08-04 Thread GitBox
fhieber commented on issue #14574: Feature Request: 'arange_like/enumerate' operator URL: https://github.com/apache/incubator-mxnet/issues/14574#issuecomment-518104007 Resolved by #15400 This is an automated message from the

[incubator-mxnet] branch master updated (7c26810 -> 3255d87)

2019-08-04 Thread skm
This is an automated email from the ASF dual-hosted git repository. skm pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git. from 7c26810 fix dropout mask output (#15697) add 3255d87 fix broadcast op param (#15714) No new revisions w

[GitHub] [incubator-mxnet] sandeep-krishnamurthy merged pull request #15714: Fix broadcast op param

2019-08-04 Thread GitBox
sandeep-krishnamurthy merged pull request #15714: Fix broadcast op param URL: https://github.com/apache/incubator-mxnet/pull/15714 This is an automated message from the Apache Git Service. To respond to the message, please lo

[GitHub] [incubator-mxnet] gyshi opened a new pull request #15753: Numpy add numpy linalg norm and numpy min

2019-08-04 Thread GitBox
gyshi opened a new pull request #15753: Numpy add numpy linalg norm and numpy min URL: https://github.com/apache/incubator-mxnet/pull/15753 ## Description ## (Brief description on what this PR is about) ## Checklist ## ### Essentials ### Please feel free to remove inapplicab

[GitHub] [incubator-mxnet] zixuanweeei commented on a change in pull request #15741: MKL-DNN LBR-GRU Inference Integration (FP32 LBR-GRU)

2019-08-04 Thread GitBox
zixuanweeei commented on a change in pull request #15741: MKL-DNN LBR-GRU Inference Integration (FP32 LBR-GRU) URL: https://github.com/apache/incubator-mxnet/pull/15741#discussion_r310438190 ## File path: src/operator/nn/mkldnn/mkldnn_rnn_impl.h ## @@ -437,91 +450,118 @@ s

[GitHub] [incubator-mxnet] eric-haibin-lin opened a new pull request #15752: [DOC] Fix many arguments in the doc: reshape_like, arange_like, shape_array

2019-08-04 Thread GitBox
eric-haibin-lin opened a new pull request #15752: [DOC] Fix many arguments in the doc: reshape_like, arange_like, shape_array URL: https://github.com/apache/incubator-mxnet/pull/15752 ## Description ## @TaoLv @anirudhacharya ## Checklist ## ### Essentials ### Please feel fr

[incubator-mxnet] branch fix-doc updated: Update elemwise_unary_op_basic.cc

2019-08-04 Thread haibin
This is an automated email from the ASF dual-hosted git repository. haibin pushed a commit to branch fix-doc in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git The following commit(s) were added to refs/heads/fix-doc by this push: new d77f421 Update elemwise_unary_op_bas

[GitHub] [incubator-mxnet] wkcn opened a new pull request #15751: Fix the bug of `MXEnginePushAsyncND` and `MXEnginePushSyncND`

2019-08-04 Thread GitBox
wkcn opened a new pull request #15751: Fix the bug of `MXEnginePushAsyncND` and `MXEnginePushSyncND` URL: https://github.com/apache/incubator-mxnet/pull/15751 ## Description ## Sorry that I wrote a bug in the two APIs `MXEnginePushAsyncND` and `MXEnginePushSyncND`, whose argument should

[incubator-mxnet] 01/01: Update init_op.cc

2019-08-04 Thread haibin
This is an automated email from the ASF dual-hosted git repository. haibin pushed a commit to branch fix-doc in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git commit 551233f77e61d64f16be43e7a1d384d9b12c6e7e Author: Haibin Lin AuthorDate: Sun Aug 4 21:23:13 2019 -0700 Upd

[incubator-mxnet] branch fix-doc created (now 551233f)

2019-08-04 Thread haibin
This is an automated email from the ASF dual-hosted git repository. haibin pushed a change to branch fix-doc in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git. at 551233f Update init_op.cc This branch includes the following new commits: new 551233f Update init_

[incubator-mxnet] branch amp-patch deleted (was 6052036)

2019-08-04 Thread haibin
This is an automated email from the ASF dual-hosted git repository. haibin pushed a change to branch amp-patch in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git. was 6052036 [AMP] Move topk from FP16_FP32_FUNCS to FP32_FUNCS The revisions that were on this branch are s

[incubator-mxnet] branch retain-doc deleted (was 1e3cee0)

2019-08-04 Thread haibin
This is an automated email from the ASF dual-hosted git repository. haibin pushed a change to branch retain-doc in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git. was 1e3cee0 Update sparse_retain.cc The revisions that were on this branch are still contained in other re

[GitHub] [incubator-mxnet] mxnet-label-bot commented on issue #15750: New feature request: split tensor into arbitrary contiguous groups along the specified dimension

2019-08-04 Thread GitBox
mxnet-label-bot commented on issue #15750: New feature request: split tensor into arbitrary contiguous groups along the specified dimension URL: https://github.com/apache/incubator-mxnet/issues/15750#issuecomment-518074925 Hey, this is the MXNet Label Bot. Thank you for submitting the

[GitHub] [incubator-mxnet] becauseofAI opened a new issue #15750: New feature request: split tensor into arbitrary contiguous groups along the specified dimension

2019-08-04 Thread GitBox
becauseofAI opened a new issue #15750: New feature request: split tensor into arbitrary contiguous groups along the specified dimension URL: https://github.com/apache/incubator-mxnet/issues/15750 If we want to split a tensor into arbitrary contiguous groups along the specified dimension, s

[GitHub] [incubator-mxnet] ciyongch commented on a change in pull request #15741: MKL-DNN LBR-GRU Inference Integration (FP32 LBR-GRU)

2019-08-04 Thread GitBox
ciyongch commented on a change in pull request #15741: MKL-DNN LBR-GRU Inference Integration (FP32 LBR-GRU) URL: https://github.com/apache/incubator-mxnet/pull/15741#discussion_r310418846 ## File path: src/operator/nn/mkldnn/mkldnn_rnn_impl.h ## @@ -437,91 +450,118 @@ stat

[GitHub] [incubator-mxnet] ciyongch commented on a change in pull request #15741: MKL-DNN LBR-GRU Inference Integration (FP32 LBR-GRU)

2019-08-04 Thread GitBox
ciyongch commented on a change in pull request #15741: MKL-DNN LBR-GRU Inference Integration (FP32 LBR-GRU) URL: https://github.com/apache/incubator-mxnet/pull/15741#discussion_r310418969 ## File path: src/operator/nn/mkldnn/mkldnn_rnn_impl.h ## @@ -537,27 +577,28 @@ stati

[GitHub] [incubator-mxnet] ciyongch commented on a change in pull request #15741: MKL-DNN LBR-GRU Inference Integration (FP32 LBR-GRU)

2019-08-04 Thread GitBox
ciyongch commented on a change in pull request #15741: MKL-DNN LBR-GRU Inference Integration (FP32 LBR-GRU) URL: https://github.com/apache/incubator-mxnet/pull/15741#discussion_r310418299 ## File path: src/operator/nn/mkldnn/mkldnn_rnn_impl.h ## @@ -537,27 +577,28 @@ stati

[GitHub] [incubator-mxnet] ciyongch commented on a change in pull request #15741: MKL-DNN LBR-GRU Inference Integration (FP32 LBR-GRU)

2019-08-04 Thread GitBox
ciyongch commented on a change in pull request #15741: MKL-DNN LBR-GRU Inference Integration (FP32 LBR-GRU) URL: https://github.com/apache/incubator-mxnet/pull/15741#discussion_r310418129 ## File path: src/operator/nn/mkldnn/mkldnn_rnn_impl.h ## @@ -401,26 +413,27 @@ stati

[GitHub] [incubator-mxnet] ciyongch commented on a change in pull request #15741: MKL-DNN LBR-GRU Inference Integration (FP32 LBR-GRU)

2019-08-04 Thread GitBox
ciyongch commented on a change in pull request #15741: MKL-DNN LBR-GRU Inference Integration (FP32 LBR-GRU) URL: https://github.com/apache/incubator-mxnet/pull/15741#discussion_r310417755 ## File path: src/operator/nn/mkldnn/mkldnn_rnn_impl.h ## @@ -72,208 +92,199 @@ stati

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

2019-08-04 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 4160a16 Bump the publish

[GitHub] [incubator-mxnet] ChaiBapchya commented on issue #15689: Add Gather_nd Scatter_nd to NDArray API category doc

2019-08-04 Thread GitBox
ChaiBapchya commented on issue #15689: Add Gather_nd Scatter_nd to NDArray API category doc URL: https://github.com/apache/incubator-mxnet/pull/15689#issuecomment-518051703 @aaronmarkham @apeforest good to merge? I will open a PR on mli/new-docs with this change. But currently facing thi

[GitHub] [incubator-mxnet] ChaiBapchya commented on issue #15714: Fix broadcast op param

2019-08-04 Thread GitBox
ChaiBapchya commented on issue #15714: Fix broadcast op param URL: https://github.com/apache/incubator-mxnet/pull/15714#issuecomment-518046509 @apeforest @sandeep-krishnamurthy Minor fix This is an automated message from the A

[GitHub] [incubator-mxnet] ChaiBapchya commented on issue #15736: [OpPerf] Take care of 4d param

2019-08-04 Thread GitBox
ChaiBapchya commented on issue #15736: [OpPerf] Take care of 4d param URL: https://github.com/apache/incubator-mxnet/pull/15736#issuecomment-518046468 @apeforest @sandeep-krishnamurthy This is an automated message from the A

[GitHub] [incubator-mxnet] marcoabreu commented on a change in pull request #15708: DMLC link removal

2019-08-04 Thread GitBox
marcoabreu commented on a change in pull request #15708: DMLC link removal URL: https://github.com/apache/incubator-mxnet/pull/15708#discussion_r310409561 ## File path: tools/coreml/README.md ## @@ -100,7 +100,7 @@ Any MXNet model that uses the above operators can be conve

[GitHub] [incubator-mxnet] marcoabreu commented on a change in pull request #15708: DMLC link removal

2019-08-04 Thread GitBox
marcoabreu commented on a change in pull request #15708: DMLC link removal URL: https://github.com/apache/incubator-mxnet/pull/15708#discussion_r310409563 ## File path: docs/tutorials/tensorrt/inference_with_trt.md ## @@ -118,7 +118,7 @@ for i in range(0, 1): end = tim

[GitHub] [incubator-mxnet] marcoabreu commented on a change in pull request #15708: DMLC link removal

2019-08-04 Thread GitBox
marcoabreu commented on a change in pull request #15708: DMLC link removal URL: https://github.com/apache/incubator-mxnet/pull/15708#discussion_r310409553 ## File path: tools/coreml/test/test_mxnet_models.py ## @@ -151,8 +151,8 @@ def test_pred_vgg16(self): def test_

[GitHub] [incubator-mxnet] marcoabreu commented on a change in pull request #15708: DMLC link removal

2019-08-04 Thread GitBox
marcoabreu commented on a change in pull request #15708: DMLC link removal URL: https://github.com/apache/incubator-mxnet/pull/15708#discussion_r310409534 ## File path: docs/faq/bucketing.md ## @@ -50,7 +50,7 @@ This approach works with variable length sequences. For more

[GitHub] [incubator-mxnet] marcoabreu commented on a change in pull request #15715: Improve diagnose.py to display environment variables

2019-08-04 Thread GitBox
marcoabreu commented on a change in pull request #15715: Improve diagnose.py to display environment variables URL: https://github.com/apache/incubator-mxnet/pull/15715#discussion_r310409500 ## File path: tools/diagnose.py ## @@ -171,6 +161,31 @@ def check_network(args):

[GitHub] [incubator-mxnet] Derongan commented on issue #15747: Cannot run cpp examples, Too many resources requested for launch

2019-08-04 Thread GitBox
Derongan commented on issue #15747: Cannot run cpp examples, Too many resources requested for launch URL: https://github.com/apache/incubator-mxnet/issues/15747#issuecomment-518041122 Update: Building with -DCMAKE_BUILD_TYPE=RELEASE made it work. Im still wondering why it doesn't otherwis

[GitHub] [incubator-mxnet] mxnet-label-bot commented on issue #15749: [RFC] RFC Issue Mirroring to d...@mxnet.apache.org

2019-08-04 Thread GitBox
mxnet-label-bot commented on issue #15749: [RFC] RFC Issue Mirroring to d...@mxnet.apache.org URL: https://github.com/apache/incubator-mxnet/issues/15749#issuecomment-518040671 Hey, this is the MXNet Label Bot. Thank you for submitting the issue! I will try and suggest some labels so

[GitHub] [incubator-mxnet] szha closed issue #15748: [RFC] RFC Issue Mirroring to d...@mxnet.apache.org

2019-08-04 Thread GitBox
szha closed issue #15748: [RFC] RFC Issue Mirroring to d...@mxnet.apache.org URL: https://github.com/apache/incubator-mxnet/issues/15748 This is an automated message from the Apache Git Service. To respond to the message, ple

[GitHub] [incubator-mxnet] szha opened a new issue #15749: [RFC] RFC Issue Mirroring to d...@mxnet.apache.org

2019-08-04 Thread GitBox
szha opened a new issue #15749: [RFC] RFC Issue Mirroring to d...@mxnet.apache.org URL: https://github.com/apache/incubator-mxnet/issues/15749 # Problem Statement Before setting up the mirroring, activity on d...@mxnet.apache.org and on GitHub are disconnected. Community members nee

[GitHub] [incubator-mxnet] mxnet-label-bot commented on issue #15748: [RFC] RFC Issue Mirroring to d...@mxnet.apache.org

2019-08-04 Thread GitBox
mxnet-label-bot commented on issue #15748: [RFC] RFC Issue Mirroring to d...@mxnet.apache.org URL: https://github.com/apache/incubator-mxnet/issues/15748#issuecomment-518040576 Hey, this is the MXNet Label Bot. Thank you for submitting the issue! I will try and suggest some labels so

[GitHub] [incubator-mxnet] szha opened a new issue #15748: [RFC] RFC Issue Mirroring to d...@mxnet.apache.org

2019-08-04 Thread GitBox
szha opened a new issue #15748: [RFC] RFC Issue Mirroring to d...@mxnet.apache.org URL: https://github.com/apache/incubator-mxnet/issues/15748 # Problem Statement Before setting up the mirroring, activity on d...@mxnet.apache.org and on GitHub are disconnected. Community members nee

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

2019-08-04 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 3aa2ca8 Bump the publish

[GitHub] [incubator-mxnet] mxnet-label-bot commented on issue #15747: Cannot run cpp examples, Too many resources requested for launch

2019-08-04 Thread GitBox
mxnet-label-bot commented on issue #15747: Cannot run cpp examples, Too many resources requested for launch URL: https://github.com/apache/incubator-mxnet/issues/15747#issuecomment-518032630 Hey, this is the MXNet Label Bot. Thank you for submitting the issue! I will try and suggest s

[GitHub] [incubator-mxnet] Derongan opened a new issue #15747: Cannot run cpp examples, Too many resources requested for launch

2019-08-04 Thread GitBox
Derongan opened a new issue #15747: Cannot run cpp examples, Too many resources requested for launch URL: https://github.com/apache/incubator-mxnet/issues/15747 ## Description Running resnet cpp sample throws exception `[19:53:52] ../cpp-package/example/resnet.cpp:281: With Error: [19

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

2019-08-04 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 6ba7dbe Bump the publish

[GitHub] [incubator-mxnet] ChaiBapchya edited a comment on issue #14852: flaky test: test_ndarray_elementwisesum

2019-08-04 Thread GitBox
ChaiBapchya edited a comment on issue #14852: flaky test: test_ndarray_elementwisesum URL: https://github.com/apache/incubator-mxnet/issues/14852#issuecomment-518029442 Another one PR #15736 http://jenkins.mxnet-ci.amazon-ml.com/blue/organizations/jenkins/mxnet-validation%2Funix-gpu/d

[GitHub] [incubator-mxnet] ChaiBapchya commented on issue #14852: flaky test: test_ndarray_elementwisesum

2019-08-04 Thread GitBox
ChaiBapchya commented on issue #14852: flaky test: test_ndarray_elementwisesum URL: https://github.com/apache/incubator-mxnet/issues/14852#issuecomment-518029442 Another one PR #15736 - http://jenkins.mxnet-ci.amazon-ml.com/blue/organizations/jenkins/mxnet-validation%2Funix-gpu/det

[GitHub] [incubator-mxnet] kshitij12345 opened a new pull request #15746: [MXNET-978] Higher Order Gradient Support `clip`, `dropout`.

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

[GitHub] [incubator-mxnet] leejiajun commented on issue #9842: Custom Function Shape Inference

2019-08-04 Thread GitBox
leejiajun commented on issue #9842: Custom Function Shape Inference URL: https://github.com/apache/incubator-mxnet/issues/9842#issuecomment-518009144 The problem is fixed? @jwfromm I print "in_shapes" in the function "infer_shape". One of channel of the shape always print out zero, e.g

[GitHub] [incubator-mxnet] zixuanweeei commented on issue #15741: MKL-DNN LBR-GRU Inference Integration (FP32 LBR-GRU)

2019-08-04 Thread GitBox
zixuanweeei commented on issue #15741: MKL-DNN LBR-GRU Inference Integration (FP32 LBR-GRU) URL: https://github.com/apache/incubator-mxnet/pull/15741#issuecomment-518007226 > Do all comments in the original thread are resolved? Yes, all comments are resolved. @TaoLv Could you

[GitHub] [incubator-mxnet] pengzhao-intel commented on issue #15741: MKL-DNN LBR-GRU Inference Integration (FP32 LBR-GRU)

2019-08-04 Thread GitBox
pengzhao-intel commented on issue #15741: MKL-DNN LBR-GRU Inference Integration (FP32 LBR-GRU) URL: https://github.com/apache/incubator-mxnet/pull/15741#issuecomment-518005560 Do all comments in the original thread are resolved? -

[incubator-mxnet] branch master updated (24cce9e -> 7c26810)

2019-08-04 Thread patriczhao
This is an automated email from the ASF dual-hosted git repository. patriczhao pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git. from 24cce9e prevent TRT_Logger to be destroyed before TRT engine (#14898) add 7c26810 fix dropout mas

[GitHub] [incubator-mxnet] pengzhao-intel merged pull request #15697: Fix dropout mask output when built with MKL

2019-08-04 Thread GitBox
pengzhao-intel merged pull request #15697: Fix dropout mask output when built with MKL URL: https://github.com/apache/incubator-mxnet/pull/15697 This is an automated message from the Apache Git Service. To respond to the mes

[GitHub] [incubator-mxnet] pengzhao-intel closed issue #15659: Dropout produces wrong mask with MKL-DNN

2019-08-04 Thread GitBox
pengzhao-intel closed issue #15659: Dropout produces wrong mask with MKL-DNN URL: https://github.com/apache/incubator-mxnet/issues/15659 This is an automated message from the Apache Git Service. To respond to the message, ple

[GitHub] [incubator-mxnet] pengzhao-intel commented on a change in pull request #15697: Fix dropout mask output when built with MKL

2019-08-04 Thread GitBox
pengzhao-intel commented on a change in pull request #15697: Fix dropout mask output when built with MKL URL: https://github.com/apache/incubator-mxnet/pull/15697#discussion_r310388014 ## File path: src/operator/nn/dropout.cc ## @@ -163,6 +161,9 @@ Example:: #endif }

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

2019-08-04 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 45d6144 Bump the publish

[GitHub] [incubator-mxnet] pengzhao-intel commented on issue #13221: Flaky tests: test_gluon_model_zoo_gpu.test_training

2019-08-04 Thread GitBox
pengzhao-intel commented on issue #13221: Flaky tests: test_gluon_model_zoo_gpu.test_training URL: https://github.com/apache/incubator-mxnet/issues/13221#issuecomment-517996696 @ruilinzhuintel This is an automated message fr

[GitHub] [incubator-mxnet] wuxun-zhang commented on a change in pull request #15697: Fix dropout mask output when built with MKL

2019-08-04 Thread GitBox
wuxun-zhang commented on a change in pull request #15697: Fix dropout mask output when built with MKL URL: https://github.com/apache/incubator-mxnet/pull/15697#discussion_r310375825 ## File path: src/operator/nn/dropout.cc ## @@ -163,6 +161,9 @@ Example:: #endif }

[GitHub] [incubator-mxnet] wuxun-zhang commented on a change in pull request #15697: Fix dropout mask output when built with MKL

2019-08-04 Thread GitBox
wuxun-zhang commented on a change in pull request #15697: Fix dropout mask output when built with MKL URL: https://github.com/apache/incubator-mxnet/pull/15697#discussion_r310375825 ## File path: src/operator/nn/dropout.cc ## @@ -163,6 +161,9 @@ Example:: #endif }

[GitHub] [incubator-mxnet] wuxun-zhang commented on a change in pull request #15697: Fix dropout mask output when built with MKL

2019-08-04 Thread GitBox
wuxun-zhang commented on a change in pull request #15697: Fix dropout mask output when built with MKL URL: https://github.com/apache/incubator-mxnet/pull/15697#discussion_r310375521 ## File path: src/operator/nn/dropout-inl.h ## @@ -130,11 +130,18 @@ class DropoutOp {

[GitHub] [incubator-mxnet] wuxun-zhang commented on a change in pull request #15697: Fix dropout mask output when built with MKL

2019-08-04 Thread GitBox
wuxun-zhang commented on a change in pull request #15697: Fix dropout mask output when built with MKL URL: https://github.com/apache/incubator-mxnet/pull/15697#discussion_r310373670 ## File path: src/operator/nn/dropout.cc ## @@ -163,6 +161,9 @@ Example:: #endif }