[GitHub] [incubator-mxnet] shoubhik commented on a change in pull request #14749: [Mxnet-1397] Support symbolic api for requantize and dequantize

2019-04-19 Thread GitBox
shoubhik commented on a change in pull request #14749: [Mxnet-1397] Support symbolic api for requantize and dequantize URL: https://github.com/apache/incubator-mxnet/pull/14749#discussion_r277123964 ## File path: tests/python/quantization/test_quantization.py ## @@ -124,7

[GitHub] [incubator-mxnet] shoubhik commented on a change in pull request #14749: [Mxnet-1397] Support symbolic api for requantize and dequantize

2019-04-19 Thread GitBox
shoubhik commented on a change in pull request #14749: [Mxnet-1397] Support symbolic api for requantize and dequantize URL: https://github.com/apache/incubator-mxnet/pull/14749#discussion_r277123956 ## File path: tests/python/quantization/test_quantization.py ## @@ -124,7

[GitHub] [incubator-mxnet] shoubhik commented on a change in pull request #14749: [Mxnet-1397] Support symbolic api for requantize and dequantize

2019-04-19 Thread GitBox
shoubhik commented on a change in pull request #14749: [Mxnet-1397] Support symbolic api for requantize and dequantize URL: https://github.com/apache/incubator-mxnet/pull/14749#discussion_r277123961 ## File path: tests/python/quantization/test_quantization.py ## @@ -63,19

[GitHub] [incubator-mxnet] shoubhik commented on a change in pull request #14749: [Mxnet-1397] Support symbolic api for requantize and dequantize

2019-04-19 Thread GitBox
shoubhik commented on a change in pull request #14749: [Mxnet-1397] Support symbolic api for requantize and dequantize URL: https://github.com/apache/incubator-mxnet/pull/14749#discussion_r277123955 ## File path: tests/python/quantization/test_quantization.py ## @@ -63,19

[GitHub] [incubator-mxnet] shoubhik commented on a change in pull request #14749: [Mxnet-1397] Support symbolic api for requantize and dequantize

2019-04-19 Thread GitBox
shoubhik commented on a change in pull request #14749: [Mxnet-1397] Support symbolic api for requantize and dequantize URL: https://github.com/apache/incubator-mxnet/pull/14749#discussion_r277123958 ## File path: tests/python/quantization/test_quantization.py ## @@ -63,19

[GitHub] [incubator-mxnet] apeforest commented on a change in pull request #14749: [Mxnet-1397] Support symbolic api for requantize and dequantize

2019-04-19 Thread GitBox
apeforest commented on a change in pull request #14749: [Mxnet-1397] Support symbolic api for requantize and dequantize URL: https://github.com/apache/incubator-mxnet/pull/14749#discussion_r277123627 ## File path: tests/python/quantization/test_quantization.py ## @@

[GitHub] [incubator-mxnet] apeforest commented on a change in pull request #14749: [Mxnet-1397] Support symbolic api for requantize and dequantize

2019-04-19 Thread GitBox
apeforest commented on a change in pull request #14749: [Mxnet-1397] Support symbolic api for requantize and dequantize URL: https://github.com/apache/incubator-mxnet/pull/14749#discussion_r277123578 ## File path: tests/python/quantization/test_quantization.py ## @@

[GitHub] [incubator-mxnet] apeforest commented on a change in pull request #14749: [Mxnet-1397] Support symbolic api for requantize and dequantize

2019-04-19 Thread GitBox
apeforest commented on a change in pull request #14749: [Mxnet-1397] Support symbolic api for requantize and dequantize URL: https://github.com/apache/incubator-mxnet/pull/14749#discussion_r277123592 ## File path: tests/python/quantization/test_quantization.py ## @@

[GitHub] [incubator-mxnet] apeforest commented on a change in pull request #14749: [Mxnet-1397] Support symbolic api for requantize and dequantize

2019-04-19 Thread GitBox
apeforest commented on a change in pull request #14749: [Mxnet-1397] Support symbolic api for requantize and dequantize URL: https://github.com/apache/incubator-mxnet/pull/14749#discussion_r277123561 ## File path: tests/python/quantization/test_quantization.py ## @@

[GitHub] [incubator-mxnet] apeforest commented on a change in pull request #14749: [Mxnet-1397] Support symbolic api for requantize and dequantize

2019-04-19 Thread GitBox
apeforest commented on a change in pull request #14749: [Mxnet-1397] Support symbolic api for requantize and dequantize URL: https://github.com/apache/incubator-mxnet/pull/14749#discussion_r277123503 ## File path: tests/python/quantization/test_quantization.py ## @@

[GitHub] [incubator-mxnet] apeforest edited a comment on issue #14570: add a compiler flag to use int64 as tensor size

2019-04-19 Thread GitBox
apeforest edited a comment on issue #14570: add a compiler flag to use int64 as tensor size URL: https://github.com/apache/incubator-mxnet/pull/14570#issuecomment-485055184 > @apeforest Thank you. That sounds reasonable. But I remember I couldn't find the nightly test report for large

[GitHub] [incubator-mxnet] arcadiaphy commented on a change in pull request #14745: fix min max on zero-sized ndarray

