[GitHub] ptrendx commented on a change in pull request #14153: Fix shape inference pass

2019-02-14 Thread GitBox
ptrendx commented on a change in pull request #14153: Fix shape inference pass URL: https://github.com/apache/incubator-mxnet/pull/14153#discussion_r257101056 ## File path: src/executor/infer_graph_attr_pass.cc ## @@ -282,26 +285,28 @@ nnvm::Graph InferAttr(nnvm::Graph &,

[GitHub] TaoLv commented on a change in pull request #13749: Add NHWC layout support to Pooling (cpu, gpu cuda, gpu cuDNN)

2019-02-14 Thread GitBox
TaoLv commented on a change in pull request #13749: Add NHWC layout support to Pooling (cpu, gpu cuda, gpu cuDNN) URL: https://github.com/apache/incubator-mxnet/pull/13749#discussion_r257109238 ## File path: src/operator/nn/mkldnn/mkldnn_pooling-inl.h ## @@ -104,7 +104,8

[GitHub] eric-haibin-lin commented on a change in pull request #14153: Fix shape inference pass

2019-02-14 Thread GitBox
eric-haibin-lin commented on a change in pull request #14153: Fix shape inference pass URL: https://github.com/apache/incubator-mxnet/pull/14153#discussion_r257115789 ## File path: src/executor/infer_graph_attr_pass.cc ## @@ -282,26 +285,28 @@ nnvm::Graph

[GitHub] lanking520 commented on issue #14141: [v1.4.x] Update MKL-DNN to fix the OSX build issue

2019-02-14 Thread GitBox
lanking520 commented on issue #14141: [v1.4.x] Update MKL-DNN to fix the OSX build issue URL: https://github.com/apache/incubator-mxnet/pull/14141#issuecomment-463936741 @TaoLv Contribute back to master? This is an automated

[GitHub] eric-haibin-lin commented on issue #14159: how to infer using fp16 for c++ api

2019-02-14 Thread GitBox
eric-haibin-lin commented on issue #14159: how to infer using fp16 for c++ api URL: https://github.com/apache/incubator-mxnet/issues/14159#issuecomment-463923202 @leleamol This is an automated message from the Apache Git

[GitHub] eric-haibin-lin commented on a change in pull request #14173: [WIP] MXNet AMP (automatic mixed precision)

2019-02-14 Thread GitBox
eric-haibin-lin commented on a change in pull request #14173: [WIP] MXNet AMP (automatic mixed precision) URL: https://github.com/apache/incubator-mxnet/pull/14173#discussion_r257116232 ## File path: .gitmodules ## @@ -25,7 +25,7 @@ url =

[GitHub] yzhliu edited a comment on issue #13574: Replaced rand_r with std:: random generation

2019-02-14 Thread GitBox
yzhliu edited a comment on issue #13574: Replaced rand_r with std:: random generation URL: https://github.com/apache/incubator-mxnet/pull/13574#issuecomment-463932903 Usually using `thread_local` rand generator is not a good idea, not only in the sense of system design, but it could be

[GitHub] arcadiaphy commented on issue #13265: MXNet C++Interface reasoning leads to CPU memory leak

2019-02-14 Thread GitBox
arcadiaphy commented on issue #13265: MXNet C++Interface reasoning leads to CPU memory leak URL: https://github.com/apache/incubator-mxnet/issues/13265#issuecomment-463925092 @stephenrawls The object pool is used to quickly allocate variables when threaded engine schedules computing

[GitHub] yzhliu edited a comment on issue #13574: Replaced rand_r with std:: random generation

2019-02-14 Thread GitBox
yzhliu edited a comment on issue #13574: Replaced rand_r with std:: random generation URL: https://github.com/apache/incubator-mxnet/pull/13574#issuecomment-463932903 Usually using `thread_local` rand generator is not a good idea, not only in the sense of system design, but it could be

[GitHub] szha commented on a change in pull request #13749: Add NHWC layout support to Pooling (cpu, gpu cuda, gpu cuDNN)

2019-02-14 Thread GitBox
szha commented on a change in pull request #13749: Add NHWC layout support to Pooling (cpu, gpu cuda, gpu cuDNN) URL: https://github.com/apache/incubator-mxnet/pull/13749#discussion_r257104385 ## File path: src/operator/nn/cudnn/cudnn_pooling-inl.h ## @@ -167,102 +169,215

[GitHub] stephenrawls commented on issue #13265: MXNet C++Interface reasoning leads to CPU memory leak

2019-02-14 Thread GitBox
stephenrawls commented on issue #13265: MXNet C++Interface reasoning leads to CPU memory leak URL: https://github.com/apache/incubator-mxnet/issues/13265#issuecomment-463902821 @arcadiaphy I'm relatively new to the code base so take this with a grain of salt, but my guess is the

