[GitHub] lupesko commented on issue #11047: [WIP][MXNET-33] Enhance mkldnn pooling to support full convention

2018-08-20 Thread GitBox
lupesko commented on issue #11047: [WIP][MXNET-33] Enhance mkldnn pooling to support full convention URL: https://github.com/apache/incubator-mxnet/pull/11047#issuecomment-414558636 @zheng-da bouncing. Adding @azai91 and @mseth10 for review.

[GitHub] lupesko commented on issue #10921: [MXNET-500]Test cases improvement for MKLDNN on Gluon

2018-08-20 Thread GitBox
lupesko commented on issue #10921: [MXNET-500]Test cases improvement for MKLDNN on Gluon URL: https://github.com/apache/incubator-mxnet/pull/10921#issuecomment-414558321 @juliusshufan bouncing this PR, this is a great contribution, would be awesome if you can follow up on feedback and

[GitHub] lupesko commented on issue #10803: [MXNET-397] remove unused rotateM_

2018-08-20 Thread GitBox
lupesko commented on issue #10803: [MXNET-397] remove unused rotateM_ URL: https://github.com/apache/incubator-mxnet/pull/10803#issuecomment-414557905 @nihui thanks for your contribution! can you please resolve branch conflicts?

[GitHub] lupesko commented on issue #10530: Jetson build with cmake and CUDA

2018-08-20 Thread GitBox
lupesko commented on issue #10530: Jetson build with cmake and CUDA URL: https://github.com/apache/incubator-mxnet/pull/10530#issuecomment-414556373 @lebeg - bounce... This is an automated message from the Apache Git Service.

[GitHub] lupesko commented on issue #10862: pull

2018-08-20 Thread GitBox
lupesko commented on issue #10862: pull URL: https://github.com/apache/incubator-mxnet/pull/10862#issuecomment-414556232 @yunfanLu bounce - why you want to change the version of mkldnn? This is an automated message from the

[GitHub] lupesko commented on issue #10727: cuda archs for TX1 and TX2

2018-08-20 Thread GitBox
lupesko commented on issue #10727: cuda archs for TX1 and TX2 URL: https://github.com/apache/incubator-mxnet/pull/10727#issuecomment-414556051 @dheera - bouncing again. This is an automated message from the Apache Git

[GitHub] azai91 commented on issue #11611: MKLDNN Forward FullyConnected op cache

2018-08-20 Thread GitBox
azai91 commented on issue #11611: MKLDNN Forward FullyConnected op cache URL: https://github.com/apache/incubator-mxnet/pull/11611#issuecomment-414555786 approve conditional on adding that param to CreateMKLDNNMem so we can support kWriteInPlace.

