[GitHub] [incubator-mxnet] Zha0q1 commented on issue #15069: [WIP] Profiler RFC: Introducing new APIs

2019-05-28 Thread GitBox
Zha0q1 commented on issue #15069: [WIP] Profiler RFC: Introducing new APIs URL: https://github.com/apache/incubator-mxnet/issues/15069#issuecomment-496783841 > > Why add a new profiler API get_summary() in the back-end rather than a python parser utility that returns in JSON? > > This

[GitHub] [incubator-mxnet] Zha0q1 commented on issue #15069: [WIP] Profiler RFC: Introducing new APIs

2019-05-28 Thread GitBox
Zha0q1 commented on issue #15069: [WIP] Profiler RFC: Introducing new APIs URL: https://github.com/apache/incubator-mxnet/issues/15069#issuecomment-496782815 > I understand the value of getting the dump output in a different format compared to tabular form. This can also be useful for

[GitHub] [incubator-mxnet] Zha0q1 edited a comment on issue #15069: [WIP] Profiler RFC: Introducing new APIs

2019-05-28 Thread GitBox
Zha0q1 edited a comment on issue #15069: [WIP] Profiler RFC: Introducing new APIs URL: https://github.com/apache/incubator-mxnet/issues/15069#issuecomment-496782815 > I understand the value of getting the dump output in a different format compared to tabular form. This can also be useful

[GitHub] [incubator-mxnet] CynthiaProtector removed a comment on issue #2710: elastic SGD

2019-05-28 Thread GitBox
CynthiaProtector removed a comment on issue #2710: elastic SGD URL: https://github.com/apache/incubator-mxnet/issues/2710#issuecomment-495824460 @sxjscience Besides, could you please provide the code implementation of DownpourSGD algorithm.

[GitHub] [incubator-mxnet] perdasilva closed pull request #15022: [v1.5.x] Backport test_bilinear_resize_op fix (#15011)

2019-05-28 Thread GitBox
perdasilva closed pull request #15022: [v1.5.x] Backport test_bilinear_resize_op fix (#15011) URL: https://github.com/apache/incubator-mxnet/pull/15022 This is an automated message from the Apache Git Service. To respond to

[GitHub] [incubator-mxnet] ZhennanQin opened a new pull request #15089: Fix mkldnn backend when using naive engine

2019-05-28 Thread GitBox
ZhennanQin opened a new pull request #15089: Fix mkldnn backend when using naive engine URL: https://github.com/apache/incubator-mxnet/pull/15089 ## Description ## This can fix https://github.com/apache/incubator-mxnet/issues/15078 and resolve all mkldnn related failures mentioned

[GitHub] [incubator-mxnet] larroy removed a comment on issue #14992: [MXNET-978] Support higher order gradient for `log`.

2019-05-28 Thread GitBox
larroy removed a comment on issue #14992: [MXNET-978] Support higher order gradient for `log`. URL: https://github.com/apache/incubator-mxnet/pull/14992#issuecomment-496750425 "I believe it would be better to have gradients defined for existing backward, instead of a differentiable

[GitHub] [incubator-mxnet] larroy commented on a change in pull request #14992: [MXNET-978] Support higher order gradient for `log`.

2019-05-28 Thread GitBox
larroy commented on a change in pull request #14992: [MXNET-978] Support higher order gradient for `log`. URL: https://github.com/apache/incubator-mxnet/pull/14992#discussion_r288364928 ## File path: src/operator/tensor/elemwise_unary_op_basic.cc ## @@ -1069,13 +1069,73

[GitHub] [incubator-mxnet] xinyu-intel opened a new pull request #15088: [MKLDNN]Fix mkldnn deconvolution forward with bias

2019-05-28 Thread GitBox
xinyu-intel opened a new pull request #15088: [MKLDNN]Fix mkldnn deconvolution forward with bias URL: https://github.com/apache/incubator-mxnet/pull/15088 ## Description ## The deconv out_data need reorder to default to broadcast with bias. @pengzhao-intel @TaoLv @ZhennanQin

[GitHub] [incubator-mxnet] larroy commented on issue #14992: [MXNET-978] Support higher order gradient for `log`.

2019-05-28 Thread GitBox
larroy commented on issue #14992: [MXNET-978] Support higher order gradient for `log`. URL: https://github.com/apache/incubator-mxnet/pull/14992#issuecomment-496750425 "I believe it would be better to have gradients defined for existing backward, instead of a differentiable gradient

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

2019-05-28 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 18bb76e Bump the publish

[GitHub] [incubator-mxnet] szha merged pull request #15065: [MXNET] Updated http://data.dmlc.ml/ links to http://data.mxnet.io/

2019-05-28 Thread GitBox
szha merged pull request #15065: [MXNET] Updated http://data.dmlc.ml/ links to http://data.mxnet.io/ URL: https://github.com/apache/incubator-mxnet/pull/15065 This is an automated message from the Apache Git Service. To

[GitHub] [incubator-mxnet] szha commented on issue #15025: Gluon DataLoader incorrectly terminates the process pool in 1.4

2019-05-28 Thread GitBox
szha commented on issue #15025: Gluon DataLoader incorrectly terminates the process pool in 1.4 URL: https://github.com/apache/incubator-mxnet/issues/15025#issuecomment-496743488 @chandana1332 While we want to release 1.5.0 as soon as possible, we still have a couple of PRs left before