[GitHub] szha commented on a change in pull request #13749: Add NHWC layout support to Pooling (cpu, gpu cuda, gpu cuDNN)

2019-02-14 Thread GitBox
szha commented on a change in pull request #13749: Add NHWC layout support to Pooling (cpu, gpu cuda, gpu cuDNN) URL: https://github.com/apache/incubator-mxnet/pull/13749#discussion_r257104440 ## File path: src/operator/nn/cudnn/cudnn_pooling-inl.h ## @@ -81,7 +81,8 @@

[GitHub] szha commented on a change in pull request #13749: Add NHWC layout support to Pooling (cpu, gpu cuda, gpu cuDNN)

2019-02-14 Thread GitBox
szha commented on a change in pull request #13749: Add NHWC layout support to Pooling (cpu, gpu cuda, gpu cuDNN) URL: https://github.com/apache/incubator-mxnet/pull/13749#discussion_r257104571 ## File path: src/operator/nn/mkldnn/mkldnn_pooling-inl.h ## @@ -104,7 +104,8

[GitHub] arcadiaphy edited a comment on issue #13265: MXNet C++Interface reasoning leads to CPU memory leak

2019-02-14 Thread GitBox
arcadiaphy edited a comment on issue #13265: MXNet C++Interface reasoning leads to CPU memory leak URL: https://github.com/apache/incubator-mxnet/issues/13265#issuecomment-463925092 @stephenrawls The object pool is used to quickly allocate variables when threaded engine schedules

[GitHub] lanking520 commented on issue #14168: Fixes spelling

2019-02-14 Thread GitBox
lanking520 commented on issue #14168: Fixes spelling URL: https://github.com/apache/incubator-mxnet/pull/14168#issuecomment-463932480 Looks like a random crash, restart the test to see if it is reproducible This is an

[GitHub] yzhliu edited a comment on issue #13574: Replaced rand_r with std:: random generation

2019-02-14 Thread GitBox
yzhliu edited a comment on issue #13574: Replaced rand_r with std:: random generation URL: https://github.com/apache/incubator-mxnet/pull/13574#issuecomment-463932903 Usually using `thread_local` rand generator is not a good idea, not only in the sense of system design, but it could be

[GitHub] arcadiaphy commented on issue #13265: MXNet C++Interface reasoning leads to CPU memory leak

2019-02-14 Thread GitBox
arcadiaphy commented on issue #13265: MXNet C++Interface reasoning leads to CPU memory leak URL: https://github.com/apache/incubator-mxnet/issues/13265#issuecomment-463937133 Thanks for mentioning related issues, they are all singleton destructing problems. Crash happens when accessing

[GitHub] arcadiaphy edited a comment on issue #13265: MXNet C++Interface reasoning leads to CPU memory leak

2019-02-14 Thread GitBox
arcadiaphy edited a comment on issue #13265: MXNet C++Interface reasoning leads to CPU memory leak URL: https://github.com/apache/incubator-mxnet/issues/13265#issuecomment-463937133 @stephenrawls Thanks for mentioning related issues, they are all singleton destructing problems. Crash

[GitHub] yzhliu commented on issue #13574: Replaced rand_r with std:: random generation

2019-02-14 Thread GitBox
yzhliu commented on issue #13574: Replaced rand_r with std:: random generation URL: https://github.com/apache/incubator-mxnet/pull/13574#issuecomment-463926812 @lebeg Can we port it to https://github.com/apache/incubator-mxnet/blob/master/include/mxnet/random_generator.h ? It is designed

[GitHub] stephenrawls commented on issue #13265: MXNet C++Interface reasoning leads to CPU memory leak

2019-02-14 Thread GitBox
stephenrawls commented on issue #13265: MXNet C++Interface reasoning leads to CPU memory leak URL: https://github.com/apache/incubator-mxnet/issues/13265#issuecomment-463931063 I see, thanks for background. I didn't look closely so just assumed it was about GPU memory. Re: "I

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

2019-02-14 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 6cc0265 Bump the publish

[GitHub] IvyGongoogle commented on issue #14159: how to infer using fp16 for c++ api

2019-02-14 Thread GitBox
IvyGongoogle commented on issue #14159: how to infer using fp16 for c++ api URL: https://github.com/apache/incubator-mxnet/issues/14159#issuecomment-463942859 I use

[GitHub] yzhliu commented on issue #13574: Replaced rand_r with std:: random generation

2019-02-14 Thread GitBox
yzhliu commented on issue #13574: Replaced rand_r with std:: random generation URL: https://github.com/apache/incubator-mxnet/pull/13574#issuecomment-463932903 Usually using `thread_local` rand generator is not a good idea, not only in the sense of system design, but it could be invalid.

