[GitHub] TaoLv commented on issue #13900: fix memory corruption in gluoncv ssd training

2019-01-15 Thread GitBox
TaoLv commented on issue #13900: fix memory corruption in gluoncv ssd training URL: https://github.com/apache/incubator-mxnet/pull/13900#issuecomment-454676852 Suggest to have [v1.4.x] in the title of PR for v1.4.x branch.

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

2019-01-15 Thread GitBox
ZhennanQin commented on issue #13697: [MKLDNN] Enable signed int8 support for convolution. URL: https://github.com/apache/incubator-mxnet/pull/13697#issuecomment-454675543 @KellenSunderland I just created 2 PRs, one for master, and another for 1.4.x branch. I'll try my best to get their

[GitHub] ZhennanQin opened a new pull request #13905: API change for 1.4.x branch

2019-01-15 Thread GitBox
ZhennanQin opened a new pull request #13905: API change for 1.4.x branch URL: https://github.com/apache/incubator-mxnet/pull/13905 ## Description ## This is extracted from #13697, to make API change for 1.4.x branch. ## Checklist ## ### Essentials ### Please feel free to

[GitHub] ZhennanQin closed pull request #13904: Api

2019-01-15 Thread GitBox
ZhennanQin closed pull request #13904: Api URL: https://github.com/apache/incubator-mxnet/pull/13904 As this is a foreign pull request (from a fork), the diff has been sent to your commit mailing list, comm...@mxnet.apache.org

[GitHub] ZhennanQin opened a new pull request #13904: Api

2019-01-15 Thread GitBox
ZhennanQin opened a new pull request #13904: Api URL: https://github.com/apache/incubator-mxnet/pull/13904 ## Description ## This is extracted from https://github.com/apache/incubator-mxnet/pull/13697, to make API change only for 1.4.x branch. @KellenSunderland @pengzhao-intel

[GitHub] ZhennanQin opened a new pull request #13903: API change for 1.4.x branch

2019-01-15 Thread GitBox
ZhennanQin opened a new pull request #13903: API change for 1.4.x branch URL: https://github.com/apache/incubator-mxnet/pull/13903 ## Description ## This is extracted from https://github.com/apache/incubator-mxnet/pull/13697, to make API change only for 1.4.x branch.

[GitHub] CyberZHG commented on issue #13557: Fix BatchNorm converter for CoreML when fix_gamma=True

2019-01-15 Thread GitBox
CyberZHG commented on issue #13557: Fix BatchNorm converter for CoreML when fix_gamma=True URL: https://github.com/apache/incubator-mxnet/pull/13557#issuecomment-454671679 @apeforest I have modified the random seeds and the input shape with a new commit. The testing results can be seen at

[GitHub] szha commented on a change in pull request #13901: Update profiler doc

2019-01-15 Thread GitBox
szha commented on a change in pull request #13901: Update profiler doc URL: https://github.com/apache/incubator-mxnet/pull/13901#discussion_r248166623 ## File path: src/c_api/c_api_profile.cc ## @@ -215,25 +215,26 @@ struct ProfileConfigParam : public dmlc::Parameter {

[GitHub] FCInter opened a new issue #13902: Loss becomes NaN when setting use_global_stat=True for batchnorm

2019-01-15 Thread GitBox
FCInter opened a new issue #13902: Loss becomes NaN when setting use_global_stat=True for batchnorm URL: https://github.com/apache/incubator-mxnet/issues/13902 ## Description I trained a model and used it to perform prediction. While building the predictor, if I set the argument

[GitHub] szha commented on a change in pull request #13901: Update profiler doc

2019-01-15 Thread GitBox
szha commented on a change in pull request #13901: Update profiler doc URL: https://github.com/apache/incubator-mxnet/pull/13901#discussion_r248166523 ## File path: src/c_api/c_api_profile.cc ## @@ -215,25 +215,26 @@ struct ProfileConfigParam : public dmlc::Parameter {

[GitHub] szha commented on issue #13880: MXNET-1295 Adding integer index support to Sequence* family of operators.

2019-01-15 Thread GitBox
szha commented on issue #13880: MXNET-1295 Adding integer index support to Sequence* family of operators. URL: https://github.com/apache/incubator-mxnet/pull/13880#issuecomment-454670475 @stephenrawls thanks! the approach sounds reasonable.

[incubator-mxnet] branch master updated: Fix the order of error term's operands (#13745)

2019-01-15 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 5b011b3 Fix the order of error

[GitHub] szha merged pull request #13745: Fix the order of error term's operands

2019-01-15 Thread GitBox
szha merged pull request #13745: Fix the order of error term's operands URL: https://github.com/apache/incubator-mxnet/pull/13745 As this is a foreign pull request (from a fork), the diff has been sent to your commit mailing list, comm...@mxnet.apache.org