[GitHub] [incubator-mxnet] larroy commented on a change in pull request #14613: [MXNET-978] Higher order gradient support for some unary operators

2019-05-28 Thread GitBox
larroy commented on a change in pull request #14613: [MXNET-978] Higher order gradient support for some unary operators URL: https://github.com/apache/incubator-mxnet/pull/14613#discussion_r288353926 ## File path: src/operator/tensor/elemwise_unary_op_basic.cc ## @@ -83,7

[GitHub] [incubator-mxnet] larroy commented on a change in pull request #14613: [MXNET-978] Higher order gradient support for some unary operators

2019-05-28 Thread GitBox
larroy commented on a change in pull request #14613: [MXNET-978] Higher order gradient support for some unary operators URL: https://github.com/apache/incubator-mxnet/pull/14613#discussion_r288353926 ## File path: src/operator/tensor/elemwise_unary_op_basic.cc ## @@ -83,7

[GitHub] [incubator-mxnet] aaronmarkham commented on a change in pull request #14987: Fix installation dependencies

2019-05-28 Thread GitBox
aaronmarkham commented on a change in pull request #14987: Fix installation dependencies URL: https://github.com/apache/incubator-mxnet/pull/14987#discussion_r288351954 ## File path: docs/install/build_from_source.md ## @@ -58,12 +58,12 @@ MXNet's newest and most popular

[GitHub] [incubator-mxnet] aaronmarkham commented on a change in pull request #15087: Fix R installation instructions (windows / mac)

2019-05-28 Thread GitBox
aaronmarkham commented on a change in pull request #15087: Fix R installation instructions (windows / mac) URL: https://github.com/apache/incubator-mxnet/pull/15087#discussion_r288348793 ## File path: docs/install/osx_setup.md ## @@ -171,7 +171,10 @@ Add a soft link to

[GitHub] [incubator-mxnet] abhinavs95 commented on issue #15081: fix gluon bi-rnn cell single step unroll

2019-05-28 Thread GitBox
abhinavs95 commented on issue #15081: fix gluon bi-rnn cell single step unroll URL: https://github.com/apache/incubator-mxnet/pull/15081#issuecomment-496734460 @mxnet-label-bot add [Gluon, RNN] This is an automated message

[GitHub] [incubator-mxnet] szha commented on issue #15085: move amp test and change op support to warning

2019-05-28 Thread GitBox
szha commented on issue #15085: move amp test and change op support to warning URL: https://github.com/apache/incubator-mxnet/pull/15085#issuecomment-496734256 @marcoabreu I intended to wait until the discussion concludes too. Also, I'd like to remind you that vetos must be accompanied by

[GitHub] [incubator-mxnet] abhinavs95 commented on issue #15082: Update CUDA 10.1 doc

2019-05-28 Thread GitBox
abhinavs95 commented on issue #15082: Update CUDA 10.1 doc URL: https://github.com/apache/incubator-mxnet/pull/15082#issuecomment-496734280 @mxnet-label-bot add [Doc, CUDA] This is an automated message from the Apache Git

[GitHub] [incubator-mxnet] abhinavs95 commented on issue #15087: Fix R installation instructions (windows / mac)

2019-05-28 Thread GitBox
abhinavs95 commented on issue #15087: Fix R installation instructions (windows / mac) URL: https://github.com/apache/incubator-mxnet/pull/15087#issuecomment-496733943 @mxnet-label-bot add [Doc, R] This is an automated

[GitHub] [incubator-mxnet] szha commented on issue #15069: [WIP] Profiler RFC: Introducing new APIs

2019-05-28 Thread GitBox
szha commented on issue #15069: [WIP] Profiler RFC: Introducing new APIs URL: https://github.com/apache/incubator-mxnet/issues/15069#issuecomment-496726679 > Why add a new profiler API get_summary() in the back-end rather than a python parser utility that returns in JSON? This is we

[GitHub] [incubator-mxnet] abhinavs95 commented on issue #13143: [MXNET-1206] Support NDArray indexing with None and Ellipsis

2019-05-28 Thread GitBox
abhinavs95 commented on issue #13143: [MXNET-1206] Support NDArray indexing with None and Ellipsis URL: https://github.com/apache/incubator-mxnet/pull/13143#issuecomment-496722601 @kohr-h Could you please address the review comments?

[GitHub] [incubator-mxnet] aaronmarkham closed issue #14375: beta.mxnet.io does not contain verification step for installation (新版官网没有验证安装过程)

2019-05-28 Thread GitBox
aaronmarkham closed issue #14375: beta.mxnet.io does not contain verification step for installation (新版官网没有验证安装过程) URL: https://github.com/apache/incubator-mxnet/issues/14375 This is an automated message from the Apache Git

[GitHub] [incubator-mxnet] aaronmarkham commented on issue #14375: beta.mxnet.io does not contain verification step for installation (新版官网没有验证安装过程)

2019-05-28 Thread GitBox
aaronmarkham commented on issue #14375: beta.mxnet.io does not contain verification step for installation (新版官网没有验证安装过程) URL: https://github.com/apache/incubator-mxnet/issues/14375#issuecomment-496722596 Added a PR for this here: https://github.com/mli/new-docs/pull/107 I'm going to

[GitHub] [incubator-mxnet] larroy commented on a change in pull request #14613: [MXNET-978] Higher order gradient support for some unary operators