[GitHub] yzhliu edited a comment on issue #13574: Replaced rand_r with std:: random generation

2019-02-14 Thread GitBox
yzhliu edited a comment on issue #13574: Replaced rand_r with std:: random generation URL: https://github.com/apache/incubator-mxnet/pull/13574#issuecomment-463932903 Usually using `thread_local` rand generator is not a good idea, not only in the sense of system design, but it could be

[GitHub] yzhliu commented on a change in pull request #13574: Replaced rand_r with std:: random generation

2019-02-14 Thread GitBox
yzhliu commented on a change in pull request #13574: Replaced rand_r with std:: random generation URL: https://github.com/apache/incubator-mxnet/pull/13574#discussion_r257130502 ## File path: src/operator/rnn_impl.h ## @@ -176,13 +176,17 @@ void LstmForwardTraining(DType*

[GitHub] perdasilva commented on issue #14127: Fixes libjpeg-turbo dependecy under Ubuntu 16.04

2019-02-14 Thread GitBox
perdasilva commented on issue #14127: Fixes libjpeg-turbo dependecy under Ubuntu 16.04 URL: https://github.com/apache/incubator-mxnet/pull/14127#issuecomment-463531602 I'm happy to have it only for certain ones. Do you guys have any suggestions based on your experience? I would just

[GitHub] perdasilva edited a comment on issue #14127: Fixes libjpeg-turbo dependecy under Ubuntu 16.04

2019-02-14 Thread GitBox
perdasilva edited a comment on issue #14127: Fixes libjpeg-turbo dependecy under Ubuntu 16.04 URL: https://github.com/apache/incubator-mxnet/pull/14127#issuecomment-463531602 I'm happy to have it only for certain ones. Do you guys have any suggestions based on your experience? Still, I

[GitHub] Chancebair opened a new issue #14158: [Flaky Test] Master Python2: MKLDNN-GPU test_operator_gpu.test_multinomial_generator

2019-02-14 Thread GitBox
Chancebair opened a new issue #14158: [Flaky Test] Master Python2: MKLDNN-GPU test_operator_gpu.test_multinomial_generator URL: https://github.com/apache/incubator-mxnet/issues/14158

[GitHub] mxnet-label-bot commented on issue #14158: [Flaky Test] Master Python2: MKLDNN-GPU test_operator_gpu.test_multinomial_generator

2019-02-14 Thread GitBox
mxnet-label-bot commented on issue #14158: [Flaky Test] Master Python2: MKLDNN-GPU test_operator_gpu.test_multinomial_generator URL: https://github.com/apache/incubator-mxnet/issues/14158#issuecomment-463581074 Hey, this is the MXNet Label Bot. Thank you for submitting the issue! I

[GitHub] perdasilva commented on issue #14160: Updates Travis CI configuration the same v1.3.x

2019-02-14 Thread GitBox
perdasilva commented on issue #14160: Updates Travis CI configuration the same v1.3.x URL: https://github.com/apache/incubator-mxnet/pull/14160#issuecomment-463599185 @mxnet-label-bot add [pr-awaiting-review, ci] This is an

[GitHub] Chancebair opened a new pull request #14161: Disable flaky test test_operator_gpu.test_multinomial_generator

2019-02-14 Thread GitBox
Chancebair opened a new pull request #14161: Disable flaky test test_operator_gpu.test_multinomial_generator URL: https://github.com/apache/incubator-mxnet/pull/14161 Disable flaky test, issue here https://github.com/apache/incubator-mxnet/issues/14158

[GitHub] Chancebair commented on issue #14158: [Flaky Test] Master Python2: MKLDNN-GPU test_operator_gpu.test_multinomial_generator

2019-02-14 Thread GitBox
Chancebair commented on issue #14158: [Flaky Test] Master Python2: MKLDNN-GPU test_operator_gpu.test_multinomial_generator URL: https://github.com/apache/incubator-mxnet/issues/14158#issuecomment-463586494 @mxnet-label-bot add [Test, Flaky]

[GitHub] perdasilva commented on issue #14144: Fixes installation nightly test

2019-02-14 Thread GitBox
perdasilva commented on issue #14144: Fixes installation nightly test URL: https://github.com/apache/incubator-mxnet/pull/14144#issuecomment-463530372 @ChaiBapchya I've addressed your comments - please let me know if the issue is clearer now and the commend over the function more helpful

[GitHub] jlcontreras closed pull request #13224: [WIP] Quantize/digitize operator

2019-02-14 Thread GitBox
jlcontreras closed pull request #13224: [WIP] Quantize/digitize operator URL: https://github.com/apache/incubator-mxnet/pull/13224 This is an automated message from the Apache Git Service. To respond to the message, please