2019-04-19 Thread GitBox
arcadiaphy commented on a change in pull request #14745: fix min max on zero-sized ndarray URL: https://github.com/apache/incubator-mxnet/pull/14745#discussion_r277122632 ## File path: tests/python/unittest/test_operator.py ## @@ -6990,6 +6990,20 @@ def

[GitHub] [incubator-mxnet] apeforest commented on issue #14570: add a compiler flag to use int64 as tensor size

2019-04-19 Thread GitBox
apeforest commented on issue #14570: add a compiler flag to use int64 as tensor size URL: https://github.com/apache/incubator-mxnet/pull/14570#issuecomment-485055184 > @apeforest Thank you. That sounds reasonable. But I remember I couldn't find the nightly test report for large tensor

[GitHub] [incubator-mxnet] gbxu removed a comment on issue #10567: [Feature Request] Cache the CUDNN convolution optimization result

2019-04-19 Thread GitBox
gbxu removed a comment on issue #10567: [Feature Request] Cache the CUDNN convolution optimization result URL: https://github.com/apache/incubator-mxnet/issues/10567#issuecomment-485054626 This sounds great! This is an

[GitHub] [incubator-mxnet] gbxu commented on issue #10567: [Feature Request] Cache the CUDNN convolution optimization result

2019-04-19 Thread GitBox
gbxu commented on issue #10567: [Feature Request] Cache the CUDNN convolution optimization result URL: https://github.com/apache/incubator-mxnet/issues/10567#issuecomment-485054626 This sounds great! This is an automated

[GitHub] [incubator-mxnet] TaoLv commented on issue #14670: Default build with CMake not using MKL

2019-04-19 Thread GitBox
TaoLv commented on issue #14670: Default build with CMake not using MKL URL: https://github.com/apache/incubator-mxnet/issues/14670#issuecomment-485051663 @sl1pkn07 Thank you for your patience. We're working on a new release of MKL-DNN. Will update MXNet submodule once the release comes

[GitHub] [incubator-mxnet] TaoLv commented on issue #14570: add a compiler flag to use int64 as tensor size

2019-04-19 Thread GitBox
TaoLv commented on issue #14570: add a compiler flag to use int64 as tensor size URL: https://github.com/apache/incubator-mxnet/pull/14570#issuecomment-485051545 @apeforest Thank you. That sounds reasonable. But I remember I couldn't find the nightly test report for large tensor before. Do

[GitHub] [incubator-mxnet] aaronmarkham commented on issue #14746: fix Raspberry Pi install instructions

2019-04-19 Thread GitBox
aaronmarkham commented on issue #14746: fix Raspberry Pi install instructions URL: https://github.com/apache/incubator-mxnet/pull/14746#issuecomment-485048221 > Did you check the wheel? I created it from master last month, and tested it so I know it works.

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

2019-04-19 Thread zhasheng
This is an automated email from the ASF dual-hosted git repository. zhasheng 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 c1b13c0 Bump the publish

[GitHub] [incubator-mxnet] gigasquid commented on issue #14744: [clojure][generator][WIP] add proper newlines in generated files

2019-04-19 Thread GitBox
gigasquid commented on issue #14744: [clojure][generator][WIP] add proper newlines in generated files URL: https://github.com/apache/incubator-mxnet/pull/14744#issuecomment-485046130 oh cool - this will be cool  This is an

[incubator-mxnet] 05/06: clean up extra stuff

2019-04-19 Thread cmeier
This is an automated email from the ASF dual-hosted git repository. cmeier pushed a commit to branch clojure-bert-sentence-pair-classification in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git commit cb8ff3b0cd0e90aa0e5e900e3a6bf324b111bdfb Author: gigasquid AuthorDate: Fri

[incubator-mxnet] 04/06: base working (although slow)

2019-04-19 Thread cmeier
This is an automated email from the ASF dual-hosted git repository. cmeier pushed a commit to branch clojure-bert-sentence-pair-classification in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git commit 7295d8c3cc3ed72ff23afc4372719382fb16c0dc Author: gigasquid AuthorDate: Fri

[incubator-mxnet] 02/06: wip

2019-04-19 Thread cmeier
This is an automated email from the ASF dual-hosted git repository. cmeier pushed a commit to branch clojure-bert-sentence-pair-classification in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git commit 3f1058edba47ee114c13284d566ab5a3389c77f1 Author: gigasquid AuthorDate: Fri

[incubator-mxnet] 03/06: more wip

2019-04-19 Thread cmeier
This is an automated email from the ASF dual-hosted git repository. cmeier pushed a commit to branch clojure-bert-sentence-pair-classification in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git commit 5270b89aaa218d84328a1c66ca251c66c45528e9 Author: gigasquid AuthorDate: Fri

[incubator-mxnet] 01/06: util to update roster

2019-04-19 Thread cmeier
This is an automated email from the ASF dual-hosted git repository. cmeier pushed a commit to branch clojure-bert-sentence-pair-classification in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git commit 8e89a9c406e88ffb7c1da433a98a94cdf9a0ca21 Author: gigasquid AuthorDate: Sun

[incubator-mxnet] branch clojure-bert-sentence-pair-classification created (now 1c6e734)