2019-05-28 Thread GitBox
larroy commented on a change in pull request #14613: [MXNET-978] Higher order gradient support for some unary operators URL: https://github.com/apache/incubator-mxnet/pull/14613#discussion_r287533229 ## File path: src/operator/tensor/elemwise_binary_op_basic.cc ## @@

[GitHub] [incubator-mxnet] abhinavs95 commented on issue #14714: inference using fp16 for c++ api

2019-05-28 Thread GitBox
abhinavs95 commented on issue #14714: inference using fp16 for c++ api URL: https://github.com/apache/incubator-mxnet/pull/14714#issuecomment-496720503 @chengzhengxin can you please address the review comments? This is an

[GitHub] [incubator-mxnet] abhinavs95 commented on issue #14717: An empty NDArray should have size 0

2019-05-28 Thread GitBox
abhinavs95 commented on issue #14717: An empty NDArray should have size 0 URL: https://github.com/apache/incubator-mxnet/pull/14717#issuecomment-496719911 @ziyuang any update on the PR? Also please fill the PR description with relevant details.

[GitHub] [incubator-mxnet] abhinavs95 commented on issue #14898: prevent TRT_Logger to be destroyed before TRT engine

2019-05-28 Thread GitBox
abhinavs95 commented on issue #14898: prevent TRT_Logger to be destroyed before TRT engine URL: https://github.com/apache/incubator-mxnet/pull/14898#issuecomment-496718783 @Caenorst Could you have a look at the review comments?

[GitHub] [incubator-mxnet] aaronmarkham commented on issue #14375: beta.mxnet.io does not contain verification step for installation (新版官网没有验证安装过程)

2019-05-28 Thread GitBox
aaronmarkham commented on issue #14375: beta.mxnet.io does not contain verification step for installation (新版官网没有验证安装过程) URL: https://github.com/apache/incubator-mxnet/issues/14375#issuecomment-496718389 > > Hi @LittleFatHero I added this:

[GitHub] [incubator-mxnet] hetong007 commented on a change in pull request #15087: Fix R installation instructions (windows / mac)

2019-05-28 Thread GitBox
hetong007 commented on a change in pull request #15087: Fix R installation instructions (windows / mac) URL: https://github.com/apache/incubator-mxnet/pull/15087#discussion_r288331543 ## File path: docs/install/osx_setup.md ## @@ -171,7 +171,10 @@ Add a soft link to the

[GitHub] [incubator-mxnet] aaronmarkham commented on issue #15087: Fix R installation instructions (windows / mac)

2019-05-28 Thread GitBox
aaronmarkham commented on issue #15087: Fix R installation instructions (windows / mac) URL: https://github.com/apache/incubator-mxnet/pull/15087#issuecomment-496717461 @hetong007 - please review. This is an automated

[GitHub] [incubator-mxnet] roywei commented on issue #15022: [v1.5.x] Backport test_bilinear_resize_op fix (#15011)

2019-05-28 Thread GitBox
roywei commented on issue #15022: [v1.5.x] Backport test_bilinear_resize_op fix (#15011) URL: https://github.com/apache/incubator-mxnet/pull/15022#issuecomment-496717478 we can close this now, 1.5.x is already synced with master on 05/26. I think it includes the fix.

[GitHub] [incubator-mxnet] aaronmarkham commented on issue #14922: Unable to install mxnet in R 3.6.0 MacOSX

2019-05-28 Thread GitBox
aaronmarkham commented on issue #14922: Unable to install mxnet in R 3.6.0 MacOSX URL: https://github.com/apache/incubator-mxnet/issues/14922#issuecomment-496716935 Hi @diyang - the packages for R 3.6 aren't out yet. I was able to get it to work after downgrading to R v3.5.3, and

[GitHub] [incubator-mxnet] aaronmarkham commented on issue #14967: R installation is broken

2019-05-28 Thread GitBox
aaronmarkham commented on issue #14967: R installation is broken URL: https://github.com/apache/incubator-mxnet/issues/14967#issuecomment-496716786 Hi @aashudwivedi - please try it again. I was able to get it to work after downgrading to R v3.5.3, and choosing the USA (IA) mirror... (60).

[GitHub] [incubator-mxnet] cjolivier01 commented on issue #15069: [WIP] Profiler RFC: Introducing new APIs

2019-05-28 Thread GitBox
cjolivier01 commented on issue #15069: [WIP] Profiler RFC: Introducing new APIs URL: https://github.com/apache/incubator-mxnet/issues/15069#issuecomment-496716046 +1 This is an automated message from the Apache Git Service.

[GitHub] [incubator-mxnet] aaronmarkham opened a new pull request #15087: Fix R installation instructions (windows / mac)

2019-05-28 Thread GitBox
aaronmarkham opened a new pull request #15087: Fix R installation instructions (windows / mac) URL: https://github.com/apache/incubator-mxnet/pull/15087 ## Description ## Shows a warning about R v3.6 and provides links to installation archives for older versions of R. This is a

[GitHub] [incubator-mxnet] tomoncle commented on issue #14943: share java samples of mxnet

2019-05-28 Thread GitBox
tomoncle commented on issue #14943: share java samples of mxnet URL: https://github.com/apache/incubator-mxnet/issues/14943#issuecomment-496713016 @git-ness Maybe I didn't make it clear that "/files" is a common upload URL, just a reminder that the upload was successful. That's all.

[GitHub] [incubator-mxnet] larroy commented on issue #14977: Add an utility for operator benchmarks