[GitHub] lebeg opened a new pull request #14162: [WIP] Quantize/digitize operator

2019-02-14 Thread GitBox
lebeg opened a new pull request #14162: [WIP] Quantize/digitize operator URL: https://github.com/apache/incubator-mxnet/pull/14162 ## Description ## Similar to: NumPy: https://docs.scipy.org/doc/numpy-1.15.1/reference/generated/numpy.digitize.html TF:

[GitHub] IvyGongoogle opened a new issue #14159: how to infer using fp16 for c++ api

2019-02-14 Thread GitBox
IvyGongoogle opened a new issue #14159: how to infer using fp16 for c++ api URL: https://github.com/apache/incubator-mxnet/issues/14159 hello, there is some materials about how to train a mxnet model with fp16, but I can not find how to infer a batch data using fp16 by c++ api, can you

[GitHub] perdasilva commented on issue #14147: [WIP] Updates base images for arm builds on v1.3.x branch

2019-02-14 Thread GitBox
perdasilva commented on issue #14147: [WIP] Updates base images for arm builds on v1.3.x branch URL: https://github.com/apache/incubator-mxnet/pull/14147#issuecomment-463553563 Closing this one as it is duplicate of #13562

[GitHub] perdasilva opened a new pull request #14160: [WIP] Updates Travis CI configuration the same as in v1.4.x

2019-02-14 Thread GitBox
perdasilva opened a new pull request #14160: [WIP] Updates Travis CI configuration the same as in v1.4.x URL: https://github.com/apache/incubator-mxnet/pull/14160 ## Description ## Currently the Travis CI configuration for branch v1.3.x times out. This PR brings the simplified

[GitHub] perdasilva closed pull request #14147: [WIP] Updates base images for arm builds on v1.3.x branch

2019-02-14 Thread GitBox
perdasilva closed pull request #14147: [WIP] Updates base images for arm builds on v1.3.x branch URL: https://github.com/apache/incubator-mxnet/pull/14147 This is an automated message from the Apache Git Service. To respond

[GitHub] perdasilva commented on issue #14163: v1.3.x - backport leiningen dependency problem

2019-02-14 Thread GitBox
perdasilva commented on issue #14163: v1.3.x - backport leiningen dependency problem URL: https://github.com/apache/incubator-mxnet/pull/14163#issuecomment-463607578 @gigasquid @marcoabreu This is an automated message from

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

2019-02-14 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 1862e4f Bump the publish

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

2019-02-14 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 ee84b2e Bump the publish

[GitHub] marcoabreu merged pull request #13562: Updated dockerfiles to get the dockcross images from mxnetcipinned

2019-02-14 Thread GitBox
marcoabreu merged pull request #13562: Updated dockerfiles to get the dockcross images from mxnetcipinned URL: https://github.com/apache/incubator-mxnet/pull/13562 This is an automated message from the Apache Git Service.