2019-04-19 Thread cmeier
This is an automated email from the ASF dual-hosted git repository. cmeier pushed a change to branch clojure-bert-sentence-pair-classification in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git. at 1c6e734 gradients not exploding This branch includes the following new

[incubator-mxnet] 06/06: gradients not exploding

2019-04-19 Thread cmeier
This is an automated email from the ASF dual-hosted git repository. cmeier pushed a commit to branch clojure-bert-sentence-pair-classification in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git commit 1c6e734dc53e16063f4c1dca18d8cb9d0fb5d2d2 Author: gigasquid AuthorDate: Fri

[GitHub] [incubator-mxnet] apeforest commented on issue #14570: add a compiler flag to use int64 as tensor size

2019-04-19 Thread GitBox
apeforest commented on issue #14570: add a compiler flag to use int64 as tensor size URL: https://github.com/apache/incubator-mxnet/pull/14570#issuecomment-485042316 @TaoLv Per @marcoabreu suggestion, I moved the tests from CI to nightly to ease the load of CI pipeline. Please let me know

[GitHub] [incubator-mxnet] larroy commented on issue #14256: MXNet hangs when creating an NDArray on a GPU Context in Scala

2019-04-19 Thread GitBox
larroy commented on issue #14256: MXNet hangs when creating an NDArray on a GPU Context in Scala URL: https://github.com/apache/incubator-mxnet/issues/14256#issuecomment-485039416 There's an initialization delay of a few seconds. Maybe this is being mistaken as hanging?

[GitHub] [incubator-mxnet] andrewfayres commented on issue #14256: MXNet hangs when creating an NDArray on a GPU Context in Scala

2019-04-19 Thread GitBox
andrewfayres commented on issue #14256: MXNet hangs when creating an NDArray on a GPU Context in Scala URL: https://github.com/apache/incubator-mxnet/issues/14256#issuecomment-485035623 I tried on two different machines (my personal laptop and an AWS EC2 instance) and haven't been able

[GitHub] [incubator-mxnet] zachgk commented on issue #14071: [WIP][MXNET-1269] Scoverage

2019-04-19 Thread GitBox
zachgk commented on issue #14071: [WIP][MXNET-1269] Scoverage URL: https://github.com/apache/incubator-mxnet/pull/14071#issuecomment-485035038 Right now, there are significant difficulties running this with scoverage-maven-plugin version 1.3.0 while it runs perfectly with 1.4.0. There is

[GitHub] [incubator-mxnet] shoubhik opened a new pull request #14749: [Mxnet-1397] Support symbolic api for requantize and dequantize

2019-04-19 Thread GitBox
shoubhik opened a new pull request #14749: [Mxnet-1397] Support symbolic api for requantize and dequantize URL: https://github.com/apache/incubator-mxnet/pull/14749 ## Description ## If I have a pre-qauntized model from another framework, e.g Tensorflow or Pyrtorch and want to use

[GitHub] [incubator-mxnet] roywei commented on a change in pull request #14685: [Fit API] improve event handlers

2019-04-19 Thread GitBox
roywei commented on a change in pull request #14685: [Fit API] improve event handlers URL: https://github.com/apache/incubator-mxnet/pull/14685#discussion_r277096457 ## File path: python/mxnet/gluon/contrib/estimator/event_handler.py ## @@ -191,18 +287,23 @@ class

[GitHub] [incubator-mxnet] lanking520 merged pull request #14656: [MXNET-1385] Improved Scala Init and Macros warning messages

2019-04-19 Thread GitBox
lanking520 merged pull request #14656: [MXNET-1385] Improved Scala Init and Macros warning messages URL: https://github.com/apache/incubator-mxnet/pull/14656 This is an automated message from the Apache Git Service. To

