[GitHub] Heliang-Zheng commented on issue #10193: Training job crashed with "RecordIOWriter error" on V100 multi-gpu node

2019-01-16 Thread GitBox
Heliang-Zheng commented on issue #10193: Training job crashed with "RecordIOWriter error" on V100 multi-gpu node URL: https://github.com/apache/incubator-mxnet/issues/10193#issuecomment-455074557 @Northrend I met the same problem, have you solved it?

[GitHub] zheng-da commented on issue #12502: [NGRAPH] MXNet - nGraph initial integration

2019-01-16 Thread GitBox
zheng-da commented on issue #12502: [NGRAPH] MXNet - nGraph initial integration URL: https://github.com/apache/incubator-mxnet/pull/12502#issuecomment-455073000 Thanks. BTW, could you also confirm that nGraph works with MKL?

[GitHub] KellenSunderland opened a new pull request #13917: [WIP] Enable image classification mem leak test

2019-01-16 Thread GitBox
KellenSunderland opened a new pull request #13917: [WIP] Enable image classification mem leak test URL: https://github.com/apache/incubator-mxnet/pull/13917 ## Description ## This PR will attempt to help memory leaks with MXPred and MXFree reported in issue: #13265 by enabling ASAN

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

2019-01-16 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 250d775 Bump the publish

[GitHub] marcoabreu commented on a change in pull request #13916: Static build for Python

2019-01-16 Thread GitBox
marcoabreu commented on a change in pull request #13916: Static build for Python URL: https://github.com/apache/incubator-mxnet/pull/13916#discussion_r248553686 ## File path: tools/staticbuild/build_wheel.sh ## @@ -26,4 +26,5 @@ python setup.py bdist_wheel

[GitHub] TaoLv commented on issue #13875: importing mxnet causing subprocess to crash

2019-01-16 Thread GitBox
TaoLv commented on issue #13875: importing mxnet causing subprocess to crash URL: https://github.com/apache/incubator-mxnet/issues/13875#issuecomment-455055192 @dabraude Please try `export KMP_INIT_AT_FORK=false` before running your script. Let me know if it works for you. Thank you.

[GitHub] mbrookhart commented on issue #12502: [NGRAPH] MXNet - nGraph initial integration

2019-01-16 Thread GitBox
mbrookhart commented on issue #12502: [NGRAPH] MXNet - nGraph initial integration URL: https://github.com/apache/incubator-mxnet/pull/12502#issuecomment-455053262 @zheng-da Thanks for taking a look! Sorry, I've been out of a couple of days. It seems to be a memory leak, compiled graphs in