[incubator-mxnet] branch v1.3.x updated: Updated dockerfiles to get the dockcross images from mxnetcipinned (#13562)

2019-02-14 Thread marcoabreu
This is an automated email from the ASF dual-hosted git repository. marcoabreu pushed a commit to branch v1.3.x in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git The following commit(s) were added to refs/heads/v1.3.x by this push: new 3623af4 Updated dockerfiles to

[GitHub] marcoabreu commented on issue #13562: Updated dockerfiles to get the dockcross images from mxnetcipinned

2019-02-14 Thread GitBox
marcoabreu commented on issue #13562: Updated dockerfiles to get the dockcross images from mxnetcipinned URL: https://github.com/apache/incubator-mxnet/pull/13562#issuecomment-463612898 Merging since the deploy failure is unrelated and will be addressed in #14163 - we have a clash here

[GitHub] marcoabreu merged pull request #14160: v1.3.x- backport of v1.4.x Travis CI configuration

2019-02-14 Thread GitBox
marcoabreu merged pull request #14160: v1.3.x- backport of v1.4.x Travis CI configuration URL: https://github.com/apache/incubator-mxnet/pull/14160 This is an automated message from the Apache Git Service. To respond to

[incubator-mxnet] branch v1.3.x updated: Updates Travis CI configuration the same as in v1.4.x (#14160)

2019-02-14 Thread marcoabreu
This is an automated email from the ASF dual-hosted git repository. marcoabreu pushed a commit to branch v1.3.x in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git The following commit(s) were added to refs/heads/v1.3.x by this push: new 33c9110 Updates Travis CI

[GitHub] marcoabreu commented on issue #14160: v1.3.x- backport of v1.4.x Travis CI configuration

2019-02-14 Thread GitBox
marcoabreu commented on issue #14160: v1.3.x- backport of v1.4.x Travis CI configuration URL: https://github.com/apache/incubator-mxnet/pull/14160#issuecomment-463613694 Jenkins is broken and disregarded for this PR since the scope is fixing Travis. Travis is properly working, thus

[GitHub] jasperDD opened a new issue #14164: How can i create .rec file for R

2019-02-14 Thread GitBox
jasperDD opened a new issue #14164: How can i create .rec file for R URL: https://github.com/apache/incubator-mxnet/issues/14164 suppose, as example just take captcha picture from this classic task https://github.com/apache/incubator-mxnet/tree/master/example/captcha so, i create

[GitHub] trtcrd commented on issue #6783: mx.set.seed() does not work using GPU

2019-02-14 Thread GitBox
trtcrd commented on issue #6783: mx.set.seed() does not work using GPU URL: https://github.com/apache/incubator-mxnet/issues/6783#issuecomment-463635730 Thank you all ! This is an automated message from the Apache Git

[GitHub] trtcrd closed issue #6783: mx.set.seed() does not work using GPU

2019-02-14 Thread GitBox
trtcrd closed issue #6783: mx.set.seed() does not work using GPU URL: https://github.com/apache/incubator-mxnet/issues/6783 This is an automated message from the Apache Git Service. To respond to the message, please log on

[GitHub] perdasilva commented on issue #14165: v1.3.x - strange perl unit test failure

2019-02-14 Thread GitBox
perdasilva commented on issue #14165: v1.3.x - strange perl unit test failure URL: https://github.com/apache/incubator-mxnet/issues/14165#issuecomment-463657314 @mxnet-label-bot add [Test] This is an automated message from

[GitHub] sergeykolychev commented on issue #14165: v1.3.x - strange perl unit test failure

2019-02-14 Thread GitBox
sergeykolychev commented on issue #14165: v1.3.x - strange perl unit test failure URL: https://github.com/apache/incubator-mxnet/issues/14165#issuecomment-463674145 @perdasilva I'll take a look, thanks! This is an automated

[GitHub] perdasilva opened a new issue #14165: v1.3.x - strange perl unit test failure

2019-02-14 Thread GitBox
perdasilva opened a new issue #14165: v1.3.x - strange perl unit test failure URL: https://github.com/apache/incubator-mxnet/issues/14165 ## Description An unrelated change detected a failure on a perl unit test. The regularly triggered v1.3.x build does not show this error.

[GitHub] perdasilva commented on issue #14165: v1.3.x - strange perl unit test failure

2019-02-14 Thread GitBox
perdasilva commented on issue #14165: v1.3.x - strange perl unit test failure URL: https://github.com/apache/incubator-mxnet/issues/14165#issuecomment-463657026 @sergeykolychev could you maybe weigh in? This is an automated

[GitHub] mxnet-label-bot commented on issue #14165: v1.3.x - strange perl unit test failure

2019-02-14 Thread GitBox
mxnet-label-bot commented on issue #14165: v1.3.x - strange perl unit test failure URL: https://github.com/apache/incubator-mxnet/issues/14165#issuecomment-463656919 Hey, this is the MXNet Label Bot. Thank you for submitting the issue! I will try and suggest some labels so that the

[GitHub] sergeykolychev commented on issue #14165: v1.3.x - strange perl unit test failure

2019-02-14 Thread GitBox
sergeykolychev commented on issue #14165: v1.3.x - strange perl unit test failure URL: https://github.com/apache/incubator-mxnet/issues/14165#issuecomment-463679314 @perdasilva This is pretty strange for me too, seems like the script only run 25 tests for some reason but did not fail in

[GitHub] larroy opened a new pull request #14166: Add license check to dev_menu, docs build with docker

2019-02-14 Thread GitBox
larroy opened a new pull request #14166: Add license check to dev_menu, docs build with docker URL: https://github.com/apache/incubator-mxnet/pull/14166 ## Description ## Improve dev_menu.py adding license checks and docs built with docker. dev_menu.py is used as a menu tool

[GitHub] perdasilva opened a new pull request #14163: v1.3.x - backport leiningen dependency problem

2019-02-14 Thread GitBox
perdasilva opened a new pull request #14163: v1.3.x - backport leiningen dependency problem URL: https://github.com/apache/incubator-mxnet/pull/14163 ## Description ## Cherry picks fix from #14132 into v1.3.x branch ## Checklist ## ### Essentials ### Please feel free to

[incubator-mxnet] branch v1.4.x updated: Fix gtest build (#13926)

2019-02-14 Thread lanking
This is an automated email from the ASF dual-hosted git repository. lanking pushed a commit to branch v1.4.x in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git The following commit(s) were added to refs/heads/v1.4.x by this push: new a03d59e Fix gtest build (#13926)

[GitHub] ankkhedia commented on issue #14154: Improving the run time of the tests which use assert_almost_equal OR check_numeric_gradient functions

2019-02-14 Thread GitBox
ankkhedia commented on issue #14154: Improving the run time of the tests which use assert_almost_equal OR check_numeric_gradient functions URL: https://github.com/apache/incubator-mxnet/pull/14154#issuecomment-463751123 @drivanov Thanks for your contribution. Could you please look into CI

[GitHub] ankkhedia commented on issue #14161: Disable flaky test test_operator_gpu.test_multinomial_generator

2019-02-14 Thread GitBox
ankkhedia commented on issue #14161: Disable flaky test test_operator_gpu.test_multinomial_generator URL: https://github.com/apache/incubator-mxnet/pull/14161#issuecomment-463751412 @Chancebair Thanks for your contribution! @mxnet-label-bot add [pr-awaiting-review, test, flaky]

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

2019-02-14 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 c79734a Bump the publish

[GitHub] perdasilva commented on issue #14168: Fixes spelling

2019-02-14 Thread GitBox
perdasilva commented on issue #14168: Fixes spelling URL: https://github.com/apache/incubator-mxnet/pull/14168#issuecomment-463756555 @ChaiBapchya here's the fix. Sorry about that. This is an automated message from the Apache

[GitHub] zachgk opened a new pull request #14169: [MXNET-1305] Scala interpreter instructions

2019-02-14 Thread GitBox
zachgk opened a new pull request #14169: [MXNET-1305] Scala interpreter instructions URL: https://github.com/apache/incubator-mxnet/pull/14169 ## Description ## Add instructions to the scala_setup page for using the interpreter and link to in the only example featuring the interpreter.

[GitHub] sandeep-krishnamurthy merged pull request #14139: Performance improvement in Normalize GPU Kernel

2019-02-14 Thread GitBox
sandeep-krishnamurthy merged pull request #14139: Performance improvement in Normalize GPU Kernel URL: https://github.com/apache/incubator-mxnet/pull/14139 This is an automated message from the Apache Git Service. To

[GitHub] lanking520 commented on issue #14159: how to infer using fp16 for c++ api

2019-02-14 Thread GitBox
lanking520 commented on issue #14159: how to infer using fp16 for c++ api URL: https://github.com/apache/incubator-mxnet/issues/14159#issuecomment-463776594 Hi, are you planning to train on C++? Currently, we do have Python supporting float16 if you initialize the dtype to that.

[GitHub] leleamol commented on issue #13996: Make error

2019-02-14 Thread GitBox
leleamol commented on issue #13996: Make error URL: https://github.com/apache/incubator-mxnet/issues/13996#issuecomment-463741773 @yuyijie1995 , I am not seeing "/home/users/yijie.yu/yuyijie/mxnet/include" directory in the above command line. Can you please ensure the path

[GitHub] lanking520 merged pull request #13926: [v1.4.x] Fix gtest build

2019-02-14 Thread GitBox
lanking520 merged pull request #13926: [v1.4.x] Fix gtest build URL: https://github.com/apache/incubator-mxnet/pull/13926 This is an automated message from the Apache Git Service. To respond to the message, please log on

[GitHub] ankkhedia commented on issue #14150: Fix entropy for uint8

2019-02-14 Thread GitBox
ankkhedia commented on issue #14150: Fix entropy for uint8 URL: https://github.com/apache/incubator-mxnet/pull/14150#issuecomment-463749414 @ZhennanQin Thanks for your contribution! @mxnet-label-bot add [pr-awaiting-review, Quantization ]

[GitHub] ankkhedia commented on issue #14162: [WIP] Quantize/digitize operator

2019-02-14 Thread GitBox
ankkhedia commented on issue #14162: [WIP] Quantize/digitize operator URL: https://github.com/apache/incubator-mxnet/pull/14162#issuecomment-463751811 @lebeg Thanks for your contribution! @mxnet-label-bot add [pr-work-in-progress, quantization]

[GitHub] Ishitori commented on issue #14164: How can i create .rec file for R

2019-02-14 Thread GitBox
Ishitori commented on issue #14164: How can i create .rec file for R URL: https://github.com/apache/incubator-mxnet/issues/14164#issuecomment-463759429 `.Rec` file is a binary file and should be independent from the platform - once you have it, you should be able to use either R or

[GitHub] szha merged pull request #14156: V1.4.x RAT check fix

2019-02-14 Thread GitBox
szha merged pull request #14156: V1.4.x RAT check fix URL: https://github.com/apache/incubator-mxnet/pull/14156 This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and

[GitHub] ankkhedia commented on issue #14153: Fix shape inference pass

2019-02-14 Thread GitBox
ankkhedia commented on issue #14153: Fix shape inference pass URL: https://github.com/apache/incubator-mxnet/pull/14153#issuecomment-463750721 @ptrendx Thanks for your contribution! Could you please look into CI failures? @mxnet-label-bot add [pr-awaiting-review , python]

[GitHub] piyushghai opened a new pull request #14167: [v1.4.x] fix Makefile for rpkg (#13590)

2019-02-14 Thread GitBox
piyushghai opened a new pull request #14167: [v1.4.x] fix Makefile for rpkg (#13590) URL: https://github.com/apache/incubator-mxnet/pull/14167 Attempt to fix failing CI for R-Pkg on 1.4.x branch. Cherry-picks : https://github.com/apache/incubator-mxnet/pull/13590 Sample

[incubator-mxnet] branch master updated: Relaxing type requirements for slice_like op (#14097)

2019-02-14 Thread zhreshold
This is an automated email from the ASF dual-hosted git repository. zhreshold 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 73a9f1c Relaxing type requirements

[GitHub] Ishitori commented on issue #14074: How get mean.bin (from captcha recognition)?

2019-02-14 Thread GitBox
Ishitori commented on issue #14074: How get mean.bin (from captcha recognition)? URL: https://github.com/apache/incubator-mxnet/issues/14074#issuecomment-463756336 It seems the file is lost, but you can recreate it. Basically, mean.bin is a mean image: every pixel of this image is a mean

[GitHub] ChaiBapchya commented on a change in pull request #14144: Fixes installation nightly test

2019-02-14 Thread GitBox
ChaiBapchya commented on a change in pull request #14144: Fixes installation nightly test URL: https://github.com/apache/incubator-mxnet/pull/14144#discussion_r256934571 ## File path: tests/jenkins/run_test_installation_docs.sh ## @@ -250,6 +250,20 @@ function

[GitHub] ChaiBapchya commented on a change in pull request #14144: Fixes installation nightly test

2019-02-14 Thread GitBox
ChaiBapchya commented on a change in pull request #14144: Fixes installation nightly test URL: https://github.com/apache/incubator-mxnet/pull/14144#discussion_r256934943 ## File path: tests/jenkins/run_test_installation_docs.sh ## @@ -250,6 +250,29 @@ function

[GitHub] leleamol commented on issue #14149: [MXNET-1323] CPP GPU test running too long

2019-02-14 Thread GitBox
leleamol commented on issue #14149: [MXNET-1323] CPP GPU test running too long URL: https://github.com/apache/incubator-mxnet/pull/14149#issuecomment-463722999 @lanking520 The runtime for ci_test has reduced to ~25 mins. It still runs all the tests correctly.

[incubator-mxnet] branch master updated: Updated the MLP test to accept the number of epochs. Reduced the epochs in ci_test.sh to shorten the CI build time (#14149)

2019-02-14 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 518cd40 Updated the MLP test to

[GitHub] lanking520 closed issue #13924: CPP GPU test running too long

2019-02-14 Thread GitBox
lanking520 closed issue #13924: CPP GPU test running too long URL: https://github.com/apache/incubator-mxnet/issues/13924 This is an automated message from the Apache Git Service. To respond to the message, please log on

[GitHub] lanking520 merged pull request #14149: [MXNET-1323] CPP GPU test running too long

2019-02-14 Thread GitBox
lanking520 merged pull request #14149: [MXNET-1323] CPP GPU test running too long URL: https://github.com/apache/incubator-mxnet/pull/14149 This is an automated message from the Apache Git Service. To respond to the

[incubator-mxnet] branch master updated: Add license check to dev_menu, docs build with docker (#14166)

2019-02-14 Thread marcoabreu
This is an automated email from the ASF dual-hosted git repository. marcoabreu 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 a13f8d9 Add license check to

[GitHub] marcoabreu merged pull request #14166: Add license check to dev_menu, docs build with docker

2019-02-14 Thread GitBox
marcoabreu merged pull request #14166: Add license check to dev_menu, docs build with docker URL: https://github.com/apache/incubator-mxnet/pull/14166 This is an automated message from the Apache Git Service. To respond to

[GitHub] lobanov-m commented on issue #13226: [MXNet-1211] Factor and "Like" modes in BilinearResize2D operator

2019-02-14 Thread GitBox
lobanov-m commented on issue #13226: [MXNet-1211] Factor and "Like" modes in BilinearResize2D operator URL: https://github.com/apache/incubator-mxnet/pull/13226#issuecomment-463701549 Rebase done. This is an automated

[GitHub] ChaiBapchya commented on a change in pull request #14144: Fixes installation nightly test

2019-02-14 Thread GitBox
ChaiBapchya commented on a change in pull request #14144: Fixes installation nightly test URL: https://github.com/apache/incubator-mxnet/pull/14144#discussion_r256935276 ## File path: tests/jenkins/run_test_installation_docs.sh ## @@ -250,6 +250,29 @@ function

[GitHub] marcoabreu commented on issue #14144: Fixes installation nightly test

2019-02-14 Thread GitBox
marcoabreu commented on issue #14144: Fixes installation nightly test URL: https://github.com/apache/incubator-mxnet/pull/14144#issuecomment-463719614 Please address the comments in a separate PR. Merging to unblock pipeline.

[GitHub] marcoabreu merged pull request #14163: v1.3.x - backport leiningen dependency problem

2019-02-14 Thread GitBox
marcoabreu merged pull request #14163: v1.3.x - backport leiningen dependency problem URL: https://github.com/apache/incubator-mxnet/pull/14163 This is an automated message from the Apache Git Service. To respond to the

[incubator-mxnet] branch master updated: Fixes installation nightly test by filtering out the git commands (#14144)

2019-02-14 Thread marcoabreu
This is an automated email from the ASF dual-hosted git repository. marcoabreu 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 074a859 Fixes installation

[incubator-mxnet] branch v1.3.x updated: The latest version of leiningen has a dependency problem with codox (#14132) (#14163)

2019-02-14 Thread marcoabreu
This is an automated email from the ASF dual-hosted git repository. marcoabreu pushed a commit to branch v1.3.x in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git The following commit(s) were added to refs/heads/v1.3.x by this push: new 8dcc1f6 The latest version of

[GitHub] marcoabreu merged pull request #14144: Fixes installation nightly test

2019-02-14 Thread GitBox
marcoabreu merged pull request #14144: Fixes installation nightly test URL: https://github.com/apache/incubator-mxnet/pull/14144 This is an automated message from the Apache Git Service. To respond to the message, please log

[GitHub] lanking520 commented on issue #13924: CPP GPU test running too long

2019-02-14 Thread GitBox
lanking520 commented on issue #13924: CPP GPU test running too long URL: https://github.com/apache/incubator-mxnet/issues/13924#issuecomment-463725806 Close this issue since problem fixed. Thanks @leleamol for his contribution!

[GitHub] ChaiBapchya commented on a change in pull request #14097: Relaxing type requirements for slice_like op

2019-02-14 Thread GitBox
ChaiBapchya commented on a change in pull request #14097: Relaxing type requirements for slice_like op URL: https://github.com/apache/incubator-mxnet/pull/14097#discussion_r256933328 ## File path: tests/python/unittest/test_operator.py ## @@ -2515,6 +2515,20 @@ def

[GitHub] ankkhedia commented on issue #14042: [MXNET-891] Support tuple of scales in upsample operator

2019-02-14 Thread GitBox
ankkhedia commented on issue #14042: [MXNET-891] Support tuple of scales in upsample operator URL: https://github.com/apache/incubator-mxnet/pull/14042#issuecomment-463789737 @Roshrini Ping for review! This is an

[GitHub] srochel commented on issue #14145: v1.3.x - backports nightly test fix

2019-02-14 Thread GitBox
srochel commented on issue #14145: v1.3.x - backports nightly test fix URL: https://github.com/apache/incubator-mxnet/pull/14145#issuecomment-463797642 Can you add a simple test? Does the change need to go into master and v1.4.x branch as well?

[GitHub] zheng-da merged pull request #14018: [MXNET-1315] Add checks for dynamic-shaped operators in CachedOp

2019-02-14 Thread GitBox
zheng-da merged pull request #14018: [MXNET-1315] Add checks for dynamic-shaped operators in CachedOp URL: https://github.com/apache/incubator-mxnet/pull/14018 This is an automated message from the Apache Git Service. To

[incubator-mxnet] branch master updated: [MXNET-1315] Add checks for dynamic-shaped operators in CachedOp (#14018)

2019-02-14 Thread zhengda
This is an automated email from the ASF dual-hosted git repository. zhengda 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 df5310b [MXNET-1315] Add checks for

[GitHub] perdasilva edited a comment on issue #14145: v1.3.x - backports nightly test fix

2019-02-14 Thread GitBox
perdasilva edited a comment on issue #14145: v1.3.x - backports nightly test fix URL: https://github.com/apache/incubator-mxnet/pull/14145#issuecomment-463805315 @srochel thanks for getting back to me. I don't know exactly where this test would go. This script is the test being run in CI.

[GitHub] perdasilva edited a comment on issue #14145: v1.3.x - backports nightly test fix

2019-02-14 Thread GitBox
perdasilva edited a comment on issue #14145: v1.3.x - backports nightly test fix URL: https://github.com/apache/incubator-mxnet/pull/14145#issuecomment-463805315 @srochel thanks for getting back to me. I don't know exactly where this test would go. This script is the test being run in CI.

  1   2   >