2019-05-28 Thread GitBox
larroy commented on issue #14977: Add an utility for operator benchmarks URL: https://github.com/apache/incubator-mxnet/pull/14977#issuecomment-496707487 https://github.com/apache/incubator-mxnet/issues/15069 This is an

[GitHub] [incubator-mxnet] IvyBazan commented on a change in pull request #14987: Fix installation dependencies

2019-05-28 Thread GitBox
IvyBazan commented on a change in pull request #14987: Fix installation dependencies URL: https://github.com/apache/incubator-mxnet/pull/14987#discussion_r288308183 ## File path: docs/install/build_from_source.md ## @@ -58,12 +58,12 @@ MXNet's newest and most popular API

[GitHub] [incubator-mxnet] nofaviv commented on issue #14357: [Bug] Batchnorm running_var behaves differently when using gpu vs. cpu

2019-05-28 Thread GitBox
nofaviv commented on issue #14357: [Bug] Batchnorm running_var behaves differently when using gpu vs. cpu URL: https://github.com/apache/incubator-mxnet/issues/14357#issuecomment-496693485 I have just encountered the same or similar problem. I am training on a GPU using the python API.

[GitHub] [incubator-mxnet] access2rohit commented on a change in pull request #15048: [MXNET-1408] Adding test to verify Large Tensor Support for ravel and unravel

2019-05-28 Thread GitBox
access2rohit commented on a change in pull request #15048: [MXNET-1408] Adding test to verify Large Tensor Support for ravel and unravel URL: https://github.com/apache/incubator-mxnet/pull/15048#discussion_r288299548 ## File path: tests/nightly/test_large_array.py ## @@

[GitHub] [incubator-mxnet] ThomasDelteil commented on issue #14357: [Bug] Batchnorm running_var behaves differently when using gpu vs. cpu

2019-05-28 Thread GitBox
ThomasDelteil commented on issue #14357: [Bug] Batchnorm running_var behaves differently when using gpu vs. cpu URL: https://github.com/apache/incubator-mxnet/issues/14357#issuecomment-496685712 To clarify it is only an issue during training, the running Var won't be computed correctly.

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

2019-05-28 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 e8cd9ce Bump the publish

[GitHub] [incubator-mxnet] reminisce opened a new pull request #15086: [numpy] Fix np branch after rebase

2019-05-28 Thread GitBox
reminisce opened a new pull request #15086: [numpy] Fix np branch after rebase URL: https://github.com/apache/incubator-mxnet/pull/15086 ## Description ## (Brief description on what this PR is about) ## Checklist ## ### Essentials ### Please feel free to remove inapplicable

[GitHub] [incubator-mxnet] larroy commented on a change in pull request #14977: Add an utility for operator benchmarks

2019-05-28 Thread GitBox
larroy commented on a change in pull request #14977: Add an utility for operator benchmarks URL: https://github.com/apache/incubator-mxnet/pull/14977#discussion_r288286763 ## File path: benchmark/opperf/utils/op_registry_utils.py ## @@ -0,0 +1,193 @@ +# Licensed to the

[GitHub] [incubator-mxnet] larroy commented on a change in pull request #14977: Add an utility for operator benchmarks

2019-05-28 Thread GitBox
larroy commented on a change in pull request #14977: Add an utility for operator benchmarks URL: https://github.com/apache/incubator-mxnet/pull/14977#discussion_r288287180 ## File path: benchmark/opperf/utils/ndarray_utils.py ## @@ -0,0 +1,95 @@ +# Licensed to the Apache

[GitHub] [incubator-mxnet] larroy commented on a change in pull request #14977: Add an utility for operator benchmarks

2019-05-28 Thread GitBox
larroy commented on a change in pull request #14977: Add an utility for operator benchmarks URL: https://github.com/apache/incubator-mxnet/pull/14977#discussion_r288286311 ## File path: benchmark/opperf/utils/op_registry_utils.py ## @@ -0,0 +1,193 @@ +# Licensed to the

[GitHub] [incubator-mxnet] larroy commented on a change in pull request #14977: Add an utility for operator benchmarks

2019-05-28 Thread GitBox
larroy commented on a change in pull request #14977: Add an utility for operator benchmarks URL: https://github.com/apache/incubator-mxnet/pull/14977#discussion_r288285629 ## File path: benchmark/opperf/utils/op_registry_utils.py ## @@ -0,0 +1,193 @@ +# Licensed to the

[GitHub] [incubator-mxnet] larroy commented on a change in pull request #14977: Add an utility for operator benchmarks

2019-05-28 Thread GitBox
larroy commented on a change in pull request #14977: Add an utility for operator benchmarks URL: https://github.com/apache/incubator-mxnet/pull/14977#discussion_r288286190 ## File path: benchmark/opperf/utils/op_registry_utils.py ## @@ -0,0 +1,193 @@ +# Licensed to the

[GitHub] [incubator-mxnet] larroy commented on a change in pull request #14977: Add an utility for operator benchmarks

2019-05-28 Thread GitBox
larroy commented on a change in pull request #14977: Add an utility for operator benchmarks URL: https://github.com/apache/incubator-mxnet/pull/14977#discussion_r288284830 ## File path: benchmark/opperf/utils/op_registry_utils.py ## @@ -0,0 +1,193 @@ +# Licensed to the

[GitHub] [incubator-mxnet] mseeger commented on issue #14357: [Bug] Batchnorm running_var behaves differently when using gpu vs. cpu

