[GitHub] [incubator-mxnet] leezu commented on issue #16926: autograd.is_training() does not work on hybridized networks.

2019-11-27 Thread GitBox
leezu commented on issue #16926: autograd.is_training() does not work on hybridized networks. URL: https://github.com/apache/incubator-mxnet/issues/16926#issuecomment-559381981 @Wallart would https://github.com/apache/incubator-mxnet/issues/16932 be helpful? Please comment there if you

[GitHub] [incubator-mxnet] leezu opened a new issue #16932: Detect unsupported usage of Gluon Hybridization

2019-11-27 Thread GitBox
leezu opened a new issue #16932: Detect unsupported usage of Gluon Hybridization URL: https://github.com/apache/incubator-mxnet/issues/16932 ## Description Sometimes users may expect Gluon hybridization to magically do things it currently cannot do. An example is

[GitHub] [incubator-mxnet] leezu closed issue #16926: autograd.is_training() does not work on hybridized networks.

2019-11-27 Thread GitBox
leezu closed issue #16926: autograd.is_training() does not work on hybridized networks. URL: https://github.com/apache/incubator-mxnet/issues/16926 This is an automated message from the Apache Git Service. To respond to the

[GitHub] [incubator-mxnet] leezu commented on issue #16926: autograd.is_training() does not work on hybridized networks.

2019-11-27 Thread GitBox
leezu commented on issue #16926: autograd.is_training() does not work on hybridized networks. URL: https://github.com/apache/incubator-mxnet/issues/16926#issuecomment-559380807 Hybridization traces the input during the first forward pass to the hybridized network. Afterwards it will

[GitHub] [incubator-mxnet] xinyu-intel opened a new pull request #16931: [MKL-DNN] Enable and Optimization for s8 eltwise_add

2019-11-27 Thread GitBox
xinyu-intel opened a new pull request #16931: [MKL-DNN] Enable and Optimization for s8 eltwise_add URL: https://github.com/apache/incubator-mxnet/pull/16931 ## Description ## cache primitive for int8 eltwise_add operator with dnnl 1.0 @pengzhao-intel @TaoLv @rongzha1 ##

[GitHub] [incubator-mxnet] marcoabreu commented on issue #16928: [CI] Disable builds based on ubuntu 14.04 as Ubuntu 14 is EOL and the…

2019-11-27 Thread GitBox
marcoabreu commented on issue #16928: [CI] Disable builds based on ubuntu 14.04 as Ubuntu 14 is EOL and the… URL: https://github.com/apache/incubator-mxnet/pull/16928#issuecomment-559378940 Instead of turning them off, we can also just adjust the sources file which tells Apt where to grab

[GitHub] [incubator-mxnet] szhengac commented on issue #16930: Plug and Play fit_batch() for the estimator class

2019-11-27 Thread GitBox
szhengac commented on issue #16930: Plug and Play fit_batch() for the estimator class URL: https://github.com/apache/incubator-mxnet/issues/16930#issuecomment-559374918 Why don't we just pack the input and unpack it when we feed it into the model? The order of input will be determined by

[GitHub] [incubator-mxnet] wkcn commented on a change in pull request #16923: [WIP] Fallback mechanism for mx.np operators

2019-11-27 Thread GitBox
wkcn commented on a change in pull request #16923: [WIP] Fallback mechanism for mx.np operators URL: https://github.com/apache/incubator-mxnet/pull/16923#discussion_r351623106 ## File path: python/mxnet/numpy/multiarray.py ## @@ -202,13 +220,13 @@ def

[GitHub] [incubator-mxnet] evi-Genius commented on issue #16929: quantization, excluded_sym_names doesn't work

2019-11-27 Thread GitBox
evi-Genius commented on issue #16929: quantization, excluded_sym_names doesn't work URL: https://github.com/apache/incubator-mxnet/issues/16929#issuecomment-559368266 > Please specify the version of MXNet you are using. It's best to run the diagnosis script that you were requested to run

[GitHub] [incubator-mxnet] evi-Genius edited a comment on issue #16929: quantization, excluded_sym_names doesn't work