[incubator-mxnet] branch master updated: [MXNET-1385] Improved Scala Init and Macros warning messages (#14656)

2019-04-19 Thread lanking
This is an automated email from the ASF dual-hosted git repository. lanking pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git The following commit(s) were added to refs/heads/master by this push: new 153d2f4 [MXNET-1385] Improved Scala

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

2019-04-19 Thread GitBox
reminisce commented on issue #14717: An empty NDArray should have size 0 URL: https://github.com/apache/incubator-mxnet/pull/14717#issuecomment-485031948 Can you confirm that an empty shape represents an empty ndarray in cpp-package? In Python and C++ backend, an empty shape actually

[GitHub] [incubator-mxnet] reminisce commented on a change in pull request #14745: fix min max on zero-sized ndarray

2019-04-19 Thread GitBox
reminisce commented on a change in pull request #14745: fix min max on zero-sized ndarray URL: https://github.com/apache/incubator-mxnet/pull/14745#discussion_r277106373 ## File path: tests/python/unittest/test_operator.py ## @@ -6990,6 +6990,20 @@ def

[GitHub] [incubator-mxnet] reminisce commented on a change in pull request #14745: fix min max on zero-sized ndarray

2019-04-19 Thread GitBox
reminisce commented on a change in pull request #14745: fix min max on zero-sized ndarray URL: https://github.com/apache/incubator-mxnet/pull/14745#discussion_r277106346 ## File path: tests/python/unittest/test_operator.py ## @@ -6990,6 +6990,20 @@ def

[GitHub] [incubator-mxnet] yuxihu commented on issue #14748: Sync Horovod distributed training examples with latest changes

2019-04-19 Thread GitBox
yuxihu commented on issue #14748: Sync Horovod distributed training examples with latest changes URL: https://github.com/apache/incubator-mxnet/pull/14748#issuecomment-485025006 @mxnet-label-bot add [pr-working-in-progress]

[GitHub] [incubator-mxnet] yuxihu edited a comment on issue #14748: Sync Horovod distributed training examples with latest changes

2019-04-19 Thread GitBox
yuxihu edited a comment on issue #14748: Sync Horovod distributed training examples with latest changes URL: https://github.com/apache/incubator-mxnet/pull/14748#issuecomment-485025006 @mxnet-label-bot add [pr-work-in-progress]

[GitHub] [incubator-mxnet] yuxihu opened a new pull request #14748: Sync Horovod distributed training examples with latest changes

2019-04-19 Thread GitBox
yuxihu opened a new pull request #14748: Sync Horovod distributed training examples with latest changes URL: https://github.com/apache/incubator-mxnet/pull/14748 Sync distributed training examples with MXNet and Horovod with latest changes in Horovod: 1. Added DistributedTrainer, a

[GitHub] [incubator-mxnet] roywei commented on a change in pull request #14685: [Fit API] improve event handlers

2019-04-19 Thread GitBox
roywei commented on a change in pull request #14685: [Fit API] improve event handlers URL: https://github.com/apache/incubator-mxnet/pull/14685#discussion_r277094820 ## File path: python/mxnet/gluon/contrib/estimator/event_handler.py ## @@ -16,85 +16,169 @@ # under the

[GitHub] [incubator-mxnet] roywei commented on a change in pull request #14685: [Fit API] improve event handlers

2019-04-19 Thread GitBox
roywei commented on a change in pull request #14685: [Fit API] improve event handlers URL: https://github.com/apache/incubator-mxnet/pull/14685#discussion_r277094820 ## File path: python/mxnet/gluon/contrib/estimator/event_handler.py ## @@ -16,85 +16,169 @@ # under the

[GitHub] [incubator-mxnet] roywei commented on a change in pull request #14685: [Fit API] improve event handlers

2019-04-19 Thread GitBox
roywei commented on a change in pull request #14685: [Fit API] improve event handlers URL: https://github.com/apache/incubator-mxnet/pull/14685#discussion_r277096380 ## File path: python/mxnet/gluon/contrib/estimator/event_handler.py ## @@ -112,71 +196,83 @@ def

[GitHub] [incubator-mxnet] roywei commented on a change in pull request #14685: [Fit API] improve event handlers

2019-04-19 Thread GitBox
roywei commented on a change in pull request #14685: [Fit API] improve event handlers URL: https://github.com/apache/incubator-mxnet/pull/14685#discussion_r277096457 ## File path: python/mxnet/gluon/contrib/estimator/event_handler.py ## @@ -191,18 +287,23 @@ class

[GitHub] [incubator-mxnet] roywei commented on a change in pull request #14685: [Fit API] improve event handlers

2019-04-19 Thread GitBox
roywei commented on a change in pull request #14685: [Fit API] improve event handlers URL: https://github.com/apache/incubator-mxnet/pull/14685#discussion_r277096082 ## File path: python/mxnet/gluon/contrib/estimator/event_handler.py ## @@ -16,85 +16,169 @@ # under the

[GitHub] [incubator-mxnet] roywei commented on a change in pull request #14685: [Fit API] improve event handlers

2019-04-19 Thread GitBox
roywei commented on a change in pull request #14685: [Fit API] improve event handlers URL: https://github.com/apache/incubator-mxnet/pull/14685#discussion_r277095974 ## File path: python/mxnet/gluon/contrib/estimator/event_handler.py ## @@ -16,85 +16,169 @@ # under the

[GitHub] [incubator-mxnet] roywei commented on a change in pull request #14685: [Fit API] improve event handlers

2019-04-19 Thread GitBox
roywei commented on a change in pull request #14685: [Fit API] improve event handlers URL: https://github.com/apache/incubator-mxnet/pull/14685#discussion_r277094820 ## File path: python/mxnet/gluon/contrib/estimator/event_handler.py ## @@ -16,85 +16,169 @@ # under the

[GitHub] [incubator-mxnet] roywei commented on a change in pull request #14685: [Fit API] improve event handlers

2019-04-19 Thread GitBox
roywei commented on a change in pull request #14685: [Fit API] improve event handlers URL: https://github.com/apache/incubator-mxnet/pull/14685#discussion_r277094550 ## File path: python/mxnet/gluon/contrib/estimator/event_handler.py ## @@ -16,85 +16,169 @@ # under the

[GitHub] [incubator-mxnet] roywei commented on a change in pull request #14685: [Fit API] improve event handlers

2019-04-19 Thread GitBox
roywei commented on a change in pull request #14685: [Fit API] improve event handlers URL: https://github.com/apache/incubator-mxnet/pull/14685#discussion_r277094415 ## File path: python/mxnet/gluon/contrib/estimator/estimator.py ## @@ -226,111 +230,72 @@ def fit(self,

[GitHub] [incubator-mxnet] roywei commented on a change in pull request #14685: [Fit API] improve event handlers

2019-04-19 Thread GitBox
roywei commented on a change in pull request #14685: [Fit API] improve event handlers URL: https://github.com/apache/incubator-mxnet/pull/14685#discussion_r277094389 ## File path: python/mxnet/gluon/contrib/estimator/estimator.py ## @@ -226,111 +230,72 @@ def fit(self,

[GitHub] [incubator-mxnet] roywei commented on a change in pull request #14685: [Fit API] improve event handlers

2019-04-19 Thread GitBox
roywei commented on a change in pull request #14685: [Fit API] improve event handlers URL: https://github.com/apache/incubator-mxnet/pull/14685#discussion_r277094415 ## File path: python/mxnet/gluon/contrib/estimator/estimator.py ## @@ -226,111 +230,72 @@ def fit(self,

[GitHub] [incubator-mxnet] frankfliu commented on issue #14742: CPU memory leak when running train_yolov3.py

2019-04-19 Thread GitBox
frankfliu commented on issue #14742: CPU memory leak when running train_yolov3.py URL: https://github.com/apache/incubator-mxnet/issues/14742#issuecomment-485016195 @mxnet-label-bot add [Memory] This is an automated message

[GitHub] [incubator-mxnet] frankfliu commented on issue #14741: [Problem] symbol auto name

2019-04-19 Thread GitBox
frankfliu commented on issue #14741: [Problem] symbol auto name URL: https://github.com/apache/incubator-mxnet/issues/14741#issuecomment-485015816 @mxnet-label-bot add [question] This is an automated message from the Apache

[GitHub] [incubator-mxnet] roywei commented on a change in pull request #14685: [Fit API] improve event handlers

2019-04-19 Thread GitBox
roywei commented on a change in pull request #14685: [Fit API] improve event handlers URL: https://github.com/apache/incubator-mxnet/pull/14685#discussion_r277092803 ## File path: python/mxnet/gluon/contrib/estimator/estimator.py ## @@ -148,63 +145,70 @@ def

[GitHub] [incubator-mxnet] larroy opened a new pull request #14747: [dont merge][dont review] ci test, dummy change

2019-04-19 Thread GitBox
larroy opened a new pull request #14747: [dont merge][dont review] ci test, dummy change URL: https://github.com/apache/incubator-mxnet/pull/14747 ## Description ## (Brief description on what this PR is about) ## Checklist ## ### Essentials ### Please feel free to remove

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

2019-04-19 Thread zhasheng
This is an automated email from the ASF dual-hosted git repository. zhasheng 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 96d8975 Bump the publish

[GitHub] [incubator-mxnet] larroy commented on a change in pull request #14535: [DOC] Updated install instructions for mac

2019-04-19 Thread GitBox
larroy commented on a change in pull request #14535: [DOC] Updated install instructions for mac URL: https://github.com/apache/incubator-mxnet/pull/14535#discussion_r277087558 ## File path: docs/install/osx_setup.md ## @@ -146,10 +157,11 @@ We have installed MXNet core

[GitHub] [incubator-mxnet] larroy commented on a change in pull request #14535: [DOC] Updated install instructions for mac

2019-04-19 Thread GitBox
larroy commented on a change in pull request #14535: [DOC] Updated install instructions for mac URL: https://github.com/apache/incubator-mxnet/pull/14535#discussion_r277087378 ## File path: docs/install/osx_setup.md ## @@ -77,6 +77,10 @@ Install the dependencies, required

[GitHub] [incubator-mxnet] sl1pkn07 edited a comment on issue #14670: Default build with CMake not using MKL

2019-04-19 Thread GitBox
sl1pkn07 edited a comment on issue #14670: Default build with CMake not using MKL URL: https://github.com/apache/incubator-mxnet/issues/14670#issuecomment-485003975 ok. my issue is fixed via https://github.com/intel/mkl-dnn/commit/e35da48e4a00fe1ae2fa079f877a78a98df6bf6a, now wait to

[GitHub] [incubator-mxnet] nswamy commented on a change in pull request #14685: [Fit API] improve event handlers

2019-04-19 Thread GitBox
nswamy commented on a change in pull request #14685: [Fit API] improve event handlers URL: https://github.com/apache/incubator-mxnet/pull/14685#discussion_r277079658 ## File path: python/mxnet/gluon/contrib/estimator/event_handler.py ## @@ -219,55 +320,61 @@ def

[GitHub] [incubator-mxnet] nswamy commented on a change in pull request #14685: [Fit API] improve event handlers

2019-04-19 Thread GitBox
nswamy commented on a change in pull request #14685: [Fit API] improve event handlers URL: https://github.com/apache/incubator-mxnet/pull/14685#discussion_r277080238 ## File path: python/mxnet/gluon/contrib/estimator/event_handler.py ## @@ -191,18 +287,23 @@ class

[GitHub] [incubator-mxnet] nswamy commented on a change in pull request #14685: [Fit API] improve event handlers

2019-04-19 Thread GitBox
nswamy commented on a change in pull request #14685: [Fit API] improve event handlers URL: https://github.com/apache/incubator-mxnet/pull/14685#discussion_r277078762 ## File path: python/mxnet/gluon/contrib/estimator/event_handler.py ## @@ -16,85 +16,169 @@ # under the

[GitHub] [incubator-mxnet] nswamy commented on a change in pull request #14685: [Fit API] improve event handlers

2019-04-19 Thread GitBox
nswamy commented on a change in pull request #14685: [Fit API] improve event handlers URL: https://github.com/apache/incubator-mxnet/pull/14685#discussion_r277077180 ## File path: python/mxnet/gluon/contrib/estimator/event_handler.py ## @@ -16,85 +16,169 @@ # under the

[GitHub] [incubator-mxnet] nswamy commented on a change in pull request #14685: [Fit API] improve event handlers

2019-04-19 Thread GitBox
nswamy commented on a change in pull request #14685: [Fit API] improve event handlers URL: https://github.com/apache/incubator-mxnet/pull/14685#discussion_r277079156 ## File path: python/mxnet/gluon/contrib/estimator/event_handler.py ## @@ -112,71 +196,83 @@ def

[GitHub] [incubator-mxnet] nswamy commented on a change in pull request #14685: [Fit API] improve event handlers

2019-04-19 Thread GitBox
nswamy commented on a change in pull request #14685: [Fit API] improve event handlers URL: https://github.com/apache/incubator-mxnet/pull/14685#discussion_r277068382 ## File path: python/mxnet/gluon/contrib/estimator/estimator.py ## @@ -148,63 +145,70 @@ def

[GitHub] [incubator-mxnet] nswamy commented on a change in pull request #14685: [Fit API] improve event handlers

2019-04-19 Thread GitBox
nswamy commented on a change in pull request #14685: [Fit API] improve event handlers URL: https://github.com/apache/incubator-mxnet/pull/14685#discussion_r277074494 ## File path: python/mxnet/gluon/contrib/estimator/event_handler.py ## @@ -16,85 +16,169 @@ # under the

[GitHub] [incubator-mxnet] nswamy commented on a change in pull request #14685: [Fit API] improve event handlers

2019-04-19 Thread GitBox
nswamy commented on a change in pull request #14685: [Fit API] improve event handlers URL: https://github.com/apache/incubator-mxnet/pull/14685#discussion_r277071476 ## File path: python/mxnet/gluon/contrib/estimator/estimator.py ## @@ -226,111 +230,72 @@ def fit(self,

[GitHub] [incubator-mxnet] nswamy commented on a change in pull request #14685: [Fit API] improve event handlers

2019-04-19 Thread GitBox
nswamy commented on a change in pull request #14685: [Fit API] improve event handlers URL: https://github.com/apache/incubator-mxnet/pull/14685#discussion_r277076667 ## File path: python/mxnet/gluon/contrib/estimator/event_handler.py ## @@ -16,85 +16,169 @@ # under the

[GitHub] [incubator-mxnet] nswamy commented on a change in pull request #14685: [Fit API] improve event handlers

2019-04-19 Thread GitBox
nswamy commented on a change in pull request #14685: [Fit API] improve event handlers URL: https://github.com/apache/incubator-mxnet/pull/14685#discussion_r277070924 ## File path: python/mxnet/gluon/contrib/estimator/estimator.py ## @@ -226,111 +230,72 @@ def fit(self,

[GitHub] [incubator-mxnet] aaronmarkham commented on issue #14534: [DOC] Update ubuntu install instructions from source

2019-04-19 Thread GitBox
aaronmarkham commented on issue #14534: [DOC] Update ubuntu install instructions from source URL: https://github.com/apache/incubator-mxnet/pull/14534#issuecomment-484998157 Restarted CI (Julia test failed for some reason... let's see if gets though this time...)

[GitHub] [incubator-mxnet] aaronmarkham commented on issue #14243: Fix commands to make doc consistent

2019-04-19 Thread GitBox
aaronmarkham commented on issue #14243: Fix commands to make doc consistent URL: https://github.com/apache/incubator-mxnet/pull/14243#issuecomment-484997997 Restarted CI job (some MKL-DNN test failed, so let's see if it goes through this time...)

[GitHub] [incubator-mxnet] aaronmarkham commented on a change in pull request #14535: [DOC] Updated install instructions for mac

2019-04-19 Thread GitBox
aaronmarkham commented on a change in pull request #14535: [DOC] Updated install instructions for mac URL: https://github.com/apache/incubator-mxnet/pull/14535#discussion_r277073852 ## File path: docs/install/osx_setup.md ## @@ -77,6 +77,10 @@ Install the dependencies,

[GitHub] [incubator-mxnet] aaronmarkham commented on a change in pull request #14535: [DOC] Updated install instructions for mac

2019-04-19 Thread GitBox
aaronmarkham commented on a change in pull request #14535: [DOC] Updated install instructions for mac URL: https://github.com/apache/incubator-mxnet/pull/14535#discussion_r277074294 ## File path: docs/install/osx_setup.md ## @@ -100,14 +104,21 @@ After you have installed

[GitHub] [incubator-mxnet] aaronmarkham commented on a change in pull request #14535: [DOC] Updated install instructions for mac

2019-04-19 Thread GitBox
aaronmarkham commented on a change in pull request #14535: [DOC] Updated install instructions for mac URL: https://github.com/apache/incubator-mxnet/pull/14535#discussion_r277073221 ## File path: docs/install/osx_setup.md ## @@ -146,10 +157,11 @@ We have installed MXNet

[GitHub] [incubator-mxnet] aaronmarkham opened a new pull request #14746: fix Raspberry Pi install instructions

2019-04-19 Thread GitBox
aaronmarkham opened a new pull request #14746: fix Raspberry Pi install instructions URL: https://github.com/apache/incubator-mxnet/pull/14746 ## Description ## There are some minor omissions in the Pi instructions. This PR fixes them and adds some clarity.

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

2019-04-19 Thread zhasheng
This is an automated email from the ASF dual-hosted git repository. zhasheng 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 5f6d4a6 Bump the publish

[GitHub] [incubator-mxnet] arcadiaphy opened a new pull request #14745: fix min max on zero-sized ndarray

2019-04-19 Thread GitBox
arcadiaphy opened a new pull request #14745: fix min max on zero-sized ndarray URL: https://github.com/apache/incubator-mxnet/pull/14745 ## Description ## Calling min or max operator on zero-sized ndarray will return invalid value: ``` a = mx.nd.zeros((5, 0)) a.min() # or

[GitHub] [incubator-mxnet] apeforest commented on a change in pull request #14570: add a compiler flag to use int64 as tensor size

2019-04-19 Thread GitBox
apeforest commented on a change in pull request #14570: add a compiler flag to use int64 as tensor size URL: https://github.com/apache/incubator-mxnet/pull/14570#discussion_r277062972 ## File path: ci/docker/runtime_functions.sh ## @@ -755,6 +755,35 @@

[GitHub] [incubator-mxnet] apeforest commented on a change in pull request #14570: add a compiler flag to use int64 as tensor size

2019-04-19 Thread GitBox
apeforest commented on a change in pull request #14570: add a compiler flag to use int64 as tensor size URL: https://github.com/apache/incubator-mxnet/pull/14570#discussion_r277062866 ## File path: ci/docker/runtime_functions.sh ## @@ -755,6 +755,35 @@

[GitHub] [incubator-mxnet] apeforest commented on a change in pull request #14570: add a compiler flag to use int64 as tensor size

2019-04-19 Thread GitBox
apeforest commented on a change in pull request #14570: add a compiler flag to use int64 as tensor size URL: https://github.com/apache/incubator-mxnet/pull/14570#discussion_r277062433 ## File path: Makefile ## @@ -188,6 +188,11 @@ ifeq ($(USE_OPERATOR_TUNING), 1)

[GitHub] [incubator-mxnet] larroy edited a comment on issue #14631: Fix build_ccache_wrappers:

2019-04-19 Thread GitBox
larroy edited a comment on issue #14631: Fix build_ccache_wrappers: URL: https://github.com/apache/incubator-mxnet/pull/14631#issuecomment-484741851 We don't want to write in /usr/local/bin because then the script requires root privileges. The links in /tmp/ccache-redirects didn't work for

[GitHub] [incubator-mxnet] haojin2 commented on issue #14673: [BUGFIX] fix ELU function will appear nan when calculating the gradient

2019-04-19 Thread GitBox
haojin2 commented on issue #14673: [BUGFIX] fix ELU function will appear nan when calculating the gradient URL: https://github.com/apache/incubator-mxnet/pull/14673#issuecomment-484981500 @fierceX Can you rebase and do a force push?

[GitHub] [incubator-mxnet] junrushao1994 commented on issue #14733: Enable zero-copy from numpy to MXNet NDArray

2019-04-19 Thread GitBox
junrushao1994 commented on issue #14733: Enable zero-copy from numpy to MXNet NDArray URL: https://github.com/apache/incubator-mxnet/pull/14733#issuecomment-484980331 @reminisce @wkcn Could you help review? Thanks! This is

[GitHub] [incubator-mxnet] anirudh2290 commented on issue #14433: Prevent crashes for opencv exception and std::exception

2019-04-19 Thread GitBox
anirudh2290 commented on issue #14433: Prevent crashes for opencv exception and std::exception URL: https://github.com/apache/incubator-mxnet/pull/14433#issuecomment-484978508 @apeforest can you take a look too. This is an

[GitHub] [incubator-mxnet] apeforest commented on a change in pull request #14535: [DOC] Updated install instructions for mac

2019-04-19 Thread GitBox
apeforest commented on a change in pull request #14535: [DOC] Updated install instructions for mac URL: https://github.com/apache/incubator-mxnet/pull/14535#discussion_r277049499 ## File path: docs/install/osx_setup.md ## @@ -100,14 +104,21 @@ After you have installed the

[GitHub] [incubator-mxnet] apeforest commented on a change in pull request #14535: [DOC] Updated install instructions for mac

2019-04-19 Thread GitBox
apeforest commented on a change in pull request #14535: [DOC] Updated install instructions for mac URL: https://github.com/apache/incubator-mxnet/pull/14535#discussion_r277049357 ## File path: docs/install/osx_setup.md ## @@ -100,14 +104,21 @@ After you have installed the

[GitHub] [incubator-mxnet] apeforest commented on a change in pull request #14535: [DOC] Updated install instructions for mac

2019-04-19 Thread GitBox
apeforest commented on a change in pull request #14535: [DOC] Updated install instructions for mac URL: https://github.com/apache/incubator-mxnet/pull/14535#discussion_r277046526 ## File path: docs/install/osx_setup.md ## @@ -146,10 +157,11 @@ We have installed MXNet core

[GitHub] [incubator-mxnet] apeforest commented on a change in pull request #14535: [DOC] Updated install instructions for mac

2019-04-19 Thread GitBox
apeforest commented on a change in pull request #14535: [DOC] Updated install instructions for mac URL: https://github.com/apache/incubator-mxnet/pull/14535#discussion_r277045717 ## File path: docs/install/osx_setup.md ## @@ -100,14 +104,21 @@ After you have installed the

[GitHub] [incubator-mxnet] apeforest commented on a change in pull request #14570: add a compiler flag to use int64 as tensor size

2019-04-19 Thread GitBox
apeforest commented on a change in pull request #14570: add a compiler flag to use int64 as tensor size URL: https://github.com/apache/incubator-mxnet/pull/14570#discussion_r277039623 ## File path: CMakeLists.txt ## @@ -295,6 +296,13 @@ else()

[incubator-mxnet] branch master updated: License Googletest and Appendix (#14687)

2019-04-19 Thread lanking
This is an automated email from the ASF dual-hosted git repository. lanking pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git The following commit(s) were added to refs/heads/master by this push: new dc48cd2 License Googletest and

[GitHub] [incubator-mxnet] lanking520 merged pull request #14687: License Googletest and Appendix

2019-04-19 Thread GitBox
lanking520 merged pull request #14687: License Googletest and Appendix URL: https://github.com/apache/incubator-mxnet/pull/14687 This is an automated message from the Apache Git Service. To respond to the message, please log

[incubator-mxnet] branch master updated: [MXNET-1287] Feat dep (#14668)

2019-04-19 Thread lanking
This is an automated email from the ASF dual-hosted git repository. lanking pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git The following commit(s) were added to refs/heads/master by this push: new 5b6e25b [MXNET-1287] Feat dep

[GitHub] [incubator-mxnet] lanking520 merged pull request #14668: [MXNET-1287] Feat dep

2019-04-19 Thread GitBox
lanking520 merged pull request #14668: [MXNET-1287] Feat dep URL: https://github.com/apache/incubator-mxnet/pull/14668 This is an automated message from the Apache Git Service. To respond to the message, please log on to

[incubator-mxnet] branch master updated: [MXNET-1377] Add static-dependencies licenses (#14726)

2019-04-19 Thread lanking
This is an automated email from the ASF dual-hosted git repository. lanking pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git The following commit(s) were added to refs/heads/master by this push: new 818be02 [MXNET-1377] Add

[GitHub] [incubator-mxnet] lanking520 merged pull request #14726: [MXNET-1377] Add static-dependencies licenses

2019-04-19 Thread GitBox
lanking520 merged pull request #14726: [MXNET-1377] Add static-dependencies licenses URL: https://github.com/apache/incubator-mxnet/pull/14726 This is an automated message from the Apache Git Service. To respond to the

[GitHub] [incubator-mxnet] KellenSunderland commented on issue #12328: [MXNET-857] Add initial NVTX profiler implementation

2019-04-19 Thread GitBox
KellenSunderland commented on issue #12328: [MXNET-857] Add initial NVTX profiler implementation URL: https://github.com/apache/incubator-mxnet/pull/12328#issuecomment-484939112 @sandeep-krishnamurthy ready for review if you've got a second.

[GitHub] [incubator-mxnet] KellenSunderland edited a comment on issue #12328: [MXNET-857] Add initial NVTX profiler implementation

2019-04-19 Thread GitBox
KellenSunderland edited a comment on issue #12328: [MXNET-857] Add initial NVTX profiler implementation URL: https://github.com/apache/incubator-mxnet/pull/12328#issuecomment-484688554 Still making progress on this. I believe the last TODO is either use static linking or to make sure the

[GitHub] [incubator-mxnet] Chouffe commented on a change in pull request #14744: [clojure][generator] add proper newlines in generated files

2019-04-19 Thread GitBox
Chouffe commented on a change in pull request #14744: [clojure][generator] add proper newlines in generated files URL: https://github.com/apache/incubator-mxnet/pull/14744#discussion_r277002252 ## File path: contrib/clojure-package/src/dev/generator.clj ## @@ -176,6

[GitHub] [incubator-mxnet] Chouffe edited a comment on issue #14744: [clojure][generator] add proper newlines in generated files

2019-04-19 Thread GitBox
Chouffe edited a comment on issue #14744: [clojure][generator] add proper newlines in generated files URL: https://github.com/apache/incubator-mxnet/pull/14744#issuecomment-484904503 PTAL @kedarbellare. I am not sure this will work for `:math` formula especially with the `\nabla`... But

  1   2   >