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

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

[GitHub] KellenSunderland opened a new pull request #12735: [MXNET-1025] Add Jetpack 3.3 support to Jetson

2018-10-04 Thread GitBox
KellenSunderland opened a new pull request #12735: [MXNET-1025] Add Jetpack 3.3 support to Jetson URL: https://github.com/apache/incubator-mxnet/pull/12735 ## Description ## Add Jetpack 3.3 and ensure TensorRT (libnvinfer) is installed and available for builds. ## Checklist ##

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

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

[incubator-mxnet] branch master updated (ebe6ea8 -> 01dd703)

2018-10-04 Thread haibin
This is an automated email from the ASF dual-hosted git repository. haibin pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git. from ebe6ea8 [MXNET-860] Remove std::moves that have no affect (#12730) add 01dd703 add FListInputNames

[GitHub] cconvey commented on issue #8671: Discussion and troubleshooting on PyPI (pip) installation

2018-10-04 Thread GitBox
cconvey commented on issue #8671: Discussion and troubleshooting on PyPI (pip) installation URL: https://github.com/apache/incubator-mxnet/issues/8671#issuecomment-427112443 @szha : I'm trying to locally reproduce the `mxnet` and `mxnet-mkl` wheels that end up on PyPI. (Linux and OS X

[GitHub] KellenSunderland commented on issue #12356: [MXNET-860] Use modernized ranged loops where possible

2018-10-04 Thread GitBox
KellenSunderland commented on issue #12356: [MXNET-860] Use modernized ranged loops where possible URL: https://github.com/apache/incubator-mxnet/pull/12356#issuecomment-427106329 Thanks for the reviews all, will update soon.

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

2018-10-04 Thread GitBox
mbrookhart commented on issue #12502: [NGRAPH] MXNet - nGraph initial integration URL: https://github.com/apache/incubator-mxnet/pull/12502#issuecomment-427111685 @reminisce That makes sense, we've added some corner cases we noticed where missing from the standard unit tests, and we've

[GitHub] vrakesh commented on issue #12734: Example of RNN (incl. GRU/LSTM) from c_predict_api.h

2018-10-04 Thread GitBox
vrakesh commented on issue #12734: Example of RNN (incl. GRU/LSTM) from c_predict_api.h URL: https://github.com/apache/incubator-mxnet/issues/12734#issuecomment-427111825 @mxnet-label-bot [Feature request] This is an

[GitHub] vrakesh commented on issue #12733: Throw exception if MXSymbolInferShape fails.

2018-10-04 Thread GitBox
vrakesh commented on issue #12733: Throw exception if MXSymbolInferShape fails. URL: https://github.com/apache/incubator-mxnet/pull/12733#issuecomment-427114754 @mxnet-label-bot [pr-awaiting-review] This is an automated

[GitHub] jverce commented on a change in pull request #12356: [MXNET-860] Use modernized ranged loops where possible

2018-10-04 Thread GitBox
jverce commented on a change in pull request #12356: [MXNET-860] Use modernized ranged loops where possible URL: https://github.com/apache/incubator-mxnet/pull/12356#discussion_r222741831 ## File path: src/executor/attach_op_execs_pass.cc ## @@ -58,12 +58,10 @@ class

[GitHub] jverce commented on a change in pull request #12356: [MXNET-860] Use modernized ranged loops where possible

2018-10-04 Thread GitBox
jverce commented on a change in pull request #12356: [MXNET-860] Use modernized ranged loops where possible URL: https://github.com/apache/incubator-mxnet/pull/12356#discussion_r222743110 ## File path: src/imperative/imperative.cc ## @@ -375,7 +375,9 @@ std::vector

[GitHub] jverce commented on a change in pull request #12356: [MXNET-860] Use modernized ranged loops where possible

2018-10-04 Thread GitBox
jverce commented on a change in pull request #12356: [MXNET-860] Use modernized ranged loops where possible URL: https://github.com/apache/incubator-mxnet/pull/12356#discussion_r222742845 ## File path: src/imperative/cached_op.cc ## @@ -907,7 +907,7 @@ void

[GitHub] jverce commented on a change in pull request #12356: [MXNET-860] Use modernized ranged loops where possible

2018-10-04 Thread GitBox
jverce commented on a change in pull request #12356: [MXNET-860] Use modernized ranged loops where possible URL: https://github.com/apache/incubator-mxnet/pull/12356#discussion_r222741979 ## File path: src/executor/graph_executor.cc ## @@ -1130,8 +1130,7 @@ void

[GitHub] jverce commented on a change in pull request #12356: [MXNET-860] Use modernized ranged loops where possible

2018-10-04 Thread GitBox
jverce commented on a change in pull request #12356: [MXNET-860] Use modernized ranged loops where possible URL: https://github.com/apache/incubator-mxnet/pull/12356#discussion_r222742760 ## File path: src/imperative/cached_op.cc ## @@ -784,7 +784,7 @@ OpStatePtr

[GitHub] vrakesh commented on issue #12735: [MXNET-1025] Add Jetpack 3.3 support to Jetson

2018-10-04 Thread GitBox
vrakesh commented on issue #12735: [MXNET-1025] Add Jetpack 3.3 support to Jetson URL: https://github.com/apache/incubator-mxnet/pull/12735#issuecomment-427114933 @mxnet-label-bot [pr-awaiting-review] This is an automated

[GitHub] Isa-rentacs commented on issue #12734: Example of RNN (incl. GRU/LSTM) from c_predict_api.h

2018-10-04 Thread GitBox
Isa-rentacs commented on issue #12734: Example of RNN (incl. GRU/LSTM) from c_predict_api.h URL: https://github.com/apache/incubator-mxnet/issues/12734#issuecomment-427083342 Thank you @marcoabreu for your answer. Does it mean at this moment loading hybridized RNN models from C++ API is

[GitHub] eric-haibin-lin closed pull request #12701: Add FListInputNames attribute to softmax_cross_entropy

2018-10-04 Thread GitBox
eric-haibin-lin closed pull request #12701: Add FListInputNames attribute to softmax_cross_entropy URL: https://github.com/apache/incubator-mxnet/pull/12701 This is a PR merged from a forked repository. As GitHub hides the original diff on merge, it is displayed below for the sake of

[GitHub] rev-KevinBenham opened a new issue #12736: Running build.py to generate .whl for Jetson, no LAPACK lib found

2018-10-04 Thread GitBox
rev-KevinBenham opened a new issue #12736: Running build.py to generate .whl for Jetson, no LAPACK lib found URL: https://github.com/apache/incubator-mxnet/issues/12736 ## Description liblapack not found when trying to build mxnet wheel from ci/build.py for the jetson framework on

[GitHub] vrakesh commented on issue #12736: Running build.py to generate .whl for Jetson, no LAPACK lib found

2018-10-04 Thread GitBox
vrakesh commented on issue #12736: Running build.py to generate .whl for Jetson, no LAPACK lib found URL: https://github.com/apache/incubator-mxnet/issues/12736#issuecomment-427114591 @rev-KevinBenham Thank you for reporting the issue. @mxnet-label-bot [Build, ARM]

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

2018-10-04 Thread GitBox
apeforest commented on issue #12380: Manually track num_max_thread URL: https://github.com/apache/incubator-mxnet/pull/12380#issuecomment-427092304 I cannot see how this change will solve the issue. Please provide a test case.

[GitHub] szha commented on issue #8671: Discussion and troubleshooting on PyPI (pip) installation

2018-10-04 Thread GitBox
szha commented on issue #8671: Discussion and troubleshooting on PyPI (pip) installation URL: https://github.com/apache/incubator-mxnet/issues/8671#issuecomment-427120260 @cconvey I use ubuntu 14.04 as the environment because I want the GLIBC to be old enough for portability. I

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

2018-10-04 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 2ef90f3 Bump the publish

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

2018-10-04 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 8bc0fe6 Bump the publish

[GitHub] KellenSunderland edited a comment on issue #12706: [MXNET-908] Speed up travis builds to avoid timeouts

2018-10-04 Thread GitBox
KellenSunderland edited a comment on issue #12706: [MXNET-908] Speed up travis builds to avoid timeouts URL: https://github.com/apache/incubator-mxnet/pull/12706#issuecomment-427165172 @nswamy Any way you could take a look at this one? If it does speed up Travis reasonably well we could

[GitHub] KellenSunderland commented on issue #12706: [MXNET-908] Speed up travis builds to avoid timeouts

2018-10-04 Thread GitBox
KellenSunderland commented on issue #12706: [MXNET-908] Speed up travis builds to avoid timeouts URL: https://github.com/apache/incubator-mxnet/pull/12706#issuecomment-427165172 @nswamy Any way you could take a look at this one? If it does speed up Travis reasonably well we could look

[GitHub] sergeykolychev opened a new pull request #12739: [MXNET-1026] [Perl] Sync with recent changes in Python's API

2018-10-04 Thread GitBox
sergeykolychev opened a new pull request #12739: [MXNET-1026] [Perl] Sync with recent changes in Python's API URL: https://github.com/apache/incubator-mxnet/pull/12739 ## Description ## * Added randn function. * Internal SELU function on C++ layer * Predict now accepts ndarray

[GitHub] zhreshold opened a new pull request #12738: Add Psroipooling CPU implementation

2018-10-04 Thread GitBox
zhreshold opened a new pull request #12738: Add Psroipooling CPU implementation URL: https://github.com/apache/incubator-mxnet/pull/12738 ## Description ## - Add contrib.PSRoiPooling CPU implementation, which is currently bypassed. - Add test case accordingly for cpu ##

[incubator-mxnet] branch master updated (be0c6ef -> e41faf0)

2018-10-04 Thread nswamy
This is an automated email from the ASF dual-hosted git repository. nswamy pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git. from be0c6ef Fix #12672, importing numpy scalars (zero-dimensional arrays) (#12678) add e41faf0

[GitHub] sandeep-krishnamurthy commented on a change in pull request #12625: [MXNET-979] Add fix_beta support in BatchNorm

2018-10-04 Thread GitBox
sandeep-krishnamurthy commented on a change in pull request #12625: [MXNET-979] Add fix_beta support in BatchNorm URL: https://github.com/apache/incubator-mxnet/pull/12625#discussion_r222796261 ## File path: src/operator/nn/batch_norm.cc ## @@ -164,25 +164,65 @@ void

[GitHub] marcoabreu commented on issue #12734: Example of RNN (incl. GRU/LSTM) from c_predict_api.h

2018-10-04 Thread GitBox
marcoabreu commented on issue #12734: Example of RNN (incl. GRU/LSTM) from c_predict_api.h URL: https://github.com/apache/incubator-mxnet/issues/12734#issuecomment-427136830 Sorry, I'm not familiar with the c API. @lebeg @leleamol might be able to answer that question

[GitHub] samskalicky commented on issue #8482: MXNDArrayFree in c_api.h cannot release the gpu memory

2018-10-04 Thread GitBox
samskalicky commented on issue #8482: MXNDArrayFree in c_api.h cannot release the gpu memory URL: https://github.com/apache/incubator-mxnet/issues/8482#issuecomment-427183383 @calipos you cannot control the memory pool. It gets freed on exit of the program. @sandeep-krishnamurthy

[GitHub] anirudhacharya commented on issue #12704: [MXNet-1002] Add GluonCV and NLP tookits, Keras, and developer wiki to navigation

2018-10-04 Thread GitBox
anirudhacharya commented on issue #12704: [MXNet-1002] Add GluonCV and NLP tookits, Keras, and developer wiki to navigation URL: https://github.com/apache/incubator-mxnet/pull/12704#issuecomment-427183395 @aaronmarkham the preview is not working, it takes me to this page -

[GitHub] ankkhedia commented on issue #12725: [Backport] Fix for test_ndarray.test_order failing on CI (v1.3.x)

2018-10-04 Thread GitBox
ankkhedia commented on issue #12725: [Backport] Fix for test_ndarray.test_order failing on CI (v1.3.x) URL: https://github.com/apache/incubator-mxnet/pull/12725#issuecomment-427126872 @lebeg Could you please take a look now. So, there were two places with that formatting glitch, one was

[GitHub] nswamy closed pull request #12706: [MXNET-908] Speed up travis builds to avoid timeouts

2018-10-04 Thread GitBox
nswamy closed pull request #12706: [MXNET-908] Speed up travis builds to avoid timeouts URL: https://github.com/apache/incubator-mxnet/pull/12706 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:

[GitHub] nswamy commented on issue #12706: [MXNET-908] Speed up travis builds to avoid timeouts

2018-10-04 Thread GitBox
nswamy commented on issue #12706: [MXNET-908] Speed up travis builds to avoid timeouts URL: https://github.com/apache/incubator-mxnet/pull/12706#issuecomment-427167567 thanks for making this change. LGTM This is an

[GitHub] sergeykolychev commented on issue #12739: [MXNET-1026] [Perl] Sync with recent changes in Python's API

2018-10-04 Thread GitBox
sergeykolychev commented on issue #12739: [MXNET-1026] [Perl] Sync with recent changes in Python's API URL: https://github.com/apache/incubator-mxnet/pull/12739#issuecomment-427175193 @tlby Robert please review at you leisure. Thank you in advance.

[GitHub] apeforest commented on issue #11086: Infer shape error with softmaxoutput

2018-10-04 Thread GitBox
apeforest commented on issue #11086: Infer shape error with softmaxoutput URL: https://github.com/apache/incubator-mxnet/issues/11086#issuecomment-427121987 @sandeep-krishnamurthy @nswamy Please close this issue as we do not see a reasonable need for this feature.

[GitHub] leleamol commented on issue #12247: 【C++】throw exception when use MXDataIter("CSVIter") to train

2018-10-04 Thread GitBox
leleamol commented on issue #12247: 【C++】throw exception when use MXDataIter("CSVIter") to train URL: https://github.com/apache/incubator-mxnet/issues/12247#issuecomment-427128394 @lupesko the 'setDataIter' function in example/utils.h is hard coded for MNISTIter. I have written an

[GitHub] nswamy closed issue #12672: Ndarray construction can't import zero-dimensional numpy arrays

2018-10-04 Thread GitBox
nswamy closed issue #12672: Ndarray construction can't import zero-dimensional numpy arrays URL: https://github.com/apache/incubator-mxnet/issues/12672 This is an automated message from the Apache Git Service. To respond to

[GitHub] nswamy closed pull request #12678: Fix #12672, importing numpy scalars (zero-dimensional arrays)

2018-10-04 Thread GitBox
nswamy closed pull request #12678: Fix #12672, importing numpy scalars (zero-dimensional arrays) URL: https://github.com/apache/incubator-mxnet/pull/12678 This is a PR merged from a forked repository. As GitHub hides the original diff on merge, it is displayed below for the sake of

[GitHub] leleamol opened a new pull request #12737: [MXNET-1017] Updating the readme file for cpp-package and adding readme file for example directory.

2018-10-04 Thread GitBox
leleamol opened a new pull request #12737: [MXNET-1017] Updating the readme file for cpp-package and adding readme file for example directory. URL: https://github.com/apache/incubator-mxnet/pull/12737 ## Description ## Update the README file for cpp-package with build instructions and

[incubator-mxnet] branch master updated (01dd703 -> be0c6ef)

2018-10-04 Thread nswamy
This is an automated email from the ASF dual-hosted git repository. nswamy pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git. from 01dd703 add FListInputNames attribute to softmax_cross_entropy (#12701) add be0c6ef Fix #12672,

[GitHub] leleamol commented on issue #12636: [MXNET-982] Provide example to illustrate usage of CSVIter in C++ API

2018-10-04 Thread GitBox
leleamol commented on issue #12636: [MXNET-982] Provide example to illustrate usage of CSVIter in C++ API URL: https://github.com/apache/incubator-mxnet/pull/12636#issuecomment-427168673 The ci-build with travis is failing because it is exceeding the time allocated for the job. It doesn't

[GitHub] vrakesh commented on issue #12737: [MXNET-1017] Updating the readme file for cpp-package and adding readme file for example directory.

2018-10-04 Thread GitBox
vrakesh commented on issue #12737: [MXNET-1017] Updating the readme file for cpp-package and adding readme file for example directory. URL: https://github.com/apache/incubator-mxnet/pull/12737#issuecomment-427190608 @mxnet-label-bot [pr-awaiting-review]

[GitHub] samskalicky commented on issue #5983: Memory leak in Module. Bug?

2018-10-04 Thread GitBox
samskalicky commented on issue #5983: Memory leak in Module. Bug? URL: https://github.com/apache/incubator-mxnet/issues/5983#issuecomment-427195683 @sandeep-krishnamurthy the related issues mentioned above have been closed/fixed. Please close this issue as well. Thanks!

[GitHub] gigasquid edited a comment on issue #12733: Throw exception if MXSymbolInferShape fails.

2018-10-04 Thread GitBox
gigasquid edited a comment on issue #12733: Throw exception if MXSymbolInferShape fails. URL: https://github.com/apache/incubator-mxnet/pull/12733#issuecomment-427217785 Thanks @csm for submitting the fix!  (The original issue was found using the Clojure api) This improvement

[GitHub] stu1130 commented on a change in pull request #12696: Refine mxnet python installation

2018-10-04 Thread GitBox
stu1130 commented on a change in pull request #12696: Refine mxnet python installation URL: https://github.com/apache/incubator-mxnet/pull/12696#discussion_r222857643 ## File path: docs/install/windows_setup.md ## @@ -137,14 +137,14 @@ To build and install MXNet yourself

[GitHub] stu1130 commented on a change in pull request #12696: Refine mxnet python installation

2018-10-04 Thread GitBox
stu1130 commented on a change in pull request #12696: Refine mxnet python installation URL: https://github.com/apache/incubator-mxnet/pull/12696#discussion_r222858426 ## File path: docs/install/windows_setup.md ## @@ -141,10 +141,10 @@ To build and install MXNet yourself

[GitHub] aaronmarkham commented on issue #12704: [MXNet-1002] Add GluonCV and NLP tookits, Keras, and developer wiki to navigation

2018-10-04 Thread GitBox
aaronmarkham commented on issue #12704: [MXNet-1002] Add GluonCV and NLP tookits, Keras, and developer wiki to navigation URL: https://github.com/apache/incubator-mxnet/pull/12704#issuecomment-427222176 @anirudhacharya - conflicting previews with my two outstanding PRs. The other one

[GitHub] zhreshold commented on issue #8482: MXNDArrayFree in c_api.h cannot release the gpu memory

2018-10-04 Thread GitBox
zhreshold commented on issue #8482: MXNDArrayFree in c_api.h cannot release the gpu memory URL: https://github.com/apache/incubator-mxnet/issues/8482#issuecomment-427188173 Currently there's no way to release the pool through existing API. You can post a feature request if you think it's

[GitHub] zhreshold closed issue #8482: MXNDArrayFree in c_api.h cannot release the gpu memory

2018-10-04 Thread GitBox
zhreshold closed issue #8482: MXNDArrayFree in c_api.h cannot release the gpu memory URL: https://github.com/apache/incubator-mxnet/issues/8482 This is an automated message from the Apache Git Service. To respond to the

[incubator-mxnet] branch master updated (e41faf0 -> 931555c)

2018-10-04 Thread cmeier
This is an automated email from the ASF dual-hosted git repository. cmeier pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git. from e41faf0 [MXNET-908] Speed up travis builds to avoid timeouts (#12706) add 6568864 initial empty

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

2018-10-04 Thread GitBox
iblis17 commented on issue #10149: import Julia binding URL: https://github.com/apache/incubator-mxnet/pull/10149#issuecomment-427215432 :tada: This is an automated message from the Apache Git Service. To respond to the

[GitHub] stu1130 commented on issue #12718: Reenable test_gluon.test_conv

2018-10-04 Thread GitBox
stu1130 commented on issue #12718: Reenable test_gluon.test_conv URL: https://github.com/apache/incubator-mxnet/pull/12718#issuecomment-427191351 @haojin2 This is an automated message from the Apache Git Service. To respond

[GitHub] samskalicky commented on issue #6272: NNVM memory optimization example does not work

2018-10-04 Thread GitBox
samskalicky commented on issue #6272: NNVM memory optimization example does not work URL: https://github.com/apache/incubator-mxnet/issues/6272#issuecomment-427195402 @MarvinTeichmann is this still an issue? If so, can you update your reproducibility instructions to 1.3 and we'll try and

[GitHub] vrakesh commented on issue #12740: Fix regression in MKLDNN caused by PR 12019

2018-10-04 Thread GitBox
vrakesh commented on issue #12740: Fix regression in MKLDNN caused by PR 12019 URL: https://github.com/apache/incubator-mxnet/pull/12740#issuecomment-427206076 @mxnet-label-bot [pr-awaiting-review] This is an automated

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

2018-10-04 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 54bdacb Bump the publish

[GitHub] leleamol commented on issue #12737: [MXNET-1017] Updating the readme file for cpp-package and adding readme file for example directory.

2018-10-04 Thread GitBox
leleamol commented on issue #12737: [MXNET-1017] Updating the readme file for cpp-package and adding readme file for example directory. URL: https://github.com/apache/incubator-mxnet/pull/12737#issuecomment-427189150 @aaronmarkham can you please also take a look at this PR?

[GitHub] vrakesh commented on issue #12738: Add Psroipooling CPU implementation

2018-10-04 Thread GitBox
vrakesh commented on issue #12738: Add Psroipooling CPU implementation URL: https://github.com/apache/incubator-mxnet/pull/12738#issuecomment-427191131 @mxnet-label-bot [pr-awaiting-review] This is an automated message from

[GitHub] vrakesh commented on issue #12739: [MXNET-1026] [Perl] Sync with recent changes in Python's API

2018-10-04 Thread GitBox
vrakesh commented on issue #12739: [MXNET-1026] [Perl] Sync with recent changes in Python's API URL: https://github.com/apache/incubator-mxnet/pull/12739#issuecomment-427191220 @mxnet-label-bot [pr-awaiting-review] This is

[GitHub] stu1130 commented on a change in pull request #12696: Refine mxnet python installation

2018-10-04 Thread GitBox
stu1130 commented on a change in pull request #12696: Refine mxnet python installation URL: https://github.com/apache/incubator-mxnet/pull/12696#discussion_r222857643 ## File path: docs/install/windows_setup.md ## @@ -137,14 +137,14 @@ To build and install MXNet yourself

[GitHub] samskalicky commented on issue #8039: MXPredCreate() costs all my memory(24G), and shows "terminate called after throwing an instance of 'std::bad_alloc"

2018-10-04 Thread GitBox
samskalicky commented on issue #8039: MXPredCreate() costs all my memory(24G), and shows "terminate called after throwing an instance of 'std::bad_alloc" URL: https://github.com/apache/incubator-mxnet/issues/8039#issuecomment-427194818 @sandeep-krishnamurthy please close this issue as the

[GitHub] azai91 opened a new pull request #12740: Fix regression in MKLDNN caused by PR 12019

2018-10-04 Thread GitBox
azai91 opened a new pull request #12740: Fix regression in MKLDNN caused by PR 12019 URL: https://github.com/apache/incubator-mxnet/pull/12740 ## Description ## In https://github.com/apache/incubator-mxnet/pull/12019 fallback was implemented to support non MKLDNN operators. A tag was

[GitHub] azai91 commented on issue #12740: Fix regression in MKLDNN caused by PR 12019

2018-10-04 Thread GitBox
azai91 commented on issue #12740: Fix regression in MKLDNN caused by PR 12019 URL: https://github.com/apache/incubator-mxnet/pull/12740#issuecomment-427197730 @zheng-da This is an automated message from the Apache Git

[GitHub] azai91 commented on issue #12740: Fix regression in MKLDNN caused by PR 12019

2018-10-04 Thread GitBox
azai91 commented on issue #12740: Fix regression in MKLDNN caused by PR 12019 URL: https://github.com/apache/incubator-mxnet/pull/12740#issuecomment-427197711 @pengzhao-intel This is an automated message from the Apache Git

[GitHub] azai91 commented on issue #12740: Fix regression in MKLDNN caused by PR 12019

2018-10-04 Thread GitBox
azai91 commented on issue #12740: Fix regression in MKLDNN caused by PR 12019 URL: https://github.com/apache/incubator-mxnet/pull/12740#issuecomment-427199017 Verified by setting breakpoint inside fallback region and seeing if resnet50 reached it - it doesnt after this change.

[GitHub] leleamol commented on issue #12636: [MXNET-982] Provide example to illustrate usage of CSVIter in C++ API

2018-10-04 Thread GitBox
leleamol commented on issue #12636: [MXNET-982] Provide example to illustrate usage of CSVIter in C++ API URL: https://github.com/apache/incubator-mxnet/pull/12636#issuecomment-427189691 @mxnet-jenkins @marcoabreu can we retrigger the travis ci build?

[GitHub] sandeep-krishnamurthy commented on a change in pull request #12696: Refine mxnet python installation

2018-10-04 Thread GitBox
sandeep-krishnamurthy commented on a change in pull request #12696: Refine mxnet python installation URL: https://github.com/apache/incubator-mxnet/pull/12696#discussion_r222855474 ## File path: docs/install/windows_setup.md ## @@ -137,14 +137,14 @@ To build and install

[GitHub] sandeep-krishnamurthy commented on a change in pull request #12696: Refine mxnet python installation

2018-10-04 Thread GitBox
sandeep-krishnamurthy commented on a change in pull request #12696: Refine mxnet python installation URL: https://github.com/apache/incubator-mxnet/pull/12696#discussion_r222855207 ## File path: docs/install/windows_setup.md ## @@ -137,14 +137,14 @@ To build and install

[GitHub] sandeep-krishnamurthy commented on a change in pull request #12696: Refine mxnet python installation

2018-10-04 Thread GitBox
sandeep-krishnamurthy commented on a change in pull request #12696: Refine mxnet python installation URL: https://github.com/apache/incubator-mxnet/pull/12696#discussion_r222855324 ## File path: docs/install/windows_setup.md ## @@ -141,10 +141,10 @@ To build and install

[GitHub] sandeep-krishnamurthy commented on a change in pull request #12696: Refine mxnet python installation

2018-10-04 Thread GitBox
sandeep-krishnamurthy commented on a change in pull request #12696: Refine mxnet python installation URL: https://github.com/apache/incubator-mxnet/pull/12696#discussion_r222855153 ## File path: docs/install/windows_setup.md ## @@ -137,14 +137,14 @@ To build and install

[GitHub] gigasquid commented on issue #12733: Throw exception if MXSymbolInferShape fails.

2018-10-04 Thread GitBox
gigasquid commented on issue #12733: Throw exception if MXSymbolInferShape fails. URL: https://github.com/apache/incubator-mxnet/pull/12733#issuecomment-427217785 Thanks @csm for submitting the fix!  (The original issue was found using the Clojure api)

[GitHub] ZhennanQin commented on a change in pull request #12530: Implement mkldnn convolution fusion and quantization.

2018-10-04 Thread GitBox
ZhennanQin commented on a change in pull request #12530: Implement mkldnn convolution fusion and quantization. URL: https://github.com/apache/incubator-mxnet/pull/12530#discussion_r222592299 ## File path: tests/python/mkl/test_subgraph.py ## @@ -0,0 +1,472 @@ +# Licensed

[GitHub] ZhennanQin commented on a change in pull request #12530: Implement mkldnn convolution fusion and quantization.

2018-10-04 Thread GitBox
ZhennanQin commented on a change in pull request #12530: Implement mkldnn convolution fusion and quantization. URL: https://github.com/apache/incubator-mxnet/pull/12530#discussion_r222594664 ## File path: src/c_api/c_api_symbolic.cc ## @@ -696,3 +696,21 @@ int

[GitHub] ZhennanQin commented on a change in pull request #12530: Implement mkldnn convolution fusion and quantization.

2018-10-04 Thread GitBox
ZhennanQin commented on a change in pull request #12530: Implement mkldnn convolution fusion and quantization. URL: https://github.com/apache/incubator-mxnet/pull/12530#discussion_r222604179 ## File path: tests/python/mkl/test_subgraph.py ## @@ -0,0 +1,472 @@ +# Licensed

[GitHub] ZhennanQin commented on a change in pull request #12530: Implement mkldnn convolution fusion and quantization.

2018-10-04 Thread GitBox
ZhennanQin commented on a change in pull request #12530: Implement mkldnn convolution fusion and quantization. URL: https://github.com/apache/incubator-mxnet/pull/12530#discussion_r222603978 ## File path: src/ndarray/ndarray.cc ## @@ -1592,8 +1601,12 @@ void

[GitHub] ZhennanQin commented on a change in pull request #12530: Implement mkldnn convolution fusion and quantization.

2018-10-04 Thread GitBox
ZhennanQin commented on a change in pull request #12530: Implement mkldnn convolution fusion and quantization. URL: https://github.com/apache/incubator-mxnet/pull/12530#discussion_r222591350 ## File path: src/operator/subgraph/subgraph_property.h ## @@ -92,6 +92,22 @@

[GitHub] ZhennanQin commented on a change in pull request #12530: Implement mkldnn convolution fusion and quantization.

2018-10-04 Thread GitBox
ZhennanQin commented on a change in pull request #12530: Implement mkldnn convolution fusion and quantization. URL: https://github.com/apache/incubator-mxnet/pull/12530#discussion_r222592005 ## File path: python/mxnet/contrib/quantization.py ## @@ -53,6 +53,7 @@ def

[GitHub] KellenSunderland commented on a change in pull request #12530: Implement mkldnn convolution fusion and quantization.

2018-10-04 Thread GitBox
KellenSunderland commented on a change in pull request #12530: Implement mkldnn convolution fusion and quantization. URL: https://github.com/apache/incubator-mxnet/pull/12530#discussion_r222576926 ## File path: python/mxnet/contrib/quantization.py ## @@ -40,7 +40,7 @@

[GitHub] KellenSunderland commented on a change in pull request #12530: Implement mkldnn convolution fusion and quantization.

2018-10-04 Thread GitBox
KellenSunderland commented on a change in pull request #12530: Implement mkldnn convolution fusion and quantization. URL: https://github.com/apache/incubator-mxnet/pull/12530#discussion_r222580648 ## File path: src/ndarray/ndarray.cc ## @@ -1592,8 +1601,12 @@ void

[GitHub] KellenSunderland commented on a change in pull request #12530: Implement mkldnn convolution fusion and quantization.

2018-10-04 Thread GitBox
KellenSunderland commented on a change in pull request #12530: Implement mkldnn convolution fusion and quantization. URL: https://github.com/apache/incubator-mxnet/pull/12530#discussion_r222577892 ## File path: python/mxnet/contrib/quantization.py ## @@ -53,6 +53,7 @@ def

[GitHub] KellenSunderland commented on a change in pull request #12530: Implement mkldnn convolution fusion and quantization.

2018-10-04 Thread GitBox
KellenSunderland commented on a change in pull request #12530: Implement mkldnn convolution fusion and quantization. URL: https://github.com/apache/incubator-mxnet/pull/12530#discussion_r222580110 ## File path: src/c_api/c_api_symbolic.cc ## @@ -696,3 +696,21 @@ int

[GitHub] KellenSunderland commented on a change in pull request #12530: Implement mkldnn convolution fusion and quantization.

2018-10-04 Thread GitBox
KellenSunderland commented on a change in pull request #12530: Implement mkldnn convolution fusion and quantization. URL: https://github.com/apache/incubator-mxnet/pull/12530#discussion_r222582000 ## File path: src/operator/quantization/mkldnn/mkldnn_quantize-inl.h ## @@

[GitHub] KellenSunderland commented on a change in pull request #12530: Implement mkldnn convolution fusion and quantization.

2018-10-04 Thread GitBox
KellenSunderland commented on a change in pull request #12530: Implement mkldnn convolution fusion and quantization. URL: https://github.com/apache/incubator-mxnet/pull/12530#discussion_r222583387 ## File path: tests/python/mkl/test_subgraph.py ## @@ -0,0 +1,472 @@ +#

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

2018-10-04 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 2a50b8e Bump the publish

[incubator-mxnet] branch master updated (811618a -> ebe6ea8)

2018-10-04 Thread marcoabreu
This is an automated email from the ASF dual-hosted git repository. marcoabreu pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git. from 811618a [MXNET-953] Correct ASAN cflags flag (#12659) add ebe6ea8 [MXNET-860] Remove std::moves

[GitHub] marcoabreu closed pull request #12730: [MXNET-860] Remove std::moves that have no affect

2018-10-04 Thread GitBox
marcoabreu closed pull request #12730: [MXNET-860] Remove std::moves that have no affect URL: https://github.com/apache/incubator-mxnet/pull/12730 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:

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

2018-10-04 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 49d3929 Bump the publish

[GitHub] marcoabreu commented on issue #12734: Example of RNN (incl. GRU/LSTM) from c_predict_api.h

2018-10-04 Thread GitBox
marcoabreu commented on issue #12734: Example of RNN (incl. GRU/LSTM) from c_predict_api.h URL: https://github.com/apache/incubator-mxnet/issues/12734#issuecomment-427007796 FYI: All C-APIs are considered internal APIs that don't follow semantic versioning. They are not intended for