2019-11-27 Thread GitBox
evi-Genius edited a comment on issue #16929: quantization, excluded_sym_names doesn't work URL: https://github.com/apache/incubator-mxnet/issues/16929#issuecomment-559368266 > Please specify the version of MXNet you are using. It's best to run the diagnosis script that you were requested

[GitHub] [incubator-mxnet] szha commented on issue #16930: Plug and Play fit_batch() for the estimator class

2019-11-27 Thread GitBox
szha commented on issue #16930: Plug and Play fit_batch() for the estimator class URL: https://github.com/apache/incubator-mxnet/issues/16930#issuecomment-559366088 A common difficulty in using callback is the confusion about signature. You can work around it by defining a class, as is

[GitHub] [incubator-mxnet] leezu commented on issue #16929: quantization, excluded_sym_names doesn't work

2019-11-27 Thread GitBox
leezu commented on issue #16929: quantization, excluded_sym_names doesn't work URL: https://github.com/apache/incubator-mxnet/issues/16929#issuecomment-559364178 Please specify the version of MXNet you are using. It's best to run the diagnosis script that you were requested to run when

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

2019-11-27 Thread aaronmarkham
This is an automated email from the ASF dual-hosted git repository. aaronmarkham 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 6044c5e Bump the

[GitHub] [incubator-mxnet] wkcn edited a comment on issue #15921: dynamic custom operator support

2019-11-27 Thread GitBox
wkcn edited a comment on issue #15921: dynamic custom operator support URL: https://github.com/apache/incubator-mxnet/pull/15921#issuecomment-559356763 Hi @samskalicky and @rondogency , is it ready to merge this PR after CI passes?

[GitHub] [incubator-mxnet] wkcn commented on issue #15921: dynamic custom operator support

2019-11-27 Thread GitBox
wkcn commented on issue #15921: dynamic custom operator support URL: https://github.com/apache/incubator-mxnet/pull/15921#issuecomment-559356763 Hi @samskalicky and @rondogency , is it ready to merge this PR? This is an

[GitHub] [incubator-mxnet] reminisce commented on a change in pull request #16923: [WIP] Fallback mechanism for mx.np operators

2019-11-27 Thread GitBox
reminisce commented on a change in pull request #16923: [WIP] Fallback mechanism for mx.np operators URL: https://github.com/apache/incubator-mxnet/pull/16923#discussion_r351603076 ## File path: python/mxnet/numpy/multiarray.py ## @@ -202,13 +220,13 @@ def

[GitHub] [incubator-mxnet] liuzh91 commented on issue #16930: Plug and Play fit_batch() for the estimator class

2019-11-27 Thread GitBox
liuzh91 commented on issue #16930: Plug and Play fit_batch() for the estimator class URL: https://github.com/apache/incubator-mxnet/issues/16930#issuecomment-559331844 @szhengac This is an automated message from the Apache

[GitHub] [incubator-mxnet] leezu commented on issue #16930: Plug and Play fit_batch() for the estimator class

2019-11-27 Thread GitBox
leezu commented on issue #16930: Plug and Play fit_batch() for the estimator class URL: https://github.com/apache/incubator-mxnet/issues/16930#issuecomment-559331214 CC @sxjscience @szha @roywei This is an automated

[GitHub] [incubator-mxnet] liuzh91 opened a new issue #16930: Plug and Play fit_batch() for the estimator class

2019-11-27 Thread GitBox
liuzh91 opened a new issue #16930: Plug and Play fit_batch() for the estimator class URL: https://github.com/apache/incubator-mxnet/issues/16930 ## Description In the current estimator implementation, fit_batch() is a class method of the estimator class. A common workflow of

[GitHub] [incubator-mxnet] leezu removed a comment on issue #16928: [CI] Disable builds based on ubuntu 14.04 as Ubuntu 14 is EOL and the…

2019-11-27 Thread GitBox
leezu removed a comment on issue #16928: [CI] Disable builds based on ubuntu 14.04 as Ubuntu 14 is EOL and the… URL: https://github.com/apache/incubator-mxnet/pull/16928#issuecomment-559319597 @larroy actually it is sufficient to disable the requirement for