2019-05-28 Thread GitBox
mseeger commented on issue #14357: [Bug] Batchnorm running_var behaves differently when using gpu vs. cpu URL: https://github.com/apache/incubator-mxnet/issues/14357#issuecomment-496673935 Wow, this is pretty crazy, all sorts of frequently used models will fail on CPU

[GitHub] [incubator-mxnet] stu1130 commented on a change in pull request #15082: Update CUDA 10.1 doc

2019-05-28 Thread GitBox
stu1130 commented on a change in pull request #15082: Update CUDA 10.1 doc URL: https://github.com/apache/incubator-mxnet/pull/15082#discussion_r288273710 ## File path: tools/pip/doc/CU101MKL_ADDITIONAL.md ## @@ -0,0 +1,46 @@ + + + + + + + + + + + + + + + + +

[GitHub] [incubator-mxnet] anirudh2290 commented on issue #14973: [MXNET-1404] Added the GPU memory profiler

2019-05-28 Thread GitBox
anirudh2290 commented on issue #14973: [MXNET-1404] Added the GPU memory profiler URL: https://github.com/apache/incubator-mxnet/pull/14973#issuecomment-496661805 > ## Discussion > * [x] Preprocessor Directives (1. 2.). > > * The reason why I included the GPU memory profiler

[GitHub] [incubator-mxnet] stu1130 commented on a change in pull request #15082: Update CUDA 10.1 doc

2019-05-28 Thread GitBox
stu1130 commented on a change in pull request #15082: Update CUDA 10.1 doc URL: https://github.com/apache/incubator-mxnet/pull/15082#discussion_r288272047 ## File path: tools/pip/doc/CU101MKL_ADDITIONAL.md ## @@ -0,0 +1,46 @@ + + + + + + + + + + + + + + + + +

[GitHub] [incubator-mxnet] stu1130 commented on a change in pull request #15082: Update CUDA 10.1 doc

2019-05-28 Thread GitBox
stu1130 commented on a change in pull request #15082: Update CUDA 10.1 doc URL: https://github.com/apache/incubator-mxnet/pull/15082#discussion_r288271265 ## File path: tools/pip/doc/CU101MKL_ADDITIONAL.md ## @@ -0,0 +1,46 @@ + + + + + + + + + + + + + + + + +

[GitHub] [incubator-mxnet] stu1130 commented on a change in pull request #15082: Update CUDA 10.1 doc

2019-05-28 Thread GitBox
stu1130 commented on a change in pull request #15082: Update CUDA 10.1 doc URL: https://github.com/apache/incubator-mxnet/pull/15082#discussion_r288271265 ## File path: tools/pip/doc/CU101MKL_ADDITIONAL.md ## @@ -0,0 +1,46 @@ + + + + + + + + + + + + + + + + +

[GitHub] [incubator-mxnet] apeforest commented on a change in pull request #15048: [MXNET-1408] Adding test to verify Large Tensor Support for ravel and unravel

2019-05-28 Thread GitBox
apeforest commented on a change in pull request #15048: [MXNET-1408] Adding test to verify Large Tensor Support for ravel and unravel URL: https://github.com/apache/incubator-mxnet/pull/15048#discussion_r288268088 ## File path: tests/nightly/test_large_array.py ## @@

[GitHub] [incubator-mxnet] szha opened a new pull request #15085: move amp test and change op support to warning

2019-05-28 Thread GitBox
szha opened a new pull request #15085: move amp test and change op support to warning URL: https://github.com/apache/incubator-mxnet/pull/15085 ## Description ## move amp test to follow naming convention for contrib features and change op support to warning ## Checklist ##

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

2019-05-28 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 0c8499a Bump the publish

[GitHub] [incubator-mxnet] anirudh2290 commented on issue #15069: [WIP] Profiler RFC: Introducing new APIs

2019-05-28 Thread GitBox
anirudh2290 commented on issue #15069: [WIP] Profiler RFC: Introducing new APIs URL: https://github.com/apache/incubator-mxnet/issues/15069#issuecomment-496652557 I understand the value of getting the dump output in a different format compared to tabular form. This can also be useful for

[GitHub] [incubator-mxnet] ZhaoqiZhu edited a comment on issue #15070: CustomOp does not show up in profiler output

2019-05-28 Thread GitBox
ZhaoqiZhu edited a comment on issue #15070: CustomOp does not show up in profiler output URL: https://github.com/apache/incubator-mxnet/issues/15070#issuecomment-496649800 Because of asynchronicity I think we need to call `mx.nd.waitall()` before `profiler.set_state('stop')`. I

[GitHub] [incubator-mxnet] ZhaoqiZhu commented on issue #15070: CustomOp does not show up in profiler output

2019-05-28 Thread GitBox
ZhaoqiZhu commented on issue #15070: CustomOp does not show up in profiler output URL: https://github.com/apache/incubator-mxnet/issues/15070#issuecomment-496649800 Because of asynchronicity I think we need to call mx.nd.waitall() before profiler.set_state('stop'). I did that and

[GitHub] [incubator-mxnet] marcoabreu commented on issue #15069: [WIP] Profiler RFC: Introducing new APIs

2019-05-28 Thread GitBox
marcoabreu commented on issue #15069: [WIP] Profiler RFC: Introducing new APIs URL: https://github.com/apache/incubator-mxnet/issues/15069#issuecomment-496642257 Great proposal! I like that you implement this in the backend level to be able to expose it to various frontends. So