[incubator-mxnet] branch master updated: Fix for test always returning true (#13911)

2019-01-16 Thread taolv
This is an automated email from the ASF dual-hosted git repository. taolv 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 d187060 Fix for test always returning

[GitHub] TaoLv merged pull request #13911: Fix for test always returning true

2019-01-16 Thread GitBox
TaoLv merged pull request #13911: Fix for test always returning true URL: https://github.com/apache/incubator-mxnet/pull/13911 This is an automated message from the Apache Git Service. To respond to the message, please log

[incubator-mxnet] branch master updated: Update profiler doc (#13901)

2019-01-16 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 86e9180 Update profiler doc (#13901)

[GitHub] eric-haibin-lin merged pull request #13901: Update profiler doc

2019-01-16 Thread GitBox
eric-haibin-lin merged pull request #13901: Update profiler doc URL: https://github.com/apache/incubator-mxnet/pull/13901 This is an automated message from the Apache Git Service. To respond to the message, please log on

[GitHub] nttstar commented on issue #8189: Feed forward pass memory leaks (using htop)

2019-01-16 Thread GitBox
nttstar commented on issue #8189: Feed forward pass memory leaks (using htop) URL: https://github.com/apache/incubator-mxnet/issues/8189#issuecomment-455048301 Memory leak happens at module 'backward' step. I believe there were some bugs in it. nd.waitall() can fix it but leads to poor

[GitHub] marcoabreu commented on a change in pull request #13916: Static build for Python

2019-01-16 Thread GitBox
marcoabreu commented on a change in pull request #13916: Static build for Python URL: https://github.com/apache/incubator-mxnet/pull/13916#discussion_r248542825 ## File path: ci/docker/runtime_functions.sh ## @@ -1283,6 +1283,13 @@ deploy_jl_docs() { # ... }

[GitHub] marcoabreu commented on a change in pull request #13916: Static build for Python

2019-01-16 Thread GitBox
marcoabreu commented on a change in pull request #13916: Static build for Python URL: https://github.com/apache/incubator-mxnet/pull/13916#discussion_r248542741 ## File path: ci/jenkins/Jenkins_steps.groovy ## @@ -521,6 +521,19 @@ def compile_windows_gpu_mkldnn() { }]

[GitHub] szha commented on a change in pull request #13916: Static build for Python

2019-01-16 Thread GitBox
szha commented on a change in pull request #13916: Static build for Python URL: https://github.com/apache/incubator-mxnet/pull/13916#discussion_r248542455 ## File path: tools/staticbuild/build_wheel.sh ## @@ -18,10 +18,7 @@ # under the License. # This script builds the

[GitHub] lanking520 opened a new pull request #13916: Static build for Python

2019-01-16 Thread GitBox
lanking520 opened a new pull request #13916: Static build for Python URL: https://github.com/apache/incubator-mxnet/pull/13916 ## Description ## Add Python static build in ci for verification @szha @zachgk @marcoabreu ## Checklist ## ### Essentials ### Please feel free

[GitHub] cchung100m commented on issue #12205: Lint errors in examples

2019-01-16 Thread GitBox
cchung100m commented on issue #12205: Lint errors in examples URL: https://github.com/apache/incubator-mxnet/issues/12205#issuecomment-455045107 @vandanavk, Thank you for the suggestion. I add some commits based on reviewers' suggestions and re-trigger the CI build. #13815

[GitHub] TaoLv commented on issue #13913: pickle.save crashes when saving an NDArray on MXNet with error Check failed: !IsMKLDNNData() on MKL v1.3.1 taken from PyPi

2019-01-16 Thread GitBox
TaoLv commented on issue #13913: pickle.save crashes when saving an NDArray on MXNet with error Check failed: !IsMKLDNNData() on MKL v1.3.1 taken from PyPi URL: https://github.com/apache/incubator-mxnet/issues/13913#issuecomment-455045003 @piyushghai This issue has already been fixed on

[GitHub] ZhennanQin commented on issue #13697: [WIP][MKLDNN] Enable signed int8 support for convolution.

2019-01-16 Thread GitBox
ZhennanQin commented on issue #13697: [WIP][MKLDNN] Enable signed int8 support for convolution. URL: https://github.com/apache/incubator-mxnet/pull/13697#issuecomment-455040722 @KellenSunderland CI of API change get passed, but unfortunately, I have to remove quantize interface change as

[GitHub] TaoLv commented on issue #13875: importing mxnet causing subprocess to crash

2019-01-16 Thread GitBox
TaoLv commented on issue #13875: importing mxnet causing subprocess to crash URL: https://github.com/apache/incubator-mxnet/issues/13875#issuecomment-455040530 @aaronmarkham I guess for "the MKLDNN merge" you mean #13681, right? But I tried the script @dabraude shared in this issue, it

[GitHub] wkcn opened a new issue #13915: flask test: test_operator.test_activate

2019-01-16 Thread GitBox
wkcn opened a new issue #13915: flask test: test_operator.test_activate URL: https://github.com/apache/incubator-mxnet/issues/13915 ``` FAIL: test_operator.test_activation

[GitHub] wkcn edited a comment on issue #13609: [MXNET-1258]fix unittest for ROIAlign Operator

2019-01-16 Thread GitBox
wkcn edited a comment on issue #13609: [MXNET-1258]fix unittest for ROIAlign Operator URL: https://github.com/apache/incubator-mxnet/pull/13609#issuecomment-455036087 test fail in test activation ``` FAIL:

[GitHub] wkcn commented on issue #13609: [MXNET-1258]fix unittest for ROIAlign Operator

2019-01-16 Thread GitBox
wkcn commented on issue #13609: [MXNET-1258]fix unittest for ROIAlign Operator URL: https://github.com/apache/incubator-mxnet/pull/13609#issuecomment-455036087 test fail in test activation ''' FAIL:

[GitHub] pengzhao-intel commented on issue #13913: pickle.save crashes when saving an NDArray on MXNet with error Check failed: !IsMKLDNNData() on MKL v1.3.1 taken from PyPi

2019-01-16 Thread GitBox
pengzhao-intel commented on issue #13913: pickle.save crashes when saving an NDArray on MXNet with error Check failed: !IsMKLDNNData() on MKL v1.3.1 taken from PyPi URL: https://github.com/apache/incubator-mxnet/issues/13913#issuecomment-455031087 Thanks @piyushghai to report the issue.

[GitHub] pengzhao-intel commented on issue #13914: Static build instruction for MXNet in general

2019-01-16 Thread GitBox
pengzhao-intel commented on issue #13914: Static build instruction for MXNet in general URL: https://github.com/apache/incubator-mxnet/pull/13914#issuecomment-455030627 Thanks @lanking520 to enable MKLDNN backend for Maven build. Feel free to ping me if anything we can help.

[GitHub] pengzhao-intel commented on issue #13875: importing mxnet causing subprocess to crash

2019-01-16 Thread GitBox
pengzhao-intel commented on issue #13875: importing mxnet causing subprocess to crash URL: https://github.com/apache/incubator-mxnet/issues/13875#issuecomment-455030151 @dabraude @aaronmarkham thanks for reporting the issues. We will take a look for the potential issue @ZhennanQin

[GitHub] ZhennanQin closed pull request #13729: [WIP]Change mshadow shape size to size_t

2019-01-16 Thread GitBox
ZhennanQin closed pull request #13729: [WIP]Change mshadow shape size to size_t URL: https://github.com/apache/incubator-mxnet/pull/13729 This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] theSparta commented on issue #8126: Not able to train a neural network [XOR added]

2019-01-16 Thread GitBox
theSparta commented on issue #8126: Not able to train a neural network [XOR added] URL: https://github.com/apache/incubator-mxnet/issues/8126#issuecomment-455016145 @leleamol I don't have access to my machine anymore and I stopped using MXNet a long time ago.

[GitHub] aaronmarkham commented on issue #13875: importing mxnet causing subprocess to crash

2019-01-16 Thread GitBox
aaronmarkham commented on issue #13875: importing mxnet causing subprocess to crash URL: https://github.com/apache/incubator-mxnet/issues/13875#issuecomment-455016115 I'd like to note that the website CI pipeline has been intermittently failing with subprocess errors ever since the

[GitHub] iblis17 closed pull request #13871: Julia: fix `argmax`/`argmin` for NDArray

2019-01-16 Thread GitBox
iblis17 closed pull request #13871: Julia: fix `argmax`/`argmin` for NDArray URL: https://github.com/apache/incubator-mxnet/pull/13871 This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] iblis17 opened a new pull request #13871: Julia: fix `argmax`/`argmin` for NDArray

2019-01-16 Thread GitBox
iblis17 opened a new pull request #13871: Julia: fix `argmax`/`argmin` for NDArray URL: https://github.com/apache/incubator-mxnet/pull/13871 - fix 0-based index output to 1-based index close #13786 -- ```julia julia> x = NDArray([1. 2 3; 4 5 6]) 2×3

[GitHub] iblis17 opened a new pull request #13894: Julia: fix filename quoting in docstring

2019-01-16 Thread GitBox
iblis17 opened a new pull request #13894: Julia: fix filename quoting in docstring URL: https://github.com/apache/incubator-mxnet/pull/13894 Quoting filename with backticks to prevent markdown from mis-rendering it with underscore.

[GitHub] iblis17 closed pull request #13894: Julia: fix filename quoting in docstring

2019-01-16 Thread GitBox
iblis17 closed pull request #13894: Julia: fix filename quoting in docstring URL: https://github.com/apache/incubator-mxnet/pull/13894 This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] lanking520 opened a new pull request #13914: Static build instruction for MXNet in general

2019-01-16 Thread GitBox
lanking520 opened a new pull request #13914: Static build instruction for MXNet in general URL: https://github.com/apache/incubator-mxnet/pull/13914 ## Description ## Adding instructions for Static build and a static build test stage in CI. Also make the mkldnn as a default on Maven

[GitHub] ddavydenko commented on issue #13715: Add C++ Predictor class for inference

2019-01-16 Thread GitBox
ddavydenko commented on issue #13715: Add C++ Predictor class for inference URL: https://github.com/apache/incubator-mxnet/pull/13715#issuecomment-455011861 Hey, @kice , would you mind sharing a bit more about your use case(s) for C++ API? We (one of the Apache MXNet development teams) are

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

2019-01-16 Thread GitBox
JohnLee168 commented on issue #13265: MXNet C++Interface reasoning leads to CPU memory leak URL: https://github.com/apache/incubator-mxnet/issues/13265#issuecomment-455010738 > Finally, it was found that because the original Pred object was not released when Reshape Function was called,

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

2019-01-16 Thread GitBox
JohnLee168 commented on issue #13265: MXNet C++Interface reasoning leads to CPU memory leak URL: https://github.com/apache/incubator-mxnet/issues/13265#issuecomment-455010021 > I found the same issue. Every time I do reshape first and Free the reshaped handle. However, mem usage

[GitHub] piyushghai commented on issue #13913: pickle.save crashes when saving an NDArray on MXNet - MKL v1.3.1 taken from PyPi

2019-01-16 Thread GitBox
piyushghai commented on issue #13913: pickle.save crashes when saving an NDArray on MXNet - MKL v1.3.1 taken from PyPi URL: https://github.com/apache/incubator-mxnet/issues/13913#issuecomment-455008455 @mxnet-label-bot add[NDArray, Bug, MKL, MKLDNN]

[GitHub] piyushghai opened a new issue #13913: pickle.save crashes when saving an NDArray on MXNet - MKL v1.3.1 taken from PyPi

2019-01-16 Thread GitBox
piyushghai opened a new issue #13913: pickle.save crashes when saving an NDArray on MXNet - MKL v1.3.1 taken from PyPi URL: https://github.com/apache/incubator-mxnet/issues/13913 Using pickle.save on an NDArray crashes with the exception : ``` Traceback (most recent call last):

[GitHub] aaronmarkham removed a comment on issue #13912: Java install info update

2019-01-16 Thread GitBox
aaronmarkham removed a comment on issue #13912: Java install info update URL: https://github.com/apache/incubator-mxnet/pull/13912#issuecomment-455006670 Fixes #13430 This is an automated message from the Apache Git Service.

[GitHub] aaronmarkham commented on issue #13912: Java install info update

2019-01-16 Thread GitBox
aaronmarkham commented on issue #13912: Java install info update URL: https://github.com/apache/incubator-mxnet/pull/13912#issuecomment-455006670 Fixes #13430 This is an automated message from the Apache Git Service. To

[GitHub] piyushghai commented on a change in pull request #13912: Java install info update

2019-01-16 Thread GitBox
piyushghai commented on a change in pull request #13912: Java install info update URL: https://github.com/apache/incubator-mxnet/pull/13912#discussion_r248510696 ## File path: docs/install/index.md ## @@ -479,9 +479,7 @@ You can use the Maven packages defined in the

[GitHub] piyushghai commented on a change in pull request #13912: Java install info update

2019-01-16 Thread GitBox
piyushghai commented on a change in pull request #13912: Java install info update URL: https://github.com/apache/incubator-mxnet/pull/13912#discussion_r248510696 ## File path: docs/install/index.md ## @@ -479,9 +479,7 @@ You can use the Maven packages defined in the

[GitHub] frankfliu commented on a change in pull request #13912: Java install info update

2019-01-16 Thread GitBox
frankfliu commented on a change in pull request #13912: Java install info update URL: https://github.com/apache/incubator-mxnet/pull/13912#discussion_r248509896 ## File path: docs/install/index.md ## @@ -479,9 +479,7 @@ You can use the Maven packages defined in the

[GitHub] cchung100m commented on issue #13815: [MXNET-1291] solve pylint errors in examples with issue no.12205

2019-01-16 Thread GitBox
cchung100m commented on issue #13815: [MXNET-1291] solve pylint errors in examples with issue no.12205 URL: https://github.com/apache/incubator-mxnet/pull/13815#issuecomment-455003812 @vandanavk > the changes LGTM. could you fix the conflict - example/bayesian-methods/bdk_demo.py?

[GitHub] cchung100m edited a comment on issue #13815: [MXNET-1291] solve pylint errors in examples with issue no.12205

2019-01-16 Thread GitBox
cchung100m edited a comment on issue #13815: [MXNET-1291] solve pylint errors in examples with issue no.12205 URL: https://github.com/apache/incubator-mxnet/pull/13815#issuecomment-455003812 @vandanavk > the changes LGTM. could you fix the conflict -

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

2019-01-16 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 8fc3f9e Bump the publish

[GitHub] stu1130 commented on issue #13912: Java install info update

2019-01-16 Thread GitBox
stu1130 commented on issue #13912: Java install info update URL: https://github.com/apache/incubator-mxnet/pull/13912#issuecomment-455000746 @mxnet-label-bot add [pr-awaiting-review] Thanks for your contribution @IvyBazan @lanking520 @zachgk @piyushghai @andrewfayres

[GitHub] IvyBazan opened a new pull request #13912: Java install info update

2019-01-16 Thread GitBox
IvyBazan opened a new pull request #13912: Java install info update URL: https://github.com/apache/incubator-mxnet/pull/13912 ## Description ## Updated dependency information for java per issue #13910. Also, removed duplicated Clojure dependency information

[GitHub] mseth10 commented on a change in pull request #13681: Making MKL-DNN default on MXNet master

2019-01-16 Thread GitBox
mseth10 commented on a change in pull request #13681: Making MKL-DNN default on MXNet master URL: https://github.com/apache/incubator-mxnet/pull/13681#discussion_r248499564 ## File path: CMakeLists.txt ## @@ -20,7 +20,7 @@ mxnet_option(USE_F16C "Build with x86

[GitHub] mseth10 commented on a change in pull request #13681: Making MKL-DNN default on MXNet master

2019-01-16 Thread GitBox
mseth10 commented on a change in pull request #13681: Making MKL-DNN default on MXNet master URL: https://github.com/apache/incubator-mxnet/pull/13681#discussion_r248499564 ## File path: CMakeLists.txt ## @@ -20,7 +20,7 @@ mxnet_option(USE_F16C "Build with x86

[GitHub] Roshrini merged pull request #13860: Doc fixes for beta website.

2019-01-16 Thread GitBox
Roshrini merged pull request #13860: Doc fixes for beta website. URL: https://github.com/apache/incubator-mxnet/pull/13860 This is an automated message from the Apache Git Service. To respond to the message, please log on

[incubator-mxnet] branch master updated: beta doc fixes (#13860)

2019-01-16 Thread roshrini
This is an automated email from the ASF dual-hosted git repository. roshrini 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 bedf18e beta doc fixes (#13860)

[incubator-mxnet] branch master updated: Fix BatchNorm converter for CoreML when fix_gamma=True (#13557)

2019-01-16 Thread roshrini
This is an automated email from the ASF dual-hosted git repository. roshrini 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 0f7d33d Fix BatchNorm converter for

[GitHub] Roshrini merged pull request #13557: Fix BatchNorm converter for CoreML when fix_gamma=True

2019-01-16 Thread GitBox
Roshrini merged pull request #13557: Fix BatchNorm converter for CoreML when fix_gamma=True URL: https://github.com/apache/incubator-mxnet/pull/13557 This is an automated message from the Apache Git Service. To respond to

[GitHub] aaronmarkham commented on issue #13910: Java installation instruction is wrong

2019-01-16 Thread GitBox
aaronmarkham commented on issue #13910: Java installation instruction is wrong URL: https://github.com/apache/incubator-mxnet/issues/13910#issuecomment-454979349 It is a known issue that the install page shows things it shouldn't. That selector is broken, broken, broken. Reported here:

[GitHub] stu1130 commented on issue #13763: [contrib][op] fix MultiBoxPrior confusing results if first ratio is not 1.0

2019-01-16 Thread GitBox
stu1130 commented on issue #13763: [contrib][op] fix MultiBoxPrior confusing results if first ratio is not 1.0 URL: https://github.com/apache/incubator-mxnet/pull/13763#issuecomment-454978719 @eric-haibin-lin could you review it? Thanks

[GitHub] lupesko commented on issue #10171: CoreML tool, wrong mlmodelc file name for Inception-BN

2019-01-16 Thread GitBox
lupesko commented on issue #10171: CoreML tool, wrong mlmodelc file name for Inception-BN URL: https://github.com/apache/incubator-mxnet/issues/10171#issuecomment-454978461 @mxnet-label-bot please remove label [Converter]

[GitHub] lupesko commented on issue #10171: CoreML tool, wrong mlmodelc file name for Inception-BN

2019-01-16 Thread GitBox
lupesko commented on issue #10171: CoreML tool, wrong mlmodelc file name for Inception-BN URL: https://github.com/apache/incubator-mxnet/issues/10171#issuecomment-454978336 @mxnet-label-bot please add label [CoreML] This is

[GitHub] KellenSunderland commented on issue #13697: [WIP][MKLDNN] Enable signed int8 support for convolution.

2019-01-16 Thread GitBox
KellenSunderland commented on issue #13697: [WIP][MKLDNN] Enable signed int8 support for convolution. URL: https://github.com/apache/incubator-mxnet/pull/13697#issuecomment-454973211 Sounds good. Many thanks for doing this on short notice @ZhennanQin

[GitHub] stu1130 commented on issue #13757: Set ImageNet data augmentation by default

2019-01-16 Thread GitBox
stu1130 commented on issue #13757: Set ImageNet data augmentation by default URL: https://github.com/apache/incubator-mxnet/pull/13757#issuecomment-454972602 @rahul003 could you take a look at it. any idea why it was commented? Thanks a lot!

[GitHub] KellenSunderland commented on issue #13900: [v1.4.x] fix memory corruption in gluoncv ssd training

2019-01-16 Thread GitBox
KellenSunderland commented on issue #13900: [v1.4.x] fix memory corruption in gluoncv ssd training URL: https://github.com/apache/incubator-mxnet/pull/13900#issuecomment-454972193 Damn, Github changed the author history after a squash merge. To be clear this patch was developed by

[incubator-mxnet] branch v1.4.x updated: fix bipartite match memory corruption (#13900)

2019-01-16 Thread kellen
This is an automated email from the ASF dual-hosted git repository. kellen 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 bf86caa fix bipartite match memory

[GitHub] KellenSunderland merged pull request #13900: [v1.4.x] fix memory corruption in gluoncv ssd training

2019-01-16 Thread GitBox
KellenSunderland merged pull request #13900: [v1.4.x] fix memory corruption in gluoncv ssd training URL: https://github.com/apache/incubator-mxnet/pull/13900 This is an automated message from the Apache Git Service. To

[GitHub] stu1130 commented on issue #13911: Fix for test always returning true

2019-01-16 Thread GitBox
stu1130 commented on issue #13911: Fix for test always returning true URL: https://github.com/apache/incubator-mxnet/pull/13911#issuecomment-454969838 @mxnet-label-bot add [pr-awaiting-merge] Thanks for your contribution @ptrendx

[GitHub] KellenSunderland edited a comment on issue #13900: [v1.4.x] fix memory corruption in gluoncv ssd training

2019-01-16 Thread GitBox
KellenSunderland edited a comment on issue #13900: [v1.4.x] fix memory corruption in gluoncv ssd training URL: https://github.com/apache/incubator-mxnet/pull/13900#issuecomment-454968889 @zhreshold This PR is #13727 cherry-picked for 1.4.x. If you look at the commit history it's the same

[GitHub] KellenSunderland commented on issue #13900: [v1.4.x] fix memory corruption in gluoncv ssd training

2019-01-16 Thread GitBox
KellenSunderland commented on issue #13900: [v1.4.x] fix memory corruption in gluoncv ssd training URL: https://github.com/apache/incubator-mxnet/pull/13900#issuecomment-454968889 @zhreshold This PR is #13727 cherry-picked for 1.4.x.

[GitHub] ptrendx commented on issue #13873: fix compile error in debug mode

2019-01-16 Thread GitBox
ptrendx commented on issue #13873: fix compile error in debug mode URL: https://github.com/apache/incubator-mxnet/pull/13873#issuecomment-454968800 Yes, I noticed this same issue with building in DEBUG mode some time ago, but never actually make a PR for that - thank you! The changes look

[incubator-mxnet] branch master updated: #13813 examples with opencv4/origami (#13813)

2019-01-16 Thread cmeier
This is an automated email from the ASF dual-hosted git repository. cmeier 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 754ff76 #13813 examples with

[GitHub] gigasquid commented on issue #13813: [Clojure] examples with opencv4/origami

2019-01-16 Thread GitBox
gigasquid commented on issue #13813: [Clojure] examples with opencv4/origami URL: https://github.com/apache/incubator-mxnet/pull/13813#issuecomment-454968507 Thanks for all your hard work on making this possible @hellonico - It works great - tested on OSX and Linux 

[GitHub] gigasquid merged pull request #13813: [Clojure] examples with opencv4/origami

2019-01-16 Thread GitBox
gigasquid merged pull request #13813: [Clojure] examples with opencv4/origami URL: https://github.com/apache/incubator-mxnet/pull/13813 This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] ifeherva commented on issue #13768: Skip CI pipelines unaffected by code changes. [WIP][Do not merge]

2019-01-16 Thread GitBox
ifeherva commented on issue #13768: Skip CI pipelines unaffected by code changes. [WIP][Do not merge] URL: https://github.com/apache/incubator-mxnet/pull/13768#issuecomment-454967995 > @ifeherva is it good to review? Not yet, I ran into some technical difficulties (function

[GitHub] ptrendx opened a new pull request #13911: Fix for test always returning true

2019-01-16 Thread GitBox
ptrendx opened a new pull request #13911: Fix for test always returning true URL: https://github.com/apache/incubator-mxnet/pull/13911 ## Description ## Simple change to actually test the value of `a.dtype` in `test_randint_without_dtype`. Without this, nosetests complains: ```

[GitHub] stu1130 commented on issue #13768: Skip CI pipelines unaffected by code changes. [WIP][Do not merge]

2019-01-16 Thread GitBox
stu1130 commented on issue #13768: Skip CI pipelines unaffected by code changes. [WIP][Do not merge] URL: https://github.com/apache/incubator-mxnet/pull/13768#issuecomment-454965949 @ifeherva is it good to review? This is an

[GitHub] stu1130 commented on issue #13689: (WIP): Jetson build with CMake and TensorRT

2019-01-16 Thread GitBox
stu1130 commented on issue #13689: (WIP): Jetson build with CMake and TensorRT URL: https://github.com/apache/incubator-mxnet/pull/13689#issuecomment-454965654 @lebeg any update? Thanks This is an automated message from the

[GitHub] stu1130 commented on issue #10951: [MXNET-545] Fix broken cython build

2019-01-16 Thread GitBox
stu1130 commented on issue #10951: [MXNET-545] Fix broken cython build URL: https://github.com/apache/incubator-mxnet/pull/10951#issuecomment-454965413 @asitstands could you resolve the conflict? (maybe rebase it) Thanks This

[GitHub] stu1130 edited a comment on issue #11184: Make amalgamation part be suitable for iOS

2019-01-16 Thread GitBox
stu1130 edited a comment on issue #11184: Make amalgamation part be suitable for iOS URL: https://github.com/apache/incubator-mxnet/pull/11184#issuecomment-454964564 @Aozorany bounce again for the update! Thanks @mxnet-label-bot update [pr-awaiting-response]

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

2019-01-16 Thread GitBox
stu1130 commented on issue #11184: Make amalgamation part be suitable for iOS URL: https://github.com/apache/incubator-mxnet/pull/11184#issuecomment-454964564 @Aozorany bounce again for the update! Thanks This is an automated

[GitHub] zhreshold commented on issue #13900: [v1.4.x] fix memory corruption in gluoncv ssd training

2019-01-16 Thread GitBox
zhreshold commented on issue #13900: [v1.4.x] fix memory corruption in gluoncv ssd training URL: https://github.com/apache/incubator-mxnet/pull/13900#issuecomment-454960356 @KellenSunderland you can cherrypick https://github.com/apache/incubator-mxnet/pull/13727 into 1.4.x directly as it

[GitHub] zhreshold commented on issue #13900: [v1.4.x] fix memory corruption in gluoncv ssd training

2019-01-16 Thread GitBox
zhreshold commented on issue #13900: [v1.4.x] fix memory corruption in gluoncv ssd training URL: https://github.com/apache/incubator-mxnet/pull/13900#issuecomment-454959742 Is it duplicate of https://github.com/apache/incubator-mxnet/pull/13727 ?

[GitHub] ptrendx commented on issue #13890: Improve bulking in Gluon

2019-01-16 Thread GitBox
ptrendx commented on issue #13890: Improve bulking in Gluon URL: https://github.com/apache/incubator-mxnet/pull/13890#issuecomment-454953768 The issue with test_dropout is unrelated, details in #9816 This is an automated

[GitHub] lanking520 opened a new issue #13910: Java installation instruction is wrong

2019-01-16 Thread GitBox
lanking520 opened a new issue #13910: Java installation instruction is wrong URL: https://github.com/apache/incubator-mxnet/issues/13910 Currently Java API is only available for master and 1.4.x above. However, we can find the instruction for all previous versions:

[GitHub] ptrendx commented on issue #9816: Dropout may mask values even when ratio=0.0

2019-01-16 Thread GitBox
ptrendx commented on issue #9816: Dropout may mask values even when ratio=0.0 URL: https://github.com/apache/incubator-mxnet/issues/9816#issuecomment-454953107 Unfortunately the issue with dropout operator is not fully solved - when using seed 579061237 on the GPU, rng produces 0 for one

[GitHub] ChaiBapchya commented on issue #13221: Flaky tests: test_gluon_model_zoo_gpu.test_training

2019-01-16 Thread GitBox
ChaiBapchya commented on issue #13221: Flaky tests: test_gluon_model_zoo_gpu.test_training URL: https://github.com/apache/incubator-mxnet/issues/13221#issuecomment-454951788 Flaky test found -

[GitHub] stu1130 commented on issue #11658: Optimize cached op static memory allocation

2019-01-16 Thread GitBox
stu1130 commented on issue #11658: Optimize cached op static memory allocation URL: https://github.com/apache/incubator-mxnet/pull/11658#issuecomment-454950244 @piiswrong could you please rebase it thanks! This is an

[GitHub] stu1130 edited a comment on issue #11658: Optimize cached op static memory allocation

2019-01-16 Thread GitBox
stu1130 edited a comment on issue #11658: Optimize cached op static memory allocation URL: https://github.com/apache/incubator-mxnet/pull/11658#issuecomment-454950244 @piiswrong could you please rebase the PR thanks! This is

[GitHub] stu1130 commented on issue #12485: test_ImageRecordIter_seed_augmentation flaky test fix

2019-01-16 Thread GitBox
stu1130 commented on issue #12485: test_ImageRecordIter_seed_augmentation flaky test fix URL: https://github.com/apache/incubator-mxnet/pull/12485#issuecomment-454948800 @sandeep-krishnamurthy @nswamy could someone merge this PR?

[GitHub] stu1130 commented on issue #13668: Update MKL-DNN to fix the Dense layer issue

2019-01-16 Thread GitBox
stu1130 commented on issue #13668: Update MKL-DNN to fix the Dense layer issue URL: https://github.com/apache/incubator-mxnet/pull/13668#issuecomment-454947008 @zheng-da ping for the update! Thanks This is an automated

[GitHub] stu1130 commented on issue #13612: add pos_weight for SigmoidBinaryCrossEntropyLoss

2019-01-16 Thread GitBox
stu1130 commented on issue #13612: add pos_weight for SigmoidBinaryCrossEntropyLoss URL: https://github.com/apache/incubator-mxnet/pull/13612#issuecomment-454941848 @eureka7mt Could you fix the Trailing whitespace issue?

[GitHub] stu1130 commented on issue #13624: WIP: Nightly Tests For Clojure

2019-01-16 Thread GitBox
stu1130 commented on issue #13624: WIP: Nightly Tests For Clojure URL: https://github.com/apache/incubator-mxnet/pull/13624#issuecomment-454932308 @marcoabreu ping again for the update! Thanks This is an automated message

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

2019-01-16 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 35edab8 Bump the publish

[GitHub] stu1130 commented on issue #13667: [MXNET-1253] [WIP] Fix large array issue in topk operator

2019-01-16 Thread GitBox
stu1130 commented on issue #13667: [MXNET-1253] [WIP] Fix large array issue in topk operator URL: https://github.com/apache/incubator-mxnet/pull/13667#issuecomment-454925793 @apeforest ping again for the update This is an

[GitHub] szha merged pull request #13683: fix bug in nag optimizer

2019-01-16 Thread GitBox
szha merged pull request #13683: fix bug in nag optimizer URL: https://github.com/apache/incubator-mxnet/pull/13683 This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub

[incubator-mxnet] branch master updated: fix bug in nag optimizer (#13683)

2019-01-16 Thread zhasheng
This is an automated email from the ASF dual-hosted git repository. zhasheng 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 9314689 fix bug in nag optimizer

[GitHub] eric-haibin-lin commented on issue #13908: Support for Named Arrays

2019-01-16 Thread GitBox
eric-haibin-lin commented on issue #13908: Support for Named Arrays URL: https://github.com/apache/incubator-mxnet/issues/13908#issuecomment-454918027 +1 This is an automated message from the Apache Git Service. To respond

[GitHub] Ishitori opened a new issue #13909: gluon.utils.split_and_load(even_split=False) fails if num of contexts > num of data

2019-01-16 Thread GitBox
Ishitori opened a new issue #13909: gluon.utils.split_and_load(even_split=False) fails if num of contexts > num of data URL: https://github.com/apache/incubator-mxnet/issues/13909 ## Description Sometimes, it is hard to predict how much data left in the dataloader by the time last

[GitHub] apeforest commented on issue #13142: [WIP] cudnnFind** API does not return deterministic algorithms

2019-01-16 Thread GitBox
apeforest commented on issue #13142: [WIP] cudnnFind** API does not return deterministic algorithms URL: https://github.com/apache/incubator-mxnet/pull/13142#issuecomment-454909516 @DickJC123 I think this PR is meant to raise a question rather than to be merged. My question is that when

[GitHub] lanking520 commented on a change in pull request #13807: [MXNET-1180] Java Image API

2019-01-16 Thread GitBox
lanking520 commented on a change in pull request #13807: [MXNET-1180] Java Image API URL: https://github.com/apache/incubator-mxnet/pull/13807#discussion_r248420221 ## File path:

[GitHub] stu1130 commented on a change in pull request #13848: [MXNET-1291] solve pylint errors in examples with issue no.12205

2019-01-16 Thread GitBox
stu1130 commented on a change in pull request #13848: [MXNET-1291] solve pylint errors in examples with issue no.12205 URL: https://github.com/apache/incubator-mxnet/pull/13848#discussion_r248420064 ## File path: example/autoencoder/model.py ## @@ -53,7 +54,7 @@ def

[GitHub] stu1130 commented on a change in pull request #13907: Fixes downloading of data in cpp-package/example/get_data.sh

2019-01-16 Thread GitBox
stu1130 commented on a change in pull request #13907: Fixes downloading of data in cpp-package/example/get_data.sh URL: https://github.com/apache/incubator-mxnet/pull/13907#discussion_r248416683 ## File path: cpp-package/example/get_data.sh ## @@ -14,28 +15,29 @@ # KIND,

  1   2   >