[GitHub] [incubator-mxnet] evi-Genius opened a new issue #16929: quantization, excluded_sym_names doesn't work

2019-11-27 Thread GitBox
evi-Genius opened a new issue #16929: quantization, excluded_sym_names doesn't work URL: https://github.com/apache/incubator-mxnet/issues/16929 ## Description I use the `excluded_sym_names `when I test my custom model on `imagenet_gen_qsym.py`, but actually the symbols are not be

[GitHub] [incubator-mxnet] TaoLv commented on issue #16866: skip quantized conv flaky case

2019-11-27 Thread GitBox
TaoLv commented on issue #16866: skip quantized conv flaky case URL: https://github.com/apache/incubator-mxnet/pull/16866#issuecomment-559325269 @ChaiBapchya @access2rohit @larroy Really appreciate your suggestions and frugal spirit for MXNet development. I think this PR is not the first

[GitHub] [incubator-mxnet] leezu commented on issue #16928: [CI] Disable builds based on ubuntu 14.04 as Ubuntu 14 is EOL and the…

2019-11-27 Thread GitBox
leezu commented on issue #16928: [CI] Disable builds based on ubuntu 14.04 as Ubuntu 14 is EOL and the… URL: https://github.com/apache/incubator-mxnet/pull/16928#issuecomment-559319597 @larroy actually it is sufficient to disable the requirement for "ci/jenkins/mxnet-validation/unix-cpu"

[GitHub] [incubator-mxnet] leezu commented on issue #16893: Multi-tensor LAMB

2019-11-27 Thread GitBox
leezu commented on issue #16893: Multi-tensor LAMB URL: https://github.com/apache/incubator-mxnet/pull/16893#issuecomment-559316484 Thanks for the clarification. Is it necessary to expose it as a separate `multiLamb` optimizer? Can it be integrated with #16715? Why do we need the less

[GitHub] [incubator-mxnet] MoisesHer edited a comment on issue #16893: Multi-tensor LAMB

2019-11-27 Thread GitBox
MoisesHer edited a comment on issue #16893: Multi-tensor LAMB URL: https://github.com/apache/incubator-mxnet/pull/16893#issuecomment-559302436 > What's the relation with #16715? #16715 recently added 'LAMB' optimizer to `python/mxnet/optimizer/optimizer.py`. Your code is currently in

[GitHub] [incubator-mxnet] leezu commented on issue #16928: [CI] Disable builds based on ubuntu 14.04 as Ubuntu 14 is EOL and the…

2019-11-27 Thread GitBox
leezu commented on issue #16928: [CI] Disable builds based on ubuntu 14.04 as Ubuntu 14 is EOL and the… URL: https://github.com/apache/incubator-mxnet/pull/16928#issuecomment-559315710 If we want to continue using 14.04, we may need to sign up for https://ubuntu.com/esm ?

[GitHub] [incubator-mxnet] leezu commented on issue #16928: [CI] Disable builds based on ubuntu 14.04 as Ubuntu 14 is EOL and the…

2019-11-27 Thread GitBox
leezu commented on issue #16928: [CI] Disable builds based on ubuntu 14.04 as Ubuntu 14 is EOL and the… URL: https://github.com/apache/incubator-mxnet/pull/16928#issuecomment-559315469 Do you plan to re-enable this test based on Ubuntu 16.04 shortly after?

[GitHub] [incubator-mxnet] leezu commented on issue #16924: Why do I install version 1.2.0 using pip install mxnet?

2019-11-27 Thread GitBox
leezu commented on issue #16924: Why do I install version 1.2.0 using pip install mxnet? URL: https://github.com/apache/incubator-mxnet/issues/16924#issuecomment-559314771 Strange. Please run the diagnosis script that you were requested to run when creating the issue: `curl --retry 10 -s

[GitHub] [incubator-mxnet] pengzhao-intel commented on issue #16899: [WIP] Enable MKL-DNN in pip packages