[incubator-mxnet] Diff for: [GitHub] szha merged pull request #13745: Fix the order of error term's operands

2019-01-15 Thread GitBox
diff --git a/python/mxnet/gluon/loss.py b/python/mxnet/gluon/loss.py index 7b5832e1ace..29d0105ae8d 100644 --- a/python/mxnet/gluon/loss.py +++ b/python/mxnet/gluon/loss.py @@ -99,11 +99,11 @@ def hybrid_forward(self, F, x, *args, **kwargs): class L2Loss(Loss): -r"""Calculates the mean

[GitHub] stephenrawls commented on issue #13880: MXNET-1295 Adding integer index support to Sequence* family of operators.

2019-01-15 Thread GitBox
stephenrawls commented on issue #13880: MXNET-1295 Adding integer index support to Sequence* family of operators. URL: https://github.com/apache/incubator-mxnet/pull/13880#issuecomment-454665451 @szha Okay I added unit tests. As I alluded to in my original PR, it wasn't exactly clear the

[GitHub] eric-haibin-lin opened a new pull request #13901: Update profiler doc

2019-01-15 Thread GitBox
eric-haibin-lin opened a new pull request #13901: Update profiler doc URL: https://github.com/apache/incubator-mxnet/pull/13901 ## Description ## (Brief description on what this PR is about) ## Checklist ## ### Essentials ### Please feel free to remove inapplicable items for

[GitHub] KellenSunderland merged pull request #13310: [MXNET-703] Update to TensorRT 5, ONNX IR 3. Fix inference bugs.

2019-01-15 Thread GitBox
KellenSunderland merged pull request #13310: [MXNET-703] Update to TensorRT 5, ONNX IR 3. Fix inference bugs. URL: https://github.com/apache/incubator-mxnet/pull/13310 As this is a foreign pull request (from a fork), the diff has been sent to your commit mailing list,

[incubator-mxnet] branch master updated: [MXNET-703] Update to TensorRT 5, ONNX IR 3. Fix inference bugs. (#13310)

2019-01-15 Thread kellen
This is an automated email from the ASF dual-hosted git repository. kellen 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 cc15d9a [MXNET-703] Update to

[GitHub] KellenSunderland closed issue #12598: mx.contrib.tensorrt.tensorrt_bind got a bad result!

2019-01-15 Thread GitBox
KellenSunderland closed issue #12598: mx.contrib.tensorrt.tensorrt_bind got a bad result! URL: https://github.com/apache/incubator-mxnet/issues/12598 This is an automated message from the Apache Git Service. To respond to

[incubator-mxnet] Diff for: [GitHub] KellenSunderland merged pull request #13310: [MXNET-703] Update to TensorRT 5, ONNX IR 3. Fix inference bugs.

2019-01-15 Thread GitBox
diff --git a/3rdparty/onnx-tensorrt b/3rdparty/onnx-tensorrt index 3d8ee049970..f1c7aa63d88 16 --- a/3rdparty/onnx-tensorrt +++ b/3rdparty/onnx-tensorrt @@ -1 +1 @@ -Subproject commit 3d8ee049970e81ff4935cc7f36b653c0b27bcbbc +Subproject commit f1c7aa63d88d8d8ef70490f2ebb6b33f7450218b diff

[GitHub] KellenSunderland closed issue #13459: Upgrade CMake to at least 3.10 for NVCC Ccache support

2019-01-15 Thread GitBox
KellenSunderland closed issue #13459: Upgrade CMake to at least 3.10 for NVCC Ccache support URL: https://github.com/apache/incubator-mxnet/issues/13459 This is an automated message from the Apache Git Service. To respond

[GitHub] NEWPLAN edited a comment on issue #13873: fix compile error in debug mode

2019-01-15 Thread GitBox
NEWPLAN edited a comment on issue #13873: fix compile error in debug mode URL: https://github.com/apache/incubator-mxnet/pull/13873#issuecomment-454663600 > Thanks for the info @NEWPLAN. You can ignore the website failure, that's a problem on our side. > > One more question, were

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

2019-01-15 Thread GitBox
NEWPLAN commented on issue #13873: fix compile error in debug mode URL: https://github.com/apache/incubator-mxnet/pull/13873#issuecomment-454663600 > Thanks for the info @NEWPLAN. You can ignore the website failure, that's a problem on our side. > > One more question, were you

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

2019-01-15 Thread GitBox
KellenSunderland commented on issue #13697: [MKLDNN] Enable signed int8 support for convolution. URL: https://github.com/apache/incubator-mxnet/pull/13697#issuecomment-454662154 I'd suggest you open the PR. I think you best know the refactors that would need to be done.

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

2019-01-15 Thread GitBox
ZhennanQin commented on issue #13697: [MKLDNN] Enable signed int8 support for convolution. URL: https://github.com/apache/incubator-mxnet/pull/13697#issuecomment-454661905 > Yes that's what I'd suggest as well. **I** would open a PR with API changes you like to make and enough other

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

2019-01-15 Thread GitBox
KellenSunderland commented on issue #13873: fix compile error in debug mode URL: https://github.com/apache/incubator-mxnet/pull/13873#issuecomment-454661509 Thanks for the info @NEWPLAN. You can ignore the website failure, that's a problem on our side. One more question, were you

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

2019-01-15 Thread GitBox
KellenSunderland commented on issue #13697: [MKLDNN] Enable signed int8 support for convolution. URL: https://github.com/apache/incubator-mxnet/pull/13697#issuecomment-454661057 FYI the next code freeze (for 1.4.0.rc1) is Thursday Jan 17th 6pm PST.

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

2019-01-15 Thread GitBox
KellenSunderland commented on issue #13697: [MKLDNN] Enable signed int8 support for convolution. URL: https://github.com/apache/incubator-mxnet/pull/13697#issuecomment-454660795 Yes that's what I'd suggest as well. I would open a PR with API changes you like to make and enough other

[GitHub] KellenSunderland edited a comment on issue #13697: [MKLDNN] Enable signed int8 support for convolution.

2019-01-15 Thread GitBox
KellenSunderland edited a comment on issue #13697: [MKLDNN] Enable signed int8 support for convolution. URL: https://github.com/apache/incubator-mxnet/pull/13697#issuecomment-454660795 Yes that's what I'd suggest as well. I would open a PR with the API changes you like to make and enough

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

2019-01-15 Thread GitBox
ZhennanQin commented on issue #13697: [MKLDNN] Enable signed int8 support for convolution. URL: https://github.com/apache/incubator-mxnet/pull/13697#issuecomment-454659789 @KellenSunderland Good to hear this suggestion! To make the risk under control, I suggest to open a PR for API change

[incubator-mxnet] branch v1.4.x updated (bf15539 -> 208beaa)

2019-01-15 Thread zhasheng
This is an automated email from the ASF dual-hosted git repository. zhasheng pushed a change to branch v1.4.x in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git. from bf15539 [v1.4.x] export exception handling APIs in MXNet (#13845) add 208beaa fix bug in profiler

[incubator-mxnet] Diff for: [GitHub] szha merged pull request #13899: fix bug in profiler tutorial when using cpu

2019-01-15 Thread GitBox
diff --git a/docs/tutorials/python/profiler.md b/docs/tutorials/python/profiler.md index d99bb19ee02..7dcda10f11b 100644 --- a/docs/tutorials/python/profiler.md +++ b/docs/tutorials/python/profiler.md @@ -94,10 +94,10 @@ Let's define a method that will run one training iteration given data and

[GitHub] szha merged pull request #13899: fix bug in profiler tutorial when using cpu

2019-01-15 Thread GitBox
szha merged pull request #13899: fix bug in profiler tutorial when using cpu URL: https://github.com/apache/incubator-mxnet/pull/13899 As this is a foreign pull request (from a fork), the diff has been sent to your commit mailing list, comm...@mxnet.apache.org

[GitHub] KellenSunderland opened a new pull request #13900: fix memory corruption in gluoncv ssd training

2019-01-15 Thread GitBox
KellenSunderland opened a new pull request #13900: fix memory corruption in gluoncv ssd training URL: https://github.com/apache/incubator-mxnet/pull/13900 ## Description ## Fix #13710 In bipartite match, the temporary workspace size is miscalculated and not enough to hold the

[incubator-mxnet] branch v1.4.x updated (a9bdeb5 -> bf15539)

2019-01-15 Thread haibin
This is an automated email from the ASF dual-hosted git repository. haibin pushed a change to branch v1.4.x in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git. from a9bdeb5 License fixed with copyrights on 1.4.x release branch (#13856) add bf15539 [v1.4.x] export

[incubator-mxnet] Diff for: [GitHub] eric-haibin-lin merged pull request #13845: [v1.4.x] export exception handling APIs in MXNet

2019-01-15 Thread GitBox
diff --git a/include/mxnet/c_api_error.h b/include/mxnet/c_api_error.h new file mode 100644 index 000..0c6ea03fa45 --- /dev/null +++ b/include/mxnet/c_api_error.h @@ -0,0 +1,56 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements.

[GitHub] eric-haibin-lin merged pull request #13845: [v1.4.x] export exception handling APIs in MXNet

2019-01-15 Thread GitBox
eric-haibin-lin merged pull request #13845: [v1.4.x] export exception handling APIs in MXNet URL: https://github.com/apache/incubator-mxnet/pull/13845 As this is a foreign pull request (from a fork), the diff has been sent to your commit mailing list, comm...@mxnet.apache.org

[GitHub] KellenSunderland opened a new pull request #13899: fix bug in profiler tutorial when using cpu

2019-01-15 Thread GitBox
KellenSunderland opened a new pull request #13899: fix bug in profiler tutorial when using cpu URL: https://github.com/apache/incubator-mxnet/pull/13899 ## Description ## When using cpu only, it produces error because test_utils.list_gpus() always returns at least empty array, and do

[incubator-mxnet] branch master updated (b1c9c2a -> e682169)

2019-01-15 Thread skm
This is an automated email from the ASF dual-hosted git repository. skm pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git. from b1c9c2a Added logging to GitHub commit status publishing (#13615) add e682169 Add a test for SGLD

[incubator-mxnet] Diff for: [GitHub] sandeep-krishnamurthy merged pull request #13762: [MXNET-1274] Add a test for SGLD optimizer with comparisons for set noise seeds.

2019-01-15 Thread GitBox
diff --git a/tests/python/unittest/test_optimizer.py b/tests/python/unittest/test_optimizer.py index eb33f9b5217..935bd9ab182 100644 --- a/tests/python/unittest/test_optimizer.py +++ b/tests/python/unittest/test_optimizer.py @@ -435,6 +435,90 @@ def test_nag():

[GitHub] sandeep-krishnamurthy merged pull request #13762: [MXNET-1274] Add a test for SGLD optimizer with comparisons for set noise seeds.

2019-01-15 Thread GitBox
sandeep-krishnamurthy merged pull request #13762: [MXNET-1274] Add a test for SGLD optimizer with comparisons for set noise seeds. URL: https://github.com/apache/incubator-mxnet/pull/13762 As this is a foreign pull request (from a fork), the diff has been sent to your commit mailing

[GitHub] ChaiBapchya commented on issue #13083: [MXNET-345] Hardmax operator

2019-01-15 Thread GitBox
ChaiBapchya commented on issue #13083: [MXNET-345] Hardmax operator URL: https://github.com/apache/incubator-mxnet/pull/13083#issuecomment-454657899 Apologies for being less explicit. Yes. I meant yes. This is an automated

[GitHub] szha commented on a change in pull request #13632: Gradient multiplier (contrib) operator

2019-01-15 Thread GitBox
szha commented on a change in pull request #13632: Gradient multiplier (contrib) operator URL: https://github.com/apache/incubator-mxnet/pull/13632#discussion_r248155728 ## File path: src/operator/contrib/gradient_multiplier_op.cc ## @@ -0,0 +1,99 @@ +/* + * Licensed to

[GitHub] KellenSunderland opened a new pull request #13898: Fix launch bounds in spatial transformer

2019-01-15 Thread GitBox
KellenSunderland opened a new pull request #13898: Fix launch bounds in spatial transformer URL: https://github.com/apache/incubator-mxnet/pull/13898 ## Description ## Without __launch_bounds__ compiler is not required to use small enough number of registers to fit 1024 threads per

[GitHub] sandeep-krishnamurthy merged pull request #13615: Added logging to GitHub commit status publishing

2019-01-15 Thread GitBox
sandeep-krishnamurthy merged pull request #13615: Added logging to GitHub commit status publishing URL: https://github.com/apache/incubator-mxnet/pull/13615 As this is a foreign pull request (from a fork), the diff has been sent to your commit mailing list, comm...@mxnet.apache.org

[incubator-mxnet] branch master updated: Added logging to GitHub commit status publishing (#13615)

2019-01-15 Thread skm
This is an automated email from the ASF dual-hosted git repository. skm 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 b1c9c2a Added logging to GitHub commit

[incubator-mxnet] Diff for: [GitHub] sandeep-krishnamurthy merged pull request #13615: Added logging to GitHub commit status publishing

2019-01-15 Thread GitBox
diff --git a/ci/Jenkinsfile_utils.groovy b/ci/Jenkinsfile_utils.groovy index f82c238ed07..0ab9cea4aa0 100644 --- a/ci/Jenkinsfile_utils.groovy +++ b/ci/Jenkinsfile_utils.groovy @@ -173,9 +173,17 @@ def update_github_commit_status(state, message) { //properly and you would see an empty list of

[GitHub] apeforest commented on a change in pull request #13557: Fix BatchNorm converter for CoreML when fix_gamma=True

2019-01-15 Thread GitBox
apeforest commented on a change in pull request #13557: Fix BatchNorm converter for CoreML when fix_gamma=True URL: https://github.com/apache/incubator-mxnet/pull/13557#discussion_r248155089 ## File path: tools/coreml/test/test_mxnet_converter.py ## @@ -938,6 +938,40 @@

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

2019-01-15 Thread GitBox
KellenSunderland commented on issue #13697: [MKLDNN] Enable signed int8 support for convolution. URL: https://github.com/apache/incubator-mxnet/pull/13697#issuecomment-454656736 Hey @ZhennanQin we're actually cutting a new release of MXNet tomorrow. If you'd like to make your API changes

[GitHub] KellenSunderland opened a new pull request #13897: [MXNET-703] Update to TensorRT 5, ONNX IR 3. Fix inference bugs.

2019-01-15 Thread GitBox
KellenSunderland opened a new pull request #13897: [MXNET-703] Update to TensorRT 5, ONNX IR 3. Fix inference bugs. URL: https://github.com/apache/incubator-mxnet/pull/13897 ## Description ## This PR updates the IR which is passed to TensorRT to use version3 of the spec, which aligns

[GitHub] apeforest commented on issue #13845: [v1.4.x] export exception handling APIs in MXNet

2019-01-15 Thread GitBox
apeforest commented on issue #13845: [v1.4.x] export exception handling APIs in MXNet URL: https://github.com/apache/incubator-mxnet/pull/13845#issuecomment-454654391 @mxnet-label-bot update [pr-awaiting-merge] This is an

[GitHub] pengzhao-intel commented on a change in pull request #13895: Add a inference script providing both accuracy and benchmark result for original wide_n_deep example

2019-01-15 Thread GitBox
pengzhao-intel commented on a change in pull request #13895: Add a inference script providing both accuracy and benchmark result for original wide_n_deep example URL: https://github.com/apache/incubator-mxnet/pull/13895#discussion_r248152195 ## File path:

[GitHub] BigDeviltjj commented on issue #13401: [MXNET-1227] Adding CornerPooling operator

2019-01-15 Thread GitBox
BigDeviltjj commented on issue #13401: [MXNET-1227] Adding CornerPooling operator URL: https://github.com/apache/incubator-mxnet/pull/13401#issuecomment-454652840 @anirudhacharya I have rebased my push. This is an automated

[GitHub] szha opened a new pull request #13896: [WIP] Cudnn dropout

2019-01-15 Thread GitBox
szha opened a new pull request #13896: [WIP] Cudnn dropout URL: https://github.com/apache/incubator-mxnet/pull/13896 ## Description ## Use dropout in CuDNN Tested on p3.2x (V100). Test case: ```python import mxnet as mx a = mx.nd.ones((10, 200, 300, 500), ctx=mx.gpu(0))

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

2019-01-15 Thread GitBox
cchung100m 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_r248143939 ## File path: example/autoencoder/model.py ## @@ -53,7 +54,7 @@ def

[GitHub] juliusshufan opened a new pull request #13895: Add a inference script can provide both accuracy and benchmark result

2019-01-15 Thread GitBox
juliusshufan opened a new pull request #13895: Add a inference script can provide both accuracy and benchmark result URL: https://github.com/apache/incubator-mxnet/pull/13895 ## Description ## Add a script for inference based on the saved model and parameter files achieved during

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

2019-01-15 Thread GitBox
cchung100m 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_r248142470 ## File path: example/cnn_text_classification/data_helpers.py ## @@

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

2019-01-15 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-15 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 #13871: Julia: fix `argmax`/`argmin` for NDArray

2019-01-15 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,

[incubator-mxnet] branch ib/jl-docstring-render created (now aa2d8fd)

2019-01-15 Thread iblis
This is an automated email from the ASF dual-hosted git repository. iblis pushed a change to branch ib/jl-docstring-render in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git. at aa2d8fd Julia: fix filename quoting in docstring This branch includes the following new

[incubator-mxnet] 01/01: Julia: fix filename quoting in docstring

2019-01-15 Thread iblis
This is an automated email from the ASF dual-hosted git repository. iblis pushed a commit to branch ib/jl-docstring-render in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git commit aa2d8fd7db7d931632b5c2d9cfb02c43ab5f826d Author: Iblis Lin AuthorDate: Mon Jan 14 21:08:03 2019

[GitHub] chinakook commented on issue #13559: fix for opencv4

2019-01-15 Thread GitBox
chinakook commented on issue #13559: fix for opencv4 URL: https://github.com/apache/incubator-mxnet/pull/13559#issuecomment-454636067 Manjaro(based on Arch) system should be supported because it's widely used and opencv 4 is the default version on Manjaro/Arch.

[GitHub] apeforest commented on issue #13845: [v1.4.x] export exception handling APIs in MXNet

2019-01-15 Thread GitBox
apeforest commented on issue #13845: [v1.4.x] export exception handling APIs in MXNet URL: https://github.com/apache/incubator-mxnet/pull/13845#issuecomment-454635043 @eric-haibin-lin @anirudh2290 could you please help to merge this PR before the 1.4.0 code freeze? thanks!

[GitHub] PistonY closed issue #13709: Why FP16 training speed is too slow on Tesla T4 in Gluon?

2019-01-15 Thread GitBox
PistonY closed issue #13709: Why FP16 training speed is too slow on Tesla T4 in Gluon? URL: https://github.com/apache/incubator-mxnet/issues/13709 This is an automated message from the Apache Git Service. To respond to the

[incubator-mxnet] branch master updated: Jenkins nightly maven with static build script and gpu (#13767)

2019-01-15 Thread lanking
This is an automated email from the ASF dual-hosted git repository. lanking pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git The following commit(s) were added to refs/heads/master by this push: new 13f7c58 Jenkins nightly maven with

[GitHub] lanking520 merged pull request #13767: [MXNET-1191] Maven Jenkins Pipeline with Static Binary and GPU

2019-01-15 Thread GitBox
lanking520 merged pull request #13767: [MXNET-1191] Maven Jenkins Pipeline with Static Binary and GPU URL: https://github.com/apache/incubator-mxnet/pull/13767 As this is a foreign pull request (from a fork), the diff has been sent to your commit mailing list, comm...@mxnet.apache.org

[incubator-mxnet] Diff for: [GitHub] lanking520 merged pull request #13767: [MXNET-1191] Maven Jenkins Pipeline with Static Binary and GPU

2019-01-15 Thread GitBox
diff --git a/.gitignore b/.gitignore index 7eb8e7d6e77..fc7992675e2 100644 --- a/.gitignore +++ b/.gitignore @@ -146,6 +146,7 @@ tools/pip_package/mxnet # temporary path for building dependencies when building wheel ./deps/ +./staticdeps/ bld ./tmp/* *.jar diff --git

[GitHub] SSE4 commented on issue #13400: [MXNET-1229] use OpenBLAS, lapack & OpenCV from conan

2019-01-15 Thread GitBox
SSE4 commented on issue #13400: [MXNET-1229] use OpenBLAS, lapack & OpenCV from conan URL: https://github.com/apache/incubator-mxnet/pull/13400#issuecomment-454624323 hi @szha I am not very good at licensing, probably @memsharded may provide more details. to start, yes, OpenCV has

[GitHub] stu1130 commented on issue #13604: [WIP] onnx broadcast ops fixes

2019-01-15 Thread GitBox
stu1130 commented on issue #13604: [WIP] onnx broadcast ops fixes URL: https://github.com/apache/incubator-mxnet/pull/13604#issuecomment-454621167 @Roshrini could you address the comment? Thanks! This is an automated message

[GitHub] stu1130 edited a comment on issue #13557: Fix BatchNorm converter for CoreML when fix_gamma=True

2019-01-15 Thread GitBox
stu1130 edited a comment on issue #13557: Fix BatchNorm converter for CoreML when fix_gamma=True URL: https://github.com/apache/incubator-mxnet/pull/13557#issuecomment-454620042 @nswamy could you take a look at it? @mxnet-label-bot update [pr-awaiting-review, Converter]

[GitHub] stu1130 commented on issue #13557: Fix BatchNorm converter for CoreML when fix_gamma=True

2019-01-15 Thread GitBox
stu1130 commented on issue #13557: Fix BatchNorm converter for CoreML when fix_gamma=True URL: https://github.com/apache/incubator-mxnet/pull/13557#issuecomment-454620042 @nswamy could you take a look at it? @mxnet-label-bot update [pr-awaiting-review]

[GitHub] NEWPLAN edited a comment on issue #13873: fix compile error in debug mode

2019-01-15 Thread GitBox
NEWPLAN edited a comment on issue #13873: fix compile error in debug mode URL: https://github.com/apache/incubator-mxnet/pull/13873#issuecomment-454619489 > Thanks for the catch. Would you be able to either add a test that shows when this fails, or to give some minimal steps to reproduce

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

2019-01-15 Thread GitBox
NEWPLAN commented on issue #13873: fix compile error in debug mode URL: https://github.com/apache/incubator-mxnet/pull/13873#issuecomment-454619489 > Thanks for the catch. Would you be able to either add a test that shows when this fails, or to give some minimal steps to reproduce (i.e.

[GitHub] stu1130 commented on issue #13472: [WIP][Don't merge] Comment out dmlc::SetEnv in pthread_atfork #13438

2019-01-15 Thread GitBox
stu1130 commented on issue #13472: [WIP][Don't merge] Comment out dmlc::SetEnv in pthread_atfork #13438 URL: https://github.com/apache/incubator-mxnet/pull/13472#issuecomment-454619510 @mxnet-label-bot update [pr-awaiting-response]

[GitHub] stu1130 commented on issue #13460: onnx export slope for prelu operator corrected

2019-01-15 Thread GitBox
stu1130 commented on issue #13460: onnx export slope for prelu operator corrected URL: https://github.com/apache/incubator-mxnet/pull/13460#issuecomment-454618688 @Roshrini ping again for the update! Thanks This is an

[GitHub] stu1130 commented on issue #13424: [Don't merge][Don't review] Fix mshadow type switch warnings

2019-01-15 Thread GitBox
stu1130 commented on issue #13424: [Don't merge][Don't review] Fix mshadow type switch warnings URL: https://github.com/apache/incubator-mxnet/pull/13424#issuecomment-454618376 @larroy ping again for the update! Thanks This

[GitHub] stu1130 commented on issue #13400: [MXNET-1229] use OpenBLAS, lapack & OpenCV from conan

2019-01-15 Thread GitBox
stu1130 commented on issue #13400: [MXNET-1229] use OpenBLAS, lapack & OpenCV from conan URL: https://github.com/apache/incubator-mxnet/pull/13400#issuecomment-454617644 @SSE4 could you address the feedback from @szha Thanks!

[GitHub] KellenSunderland closed pull request #12943: WIP: Enable clang tidy on CUDA code

2019-01-15 Thread GitBox
KellenSunderland closed pull request #12943: WIP: Enable clang tidy on CUDA code URL: https://github.com/apache/incubator-mxnet/pull/12943 As this is a foreign pull request (from a fork), the diff has been sent to your commit mailing list, comm...@mxnet.apache.org

[incubator-mxnet] Diff for: [GitHub] KellenSunderland closed pull request #12943: WIP: Enable clang tidy on CUDA code

2019-01-15 Thread GitBox
diff --git a/Jenkinsfile b/Jenkinsfile index af059c58e83..c915e8ec7b5 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -228,12 +228,12 @@ core_logic: { } } }, -'CPU: Clang Tidy': { +'GPU: Clang Tidy': { node(NODE_LINUX_CPU) { -

[GitHub] pengzhao-intel commented on issue #12411: MKLDNN fallback when not recording gradients and calling backwards

2019-01-15 Thread GitBox
pengzhao-intel commented on issue #12411: MKLDNN fallback when not recording gradients and calling backwards URL: https://github.com/apache/incubator-mxnet/pull/12411#issuecomment-454616922 IMO, this usage and default behavior is not clear even in the original path. @azai91 @stu1130

[GitHub] stu1130 edited a comment on issue #13190: [WIP] catch floating number divide by zero

2019-01-15 Thread GitBox
stu1130 edited a comment on issue #13190: [WIP] catch floating number divide by zero URL: https://github.com/apache/incubator-mxnet/pull/13190#issuecomment-454616542 @apeforest ping again for the update! thanks This is an

[GitHub] stu1130 commented on issue #13190: [WIP] catch floating number divide by zero

2019-01-15 Thread GitBox
stu1130 commented on issue #13190: [WIP] catch floating number divide by zero URL: https://github.com/apache/incubator-mxnet/pull/13190#issuecomment-454616542 @apeforest ping again for the update This is an automated message

[GitHub] stu1130 edited a comment on issue #13143: [MXNET-1206] Support NDArray indexing with None and Ellipsis

2019-01-15 Thread GitBox
stu1130 edited a comment on issue #13143: [MXNET-1206] Support NDArray indexing with None and Ellipsis URL: https://github.com/apache/incubator-mxnet/pull/13143#issuecomment-454616170 @mxnet-label-bot update [pr-work-in-progress, NDArray]

[GitHub] stu1130 edited a comment on issue #13143: [MXNET-1206] Support NDArray indexing with None and Ellipsis

2019-01-15 Thread GitBox
stu1130 edited a comment on issue #13143: [MXNET-1206] Support NDArray indexing with None and Ellipsis URL: https://github.com/apache/incubator-mxnet/pull/13143#issuecomment-454616170 @mxnet-label-bot update [pr-work-in-progress]

[GitHub] stu1130 commented on issue #13143: [MXNET-1206] Support NDArray indexing with None and Ellipsis

2019-01-15 Thread GitBox
stu1130 commented on issue #13143: [MXNET-1206] Support NDArray indexing with None and Ellipsis URL: https://github.com/apache/incubator-mxnet/pull/13143#issuecomment-454616170 @mxnet-label-bot add [pr-work-in-progress] This

[GitHub] mseth10 opened a new pull request #13893: disable default MKLDNN for cross compilation

2019-01-15 Thread GitBox
mseth10 opened a new pull request #13893: disable default MKLDNN for cross compilation URL: https://github.com/apache/incubator-mxnet/pull/13893 ## Description ## Disabling default MKLDNN for cross-compilation. This PR fixes the issue raised as part of #13681 . ## Checklist ##

[GitHub] stu1130 commented on a change in pull request #13142: [WIP] cudnnFind** API does not return deterministic algorithms

2019-01-15 Thread GitBox
stu1130 commented on a change in pull request #13142: [WIP] cudnnFind** API does not return deterministic algorithms URL: https://github.com/apache/incubator-mxnet/pull/13142#discussion_r248123904 ## File path: src/operator/nn/cudnn/cudnn_deconvolution-inl.h ## @@ -562,8

[GitHub] stu1130 commented on issue #12943: WIP: Enable clang tidy on CUDA code

2019-01-15 Thread GitBox
stu1130 commented on issue #12943: WIP: Enable clang tidy on CUDA code URL: https://github.com/apache/incubator-mxnet/pull/12943#issuecomment-454615275 @KellenSunderland ping again for the update. Thanks This is an automated

[GitHub] stu1130 edited a comment on issue #12411: MKLDNN fallback when not recording gradients and calling backwards

2019-01-15 Thread GitBox
stu1130 edited a comment on issue #12411: MKLDNN fallback when not recording gradients and calling backwards URL: https://github.com/apache/incubator-mxnet/pull/12411#issuecomment-454614436 @azai91 ping again! thanks This is

[GitHub] stsukrov commented on a change in pull request #13549: Runtime feature detection

2019-01-15 Thread GitBox
stsukrov commented on a change in pull request #13549: Runtime feature detection URL: https://github.com/apache/incubator-mxnet/pull/13549#discussion_r248122710 ## File path: src/mxfeatures.cc ## @@ -0,0 +1,112 @@ +/* + * Licensed to the Apache Software Foundation (ASF)

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

2019-01-15 Thread GitBox
stu1130 commented on issue #12411: MKLDNN fallback when not recording gradients and calling backwards URL: https://github.com/apache/incubator-mxnet/pull/12411#issuecomment-454614436 @azai91 ping again! This is an automated

[GitHub] larroy commented on a change in pull request #13549: Runtime feature detection

2019-01-15 Thread GitBox
larroy commented on a change in pull request #13549: Runtime feature detection URL: https://github.com/apache/incubator-mxnet/pull/13549#discussion_r248121256 ## File path: python/mxnet/mxfeatures.py ## @@ -0,0 +1,103 @@ +# Licensed to the Apache Software Foundation (ASF)

[GitHub] larroy commented on a change in pull request #13549: Runtime feature detection

2019-01-15 Thread GitBox
larroy commented on a change in pull request #13549: Runtime feature detection URL: https://github.com/apache/incubator-mxnet/pull/13549#discussion_r248121160 ## File path: src/mxfeatures.cc ## @@ -0,0 +1,112 @@ +/* + * Licensed to the Apache Software Foundation (ASF)

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

2019-01-15 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 20e3097 Bump the publish

[GitHub] sxjscience commented on issue #12821: [MXNET-1095] [WIP] Support higher order gradient for cos, sin, negative, mul

2019-01-15 Thread GitBox
sxjscience commented on issue #12821: [MXNET-1095] [WIP] Support higher order gradient for cos,sin,negative,mul URL: https://github.com/apache/incubator-mxnet/pull/12821#issuecomment-454604929 I’m working on a paper these days. May find some time when the paper is submitted. Get

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

2019-01-15 Thread GitBox
wkcn commented on issue #13609: [MXNET-1258]fix unittest for ROIAlign Operator URL: https://github.com/apache/incubator-mxnet/pull/13609#issuecomment-454602112 @stu1130 Thanks! This is an automated message from the Apache Git

[GitHub] lanking520 merged pull request #13891: Fixed java benchmark failing error by fixing the classpath

2019-01-15 Thread GitBox
lanking520 merged pull request #13891: Fixed java benchmark failing error by fixing the classpath URL: https://github.com/apache/incubator-mxnet/pull/13891 As this is a foreign pull request (from a fork), the diff has been sent to your commit mailing list, comm...@mxnet.apache.org

[incubator-mxnet] branch master updated: Fixed java benchmark failing error by fixing the classpath (#13891)

2019-01-15 Thread lanking
This is an automated email from the ASF dual-hosted git repository. lanking pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git The following commit(s) were added to refs/heads/master by this push: new 19764ac Fixed java benchmark failing

[incubator-mxnet] Diff for: [GitHub] lanking520 merged pull request #13891: Fixed java benchmark failing error by fixing the classpath

2019-01-15 Thread GitBox
diff --git a/scala-package/examples/scripts/benchmark/run_java_inference_bm.sh b/scala-package/examples/scripts/benchmark/run_java_inference_bm.sh index f426ddaaa65..c62a7438df8 100644 --- a/scala-package/examples/scripts/benchmark/run_java_inference_bm.sh +++

  1   2   3   >