[GitHub] pengzhao-intel commented on issue #12418: Fix flaky test: test_mkldnn.test_activation #12377

2018-08-30 Thread GitBox
pengzhao-intel commented on issue #12418: Fix flaky test: test_mkldnn.test_activation #12377 URL: https://github.com/apache/incubator-mxnet/pull/12418#issuecomment-417550902 Please enable the case which has been skipped in another PR.

[GitHub] stu1130 opened a new pull request #12419: [MXNET-580][WIP] Add SN-GAN example

2018-08-30 Thread GitBox
stu1130 opened a new pull request #12419: [MXNET-580][WIP] Add SN-GAN example URL: https://github.com/apache/incubator-mxnet/pull/12419 ## Description ## Add Spectral Normalization GAN example ## Checklist ## ### Essentials ### Please feel free to remove inapplicable items

[GitHub] luobao-intel opened a new pull request #12418: Fix flaky test: test_mkldnn.test_activation #12377

2018-08-30 Thread GitBox
luobao-intel opened a new pull request #12418: Fix flaky test: test_mkldnn.test_activation #12377 URL: https://github.com/apache/incubator-mxnet/pull/12418 ## Description ## Fix the flaky test failure : test_mkldnn.test_activation. #12377 The problem locates in the finite difference

[GitHub] StephanieYuan commented on issue #12376: [MXNET-854] SVRG Optimization in Python Module API

2018-08-30 Thread GitBox
StephanieYuan commented on issue #12376: [MXNET-854] SVRG Optimization in Python Module API URL: https://github.com/apache/incubator-mxnet/pull/12376#issuecomment-417530975 @xcgoner Thank you for the pointer! I'd like to try out the improvements in the later iterations of this project.

[GitHub] eric-haibin-lin closed pull request #12157: Subgraph API for integrating accelerators with MXNet

2018-08-30 Thread GitBox
eric-haibin-lin closed pull request #12157: Subgraph API for integrating accelerators with MXNet URL: https://github.com/apache/incubator-mxnet/pull/12157 This is a PR merged from a forked repository. As GitHub hides the original diff on merge, it is displayed below for the sake of

[GitHub] eric-haibin-lin commented on issue #12157: Subgraph API for integrating accelerators with MXNet

2018-08-30 Thread GitBox
eric-haibin-lin commented on issue #12157: Subgraph API for integrating accelerators with MXNet URL: https://github.com/apache/incubator-mxnet/pull/12157#issuecomment-417528219 Looks like all comments are addressed. Merging it now