2019-11-27 Thread GitBox
pengzhao-intel commented on issue #16899: [WIP] Enable MKL-DNN in pip packages URL: https://github.com/apache/incubator-mxnet/pull/16899#issuecomment-559313961 @szha does this make sense to keep *mkl variants for a short time? Or we need to remove from now. @marcoabreu @samskalicky

[GitHub] [incubator-mxnet] pengzhao-intel commented on issue #16866: skip quantized conv flaky case

2019-11-27 Thread GitBox
pengzhao-intel commented on issue #16866: skip quantized conv flaky case URL: https://github.com/apache/incubator-mxnet/pull/16866#issuecomment-559310986 Let's skip this test first :) This is an automated message from the

[GitHub] [incubator-mxnet] ewail opened a new pull request #16909: Build with cv 4.0

2019-11-27 Thread GitBox
ewail opened a new pull request #16909: Build with cv 4.0 URL: https://github.com/apache/incubator-mxnet/pull/16909 ## Description ## Build with cv 4.0 ### Changes ### Change CV_IMWRITE_PNG_COMPRESSION to cv::IMWRITE_PNG_COMPRESSION Change CV_IMWRITE_JPEG_QUALITY to

[GitHub] [incubator-mxnet] wkcn closed pull request #16909: Build with cv 4.0

2019-11-27 Thread GitBox
wkcn closed pull request #16909: Build with cv 4.0 URL: https://github.com/apache/incubator-mxnet/pull/16909 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

[GitHub] [incubator-mxnet] wkcn commented on a change in pull request #16923: [WIP] Fallback mechanism for mx.np operators

2019-11-27 Thread GitBox
wkcn commented on a change in pull request #16923: [WIP] Fallback mechanism for mx.np operators URL: https://github.com/apache/incubator-mxnet/pull/16923#discussion_r351558270 ## File path: python/mxnet/numpy/multiarray.py ## @@ -202,13 +220,13 @@ def

[GitHub] [incubator-mxnet] MoisesHer commented on issue #16893: Multi-tensor LAMB

2019-11-27 Thread GitBox
MoisesHer commented on issue #16893: Multi-tensor LAMB URL: https://github.com/apache/incubator-mxnet/pull/16893#issuecomment-559302436 > What's the relation with #16715? #16715 recently added 'LAMB' optimizer to `python/mxnet/optimizer/optimizer.py`. Your code is currently in conflict.

[GitHub] [incubator-mxnet] xinyu-intel commented on issue #16866: skip quantized conv flaky case

2019-11-27 Thread GitBox
xinyu-intel commented on issue #16866: skip quantized conv flaky case URL: https://github.com/apache/incubator-mxnet/pull/16866#issuecomment-559298207 @larroy I have already used this script and it is very easy for use. However, in contrast with "very high probability", this case also

[GitHub] [incubator-mxnet] xinyu-intel commented on issue #16866: skip quantized conv flaky case

2019-11-27 Thread GitBox
xinyu-intel commented on issue #16866: skip quantized conv flaky case URL: https://github.com/apache/incubator-mxnet/pull/16866#issuecomment-559297094 okay, I'll ask in dev list next time. This is an automated message from

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

2019-11-27 Thread aaronmarkham
This is an automated email from the ASF dual-hosted git repository. aaronmarkham 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 31f89d0 Bump the

[incubator-mxnet] branch master updated (7713a43 -> 32a9baa)