[incubator-mxnet] branch master updated: Add support for kAddTo in softmax backward (#11836)

2018-08-20 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 d7b39f4 Add support for kAddTo

[GitHub] lupesko commented on issue #11118: [MXNET-431] Get physical cores

2018-08-20 Thread GitBox
lupesko commented on issue #8: [MXNET-431] Get physical cores URL: https://github.com/apache/incubator-mxnet/pull/8#issuecomment-414555638 @azai91 looks like CI tests aren't passing - can you take a look? This is an

[GitHub] azai91 commented on a change in pull request #11611: MKLDNN Forward FullyConnected op cache

2018-08-20 Thread GitBox
azai91 commented on a change in pull request #11611: MKLDNN Forward FullyConnected op cache URL: https://github.com/apache/incubator-mxnet/pull/11611#discussion_r211483208 ## File path: src/operator/nn/mkldnn/mkldnn_fully_connected.cc ## @@ -112,21 +207,21 @@ void

[GitHub] anirudh2290 closed pull request #11836: Support kAddTo for softmax backward

2018-08-20 Thread GitBox
anirudh2290 closed pull request #11836: Support kAddTo for softmax backward URL: https://github.com/apache/incubator-mxnet/pull/11836 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 provenance: As this is a

[GitHub] lupesko commented on issue #11157: [MXNET-522] Add Media query support for Multi-size logos

2018-08-20 Thread GitBox
lupesko commented on issue #11157: [MXNET-522] Add Media query support for Multi-size logos URL: https://github.com/apache/incubator-mxnet/pull/11157#issuecomment-414555444 @kpmurali build failed, although seems unrelated, can you please re-run? @aaronmarkham can you please review?

[GitHub] szha commented on a change in pull request #12209: Make the output format of control flow operators consistent with their UDFs

2018-08-20 Thread GitBox
szha commented on a change in pull request #12209: Make the output format of control flow operators consistent with their UDFs URL: https://github.com/apache/incubator-mxnet/pull/12209#discussion_r211483059 ## File path: python/mxnet/ndarray/contrib.py ## @@ -135,7 +167,7

[GitHub] lupesko commented on issue #11184: Make amalgamation part be suitable for iOS

2018-08-20 Thread GitBox
lupesko commented on issue #11184: Make amalgamation part be suitable for iOS URL: https://github.com/apache/incubator-mxnet/pull/11184#issuecomment-414555185 @Aozorany thanks for your contribution! Can you please: - Update the PR description to remove unnecessary parts of the

[GitHub] azai91 commented on a change in pull request #11611: MKLDNN Forward FullyConnected op cache

2018-08-20 Thread GitBox
azai91 commented on a change in pull request #11611: MKLDNN Forward FullyConnected op cache URL: https://github.com/apache/incubator-mxnet/pull/11611#discussion_r211482743 ## File path: src/operator/nn/mkldnn/mkldnn_fully_connected.cc ## @@ -82,6 +82,101 @@ inline static

[GitHub] zheng-da commented on issue #12209: Make the output format of control flow operators consistent with their UDFs

2018-08-20 Thread GitBox
zheng-da commented on issue #12209: Make the output format of control flow operators consistent with their UDFs URL: https://github.com/apache/incubator-mxnet/pull/12209#issuecomment-414554764 @szha could you review this again and merge it to v1.3?

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

2018-08-20 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-414554737 this PR is pending merge of https://github.com/apache/incubator-mxnet/pull/11831

[GitHub] zheng-da commented on issue #11301: MKLDNN Backward op cache

2018-08-20 Thread GitBox
zheng-da commented on issue #11301: MKLDNN Backward op cache URL: https://github.com/apache/incubator-mxnet/pull/11301#issuecomment-414554581 This is reviewed. We agreed to merge this to 1.4 instead of in 1.3. This is an

[GitHub] lupesko commented on issue #11301: MKLDNN Backward op cache

2018-08-20 Thread GitBox
lupesko commented on issue #11301: MKLDNN Backward op cache URL: https://github.com/apache/incubator-mxnet/pull/11301#issuecomment-414554398 Thanks for the contribution @ZhennanQin ! Bouncing again for review: @anirudh2290 @zheng-da @azai91 @mseth10

[GitHub] lupesko commented on issue #11585: Adds support for finding cudnn inside cuda path

2018-08-20 Thread GitBox
lupesko commented on issue #11585: Adds support for finding cudnn inside cuda path URL: https://github.com/apache/incubator-mxnet/pull/11585#issuecomment-414553690 @cjolivier01 @anirudh2290 can you guys take a look please, help move this through?

[GitHub] lupesko commented on issue #11611: MKLDNN Forward FullyConnected op cache

2018-08-20 Thread GitBox
lupesko commented on issue #11611: MKLDNN Forward FullyConnected op cache URL: https://github.com/apache/incubator-mxnet/pull/11611#issuecomment-414553264 @azai91 @mseth10 can you guys help review please? thanks! This is an

[GitHub] lupesko commented on issue #11684: fix compile error in debug model

2018-08-20 Thread GitBox
lupesko commented on issue #11684: fix compile error in debug model URL: https://github.com/apache/incubator-mxnet/pull/11684#issuecomment-414553064 @NEWPLAN looks like the build fails with your change, can you please address so we can move this forward?

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

2018-08-20 Thread GitBox
lupesko commented on issue #11778: [MXNET-483] C++ tests for mkldnn convolution/deconvolution operator URL: https://github.com/apache/incubator-mxnet/pull/11778#issuecomment-414552627 @azai91 looks like the CI failed on MKLDNN+GPU tests. Can you take a look?

[GitHub] lupesko commented on issue #11847: Adds install via CMake

2018-08-20 Thread GitBox
lupesko commented on issue #11847: Adds install via CMake URL: https://github.com/apache/incubator-mxnet/pull/11847#issuecomment-414552301 @fran6co please follow up on the build failure so we can move this along... thanks!

[GitHub] lupesko commented on issue #11873: [MXNET-582] Fix flaky test test_operator_gpu.test_batchnorm_with_type (follow-up)

2018-08-20 Thread GitBox
lupesko commented on issue #11873: [MXNET-582] Fix flaky test test_operator_gpu.test_batchnorm_with_type (follow-up) URL: https://github.com/apache/incubator-mxnet/pull/11873#issuecomment-414552049 @haojin2 bouncing this again for you to follow up with the review

[GitHub] lupesko commented on issue #11885: Fix JNI custom op code from deregistering the operator fixes #10438

2018-08-20 Thread GitBox
lupesko commented on issue #11885: Fix JNI custom op code from deregistering the operator fixes #10438 URL: https://github.com/apache/incubator-mxnet/pull/11885#issuecomment-414551817 @nswamy bouncing this up for review This

[GitHub] lupesko commented on issue #11903: Update CPP Lenet Example to remove additional 3 layers

2018-08-20 Thread GitBox
lupesko commented on issue #11903: Update CPP Lenet Example to remove additional 3 layers URL: https://github.com/apache/incubator-mxnet/pull/11903#issuecomment-414551588 @nswamy bouncing this for you to address feedback

[GitHub] sandeep-krishnamurthy closed issue #11349: Infer shape partial returns () after slice / slice_axis operations

2018-08-20 Thread GitBox
sandeep-krishnamurthy closed issue #11349: Infer shape partial returns () after slice / slice_axis operations URL: https://github.com/apache/incubator-mxnet/issues/11349 This is an automated message from the Apache Git

[GitHub] sandeep-krishnamurthy commented on issue #11349: Infer shape partial returns () after slice / slice_axis operations

2018-08-20 Thread GitBox
sandeep-krishnamurthy commented on issue #11349: Infer shape partial returns () after slice / slice_axis operations URL: https://github.com/apache/incubator-mxnet/issues/11349#issuecomment-414551463 This issue is fixed with [MXNet-599] by Rahul.

[GitHub] lupesko commented on issue #11945: python/setup.py modified to accept a package name argument.

2018-08-20 Thread GitBox
lupesko commented on issue #11945: python/setup.py modified to accept a package name argument. URL: https://github.com/apache/incubator-mxnet/pull/11945#issuecomment-414551418 @szha bouncing this for your review This is an

[GitHub] sandeep-krishnamurthy commented on issue #10955: [MXNET-422] Distributed training tutorial

2018-08-20 Thread GitBox
sandeep-krishnamurthy commented on issue #10955: [MXNET-422] Distributed training tutorial URL: https://github.com/apache/incubator-mxnet/pull/10955#issuecomment-414551180 @indhub - Thanks for rebasing. Can you please comments on testing this tutorial in nightly test?

[GitHub] lupesko commented on issue #11948: [MXNET-766] add unroll RNN for HybridBlock

2018-08-20 Thread GitBox
lupesko commented on issue #11948: [MXNET-766] add unroll RNN for HybridBlock URL: https://github.com/apache/incubator-mxnet/pull/11948#issuecomment-414550863 @szha bouncing again for your review. This is an automated message

[GitHub] lupesko commented on issue #12042: Make check_isfinite, check_scale optional in clip_global_norm

2018-08-20 Thread GitBox
lupesko commented on issue #12042: Make check_isfinite, check_scale optional in clip_global_norm URL: https://github.com/apache/incubator-mxnet/pull/12042#issuecomment-414550695 @leezu can you please follow the community's convention to file a JIRA and update the issue title?

[GitHub] lupesko commented on issue #12101: Add gamma initialization and se module for gluon resnet model

2018-08-20 Thread GitBox
lupesko commented on issue #12101: Add gamma initialization and se module for gluon resnet model URL: https://github.com/apache/incubator-mxnet/pull/12101#issuecomment-414550391 @hetong007 bouncing this. This is an automated

[GitHub] haojin2 commented on a change in pull request #11836: Support kAddTo for softmax backward

2018-08-20 Thread GitBox
haojin2 commented on a change in pull request #11836: Support kAddTo for softmax backward URL: https://github.com/apache/incubator-mxnet/pull/11836#discussion_r211471785 ## File path: src/operator/contrib/ctc_loss-inl.h ## @@ -426,7 +426,7 @@ class CTCLossOp : public

[GitHub] ghgggg commented on issue #12215: using C++ api and GPU in windows 10 to extract feature occurs error when bind weights and parameters

2018-08-20 Thread GitBox
gh commented on issue #12215: using C++ api and GPU in windows 10 to extract feature occurs error when bind weights and parameters URL: https://github.com/apache/incubator-mxnet/issues/12215#issuecomment-414539130 @vdantu i has recommit the issue as a new one ,could you help me to

[GitHub] ghgggg closed issue #12215: using C++ api and GPU in windows 10 to extract feature occurs error when bind weights and parameters

2018-08-20 Thread GitBox
gh closed issue #12215: using C++ api and GPU in windows 10 to extract feature occurs error when bind weights and parameters URL: https://github.com/apache/incubator-mxnet/issues/12215 This is an automated message

[GitHub] ghgggg opened a new issue #12267: some errors when extracting feature with mxnet c++ api in windows10 in gpu mode

2018-08-20 Thread GitBox
gh opened a new issue #12267: some errors when extracting feature with mxnet c++ api in windows10 in gpu mode URL: https://github.com/apache/incubator-mxnet/issues/12267 ## Description in gpu mode , the code below NDArray input(Shape(1, img.channels(), img.rows,

[GitHub] liuzhi136 commented on issue #12244: New Version Compile Issues!

2018-08-20 Thread GitBox
liuzhi136 commented on issue #12244: New Version Compile Issues! URL: https://github.com/apache/incubator-mxnet/issues/12244#issuecomment-414534393 @vdantu The issue you offered was help, which apart of mxnet's file can be compiled. But it still encountered the same problem for the rest

[GitHub] ghgggg opened a new issue #12215: using C++ api in windows10 to extract feature error

2018-08-20 Thread GitBox
gh opened a new issue #12215: using C++ api in windows10 to extract feature error URL: https://github.com/apache/incubator-mxnet/issues/12215 i'm just using mxnet C++ api to extract feature ,show the codes below cv::Mat img = _img.getMat();

[GitHub] ghgggg closed issue #12215: using C++ api in windows10 to extract feature error

2018-08-20 Thread GitBox
gh closed issue #12215: using C++ api in windows10 to extract feature error URL: https://github.com/apache/incubator-mxnet/issues/12215 This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] ghgggg commented on issue #12215: using C++ api in windows10 to extract feature error

2018-08-20 Thread GitBox
gh commented on issue #12215: using C++ api in windows10 to extract feature error URL: https://github.com/apache/incubator-mxnet/issues/12215#issuecomment-414528591 OK, i will resubmit this issue soon,thank you This is

[GitHub] sxjscience commented on issue #10204: [Operator] Make sure the result of topk is sorted

2018-08-20 Thread GitBox
sxjscience commented on issue #10204: [Operator] Make sure the result of topk is sorted URL: https://github.com/apache/incubator-mxnet/issues/10204#issuecomment-414525548 @thomelane Yes, it can be closed once #12250 is merged

[GitHub] pengzhao-intel edited a comment on issue #12239: Scale to many CPU cores

2018-08-20 Thread GitBox
pengzhao-intel edited a comment on issue #12239: Scale to many CPU cores URL: https://github.com/apache/incubator-mxnet/issues/12239#issuecomment-414519602 @qw42 , you can use master branch or release version >= 1.2.0. A simple experiment by following commands. ``` export

[GitHub] pengzhao-intel commented on issue #12239: Scale to many CPU cores

2018-08-20 Thread GitBox
pengzhao-intel commented on issue #12239: Scale to many CPU cores URL: https://github.com/apache/incubator-mxnet/issues/12239#issuecomment-414519602 @qw42 , you can use master branch or release version >= 1.2.0. A simple experiment by following commands. ``` export

[GitHub] TaoLv commented on issue #12265: update mkldnn to 0.16

2018-08-20 Thread GitBox
TaoLv commented on issue #12265: update mkldnn to 0.16 URL: https://github.com/apache/incubator-mxnet/pull/12265#issuecomment-414519491 Hi Alex, thanks for bring this up. So far as I know, mkl-dnn introduced in padding format for better performance recently and it would require more memory

[GitHub] zheng-da closed issue #12258: flaky ARMv7 build

2018-08-20 Thread GitBox
zheng-da closed issue #12258: flaky ARMv7 build URL: https://github.com/apache/incubator-mxnet/issues/12258 This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use

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

2018-08-20 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 5ca2f87 Bump the publish

[GitHub] aaronmarkham commented on issue #11921: [MXNET-711] Added updated logos to the powered by page and iot select fix

2018-08-20 Thread GitBox
aaronmarkham commented on issue #11921: [MXNET-711] Added updated logos to the powered by page and iot select fix URL: https://github.com/apache/incubator-mxnet/pull/11921#issuecomment-414512902 I looked at this along with SK and we were not able to figure out how to fix the footer

[GitHub] TobyRoseman opened a new issue #12266: Python 3.7 Support

2018-08-20 Thread GitBox
TobyRoseman opened a new issue #12266: Python 3.7 Support URL: https://github.com/apache/incubator-mxnet/issues/12266 Python 3.7 was officially released almost two months ago. Having MXNet support Python 3.7 would be very helpful.

[GitHub] anirudh2290 commented on a change in pull request #11836: Support kAddTo for softmax backward

2018-08-20 Thread GitBox
anirudh2290 commented on a change in pull request #11836: Support kAddTo for softmax backward URL: https://github.com/apache/incubator-mxnet/pull/11836#discussion_r211446441 ## File path: src/operator/contrib/ctc_loss-inl.h ## @@ -426,7 +426,7 @@ class CTCLossOp : public

[GitHub] qw42 commented on issue #12239: Scale to many CPU cores

2018-08-20 Thread GitBox
qw42 commented on issue #12239: Scale to many CPU cores URL: https://github.com/apache/incubator-mxnet/issues/12239#issuecomment-414504539 Hi pengzhao. Can you elaborate how to do it? Create multiple executors and call them from multiple threads? Which version of mxnet? Thanks you.

[GitHub] haojin2 commented on issue #12258: flaky ARMv7 build

2018-08-20 Thread GitBox
haojin2 commented on issue #12258: flaky ARMv7 build URL: https://github.com/apache/incubator-mxnet/issues/12258#issuecomment-414502111 @KellenSunderland it was merged just now. This is an automated message from the Apache

[incubator-mxnet] branch master updated: Temporarily disable ARMv7 builds (#12260)

2018-08-20 Thread nswamy
This is an automated email from the ASF dual-hosted git repository. nswamy 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 a4aced7 Temporarily disable ARMv7

[GitHub] nswamy closed pull request #12260: Temporarily disable ARMv7 builds

2018-08-20 Thread GitBox
nswamy closed pull request #12260: Temporarily disable ARMv7 builds URL: https://github.com/apache/incubator-mxnet/pull/12260 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 provenance: As this is a foreign

[GitHub] haojin2 commented on issue #12260: Temporarily disable ARMv7 builds

2018-08-20 Thread GitBox
haojin2 commented on issue #12260: Temporarily disable ARMv7 builds URL: https://github.com/apache/incubator-mxnet/pull/12260#issuecomment-414501357 @anirudh2290 @marcoabreu @nswamy @sandeep-krishnamurthy Please help merging this PR ASAP when you have time! Thanks!

[GitHub] KellenSunderland commented on issue #12258: flaky ARMv7 build

2018-08-20 Thread GitBox
KellenSunderland commented on issue #12258: flaky ARMv7 build URL: https://github.com/apache/incubator-mxnet/issues/12258#issuecomment-414500982 All passed, can someone merge https://github.com/apache/incubator-mxnet/pull/12260

[GitHub] anirudhacharya commented on issue #12258: flaky ARMv7 build

2018-08-20 Thread GitBox
anirudhacharya commented on issue #12258: flaky ARMv7 build URL: https://github.com/apache/incubator-mxnet/issues/12258#issuecomment-414497429 one more instance -

[GitHub] KellenSunderland edited a comment on issue #12258: flaky ARMv7 build

2018-08-20 Thread GitBox
KellenSunderland edited a comment on issue #12258: flaky ARMv7 build URL: https://github.com/apache/incubator-mxnet/issues/12258#issuecomment-414494330 I kicked off a PR that disables the test here: https://github.com/apache/incubator-mxnet/pull/12260. If a committer could keep their

[GitHub] KellenSunderland edited a comment on issue #12258: flaky ARMv7 build

2018-08-20 Thread GitBox
KellenSunderland edited a comment on issue #12258: flaky ARMv7 build URL: https://github.com/apache/incubator-mxnet/issues/12258#issuecomment-414494330 I kicked off a PR that disables the test here: https://github.com/apache/incubator-mxnet/pull/12260. If a committer could keep their

[GitHub] haojin2 commented on issue #12091: [MXNET-792] Fix for issue #9816 with dropout operator and RNG

2018-08-20 Thread GitBox
haojin2 commented on issue #12091: [MXNET-792] Fix for issue #9816 with dropout operator and RNG URL: https://github.com/apache/incubator-mxnet/pull/12091#issuecomment-414495840 @samskalicky Just merged, please remember to follow up on the related issues. Thanks!

[GitHub] anirudh2290 closed pull request #12091: [MXNET-792] Fix for issue #9816 with dropout operator and RNG

2018-08-20 Thread GitBox
anirudh2290 closed pull request #12091: [MXNET-792] Fix for issue #9816 with dropout operator and RNG URL: https://github.com/apache/incubator-mxnet/pull/12091 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

[incubator-mxnet] branch master updated: [MXNET-792] Fix for issue #9816 with dropout operator and RNG (#12091)

2018-08-20 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 2899715 [MXNET-792] Fix for

[GitHub] KellenSunderland commented on issue #12258: flaky ARMv7 build

2018-08-20 Thread GitBox
KellenSunderland commented on issue #12258: flaky ARMv7 build URL: https://github.com/apache/incubator-mxnet/issues/12258#issuecomment-414494330 I kicked off a PR that disables the test here: https://github.com/apache/incubator-mxnet/pull/12260. If a committer could keep their eye on

[GitHub] KellenSunderland edited a comment on issue #12258: flaky ARMv7 build

2018-08-20 Thread GitBox
KellenSunderland edited a comment on issue #12258: flaky ARMv7 build URL: https://github.com/apache/incubator-mxnet/issues/12258#issuecomment-414494330 I kicked off a PR that disables the test here: https://github.com/apache/incubator-mxnet/pull/12260. If a committer could keep their

[GitHub] KellenSunderland edited a comment on issue #12258: flaky ARMv7 build

2018-08-20 Thread GitBox
KellenSunderland edited a comment on issue #12258: flaky ARMv7 build URL: https://github.com/apache/incubator-mxnet/issues/12258#issuecomment-414494330 I kicked off a PR that disables the test here: https://github.com/apache/incubator-mxnet/pull/12260. If a committer could keep their

[incubator-mxnet] branch more-clojure-tests updated (0495539 -> 9f9bb48)

2018-08-20 Thread cmeier
This is an automated email from the ASF dual-hosted git repository. cmeier pushed a change to branch more-clojure-tests in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git. from 0495539 add initializer test add 5628194 Fix import statement (#12005) add 3dd0003

[GitHub] anirudhacharya commented on issue #11088: Tutorial not working aclImdb_lstm_classification.R

2018-08-20 Thread GitBox
anirudhacharya commented on issue #11088: Tutorial not working aclImdb_lstm_classification.R URL: https://github.com/apache/incubator-mxnet/issues/11088#issuecomment-414493512 Fix - https://github.com/apache/incubator-mxnet/pull/12263

[GitHub] anirudhacharya commented on a change in pull request #12263: [MXNET-628] Fix example on text classification using LSTMs on IMDB dataset

2018-08-20 Thread GitBox
anirudhacharya commented on a change in pull request #12263: [MXNET-628] Fix example on text classification using LSTMs on IMDB dataset URL: https://github.com/apache/incubator-mxnet/pull/12263#discussion_r211434639 ## File path: example/rnn/bucket_R/aclImdb_lstm_classification.R

[GitHub] zhanghang1989 commented on issue #12001: SyncBatchNorm problems

2018-08-20 Thread GitBox
zhanghang1989 commented on issue #12001: SyncBatchNorm problems URL: https://github.com/apache/incubator-mxnet/issues/12001#issuecomment-414491583 If using standard `BatchNorm` works, change it to `SyncBatchNorm` and set `num_device` correctly, it will work as well.

[GitHub] larroy commented on issue #12264: Temporarily disable openmp in armv7 to unblock CI

2018-08-20 Thread GitBox
larroy commented on issue #12264: Temporarily disable openmp in armv7 to unblock CI URL: https://github.com/apache/incubator-mxnet/pull/12264#issuecomment-414490842 Ok then This is an automated message from the Apache Git

[GitHub] zhanghang1989 commented on issue #12001: SyncBatchNorm problems

2018-08-20 Thread GitBox
zhanghang1989 commented on issue #12001: SyncBatchNorm problems URL: https://github.com/apache/incubator-mxnet/issues/12001#issuecomment-414490755 If using `asnumpy()` or `print()` please use `DataParallelModel` https://github.com/dmlc/gluon-cv/blob/master/gluoncv/utils/parallel.py#L11

[GitHub] larroy closed pull request #12264: Temporarily disable openmp in armv7 to unblock CI

2018-08-20 Thread GitBox
larroy closed pull request #12264: Temporarily disable openmp in armv7 to unblock CI URL: https://github.com/apache/incubator-mxnet/pull/12264 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 provenance: As

[GitHub] hetong007 commented on a change in pull request #12263: [MXNET-628] Fix example on text classification using LSTMs on IMDB dataset

2018-08-20 Thread GitBox
hetong007 commented on a change in pull request #12263: [MXNET-628] Fix example on text classification using LSTMs on IMDB dataset URL: https://github.com/apache/incubator-mxnet/pull/12263#discussion_r211432400 ## File path: example/rnn/bucket_R/aclImdb_lstm_classification.R

[GitHub] sandeep-krishnamurthy edited a comment on issue #9410: Training with the same parameters and seed gets significantly different results

2018-08-20 Thread GitBox
sandeep-krishnamurthy edited a comment on issue #9410: Training with the same parameters and seed gets significantly different results URL: https://github.com/apache/incubator-mxnet/issues/9410#issuecomment-414489047 I see that weights initialized are different for each run. To reproduce

[GitHub] anirudhacharya commented on a change in pull request #12263: [MXNET-628] Fix example on text classification using LSTMs on IMDB dataset

2018-08-20 Thread GitBox
anirudhacharya commented on a change in pull request #12263: [MXNET-628] Fix example on text classification using LSTMs on IMDB dataset URL: https://github.com/apache/incubator-mxnet/pull/12263#discussion_r211431483 ## File path: example/rnn/bucket_R/aclImdb_lstm_classification.R

[GitHub] sandeep-krishnamurthy commented on issue #9410: Training with the same parameters and seed gets significantly different results

2018-08-20 Thread GitBox
sandeep-krishnamurthy commented on issue #9410: Training with the same parameters and seed gets significantly different results URL: https://github.com/apache/incubator-mxnet/issues/9410#issuecomment-414489047 I see that weights initialized are different for each run. To reproduce

[GitHub] anirudhacharya commented on a change in pull request #12263: [MXNET-628] Fix example on text classification using LSTMs on IMDB dataset

2018-08-20 Thread GitBox
anirudhacharya commented on a change in pull request #12263: [MXNET-628] Fix example on text classification using LSTMs on IMDB dataset URL: https://github.com/apache/incubator-mxnet/pull/12263#discussion_r211430732 ## File path: example/rnn/bucket_R/aclImdb_lstm_classification.R

[GitHub] vandanavk edited a comment on issue #12242: RowSparseNDArray.retain() is an infinite loop

2018-08-20 Thread GitBox
vandanavk edited a comment on issue #12242: RowSparseNDArray.retain() is an infinite loop URL: https://github.com/apache/incubator-mxnet/issues/12242#issuecomment-414402443 @eric-haibin-lin Is this particular function used anywhere? The tests seem to refer to mx.nd.sparse.retain which

[GitHub] safrooze commented on issue #11804: softrelu activation clipping bug in MKLDNN

2018-08-20 Thread GitBox
safrooze commented on issue #11804: softrelu activation clipping bug in MKLDNN URL: https://github.com/apache/incubator-mxnet/issues/11804#issuecomment-414488191 @ZhennanQin Is this fixed in MKLDNN now? This is an automated

[GitHub] safrooze commented on issue #11411: nd.softmax() doesn't support grad_req='add'

2018-08-20 Thread GitBox
safrooze commented on issue #11411: nd.softmax() doesn't support grad_req='add' URL: https://github.com/apache/incubator-mxnet/issues/11411#issuecomment-414487878 That's great, thanks @haojin2! This is an automated message

[GitHub] junrushao1994 removed a comment on issue #12106: [MXNET-795] Fix a bug that CutSubgraph works only when each subgraph has its distinct name

2018-08-20 Thread GitBox
junrushao1994 removed a comment on issue #12106: [MXNET-795] Fix a bug that CutSubgraph works only when each subgraph has its distinct name URL: https://github.com/apache/incubator-mxnet/pull/12106#issuecomment-413351219 @piiswrong Would you like to take a look?

[GitHub] larroy commented on issue #12260: Temporarily disable ARMv7 builds

2018-08-20 Thread GitBox
larroy commented on issue #12260: Temporarily disable ARMv7 builds URL: https://github.com/apache/incubator-mxnet/pull/12260#issuecomment-414478769 Please don't merge this, revert the commit that introduced the regression. Somebody changed dmlc_core

[GitHub] pengzhao-intel commented on issue #12239: Scale to many CPU cores

2018-08-20 Thread GitBox
pengzhao-intel commented on issue #12239: Scale to many CPU cores URL: https://github.com/apache/incubator-mxnet/issues/12239#issuecomment-414482629 yes:) This is an automated message from the Apache Git Service. To

[GitHub] haojin2 closed issue #12112: flaky test: test_contrib_control_flow.test_while_loop_for_foreach

2018-08-20 Thread GitBox
haojin2 closed issue #12112: flaky test: test_contrib_control_flow.test_while_loop_for_foreach URL: https://github.com/apache/incubator-mxnet/issues/12112 This is an automated message from the Apache Git Service. To respond

[GitHub] larroy removed a comment on issue #12260: Temporarily disable ARMv7 builds

2018-08-20 Thread GitBox
larroy removed a comment on issue #12260: Temporarily disable ARMv7 builds URL: https://github.com/apache/incubator-mxnet/pull/12260#issuecomment-414480859 Please use this fix instead: https://github.com/apache/incubator-mxnet/pull/12264

[GitHub] haojin2 commented on issue #12112: flaky test: test_contrib_control_flow.test_while_loop_for_foreach

2018-08-20 Thread GitBox
haojin2 commented on issue #12112: flaky test: test_contrib_control_flow.test_while_loop_for_foreach URL: https://github.com/apache/incubator-mxnet/issues/12112#issuecomment-414482120 Fix was merged and verified to pass >1 times, closing this issue.

[GitHub] larroy opened a new pull request #12264: Temporarily disable openmp in armv7 to unblock CI

2018-08-20 Thread GitBox
larroy opened a new pull request #12264: Temporarily disable openmp in armv7 to unblock CI URL: https://github.com/apache/incubator-mxnet/pull/12264 ## Description ## Temporary fix for CI ## Checklist ## ### Essentials ### Please feel free to remove inapplicable items for

[GitHub] larroy commented on issue #12260: Temporarily disable ARMv7 builds

2018-08-20 Thread GitBox
larroy commented on issue #12260: Temporarily disable ARMv7 builds URL: https://github.com/apache/incubator-mxnet/pull/12260#issuecomment-414480859 Please use this fix instead: https://github.com/apache/incubator-mxnet/pull/12264

[GitHub] hetong007 commented on a change in pull request #12263: [MXNET-628] Fix example on text classification using LSTMs on IMDB dataset

2018-08-20 Thread GitBox
hetong007 commented on a change in pull request #12263: [MXNET-628] Fix example on text classification using LSTMs on IMDB dataset URL: https://github.com/apache/incubator-mxnet/pull/12263#discussion_r211423221 ## File path: example/rnn/bucket_R/aclImdb_lstm_classification.R

[GitHub] hetong007 commented on a change in pull request #12263: [MXNET-628] Fix example on text classification using LSTMs on IMDB dataset

2018-08-20 Thread GitBox
hetong007 commented on a change in pull request #12263: [MXNET-628] Fix example on text classification using LSTMs on IMDB dataset URL: https://github.com/apache/incubator-mxnet/pull/12263#discussion_r211423115 ## File path: example/rnn/bucket_R/aclImdb_lstm_classification.R

[GitHub] nswamy commented on issue #12263: [MXNET-628] Fix example on text classification using LSTMs on IMDB dataset

2018-08-20 Thread GitBox
nswamy commented on issue #12263: [MXNET-628] Fix example on text classification using LSTMs on IMDB dataset URL: https://github.com/apache/incubator-mxnet/pull/12263#issuecomment-414479440 are there tests for these? if not could you add some tests that run on CI?

[GitHub] vandanavk commented on issue #11042: speech recognition example is not compatible with python3

2018-08-20 Thread GitBox
vandanavk commented on issue #11042: speech recognition example is not compatible with python3 URL: https://github.com/apache/incubator-mxnet/issues/11042#issuecomment-414478597 Were you able to get this example working with Python3?

[GitHub] anirudhacharya opened a new pull request #12263: [MXNET-628] Fix example on text classification using LSTMs on IMDB dataset

2018-08-20 Thread GitBox
anirudhacharya opened a new pull request #12263: [MXNET-628] Fix example on text classification using LSTMs on IMDB dataset URL: https://github.com/apache/incubator-mxnet/pull/12263 ## Description ## Add initializer and callback and tune hyperparameters to fix the example

[GitHub] vandanavk commented on issue #6603: CTC build failed for speech_recognition example

2018-08-20 Thread GitBox
vandanavk commented on issue #6603: CTC build failed for speech_recognition example URL: https://github.com/apache/incubator-mxnet/issues/6603#issuecomment-414477737 Anyone still seeing the issue (AttributeError: 'module' object has no attribute 'WarpCTC')? I have tried all possible

[GitHub] azai91 commented on a change in pull request #12019: [MXNET-753] Fallback when using non-MKLDNN supported operators

2018-08-20 Thread GitBox
azai91 commented on a change in pull request #12019: [MXNET-753] Fallback when using non-MKLDNN supported operators URL: https://github.com/apache/incubator-mxnet/pull/12019#discussion_r211419953 ## File path: src/operator/nn/activation.cc ## @@ -182,6 +182,7 @@ The

[GitHub] larroy removed a comment on issue #12260: Temporarily disable ARMv7 builds

2018-08-20 Thread GitBox
larroy removed a comment on issue #12260: Temporarily disable ARMv7 builds URL: https://github.com/apache/incubator-mxnet/pull/12260#issuecomment-414476089 I can't reproduce this locally. Could be dirty build / ccache? This

[GitHub] larroy commented on issue #12260: Temporarily disable ARMv7 builds

2018-08-20 Thread GitBox
larroy commented on issue #12260: Temporarily disable ARMv7 builds URL: https://github.com/apache/incubator-mxnet/pull/12260#issuecomment-414476089 I can't reproduce this locally. Could be dirty build / ccache? This is an

[GitHub] KellenSunderland opened a new pull request #12262: Fix incorrect abs function call

2018-08-20 Thread GitBox
KellenSunderland opened a new pull request #12262: Fix incorrect abs function call URL: https://github.com/apache/incubator-mxnet/pull/12262 ## Description ## Addresses associated clang build warning. ## Checklist ## ### Essentials ### Please feel free to remove

[GitHub] vandanavk commented on issue #7002: warpctc: module object has no at tribute 'WarpCTC'??

2018-08-20 Thread GitBox
vandanavk commented on issue #7002: warpctc: module object has no at tribute 'WarpCTC'?? URL: https://github.com/apache/incubator-mxnet/issues/7002#issuecomment-414474853 Anyone still seeing this issue? I have tried all possible solutions suggested in various GitHub issues. But I still

  1   2   3   >