[incubator-mxnet] branch master updated: Subgraph API for integrating accelerators with MXNet (#12157)

2018-08-30 Thread haibin
This is an automated email from the ASF dual-hosted git repository. haibin 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 a64cf7d Subgraph API for integrating

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

2018-08-30 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 2f2a428 Bump the publish

[GitHub] nswamy commented on issue #12182: [MXNET-698] Remove Epoch training metric log

2018-08-30 Thread GitBox
nswamy commented on issue #12182: [MXNET-698] Remove Epoch training metric log URL: https://github.com/apache/incubator-mxnet/pull/12182#issuecomment-417507018 Please also add training-accuracy(averaged for the entire epoch) at the end of every epoch.

[GitHub] samskalicky commented on a change in pull request #12374: Fix/public internal header

2018-08-30 Thread GitBox
samskalicky commented on a change in pull request #12374: Fix/public internal header URL: https://github.com/apache/incubator-mxnet/pull/12374#discussion_r214215016 ## File path: src/common/random_generator.cu ## @@ -59,6 +59,17 @@ void RandGenerator::Seed(mshadow::Stream

[GitHub] anirudhacharya commented on issue #12406: Undefined name: 'logging' in ./ci/util.py

2018-08-30 Thread GitBox
anirudhacharya commented on issue #12406: Undefined name: 'logging' in ./ci/util.py URL: https://github.com/apache/incubator-mxnet/issues/12406#issuecomment-417503086 @mxnet-label-bot [Python] This is an automated message

[GitHub] zheng-da commented on issue #12400: [WIP] support dynamic shape in the imperative mode.

2018-08-30 Thread GitBox
zheng-da commented on issue #12400: [WIP] support dynamic shape in the imperative mode. URL: https://github.com/apache/incubator-mxnet/pull/12400#issuecomment-417500572 @junrushao1994 it means the imperative executor can't call infershape to infer the shape of outputs of the operator and

svn commit: r29050 - in /dev/incubator/mxnet/1.3.0.rc0: ./ apache-mxnet-src-1.3.0.rc0-incubating.tar.gz apache-mxnet-src-1.3.0.rc0-incubating.tar.gz.asc apache-mxnet-src-1.3.0.rc0-incubating.tar.gz.md

2018-08-30 Thread zhasheng
Author: zhasheng Date: Thu Aug 30 23:24:57 2018 New Revision: 29050 Log: Add mxnet-1.3.0.rc0 Added: dev/incubator/mxnet/1.3.0.rc0/ dev/incubator/mxnet/1.3.0.rc0/apache-mxnet-src-1.3.0.rc0-incubating.tar.gz (with props)

[GitHub] marcoabreu commented on a change in pull request #11991: [MXNET-644] Automated flaky test detection

2018-08-30 Thread GitBox
marcoabreu commented on a change in pull request #11991: [MXNET-644] Automated flaky test detection URL: https://github.com/apache/incubator-mxnet/pull/11991#discussion_r214206988 ## File path: tools/flaky_tests/Jenkinsfile ## @@ -0,0 +1,63 @@ +// -*- mode: groovy -*- +

[GitHub] marcoabreu commented on a change in pull request #11991: [MXNET-644] Automated flaky test detection

2018-08-30 Thread GitBox
marcoabreu commented on a change in pull request #11991: [MXNET-644] Automated flaky test detection URL: https://github.com/apache/incubator-mxnet/pull/11991#discussion_r214206940 ## File path: tools/flaky_tests/Jenkinsfile ## @@ -0,0 +1,63 @@ +// -*- mode: groovy -*- +

[GitHub] lanking520 commented on issue #12416: opencv path error in mxnet scala tutorial

2018-08-30 Thread GitBox
lanking520 commented on issue #12416: opencv path error in mxnet scala tutorial URL: https://github.com/apache/incubator-mxnet/issues/12416#issuecomment-417494424 @jesterhazy in 1.2.0 we used opencv@2, 1.2.1 we used opencv (version 3)

[GitHub] lanking520 commented on issue #12409: Scala: DataDesc IllegalArgumentException with simple example

2018-08-30 Thread GitBox
lanking520 commented on issue #12409: Scala: DataDesc IllegalArgumentException with simple example URL: https://github.com/apache/incubator-mxnet/issues/12409#issuecomment-417494173 Hi @mariussoutier this problem actually addressed in 1.3 in this PR:

[GitHub] anirudhacharya commented on issue #12416: opencv path error in mxnet scala tutorial

2018-08-30 Thread GitBox
anirudhacharya commented on issue #12416: opencv path error in mxnet scala tutorial URL: https://github.com/apache/incubator-mxnet/issues/12416#issuecomment-417492814 @mxnet-label-bot [Scala, Example] This is an automated

[GitHub] anirudhacharya commented on issue #12409: Scala: DataDesc IllegalArgumentException with simple example

2018-08-30 Thread GitBox
anirudhacharya commented on issue #12409: Scala: DataDesc IllegalArgumentException with simple example URL: https://github.com/apache/incubator-mxnet/issues/12409#issuecomment-417492015 @mxnet-label-bot [Scala] This is an

[GitHub] anirudhacharya commented on issue #12405: mxnet1.3.0 with cuda8 build from source fail

2018-08-30 Thread GitBox
anirudhacharya commented on issue #12405: mxnet1.3.0 with cuda8 build from source fail URL: https://github.com/apache/incubator-mxnet/issues/12405#issuecomment-417491011 @mxnet-label-bot [CUDA, Build] This is an automated

[GitHub] vishaalkapoor commented on issue #12150: wrong reference to dev list on mxnet.io

2018-08-30 Thread GitBox
vishaalkapoor commented on issue #12150: wrong reference to dev list on mxnet.io URL: https://github.com/apache/incubator-mxnet/issues/12150#issuecomment-417490264 @eric-haibin-lin The PR has been merged: https://github.com/apache/incubator-mxnet/pull/12271 we can close this off.

[GitHub] vishaalkapoor commented on issue #9814: C++ Convolution layer usage produces "Segmentation fault"

2018-08-30 Thread GitBox
vishaalkapoor commented on issue #9814: C++ Convolution layer usage produces "Segmentation fault" URL: https://github.com/apache/incubator-mxnet/issues/9814#issuecomment-417485016 @marcoabreu spidyDev's PR has been merged. If this PR addresses all segfaults, can we close this off?

[GitHub] vishaalkapoor commented on issue #11029: The example of train_mnist.py can't exit after completes.

2018-08-30 Thread GitBox
vishaalkapoor commented on issue #11029: The example of train_mnist.py can't exit after completes. URL: https://github.com/apache/incubator-mxnet/issues/11029#issuecomment-417484175 @eric-haibin-lin can we close this off? Thanks!

[GitHub] vandanavk commented on issue #12384: Refactor speech recognition example

2018-08-30 Thread GitBox
vandanavk commented on issue #12384: Refactor speech recognition example URL: https://github.com/apache/incubator-mxnet/issues/12384#issuecomment-417484071 The checked in PR fixes a few bugs but does not address the issues mentioned here. Since fixing the example would be a larger effort,

[incubator-mxnet] branch master updated: [MXNET-753] Fallback when using non-MKLDNN supported operators (#12019)

2018-08-30 Thread anirudh2290
This is an automated email from the ASF dual-hosted git repository. anirudh2290 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 32c9ca7 [MXNET-753] Fallback

[GitHub] anirudh2290 closed pull request #12019: [MXNET-753] Fallback when using non-MKLDNN supported operators

2018-08-30 Thread GitBox
anirudh2290 closed pull request #12019: [MXNET-753] Fallback when using non-MKLDNN supported operators URL: https://github.com/apache/incubator-mxnet/pull/12019 This is a PR merged from a forked repository. As GitHub hides the original diff on merge, it is displayed below for the sake of

[GitHub] azai91 commented on issue #12411: [WIP] MKLDNN fallback when not recording gradients and calling backwards

2018-08-30 Thread GitBox
azai91 commented on issue #12411: [WIP] MKLDNN fallback when not recording gradients and calling backwards URL: https://github.com/apache/incubator-mxnet/pull/12411#issuecomment-417482336 This PR is waiting merge of https://github.com/apache/incubator-mxnet/pull/12019

[GitHub] vishaalkapoor commented on issue #12384: Refactor speech recognition example

2018-08-30 Thread GitBox
vishaalkapoor commented on issue #12384: Refactor speech recognition example URL: https://github.com/apache/incubator-mxnet/issues/12384#issuecomment-417482159 @vandanavk is the checked in PR the only change for this issue? If so, would you be able to close this issue off? Thanks!

[GitHub] anirudh2290 commented on a change in pull request #12374: Fix/public internal header

2018-08-30 Thread GitBox
anirudh2290 commented on a change in pull request #12374: Fix/public internal header URL: https://github.com/apache/incubator-mxnet/pull/12374#discussion_r214192819 ## File path: src/common/random_generator.cu ## @@ -59,6 +59,17 @@ void RandGenerator::Seed(mshadow::Stream

[GitHub] anirudh2290 commented on a change in pull request #12374: Fix/public internal header

2018-08-30 Thread GitBox
anirudh2290 commented on a change in pull request #12374: Fix/public internal header URL: https://github.com/apache/incubator-mxnet/pull/12374#discussion_r214191762 ## File path: include/mxnet/random_generator.h ## @@ -150,14 +149,9 @@ class RandGenerator {

[GitHub] cetsai commented on a change in pull request #11991: [MXNET-644] Automated flaky test detection

2018-08-30 Thread GitBox
cetsai commented on a change in pull request #11991: [MXNET-644] Automated flaky test detection URL: https://github.com/apache/incubator-mxnet/pull/11991#discussion_r214188071 ## File path: tools/flaky_tests/check_tests.py ## @@ -0,0 +1,128 @@ +# Licensed to the Apache

[GitHub] cetsai commented on a change in pull request #11991: [MXNET-644] Automated flaky test detection

2018-08-30 Thread GitBox
cetsai commented on a change in pull request #11991: [MXNET-644] Automated flaky test detection URL: https://github.com/apache/incubator-mxnet/pull/11991#discussion_r214187926 ## File path: tools/flaky_tests/test_dependencies.config ## @@ -0,0 +1,22 @@ +{ +

[GitHub] cetsai commented on a change in pull request #11991: [MXNET-644] Automated flaky test detection

2018-08-30 Thread GitBox
cetsai commented on a change in pull request #11991: [MXNET-644] Automated flaky test detection URL: https://github.com/apache/incubator-mxnet/pull/11991#discussion_r214187876 ## File path: tools/flaky_tests/test_selector.py ## @@ -0,0 +1,78 @@ +# Licensed to the Apache

[GitHub] cetsai commented on a change in pull request #11991: [MXNET-644] Automated flaky test detection

2018-08-30 Thread GitBox
cetsai commented on a change in pull request #11991: [MXNET-644] Automated flaky test detection URL: https://github.com/apache/incubator-mxnet/pull/11991#discussion_r214188045 ## File path: tools/flaky_tests/dependency_analyzer.py ## @@ -0,0 +1,179 @@ +# Licensed to the

[GitHub] cetsai commented on a change in pull request #11991: [MXNET-644] Automated flaky test detection

2018-08-30 Thread GitBox
cetsai commented on a change in pull request #11991: [MXNET-644] Automated flaky test detection URL: https://github.com/apache/incubator-mxnet/pull/11991#discussion_r214187977 ## File path: tools/flaky_tests/diff_collator.py ## @@ -0,0 +1,218 @@ +# Licensed to the Apache

[GitHub] cetsai commented on a change in pull request #11991: [MXNET-644] Automated flaky test detection

2018-08-30 Thread GitBox
cetsai commented on a change in pull request #11991: [MXNET-644] Automated flaky test detection URL: https://github.com/apache/incubator-mxnet/pull/11991#discussion_r214188022 ## File path: tools/flaky_tests/check_tests.py ## @@ -0,0 +1,128 @@ +# Licensed to the Apache

[GitHub] jessebrizzi commented on issue #10867: Scala Module API resize is leaking memory on the native size.

2018-08-30 Thread GitBox
jessebrizzi commented on issue #10867: Scala Module API resize is leaking memory on the native size. URL: https://github.com/apache/incubator-mxnet/issues/10867#issuecomment-417471604 Sorry for taking so long to get back to you @andrewfayres I pulled down your fix from your repo

[GitHub] szha closed issue #12018: onnx converter error

2018-08-30 Thread GitBox
szha closed issue #12018: onnx converter error URL: https://github.com/apache/incubator-mxnet/issues/12018 This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the

[GitHub] aaronmarkham commented on issue #12417: test_operator.test_l2_normalization failure in CI

2018-08-30 Thread GitBox
aaronmarkham commented on issue #12417: test_operator.test_l2_normalization failure in CI URL: https://github.com/apache/incubator-mxnet/issues/12417#issuecomment-417458309 @mxnet-label-bot [Flaky, Test] This is an

[GitHub] aaronmarkham opened a new issue #12417: test_operator.test_l2_normalization failure in CI

2018-08-30 Thread GitBox
aaronmarkham opened a new issue #12417: test_operator.test_l2_normalization failure in CI URL: https://github.com/apache/incubator-mxnet/issues/12417 The PR is unrelated to anything that would have failed this test...

[GitHub] aaronmarkham commented on issue #12415: test_gluon.test_import failure in CI

2018-08-30 Thread GitBox
aaronmarkham commented on issue #12415: test_gluon.test_import failure in CI URL: https://github.com/apache/incubator-mxnet/issues/12415#issuecomment-417457599 @mxnet-label-bot [Flaky, Test] This is an automated message from

[GitHub] gigasquid commented on issue #10149: WIP: import Julia binding

2018-08-30 Thread GitBox
gigasquid commented on issue #10149: WIP: import Julia binding URL: https://github.com/apache/incubator-mxnet/pull/10149#issuecomment-417456303 That's a strange error - I did find this on it

[GitHub] mseth10 commented on issue #12203: flaky test: test_operator_gpu.test_depthwise_convolution

2018-08-30 Thread GitBox
mseth10 commented on issue #12203: flaky test: test_operator_gpu.test_depthwise_convolution URL: https://github.com/apache/incubator-mxnet/issues/12203#issuecomment-417454185 Fix in #12402 This is an automated message from

[GitHub] StephanieYuan commented on a change in pull request #12376: [MXNET-854] SVRG Optimization in Python Module API

2018-08-30 Thread GitBox
StephanieYuan commented on a change in pull request #12376: [MXNET-854] SVRG Optimization in Python Module API URL: https://github.com/apache/incubator-mxnet/pull/12376#discussion_r214161375 ## File path: example/svrg_module/data_reader.py ## @@ -0,0 +1,44 @@ +# Licensed

[GitHub] StephanieYuan commented on a change in pull request #12376: [MXNET-854] SVRG Optimization in Python Module API

2018-08-30 Thread GitBox
StephanieYuan commented on a change in pull request #12376: [MXNET-854] SVRG Optimization in Python Module API URL: https://github.com/apache/incubator-mxnet/pull/12376#discussion_r214160709 ## File path: example/svrg_module/common.py ## @@ -0,0 +1,78 @@ +# Licensed to

[GitHub] StephanieYuan commented on a change in pull request #12376: [MXNET-854] SVRG Optimization in Python Module API

2018-08-30 Thread GitBox
StephanieYuan commented on a change in pull request #12376: [MXNET-854] SVRG Optimization in Python Module API URL: https://github.com/apache/incubator-mxnet/pull/12376#discussion_r214159940 ## File path: example/svrg_module/train.py ## @@ -0,0 +1,44 @@ +# Licensed to the

[GitHub] StephanieYuan commented on a change in pull request #12376: [MXNET-854] SVRG Optimization in Python Module API

2018-08-30 Thread GitBox
StephanieYuan commented on a change in pull request #12376: [MXNET-854] SVRG Optimization in Python Module API URL: https://github.com/apache/incubator-mxnet/pull/12376#discussion_r214159364 ## File path: python/mxnet/contrib/svrg_optimization/svrg_optimizer.py ## @@ -0,0

[GitHub] jmnie commented on issue #12018: onnx converter error

2018-08-30 Thread GitBox
jmnie commented on issue #12018: onnx converter error URL: https://github.com/apache/incubator-mxnet/issues/12018#issuecomment-417438913 @anirudhacharya @szha Sorry for late reply. I just load the model using the latest mxnet. It works. Thank you very much.

[GitHub] cetsai commented on a change in pull request #11991: [MXNET-644] Automated flaky test detection

2018-08-30 Thread GitBox
cetsai commented on a change in pull request #11991: [MXNET-644] Automated flaky test detection URL: https://github.com/apache/incubator-mxnet/pull/11991#discussion_r214150655 ## File path: tools/flaky_tests/test_dependencies.config ## @@ -0,0 +1,22 @@ +{ Review

[GitHub] jesterhazy commented on issue #12416: opencv path error in mxnet scala tutorial

2018-08-30 Thread GitBox
jesterhazy commented on issue #12416: opencv path error in mxnet scala tutorial URL: https://github.com/apache/incubator-mxnet/issues/12416#issuecomment-417432142 @aaronmarkham @lanking520 This is an automated message from

[GitHub] szha commented on issue #12018: onnx converter error

2018-08-30 Thread GitBox
szha commented on issue #12018: onnx converter error URL: https://github.com/apache/incubator-mxnet/issues/12018#issuecomment-417431931 @anirudhacharya Let's wait for @jmnie's confirmation This is an automated message from

[GitHub] jesterhazy opened a new issue #12416: opencv path error in mxnet scala tutorial

2018-08-30 Thread GitBox
jesterhazy opened a new issue #12416: opencv path error in mxnet scala tutorial URL: https://github.com/apache/incubator-mxnet/issues/12416 Note: Providing complete information in the most concise form is the best way to get help. This issue template serves as the checklist for essential

[GitHub] aaronmarkham commented on issue #12388: Installation instructions consolidation

2018-08-30 Thread GitBox
aaronmarkham commented on issue #12388: Installation instructions consolidation URL: https://github.com/apache/incubator-mxnet/pull/12388#issuecomment-417430208 This PR also fixes #10020 This is an automated message from

[GitHub] aaronmarkham commented on issue #9948: [Doc] Overlapping between footer and the left column + Strange nav-link highlighting

2018-08-30 Thread GitBox
aaronmarkham commented on issue #9948: [Doc] Overlapping between footer and the left column + Strange nav-link highlighting URL: https://github.com/apache/incubator-mxnet/issues/9948#issuecomment-417429940 I've looked at the footer issue and had some help from a couple of people and we

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

2018-08-30 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 6c3dcdc Bump the publish

[GitHub] aaronmarkham opened a new issue #12415: test_gluon.test_import failure in CI

2018-08-30 Thread GitBox
aaronmarkham opened a new issue #12415: test_gluon.test_import failure in CI URL: https://github.com/apache/incubator-mxnet/issues/12415 Windows env trying to access a model and some other process already has it.

[GitHub] marcoabreu commented on a change in pull request #11991: [MXNET-644] Automated flaky test detection

2018-08-30 Thread GitBox
marcoabreu commented on a change in pull request #11991: [MXNET-644] Automated flaky test detection URL: https://github.com/apache/incubator-mxnet/pull/11991#discussion_r214139269 ## File path: ci/docker/runtime_functions.sh ## @@ -924,6 +924,16 @@

[GitHub] marcoabreu commented on a change in pull request #11991: [MXNET-644] Automated flaky test detection

2018-08-30 Thread GitBox
marcoabreu commented on a change in pull request #11991: [MXNET-644] Automated flaky test detection URL: https://github.com/apache/incubator-mxnet/pull/11991#discussion_r214138201 ## File path: tools/flaky_tests/Jenkinsfile ## @@ -0,0 +1,49 @@ +// -*- mode: groovy -*- +

[GitHub] marcoabreu commented on a change in pull request #11991: [MXNET-644] Automated flaky test detection

2018-08-30 Thread GitBox
marcoabreu commented on a change in pull request #11991: [MXNET-644] Automated flaky test detection URL: https://github.com/apache/incubator-mxnet/pull/11991#discussion_r214137859 ## File path: ci/docker/runtime_functions.sh ## @@ -924,6 +924,16 @@

[GitHub] anirudhacharya commented on issue #12018: onnx converter error

2018-08-30 Thread GitBox
anirudhacharya commented on issue #12018: onnx converter error URL: https://github.com/apache/incubator-mxnet/issues/12018#issuecomment-417420131 @szha please close this issue if resolved. This is an automated message from

[GitHub] aaronmarkham opened a new pull request #12414: fix website search result 404s

2018-08-30 Thread GitBox
aaronmarkham opened a new pull request #12414: fix website search result 404s URL: https://github.com/apache/incubator-mxnet/pull/12414 ## Description ## Currently the site will return a few results then the rest will have previews that show 404 messaging. The _sources directory has

[GitHub] perdasilva commented on issue #12331: Moves f16c autodetection to its own cmake module

2018-08-30 Thread GitBox
perdasilva commented on issue #12331: Moves f16c autodetection to its own cmake module URL: https://github.com/apache/incubator-mxnet/pull/12331#issuecomment-417411255 @szha could you please check if this is ready to be merged? Cheers, Per

[incubator-mxnet] tag 1.3.0rc0 created (now 5be1eee)

2018-08-30 Thread zhasheng
This is an automated email from the ASF dual-hosted git repository. zhasheng pushed a change to tag 1.3.0rc0 in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git. at 5be1eee (commit) No new revisions were added by this update.

[GitHub] aaronmarkham opened a new pull request #12413: fixed docs/website build checkout bug

2018-08-30 Thread GitBox
aaronmarkham opened a new pull request #12413: fixed docs/website build checkout bug URL: https://github.com/apache/incubator-mxnet/pull/12413 ## Description ## Fixes a bug in the docs build pipeline where a failover case didn't checkout a different branch as expected. This caused

[GitHub] larroy closed pull request #12276: [Don't merge][Review] A solution to prevent zombie containers locally and in CI

2018-08-30 Thread GitBox
larroy closed pull request #12276: [Don't merge][Review] A solution to prevent zombie containers locally and in CI URL: https://github.com/apache/incubator-mxnet/pull/12276 This is a PR merged from a forked repository. As GitHub hides the original diff on merge, it is displayed below for

[GitHub] eric-haibin-lin commented on issue #12410: Refactor mkldnn test files

2018-08-30 Thread GitBox
eric-haibin-lin commented on issue #12410: Refactor mkldnn test files URL: https://github.com/apache/incubator-mxnet/pull/12410#issuecomment-417396834 pls fix build This is an automated message from the Apache Git Service. To

[GitHub] Roshrini commented on a change in pull request #12399: ONNX export: Add Crop, Deconvolution and fix the default stride of Pooling to 1

2018-08-30 Thread GitBox
Roshrini commented on a change in pull request #12399: ONNX export: Add Crop, Deconvolution and fix the default stride of Pooling to 1 URL: https://github.com/apache/incubator-mxnet/pull/12399#discussion_r214105472 ## File path: python/mxnet/contrib/onnx/mx2onnx/_op_translations.py

[GitHub] Roshrini commented on a change in pull request #12399: ONNX export: Add Crop, Deconvolution and fix the default stride of Pooling to 1

2018-08-30 Thread GitBox
Roshrini commented on a change in pull request #12399: ONNX export: Add Crop, Deconvolution and fix the default stride of Pooling to 1 URL: https://github.com/apache/incubator-mxnet/pull/12399#discussion_r214106324 ## File path: python/mxnet/contrib/onnx/mx2onnx/_op_translations.py

[GitHub] sandeep-krishnamurthy opened a new pull request #12412: [WIP] Infer dtype in SymbolBlock import from input symbol

2018-08-30 Thread GitBox
sandeep-krishnamurthy opened a new pull request #12412: [WIP] Infer dtype in SymbolBlock import from input symbol URL: https://github.com/apache/incubator-mxnet/pull/12412 ## Description ## * Fix for the issue - https://github.com/apache/incubator-mxnet/issues/11849 * Currently,

[GitHub] Roshrini commented on issue #12399: ONNX export: Add Crop, Deconvolution and fix the default stride of Pooling to 1

2018-08-30 Thread GitBox
Roshrini commented on issue #12399: ONNX export: Add Crop, Deconvolution and fix the default stride of Pooling to 1 URL: https://github.com/apache/incubator-mxnet/pull/12399#issuecomment-417388621 @ptrendx Thanks for submitting this PR. :) You should add 'test_ConvTranspose2d' in "Basic

[GitHub] apeforest commented on a change in pull request #12374: Fix/public internal header

2018-08-30 Thread GitBox
apeforest commented on a change in pull request #12374: Fix/public internal header URL: https://github.com/apache/incubator-mxnet/pull/12374#discussion_r214101664 ## File path: include/mxnet/random_generator.h ## @@ -150,14 +149,9 @@ class RandGenerator {

[GitHub] azai91 commented on a change in pull request #12374: Fix/public internal header

2018-08-30 Thread GitBox
azai91 commented on a change in pull request #12374: Fix/public internal header URL: https://github.com/apache/incubator-mxnet/pull/12374#discussion_r214102083 ## File path: include/mxnet/random_generator.h ## @@ -150,14 +149,9 @@ class RandGenerator {

[GitHub] apeforest commented on a change in pull request #12374: Fix/public internal header

2018-08-30 Thread GitBox
apeforest commented on a change in pull request #12374: Fix/public internal header URL: https://github.com/apache/incubator-mxnet/pull/12374#discussion_r214101664 ## File path: include/mxnet/random_generator.h ## @@ -150,14 +149,9 @@ class RandGenerator {

[GitHub] azai91 commented on a change in pull request #12374: Fix/public internal header

2018-08-30 Thread GitBox
azai91 commented on a change in pull request #12374: Fix/public internal header URL: https://github.com/apache/incubator-mxnet/pull/12374#discussion_r214098547 ## File path: include/mxnet/random_generator.h ## @@ -150,14 +149,9 @@ class RandGenerator {

[GitHub] azai91 commented on a change in pull request #12380: Manually track num_max_thread

2018-08-30 Thread GitBox
azai91 commented on a change in pull request #12380: Manually track num_max_thread URL: https://github.com/apache/incubator-mxnet/pull/12380#discussion_r214099365 ## File path: src/engine/openmp.cc ## @@ -74,17 +74,17 @@ void OpenMP::set_reserve_cores(int cores) {

[GitHub] azai91 commented on a change in pull request #12380: Manually track num_max_thread

2018-08-30 Thread GitBox
azai91 commented on a change in pull request #12380: Manually track num_max_thread URL: https://github.com/apache/incubator-mxnet/pull/12380#discussion_r214099088 ## File path: src/engine/openmp.cc ## @@ -74,17 +74,17 @@ void OpenMP::set_reserve_cores(int cores) {

[GitHub] apeforest commented on a change in pull request #12380: Manually track num_max_thread

2018-08-30 Thread GitBox
apeforest commented on a change in pull request #12380: Manually track num_max_thread URL: https://github.com/apache/incubator-mxnet/pull/12380#discussion_r214098699 ## File path: src/engine/openmp.cc ## @@ -74,17 +74,17 @@ void OpenMP::set_reserve_cores(int cores) {

[GitHub] lupesko commented on issue #12380: Manually track num_max_thread

2018-08-30 Thread GitBox
lupesko commented on issue #12380: Manually track num_max_thread URL: https://github.com/apache/incubator-mxnet/pull/12380#issuecomment-417383362 @apeforest @samskalicky @eric-haibin-lin please help review. Thanks! This is an

[GitHub] azai91 commented on a change in pull request #12374: Fix/public internal header

2018-08-30 Thread GitBox
azai91 commented on a change in pull request #12374: Fix/public internal header URL: https://github.com/apache/incubator-mxnet/pull/12374#discussion_r214098547 ## File path: include/mxnet/random_generator.h ## @@ -150,14 +149,9 @@ class RandGenerator {

[GitHub] lupesko commented on a change in pull request #12380: Manually track num_max_thread

2018-08-30 Thread GitBox
lupesko commented on a change in pull request #12380: Manually track num_max_thread URL: https://github.com/apache/incubator-mxnet/pull/12380#discussion_r214098420 ## File path: src/engine/openmp.cc ## @@ -74,17 +74,17 @@ void OpenMP::set_reserve_cores(int cores) {

[GitHub] azai91 opened a new pull request #12411: [WIP] MKLDNN fallback when not recording gradients and calling backwards

2018-08-30 Thread GitBox
azai91 opened a new pull request #12411: [WIP] MKLDNN fallback when not recording gradients and calling backwards URL: https://github.com/apache/incubator-mxnet/pull/12411 ## Description ## PR to address (https://github.com/apache/incubator-mxnet/issues/10994). There is a case where

[GitHub] apeforest commented on a change in pull request #12374: Fix/public internal header

2018-08-30 Thread GitBox
apeforest commented on a change in pull request #12374: Fix/public internal header URL: https://github.com/apache/incubator-mxnet/pull/12374#discussion_r214096708 ## File path: include/mxnet/random_generator.h ## @@ -150,14 +149,9 @@ class RandGenerator {

[GitHub] azai91 commented on issue #12374: Fix/public internal header

2018-08-30 Thread GitBox
azai91 commented on issue #12374: Fix/public internal header URL: https://github.com/apache/incubator-mxnet/pull/12374#issuecomment-417380701 you're right. will fix PR description. This is an automated message from the Apache

[GitHub] lupesko commented on issue #12374: Fix/public internal header

2018-08-30 Thread GitBox
lupesko commented on issue #12374: Fix/public internal header URL: https://github.com/apache/incubator-mxnet/pull/12374#issuecomment-417380306 > public headers should only define interfaces and should include internal dependencies as it allows users to access non-exposed interfaces

[GitHub] azai91 commented on issue #10994: MKLDNN fails in the backward computation when forward runs with is_train=False

2018-08-30 Thread GitBox
azai91 commented on issue #10994: MKLDNN fails in the backward computation when forward runs with is_train=False URL: https://github.com/apache/incubator-mxnet/issues/10994#issuecomment-417379102 docs mention that this is only used for a few operators such as batch_norm

[GitHub] azai91 commented on issue #11778: [MXNET-483] C++ tests for mkldnn convolution/deconvolution operator

2018-08-30 Thread GitBox
azai91 commented on issue #11778: [MXNET-483] C++ tests for mkldnn convolution/deconvolution operator URL: https://github.com/apache/incubator-mxnet/pull/11778#issuecomment-417349835 kk it was merged. @zheng-da please review

[GitHub] azai91 opened a new pull request #12410: [WIP] Refactor mkldnn test files

2018-08-30 Thread GitBox
azai91 opened a new pull request #12410: [WIP] Refactor mkldnn test files URL: https://github.com/apache/incubator-mxnet/pull/12410 ## Description ## Previously all mkldnn tests and helpers were in a single file mkldnn.cc. The file was becoming untenably long. I split this file into

[GitHub] junrushao1994 commented on issue #12400: [WIP] support dynamic shape in the imperative mode.

2018-08-30 Thread GitBox
junrushao1994 commented on issue #12400: [WIP] support dynamic shape in the imperative mode. URL: https://github.com/apache/incubator-mxnet/pull/12400#issuecomment-417334505 Out of curiosity, AFAIK, in imperative mode everything has its shape, fully known, fully dynamic. So what is

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

2018-08-30 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 849debf Bump the publish

[GitHub] mariussoutier opened a new issue #12409: Scala: DataDesc IllegalArgumentException with simple example

2018-08-30 Thread GitBox
mariussoutier opened a new issue #12409: Scala: DataDesc IllegalArgumentException with simple example URL: https://github.com/apache/incubator-mxnet/issues/12409 ## Description (Brief description of the problem in no more than 2 sentences.) Fitting using Scala and Module API

[GitHub] lebeg commented on a change in pull request #11991: [MXNET-644] Automated flaky test detection

2018-08-30 Thread GitBox
lebeg commented on a change in pull request #11991: [MXNET-644] Automated flaky test detection URL: https://github.com/apache/incubator-mxnet/pull/11991#discussion_r213998686 ## File path: tools/flaky_tests/diff_collator.py ## @@ -0,0 +1,218 @@ +# Licensed to the Apache

[GitHub] lebeg commented on issue #11100: Installation instructions for Windows don't work

2018-08-30 Thread GitBox
lebeg commented on issue #11100: Installation instructions for Windows don't work URL: https://github.com/apache/incubator-mxnet/issues/11100#issuecomment-417291322 Yes, this still needs to be done. The windows build is far from being perfect.

[GitHub] lebeg edited a comment on issue #11100: Installation instructions for Windows don't work

2018-08-30 Thread GitBox
lebeg edited a comment on issue #11100: Installation instructions for Windows don't work URL: https://github.com/apache/incubator-mxnet/issues/11100#issuecomment-417291322 @vishaalkapoor Yes, this still needs to be done. The windows build is far from being perfect.

[GitHub] lebeg commented on a change in pull request #11991: [MXNET-644] Automated flaky test detection

2018-08-30 Thread GitBox
lebeg commented on a change in pull request #11991: [MXNET-644] Automated flaky test detection URL: https://github.com/apache/incubator-mxnet/pull/11991#discussion_r213998311 ## File path: tools/flaky_tests/flakiness_checker.py ## @@ -1,3 +1,4 @@ +#!/usr/bin/env python2

[GitHub] lebeg commented on a change in pull request #11991: [MXNET-644] Automated flaky test detection

2018-08-30 Thread GitBox
lebeg commented on a change in pull request #11991: [MXNET-644] Automated flaky test detection URL: https://github.com/apache/incubator-mxnet/pull/11991#discussion_r213997819 ## File path: tools/flaky_tests/Jenkinsfile ## @@ -0,0 +1,49 @@ +// -*- mode: groovy -*- + +//

[GitHub] lebeg commented on a change in pull request #11991: [MXNET-644] Automated flaky test detection

2018-08-30 Thread GitBox
lebeg commented on a change in pull request #11991: [MXNET-644] Automated flaky test detection URL: https://github.com/apache/incubator-mxnet/pull/11991#discussion_r213998382 ## File path: tools/flaky_tests/dependency_analyzer.py ## @@ -0,0 +1,179 @@ +# Licensed to the

[GitHub] lebeg commented on a change in pull request #11991: [MXNET-644] Automated flaky test detection

2018-08-30 Thread GitBox
lebeg commented on a change in pull request #11991: [MXNET-644] Automated flaky test detection URL: https://github.com/apache/incubator-mxnet/pull/11991#discussion_r213998906 ## File path: tools/flaky_tests/test_selector.py ## @@ -0,0 +1,78 @@ +# Licensed to the Apache

[GitHub] lebeg commented on a change in pull request #11991: [MXNET-644] Automated flaky test detection

2018-08-30 Thread GitBox
lebeg commented on a change in pull request #11991: [MXNET-644] Automated flaky test detection URL: https://github.com/apache/incubator-mxnet/pull/11991#discussion_r213997980 ## File path: tools/flaky_tests/check_tests.py ## @@ -0,0 +1,128 @@ +# Licensed to the Apache

[GitHub] lebeg commented on a change in pull request #11991: [MXNET-644] Automated flaky test detection

2018-08-30 Thread GitBox
lebeg commented on a change in pull request #11991: [MXNET-644] Automated flaky test detection URL: https://github.com/apache/incubator-mxnet/pull/11991#discussion_r213998762 ## File path: tools/flaky_tests/test_dependencies.config ## @@ -0,0 +1,22 @@ +{ +

[GitHub] lebeg commented on a change in pull request #11991: [MXNET-644] Automated flaky test detection

2018-08-30 Thread GitBox
lebeg commented on a change in pull request #11991: [MXNET-644] Automated flaky test detection URL: https://github.com/apache/incubator-mxnet/pull/11991#discussion_r213998449 ## File path: tools/flaky_tests/check_tests.py ## @@ -0,0 +1,128 @@ +# Licensed to the Apache

  1   2   >