2019-11-27 Thread lanking
This is an automated email from the ASF dual-hosted git repository. lanking pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git. from 7713a43 Update TensorRT tutorial to build-from-source. (#14860) add 32a9baa Adding user guidelines

[incubator-mxnet] branch master updated (7713a43 -> 32a9baa)

2019-11-27 Thread lanking
This is an automated email from the ASF dual-hosted git repository. lanking pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git. from 7713a43 Update TensorRT tutorial to build-from-source. (#14860) add 32a9baa Adding user guidelines

[incubator-mxnet] branch master updated (7713a43 -> 32a9baa)

2019-11-27 Thread lanking
This is an automated email from the ASF dual-hosted git repository. lanking pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git. from 7713a43 Update TensorRT tutorial to build-from-source. (#14860) add 32a9baa Adding user guidelines

[incubator-mxnet] branch master updated (7713a43 -> 32a9baa)

2019-11-27 Thread lanking
This is an automated email from the ASF dual-hosted git repository. lanking pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git. from 7713a43 Update TensorRT tutorial to build-from-source. (#14860) add 32a9baa Adding user guidelines

[GitHub] [incubator-mxnet] lanking520 merged pull request #16894: Adding user guidelines for using MXNet built with Large Tensor Support

2019-11-27 Thread GitBox
lanking520 merged pull request #16894: Adding user guidelines for using MXNet built with Large Tensor Support URL: https://github.com/apache/incubator-mxnet/pull/16894 This is an automated message from the Apache Git

[GitHub] [incubator-mxnet] larroy commented on issue #16928: [CI] Disable builds based on ubuntu 14.04 as Ubuntu 14 is EOL and the…

2019-11-27 Thread GitBox
larroy commented on issue #16928: [CI] Disable builds based on ubuntu 14.04 as Ubuntu 14 is EOL and the… URL: https://github.com/apache/incubator-mxnet/pull/16928#issuecomment-559275473 See errors here:

[GitHub] [incubator-mxnet] larroy commented on issue #16928: [CI] Disable builds based on ubuntu 14.04 as Ubuntu 14 is EOL and the…

2019-11-27 Thread GitBox
larroy commented on issue #16928: [CI] Disable builds based on ubuntu 14.04 as Ubuntu 14 is EOL and the… URL: https://github.com/apache/incubator-mxnet/pull/16928#issuecomment-559260287 @mseth10 @samskalicky @lanking520

[GitHub] [incubator-mxnet] larroy opened a new pull request #16928: [CI] Disable builds based on ubuntu 14.04 as Ubuntu 14 is EOL and the…

2019-11-27 Thread GitBox
larroy opened a new pull request #16928: [CI] Disable builds based on ubuntu 14.04 as Ubuntu 14 is EOL and the… URL: https://github.com/apache/incubator-mxnet/pull/16928 … container can't be built right now. This is an

[GitHub] [incubator-mxnet] samskalicky commented on issue #16891: Upgrading MKLDNN to 1.0 causes performance regression.

2019-11-27 Thread GitBox
samskalicky commented on issue #16891: Upgrading MKLDNN to 1.0 causes performance regression. URL: https://github.com/apache/incubator-mxnet/issues/16891#issuecomment-559247246 Regarding the following error: ``` No CMAKE_ASM_NASM_COMPILER could be found. ``` you can install

[GitHub] [incubator-mxnet] reminisce commented on issue #16895: Fix ndarray indexing bug

2019-11-27 Thread GitBox
reminisce commented on issue #16895: Fix ndarray indexing bug URL: https://github.com/apache/incubator-mxnet/pull/16895#issuecomment-559231238 Ubuntu 14.04 has problems. It's being under investigation. This is an automated

[GitHub] [incubator-mxnet] ChaiBapchya edited a comment on issue #15882: Move Windows CI build to a 64-bit toolchain to fix 'out of heap space'.

2019-11-27 Thread GitBox
ChaiBapchya edited a comment on issue #15882: Move Windows CI build to a 64-bit toolchain to fix 'out of heap space'. URL: https://github.com/apache/incubator-mxnet/pull/15882#issuecomment-559229379 > It seems like I was under the impression that we are dropping support of some visual

[GitHub] [incubator-mxnet] ChaiBapchya commented on issue #15882: Move Windows CI build to a 64-bit toolchain to fix 'out of heap space'.

2019-11-27 Thread GitBox
ChaiBapchya commented on issue #15882: Move Windows CI build to a 64-bit toolchain to fix 'out of heap space'. URL: https://github.com/apache/incubator-mxnet/pull/15882#issuecomment-559229379 > It seems like I was under the impression that we are dropping support of some visual studio

[GitHub] [incubator-mxnet] access2rohit commented on issue #16894: Adding user guidelines for using MXNet built with Large Tensor Support

2019-11-27 Thread GitBox
access2rohit commented on issue #16894: Adding user guidelines for using MXNet built with Large Tensor Support URL: https://github.com/apache/incubator-mxnet/pull/16894#issuecomment-559217645 @mxnet-label-bot add [pr-awaiting-merge]

[GitHub] [incubator-mxnet] access2rohit closed pull request #16242: [DEBUG]Argmax base

2019-11-27 Thread GitBox
access2rohit closed pull request #16242: [DEBUG]Argmax base URL: https://github.com/apache/incubator-mxnet/pull/16242 This is an automated message from the Apache Git Service. To respond to the message, please log on to

[GitHub] [incubator-mxnet] access2rohit closed pull request #16241: [DEBUG]Argmax 2d 3d

2019-11-27 Thread GitBox
access2rohit closed pull request #16241: [DEBUG]Argmax 2d 3d URL: https://github.com/apache/incubator-mxnet/pull/16241 This is an automated message from the Apache Git Service. To respond to the message, please log on to

[GitHub] [incubator-mxnet] larroy commented on issue #15882: Move Windows CI build to a 64-bit toolchain to fix 'out of heap space'.

2019-11-27 Thread GitBox
larroy commented on issue #15882: Move Windows CI build to a 64-bit toolchain to fix 'out of heap space'. URL: https://github.com/apache/incubator-mxnet/pull/15882#issuecomment-559214353 If we want to monitor binary sizes, a good way to do it would be to put a safeguard on CI that checks

[GitHub] [incubator-mxnet] larroy commented on issue #16866: skip quantized conv flaky case

2019-11-27 Thread GitBox
larroy commented on issue #16866: skip quantized conv flaky case URL: https://github.com/apache/incubator-mxnet/pull/16866#issuecomment-559213822 @xinyu-intel you can use the ci/build.py tool to easily reproduce what runs on CI. it's dockerized so it's going to produce the same result with

[GitHub] [incubator-mxnet] access2rohit commented on issue #16866: skip quantized conv flaky case

2019-11-27 Thread GitBox
access2rohit commented on issue #16866: skip quantized conv flaky case URL: https://github.com/apache/incubator-mxnet/pull/16866#issuecomment-559209563 @xinyu-intel this is not a proper use of public resources. If you have issues with reproducing your issues on local then you should ask on

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

2019-11-27 Thread aaronmarkham
This is an automated email from the ASF dual-hosted git repository. aaronmarkham 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 a58a84c Bump the

[GitHub] [incubator-mxnet] samskalicky opened a new pull request #16927: Anirudh Subramanian's changes for multithreaded inference

2019-11-27 Thread GitBox
samskalicky opened a new pull request #16927: Anirudh Subramanian's changes for multithreaded inference URL: https://github.com/apache/incubator-mxnet/pull/16927 ## Description ## Multithreaded Inference Interface ## Checklist ## ### Essentials ### Please feel free to

[incubator-mxnet] branch master updated (a98cefc -> 7713a43)

2019-11-27 Thread ptrendx
This is an automated email from the ASF dual-hosted git repository. ptrendx pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git. from a98cefc [Numpy] Basic indexing in symbolic interface of DeepNumpy (#16621) add 7713a43 Update

[GitHub] [incubator-mxnet] ptrendx merged pull request #14860: Update TensorRT tutorial to build-from-source.

2019-11-27 Thread GitBox
ptrendx merged pull request #14860: Update TensorRT tutorial to build-from-source. URL: https://github.com/apache/incubator-mxnet/pull/14860 This is an automated message from the Apache Git Service. To respond to the

[GitHub] [incubator-mxnet] samskalicky commented on issue #16891: Upgrading MKLDNN to 1.0 causes performance regression.

2019-11-27 Thread GitBox
samskalicky commented on issue #16891: Upgrading MKLDNN to 1.0 causes performance regression. URL: https://github.com/apache/incubator-mxnet/issues/16891#issuecomment-559184562 @ptrendx @rongzha1 @PatricZhao thanks for looking into this, but the issue is not resolved until we verify by

[GitHub] [incubator-mxnet] KellenSunderland commented on issue #14860: Update TensorRT tutorial to build-from-source.

2019-11-27 Thread GitBox
KellenSunderland commented on issue #14860: Update TensorRT tutorial to build-from-source. URL: https://github.com/apache/incubator-mxnet/pull/14860#issuecomment-559177196 Friendly ping @aaronmarkham. This is an automated

[GitHub] [incubator-mxnet] shrey183 commented on issue #16924: Why do I install version 1.2.0 using pip install mxnet?

2019-11-27 Thread GitBox
shrey183 commented on issue #16924: Why do I install version 1.2.0 using pip install mxnet? URL: https://github.com/apache/incubator-mxnet/issues/16924#issuecomment-559167404 I tried as you suggested and got the following error message: ERROR: Could not find a version that

[GitHub] [incubator-mxnet] ptrendx commented on issue #16807: [WIP] Multithreaded Inference Support

2019-11-27 Thread GitBox
ptrendx commented on issue #16807: [WIP] Multithreaded Inference Support URL: https://github.com/apache/incubator-mxnet/pull/16807#issuecomment-559161584 @anirudh2290 What is the status of this PR? It is still marked WIP, but it is for the 1.6.x branch.

[GitHub] [incubator-mxnet] ptrendx commented on issue #16891: Upgrading MKLDNN to 1.0 causes performance regression.

2019-11-27 Thread GitBox
ptrendx commented on issue #16891: Upgrading MKLDNN to 1.0 causes performance regression. URL: https://github.com/apache/incubator-mxnet/issues/16891#issuecomment-559158715 Considering @rongzha1 comment I don't consider this issue to be a blocker for 1.6 release. Please comment if you

[incubator-mxnet] branch v1.6.x updated: [Numpy] Fix imperative basic indexing in numpy (#16902) (#16919)

2019-11-27 Thread ptrendx
This is an automated email from the ASF dual-hosted git repository. ptrendx pushed a commit to branch v1.6.x in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git The following commit(s) were added to refs/heads/v1.6.x by this push: new a3b0aa4 [Numpy] Fix imperative basic

[GitHub] [incubator-mxnet] ptrendx commented on issue #16895: Fix ndarray indexing bug

2019-11-27 Thread GitBox
ptrendx commented on issue #16895: Fix ndarray indexing bug URL: https://github.com/apache/incubator-mxnet/pull/16895#issuecomment-559157788 Build failed due to network error - I retriggered it. This is an automated message

[incubator-mxnet] branch v1.6.x updated: [Numpy] Fix imperative basic indexing in numpy (#16902) (#16919)

2019-11-27 Thread ptrendx
This is an automated email from the ASF dual-hosted git repository. ptrendx pushed a commit to branch v1.6.x in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git The following commit(s) were added to refs/heads/v1.6.x by this push: new a3b0aa4 [Numpy] Fix imperative basic

[GitHub] [incubator-mxnet] ptrendx commented on issue #16904: Upgrade MXNet version to 1.6.0

2019-11-27 Thread GitBox
ptrendx commented on issue #16904: Upgrade MXNet version to 1.6.0 URL: https://github.com/apache/incubator-mxnet/issues/16904#issuecomment-559157316 Removing 1.6 label, since the relevant PR was merged to 1.6. This is an

[GitHub] [incubator-mxnet] ptrendx merged pull request #16919: Backport #16902 to 1.6

2019-11-27 Thread GitBox
ptrendx merged pull request #16919: Backport #16902 to 1.6 URL: https://github.com/apache/incubator-mxnet/pull/16919 This is an automated message from the Apache Git Service. To respond to the message, please log on to

[GitHub] [incubator-mxnet] Wallart opened a new issue #16926: autograd.is_training() does not work on hybridized networks.

2019-11-27 Thread GitBox
Wallart opened a new issue #16926: autograd.is_training() does not work on hybridized networks. URL: https://github.com/apache/incubator-mxnet/issues/16926 Hello everyone, I might have found an issue about autograd.is_training(). I've implemented a transformer. At training time my

[GitHub] [incubator-mxnet] RuRo opened a new issue #16925: ImageRecordIter random_resized_crop artifacts

2019-11-27 Thread GitBox
RuRo opened a new issue #16925: ImageRecordIter random_resized_crop artifacts URL: https://github.com/apache/incubator-mxnet/issues/16925 ## Description The `random_crop` augmentation in `ImageRecordIter` seems to sometimes corrupt the image. This happens with both

[GitHub] [incubator-mxnet] leezu edited a comment on issue #16924: Why do I install version 1.2.0 using pip install mxnet?

2019-11-27 Thread GitBox
leezu edited a comment on issue #16924: Why do I install version 1.2.0 using pip install mxnet? URL: https://github.com/apache/incubator-mxnet/issues/16924#issuecomment-559088900 Why do you want to use MXNet 1.2 or 1.3? GluonTS Readme describes they want `pip install mxnet==1.4.1

[GitHub] [incubator-mxnet] leezu commented on issue #16924: Why do I install version 1.2.0 using pip install mxnet?

2019-11-27 Thread GitBox
leezu commented on issue #16924: Why do I install version 1.2.0 using pip install mxnet? URL: https://github.com/apache/incubator-mxnet/issues/16924#issuecomment-559088900 Why do you want to use MXNet 1.2 or 1.3? GluonTS Readme describes they want `pip install mxnet==1.4.1 gluonts`.

[GitHub] [incubator-mxnet] leezu closed issue #16924: Why do I install version 1.2.0 using pip install mxnet?

2019-11-27 Thread GitBox
leezu closed issue #16924: Why do I install version 1.2.0 using pip install mxnet? URL: https://github.com/apache/incubator-mxnet/issues/16924 This is an automated message from the Apache Git Service. To respond to the

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

2019-11-27 Thread aaronmarkham
This is an automated email from the ASF dual-hosted git repository. aaronmarkham 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 fc13af4 Bump the

[GitHub] [incubator-mxnet] shrey183 opened a new issue #16924: Why do I install version 1.2.0 using pip install mxnet?

2019-11-27 Thread GitBox
shrey183 opened a new issue #16924: Why do I install version 1.2.0 using pip install mxnet? URL: https://github.com/apache/incubator-mxnet/issues/16924 ## Description I am using Python 3.7.0 and I want to install mxnet in order to use gluonts. I write `pip install mxnet` and it always

[GitHub] [incubator-mxnet] Kh4L commented on issue #14883: [Discussion] Overhead in MXNet Execution

2019-11-27 Thread GitBox
Kh4L commented on issue #14883: [Discussion] Overhead in MXNet Execution URL: https://github.com/apache/incubator-mxnet/issues/14883#issuecomment-559038625 @sxjscience what do the differences between Naive and ThreadedEngine reflect in the other frameworks?

[GitHub] [incubator-mxnet] Wallart commented on issue #16754: Is mirroring working with MXNet 1.5.1 Gluon ?

2019-11-27 Thread GitBox
Wallart commented on issue #16754: Is mirroring working with MXNet 1.5.1 Gluon ? URL: https://github.com/apache/incubator-mxnet/issues/16754#issuecomment-559016371 Can you confirm that mirroring is still working on MXNet 1.5.1 using the symbolic API ? As a placeholder, I will re-write

[GitHub] [incubator-mxnet] reminisce opened a new pull request #16923: [WIP] Fallback mechanism for mx.np operators

2019-11-27 Thread GitBox
reminisce opened a new pull request #16923: [WIP] Fallback mechanism for mx.np operators URL: https://github.com/apache/incubator-mxnet/pull/16923 ## Description ## Fallback mechanism for `mx.np` operators. @haojin2

[GitHub] [incubator-mxnet] liuzh91 opened a new pull request #16922: Update LoggingHandler to support logging per interval

2019-11-27 Thread GitBox
liuzh91 opened a new pull request #16922: Update LoggingHandler to support logging per interval URL: https://github.com/apache/incubator-mxnet/pull/16922 ## Description ## Add support of logging per interval to the default LoggingHandler. It acts as a middle ground between logging per