[GitHub] [incubator-mxnet] zhreshold commented on issue #15025: Gluon DataLoader incorrectly terminates the process pool in 1.4

2019-05-28 Thread GitBox
zhreshold commented on issue #15025: Gluon DataLoader incorrectly terminates the process pool in 1.4 URL: https://github.com/apache/incubator-mxnet/issues/15025#issuecomment-496638458 not sure yet This is an automated

[GitHub] [incubator-mxnet] chandana1332 commented on issue #15025: Gluon DataLoader incorrectly terminates the process pool in 1.4

2019-05-28 Thread GitBox
chandana1332 commented on issue #15025: Gluon DataLoader incorrectly terminates the process pool in 1.4 URL: https://github.com/apache/incubator-mxnet/issues/15025#issuecomment-496637599 Okay, I can add a test there. What is the release date for 1.5?

[GitHub] [incubator-mxnet] zhreshold commented on issue #15025: Gluon DataLoader incorrectly terminates the process pool in 1.4

2019-05-28 Thread GitBox
zhreshold commented on issue #15025: Gluon DataLoader incorrectly terminates the process pool in 1.4 URL: https://github.com/apache/incubator-mxnet/issues/15025#issuecomment-496637246 Test cases are located in

[GitHub] [incubator-mxnet] access2rohit commented on a change in pull request #15048: [MXNET-1408] Adding test to verify Large Tensor Support for ravel and unravel

2019-05-28 Thread GitBox
access2rohit commented on a change in pull request #15048: [MXNET-1408] Adding test to verify Large Tensor Support for ravel and unravel URL: https://github.com/apache/incubator-mxnet/pull/15048#discussion_r288242796 ## File path: tests/nightly/test_large_array.py ## @@

[GitHub] [incubator-mxnet] access2rohit commented on a change in pull request #15048: [MXNET-1408] Adding test to verify Large Tensor Support for ravel and unravel

2019-05-28 Thread GitBox
access2rohit commented on a change in pull request #15048: [MXNET-1408] Adding test to verify Large Tensor Support for ravel and unravel URL: https://github.com/apache/incubator-mxnet/pull/15048#discussion_r288242671 ## File path: tests/nightly/test_large_array.py ## @@

[GitHub] [incubator-mxnet] aaronmarkham commented on issue #14949: [MXNET-1402] MXNet docs change for 1.4.1 release

2019-05-28 Thread GitBox
aaronmarkham commented on issue #14949: [MXNET-1402] MXNet docs change for 1.4.1 release URL: https://github.com/apache/incubator-mxnet/pull/14949#issuecomment-496634040 I updated CI... there's a run in progress, so we should see an update around EOD.

[GitHub] [incubator-mxnet] aaronmarkham commented on issue #14855: [WIP] Jetson nano & TX installation updates

2019-05-28 Thread GitBox
aaronmarkham commented on issue #14855: [WIP] Jetson nano & TX installation updates URL: https://github.com/apache/incubator-mxnet/pull/14855#issuecomment-496633039 Rebasing to see if maybe the cache is fixed now... This is

[GitHub] [incubator-mxnet] chandana1332 edited a comment on issue #15025: Gluon DataLoader incorrectly terminates the process pool in 1.4

2019-05-28 Thread GitBox
chandana1332 edited a comment on issue #15025: Gluon DataLoader incorrectly terminates the process pool in 1.4 URL: https://github.com/apache/incubator-mxnet/issues/15025#issuecomment-496631682 Yeah, I can. Do you have instructions on what/how to test, etc? Also, would this

[GitHub] [incubator-mxnet] chandana1332 commented on issue #15025: Gluon DataLoader incorrectly terminates the process pool in 1.4

2019-05-28 Thread GitBox
chandana1332 commented on issue #15025: Gluon DataLoader incorrectly terminates the process pool in 1.4 URL: https://github.com/apache/incubator-mxnet/issues/15025#issuecomment-496631682 Yeah, I can. Do you have instructions on what/how to test, etc?

[GitHub] [incubator-mxnet] zhreshold commented on issue #15025: Gluon DataLoader incorrectly terminates the process pool in 1.4

2019-05-28 Thread GitBox
zhreshold commented on issue #15025: Gluon DataLoader incorrectly terminates the process pool in 1.4 URL: https://github.com/apache/incubator-mxnet/issues/15025#issuecomment-496625155 @chandana1332 Yep, this is actually better. Would you like to contribute a minor patch for it?

[GitHub] [incubator-mxnet] arcadiaphy edited a comment on issue #15007: Add matrix determinant operator in linalg

2019-05-28 Thread GitBox
arcadiaphy edited a comment on issue #15007: Add matrix determinant operator in linalg URL: https://github.com/apache/incubator-mxnet/pull/15007#issuecomment-496617653 @mseeger I think many ordinary users are not experts in linear algebra, so providing a set of basic linear blas/lapack

[GitHub] [incubator-mxnet] arcadiaphy edited a comment on issue #15007: Add matrix determinant operator in linalg

2019-05-28 Thread GitBox
arcadiaphy edited a comment on issue #15007: Add matrix determinant operator in linalg URL: https://github.com/apache/incubator-mxnet/pull/15007#issuecomment-496617653 @mseeger I think many ordinary users are not experts in linear algebra, so providing a set of basic linear blas/lapack

[GitHub] [incubator-mxnet] access2rohit commented on a change in pull request #15048: [MXNET-1408] Adding test to verify Large Tensor Support for ravel and unravel

2019-05-28 Thread GitBox
access2rohit commented on a change in pull request #15048: [MXNET-1408] Adding test to verify Large Tensor Support for ravel and unravel URL: https://github.com/apache/incubator-mxnet/pull/15048#discussion_r288228378 ## File path: tests/nightly/test_large_array.py ## @@

[GitHub] [incubator-mxnet] arcadiaphy edited a comment on issue #15007: Add matrix determinant operator in linalg

2019-05-28 Thread GitBox
arcadiaphy edited a comment on issue #15007: Add matrix determinant operator in linalg URL: https://github.com/apache/incubator-mxnet/pull/15007#issuecomment-496617653 @mseeger I think many ordinary users are not experts in linear algebra, so providing a set of basic linear blas/lapack

[incubator-mxnet] branch master updated (bbab527 -> 8a9dd72)

2019-05-28 Thread apeforest
This is an automated email from the ASF dual-hosted git repository. apeforest pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git. from bbab527 NER example: fix divisions by zero (#15068) add 8a9dd72 [MXNET-978] Support higher order

[GitHub] [incubator-mxnet] apeforest merged pull request #14992: [MXNET-978] Support higher order gradient for `log`.

2019-05-28 Thread GitBox
apeforest merged pull request #14992: [MXNET-978] Support higher order gradient for `log`. URL: https://github.com/apache/incubator-mxnet/pull/14992 This is an automated message from the Apache Git Service. To respond to

[GitHub] [incubator-mxnet] arcadiaphy commented on issue #15007: Add matrix determinant operator in linalg

2019-05-28 Thread GitBox
arcadiaphy commented on issue #15007: Add matrix determinant operator in linalg URL: https://github.com/apache/incubator-mxnet/pull/15007#issuecomment-496617653 @mseeger I think many ordinary users are not experts in linear algebra, so providing a set of basic linear blas/lapack routines

[GitHub] [incubator-mxnet] larroy commented on issue #14992: [MXNET-978] Support higher order gradient for `log`.

2019-05-28 Thread GitBox
larroy commented on issue #14992: [MXNET-978] Support higher order gradient for `log`. URL: https://github.com/apache/incubator-mxnet/pull/14992#issuecomment-496616224 Lgtm This is an automated message from the Apache Git

[GitHub] [incubator-mxnet] access2rohit commented on a change in pull request #15048: [MXNET-1408] Adding test to verify Large Tensor Support for ravel and unravel

2019-05-28 Thread GitBox
access2rohit commented on a change in pull request #15048: [MXNET-1408] Adding test to verify Large Tensor Support for ravel and unravel URL: https://github.com/apache/incubator-mxnet/pull/15048#discussion_r288219193 ## File path: tests/nightly/test_large_array.py ## @@

[GitHub] [incubator-mxnet] aaronmarkham commented on a change in pull request #15082: Update CUDA 10.1 doc

2019-05-28 Thread GitBox
aaronmarkham commented on a change in pull request #15082: Update CUDA 10.1 doc URL: https://github.com/apache/incubator-mxnet/pull/15082#discussion_r288216699 ## File path: tools/pip/doc/CU101MKL_ADDITIONAL.md ## @@ -0,0 +1,46 @@ + + + + + + + + + + + + + + + + +

[GitHub] [incubator-mxnet] aaronmarkham commented on a change in pull request #15082: Update CUDA 10.1 doc

2019-05-28 Thread GitBox
aaronmarkham commented on a change in pull request #15082: Update CUDA 10.1 doc URL: https://github.com/apache/incubator-mxnet/pull/15082#discussion_r288215027 ## File path: tools/pip/doc/CU101MKL_ADDITIONAL.md ## @@ -0,0 +1,46 @@ + + + + + + + + + + + + + + + + +

[GitHub] [incubator-mxnet] aaronmarkham commented on a change in pull request #15082: Update CUDA 10.1 doc

2019-05-28 Thread GitBox
aaronmarkham commented on a change in pull request #15082: Update CUDA 10.1 doc URL: https://github.com/apache/incubator-mxnet/pull/15082#discussion_r288215352 ## File path: tools/pip/doc/CU101MKL_ADDITIONAL.md ## @@ -0,0 +1,46 @@ + + + + + + + + + + + + + + + + +

[GitHub] [incubator-mxnet] marcoabreu commented on a change in pull request #15048: [MXNET-1408] Adding test to verify Large Tensor Support for ravel and unravel

2019-05-28 Thread GitBox
marcoabreu commented on a change in pull request #15048: [MXNET-1408] Adding test to verify Large Tensor Support for ravel and unravel URL: https://github.com/apache/incubator-mxnet/pull/15048#discussion_r288215740 ## File path: tests/nightly/test_large_array.py ## @@

[GitHub] [incubator-mxnet] access2rohit commented on a change in pull request #15048: [MXNET-1408] Adding test to verify Large Tensor Support for ravel and unravel

2019-05-28 Thread GitBox
access2rohit commented on a change in pull request #15048: [MXNET-1408] Adding test to verify Large Tensor Support for ravel and unravel URL: https://github.com/apache/incubator-mxnet/pull/15048#discussion_r288215271 ## File path: tests/nightly/test_large_array.py ## @@

[GitHub] [incubator-mxnet] apeforest commented on issue #14978: Flaky Test: test_tensorrt_lenet5.test_tensorrt_inference

2019-05-28 Thread GitBox
apeforest commented on issue #14978: Flaky Test: test_tensorrt_lenet5.test_tensorrt_inference URL: https://github.com/apache/incubator-mxnet/issues/14978#issuecomment-496608308 https://github.com/apache/incubator-mxnet/pull/15014 has fixed this issue. Closing it.

[GitHub] [incubator-mxnet] apeforest closed issue #14978: Flaky Test: test_tensorrt_lenet5.test_tensorrt_inference

2019-05-28 Thread GitBox
apeforest closed issue #14978: Flaky Test: test_tensorrt_lenet5.test_tensorrt_inference URL: https://github.com/apache/incubator-mxnet/issues/14978 This is an automated message from the Apache Git Service. To respond to the

[GitHub] [incubator-mxnet] apeforest commented on a change in pull request #15048: [MXNET-1408] Adding test to verify Large Tensor Support for ravel and unravel

2019-05-28 Thread GitBox
apeforest commented on a change in pull request #15048: [MXNET-1408] Adding test to verify Large Tensor Support for ravel and unravel URL: https://github.com/apache/incubator-mxnet/pull/15048#discussion_r288212803 ## File path: tests/nightly/test_large_array.py ## @@

[GitHub] [incubator-mxnet] apeforest commented on a change in pull request #15048: [MXNET-1408] Adding test to verify Large Tensor Support for ravel and unravel

2019-05-28 Thread GitBox
apeforest commented on a change in pull request #15048: [MXNET-1408] Adding test to verify Large Tensor Support for ravel and unravel URL: https://github.com/apache/incubator-mxnet/pull/15048#discussion_r288212141 ## File path: tests/nightly/test_large_array.py ## @@

[GitHub] [incubator-mxnet] apeforest commented on a change in pull request #15048: [MXNET-1408] Adding test to verify Large Tensor Support for ravel and unravel

2019-05-28 Thread GitBox
apeforest commented on a change in pull request #15048: [MXNET-1408] Adding test to verify Large Tensor Support for ravel and unravel URL: https://github.com/apache/incubator-mxnet/pull/15048#discussion_r288211913 ## File path: tests/nightly/test_large_array.py ## @@

[GitHub] [incubator-mxnet] apeforest commented on a change in pull request #15048: [MXNET-1408] Adding test to verify Large Tensor Support for ravel and unravel

2019-05-28 Thread GitBox
apeforest commented on a change in pull request #15048: [MXNET-1408] Adding test to verify Large Tensor Support for ravel and unravel URL: https://github.com/apache/incubator-mxnet/pull/15048#discussion_r288211634 ## File path: tests/nightly/test_large_array.py ## @@

[GitHub] [incubator-mxnet] access2rohit commented on a change in pull request #15048: [MXNET-1408] Adding test to verify Large Tensor Support for ravel and unravel

2019-05-28 Thread GitBox
access2rohit commented on a change in pull request #15048: [MXNET-1408] Adding test to verify Large Tensor Support for ravel and unravel URL: https://github.com/apache/incubator-mxnet/pull/15048#discussion_r288206981 ## File path: tests/nightly/test_large_array.py ## @@

[GitHub] [incubator-mxnet] access2rohit commented on a change in pull request #15048: [MXNET-1408] Adding test to verify Large Tensor Support for ravel and unravel

2019-05-28 Thread GitBox
access2rohit commented on a change in pull request #15048: [MXNET-1408] Adding test to verify Large Tensor Support for ravel and unravel URL: https://github.com/apache/incubator-mxnet/pull/15048#discussion_r288205769 ## File path: tests/nightly/test_large_array.py ## @@

[GitHub] [incubator-mxnet] apeforest commented on a change in pull request #15048: [MXNET-1408] Adding test to verify Large Tensor Support for ravel and unravel

2019-05-28 Thread GitBox
apeforest commented on a change in pull request #15048: [MXNET-1408] Adding test to verify Large Tensor Support for ravel and unravel URL: https://github.com/apache/incubator-mxnet/pull/15048#discussion_r288201463 ## File path: tests/nightly/test_large_array.py ## @@

[GitHub] [incubator-mxnet] lanking520 commented on issue #14943: share java samples of mxnet

2019-05-28 Thread GitBox
lanking520 commented on issue #14943: share java samples of mxnet URL: https://github.com/apache/incubator-mxnet/issues/14943#issuecomment-496591465 @tomoncle Thanks for working on this. The scope of the example for Java API is limited to the basic functionalities demo. Your use use case

[GitHub] [incubator-mxnet] frankfliu commented on issue #15080: tensorrt.tensorrt_bind results NDArray with NaN

2019-05-28 Thread GitBox
frankfliu commented on issue #15080: tensorrt.tensorrt_bind results NDArray with NaN URL: https://github.com/apache/incubator-mxnet/issues/15080#issuecomment-496589779 @mxnet-label-bot add [backend, bug] This is an

[GitHub] [incubator-mxnet] frankfliu commented on issue #15084: MXNet GPU MKLDNN Build failure

2019-05-28 Thread GitBox
frankfliu commented on issue #15084: MXNet GPU MKLDNN Build failure URL: https://github.com/apache/incubator-mxnet/issues/15084#issuecomment-496588488 @mxnet-label-bot add [mkldnn, build, CI] This is an automated message

  1   2   >