[incubator-mxnet] branch master updated: fix shared_storage free (#11159)

2018-06-05 Thread jxie
This is an automated email from the ASF dual-hosted git repository. jxie 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 318c689 fix shared_storage free

[GitHub] piiswrong closed pull request #11159: fix shared_storage free

2018-06-05 Thread GitBox
piiswrong closed pull request #11159: fix shared_storage free URL: https://github.com/apache/incubator-mxnet/pull/11159 This is a PR merged from a forked repository. As GitHub hides the original diff on merge, it is displayed below for the sake of provenance: As this is a foreign pull

[GitHub] zhreshold commented on issue #11159: fix shared_storage free

2018-06-05 Thread GitBox
zhreshold commented on issue #11159: fix shared_storage free URL: https://github.com/apache/incubator-mxnet/pull/11159#issuecomment-394943733 @piiswrong Can you have a second look? This is an automated message from the Apache

[GitHub] haojin2 commented on a change in pull request #10931: [MXNET-349] Histogram Operator

2018-06-05 Thread GitBox
haojin2 commented on a change in pull request #10931: [MXNET-349] Histogram Operator URL: https://github.com/apache/incubator-mxnet/pull/10931#discussion_r193293652 ## File path: src/operator/tensor/histogram.cc ## @@ -0,0 +1,158 @@ +/* + * Licensed to the Apache Software

[GitHub] reminisce commented on a change in pull request #10931: [MXNET-349] Histogram Operator

2018-06-05 Thread GitBox
reminisce commented on a change in pull request #10931: [MXNET-349] Histogram Operator URL: https://github.com/apache/incubator-mxnet/pull/10931#discussion_r193293315 ## File path: src/operator/tensor/histogram.cc ## @@ -0,0 +1,158 @@ +/* + * Licensed to the Apache

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

2018-06-05 Thread GitBox
TaoLv commented on issue #10921: [MXNET-500]Test cases improvement for MKLDNN on Gluon URL: https://github.com/apache/incubator-mxnet/pull/10921#issuecomment-394941784 Thanks. @juliusshufan Could you help to create a GitHub issue and refine this PR according to @marcoabreu's

[GitHub] HuichuanLiu commented on issue #11149: Unreasonable performance of resnext models provided in model_zoo, evaluated by score.py

2018-06-05 Thread GitBox
HuichuanLiu commented on issue #11149: Unreasonable performance of resnext models provided in model_zoo, evaluated by score.py URL: https://github.com/apache/incubator-mxnet/issues/11149#issuecomment-394693892 I take a look at the symbol.json file from

[GitHub] wikier commented on issue #11091: Symbolic .json file not compatible with .params file generated since MXNet 1.2

2018-06-05 Thread GitBox
wikier commented on issue #11091: Symbolic .json file not compatible with .params file generated since MXNet 1.2 URL: https://github.com/apache/incubator-mxnet/issues/11091#issuecomment-394917272 SGTM This is an automated

[GitHub] pengzhao-intel commented on issue #10809: Check failed: format != mkl_mem_->GetFormat() (5 vs. 5)

2018-06-05 Thread GitBox
pengzhao-intel commented on issue #10809: Check failed: format != mkl_mem_->GetFormat() (5 vs. 5) URL: https://github.com/apache/incubator-mxnet/issues/10809#issuecomment-394915918 @dwSun I suggest starting a new thread. From the log, don't see anything related MKL-DNN.

[GitHub] eric-haibin-lin commented on issue #11161: Conv1D is slow

2018-06-05 Thread GitBox
eric-haibin-lin commented on issue #11161: Conv1D is slow URL: https://github.com/apache/incubator-mxnet/issues/11161#issuecomment-394913704 That will be great! This is an automated message from the Apache Git Service. To

[incubator-mxnet-site] branch asf-site updated: Nightly build

2018-06-05 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 12e68ad Nightly build

[GitHub] pengzhao-intel commented on issue #11161: Conv1D is slow

2018-06-05 Thread GitBox
pengzhao-intel commented on issue #11161: Conv1D is slow URL: https://github.com/apache/incubator-mxnet/issues/11161#issuecomment-394904651 In our local case, it can be 10x faster :) We can provide the PR for CPU side @jinhuang415

[GitHub] TaoLv commented on issue #11161: Conv1D is slow

2018-06-05 Thread GitBox
TaoLv commented on issue #11161: Conv1D is slow URL: https://github.com/apache/incubator-mxnet/issues/11161#issuecomment-394901206 Yes. By doing this, conv1d can also benefit from mkldnn conv2d on cpu side. @pengzhao-intel

[GitHub] thomelane commented on issue #11133: Manipulating nn.Dense(...) layer parameters

2018-06-05 Thread GitBox
thomelane commented on issue #11133: Manipulating nn.Dense(...) layer parameters URL: https://github.com/apache/incubator-mxnet/issues/11133#issuecomment-394900159 Hi @lu4, You can create a clone of your network, and then make adjustments during the copy. If you're using a

[GitHub] eftiquar opened a new issue #11163: Deadlock in LibMxNet.dll during unload due to synchronization call in destructor

2018-06-05 Thread GitBox
eftiquar opened a new issue #11163: Deadlock in LibMxNet.dll during unload due to synchronization call in destructor URL: https://github.com/apache/incubator-mxnet/issues/11163 Note: Providing complete information in the most concise form is the best way to get help. This issue template

[GitHub] haojin2 commented on a change in pull request #10931: [MXNET-349] Histogram Operator

2018-06-05 Thread GitBox
haojin2 commented on a change in pull request #10931: [MXNET-349] Histogram Operator URL: https://github.com/apache/incubator-mxnet/pull/10931#discussion_r193258729 ## File path: src/operator/tensor/histogram.cc ## @@ -0,0 +1,162 @@ +/* + * Licensed to the Apache Software

[GitHub] haojin2 commented on a change in pull request #10931: [MXNET-349] Histogram Operator

2018-06-05 Thread GitBox
haojin2 commented on a change in pull request #10931: [MXNET-349] Histogram Operator URL: https://github.com/apache/incubator-mxnet/pull/10931#discussion_r193258747 ## File path: src/operator/tensor/histogram.cc ## @@ -0,0 +1,162 @@ +/* + * Licensed to the Apache Software

[GitHub] szha closed pull request #11154: Revert "[MXNET-503] Website landing page for MMS (#11037)"

2018-06-05 Thread GitBox
szha closed pull request #11154: Revert "[MXNET-503] Website landing page for MMS (#11037)" URL: https://github.com/apache/incubator-mxnet/pull/11154 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] lanking520 commented on a change in pull request #11126: [MXNET-386] ongoing maintenance on NDArray

2018-06-05 Thread GitBox
lanking520 commented on a change in pull request #11126: [MXNET-386] ongoing maintenance on NDArray URL: https://github.com/apache/incubator-mxnet/pull/11126#discussion_r193255902 ## File path: scala-package/macros/src/main/scala/org/apache/mxnet/APIDocGenerator.scala ##

[GitHub] nswamy commented on a change in pull request #11126: [MXNET-386] ongoing maintenance on NDArray

2018-06-05 Thread GitBox
nswamy commented on a change in pull request #11126: [MXNET-386] ongoing maintenance on NDArray URL: https://github.com/apache/incubator-mxnet/pull/11126#discussion_r193255587 ## File path: scala-package/macros/src/main/scala/org/apache/mxnet/APIDocGenerator.scala ## @@

[GitHub] lanking520 commented on issue #11126: [MXNET-386] ongoing maintenance on NDArray

2018-06-05 Thread GitBox
lanking520 commented on issue #11126: [MXNET-386] ongoing maintenance on NDArray URL: https://github.com/apache/incubator-mxnet/pull/11126#issuecomment-394895328 In the most recent two commits, I have made some modification on the NDArray Macros. In the past, I have placed all variables

[GitHub] aaronmarkham commented on issue #11155: [MXNET-521] Add Facebook open-graph tag integration

2018-06-05 Thread GitBox
aaronmarkham commented on issue #11155: [MXNET-521] Add Facebook open-graph tag integration URL: https://github.com/apache/incubator-mxnet/pull/11155#issuecomment-394894911 @thomelane @ThomasDelteil - any thoughts on this? Sharing should be better... I made the image according to the

[GitHub] aaronmarkham commented on issue #11128: [MXNET-504] Add version select + queryString capabilities + C++ instructions to install page

2018-06-05 Thread GitBox
aaronmarkham commented on issue #11128: [MXNET-504] Add version select + queryString capabilities + C++ instructions to install page URL: https://github.com/apache/incubator-mxnet/pull/11128#issuecomment-394893109 @ThomasDelteil - here's the cpp install along with some other features...

[GitHub] reminisce commented on a change in pull request #10931: [MXNET-349] Histogram Operator

2018-06-05 Thread GitBox
reminisce commented on a change in pull request #10931: [MXNET-349] Histogram Operator URL: https://github.com/apache/incubator-mxnet/pull/10931#discussion_r193247555 ## File path: src/operator/tensor/histogram.cc ## @@ -0,0 +1,162 @@ +/* + * Licensed to the Apache

[GitHub] reminisce commented on a change in pull request #10931: [MXNET-349] Histogram Operator

2018-06-05 Thread GitBox
reminisce commented on a change in pull request #10931: [MXNET-349] Histogram Operator URL: https://github.com/apache/incubator-mxnet/pull/10931#discussion_r193247580 ## File path: src/operator/tensor/histogram.cc ## @@ -0,0 +1,162 @@ +/* + * Licensed to the Apache

[GitHub] aaronmarkham commented on a change in pull request #11128: [MXNET-504] Add version select + queryString capabilities + C++ instructions to install page

2018-06-05 Thread GitBox
aaronmarkham commented on a change in pull request #11128: [MXNET-504] Add version select + queryString capabilities + C++ instructions to install page URL: https://github.com/apache/incubator-mxnet/pull/11128#discussion_r193247651 ## File path: docs/install/index.md ##

[incubator-mxnet] branch master updated (d552640 -> 776b239)

2018-06-05 Thread zhasheng
This is an automated email from the ASF dual-hosted git repository. zhasheng pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git. from d552640 [MXNET-503] Website landing page for MMS (#11037) add 776b239 Make inner transform

[GitHub] szha closed pull request #10957: Make inner transform activation configurable for LSTMCell

2018-06-05 Thread GitBox
szha closed pull request #10957: Make inner transform activation configurable for LSTMCell URL: https://github.com/apache/incubator-mxnet/pull/10957 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] eric-haibin-lin opened a new issue #11161: Conv1D is slow

2018-06-05 Thread GitBox
eric-haibin-lin opened a new issue #11161: Conv1D is slow URL: https://github.com/apache/incubator-mxnet/issues/11161 The Conv1D block uses MXNet's implementation for Convolution, because CUDNN only implements 2-D convolution. In the operator, we can try to optimize the performance by

[GitHub] eric-haibin-lin commented on issue #11156: mx.nd.topk does not work with ndarray of type float16

2018-06-05 Thread GitBox
eric-haibin-lin commented on issue #11156: mx.nd.topk does not work with ndarray of type float16 URL: https://github.com/apache/incubator-mxnet/issues/11156#issuecomment-394868237 @haojin2 @rahul003 This is an automated

[GitHub] haojin2 commented on issue #11021: [MXNET-380] count_include_pad argument for Avg Pooling

2018-06-05 Thread GitBox
haojin2 commented on issue #11021: [MXNET-380] count_include_pad argument for Avg Pooling URL: https://github.com/apache/incubator-mxnet/pull/11021#issuecomment-394867817 @szha This is an automated message from the Apache

[GitHub] haojin2 commented on issue #11021: [MXNET-380] count_include_pad argument for Avg Pooling

2018-06-05 Thread GitBox
haojin2 commented on issue #11021: [MXNET-380] count_include_pad argument for Avg Pooling URL: https://github.com/apache/incubator-mxnet/pull/11021#issuecomment-394866016 @piiswrong Addressed all the reviews so far, please take another look when you’ve got time, thanks!

[GitHub] marcoabreu commented on issue #10433: [MXNET-290] MKLDNN support for model quantization

2018-06-05 Thread GitBox
marcoabreu commented on issue #10433: [MXNET-290] MKLDNN support for model quantization URL: https://github.com/apache/incubator-mxnet/pull/10433#issuecomment-394865292 I will review it tomorrow. Xinyu Chen schrieb am Di., 5. Juni 2018, 23:20: > @marcoabreu

[GitHub] marcoabreu commented on a change in pull request #11128: [MXNET-504] Add version select + queryString capabilities + C++ instructions to install page

2018-06-05 Thread GitBox
marcoabreu commented on a change in pull request #11128: [MXNET-504] Add version select + queryString capabilities + C++ instructions to install page URL: https://github.com/apache/incubator-mxnet/pull/11128#discussion_r193226781 ## File path: docs/install/index.md ## @@

[GitHub] xinyu-intel commented on issue #10433: [MXNET-290] MKLDNN support for model quantization

2018-06-05 Thread GitBox
xinyu-intel commented on issue #10433: [MXNET-290] MKLDNN support for model quantization URL: https://github.com/apache/incubator-mxnet/pull/10433#issuecomment-394864149 @marcoabreu @zheng-da Please take a review. Thanks.

[GitHub] kpmurali commented on a change in pull request #11128: [MXNET-504] Add version select + queryString capabilities + C++ instructions to install page

2018-06-05 Thread GitBox
kpmurali commented on a change in pull request #11128: [MXNET-504] Add version select + queryString capabilities + C++ instructions to install page URL: https://github.com/apache/incubator-mxnet/pull/11128#discussion_r193225889 ## File path: docs/install/index.md ## @@

[GitHub] zhreshold commented on issue #11138: minor fixes to example/ssd

2018-06-05 Thread GitBox
zhreshold commented on issue #11138: minor fixes to example/ssd URL: https://github.com/apache/incubator-mxnet/pull/11138#issuecomment-394863849 Same for the CI  This is an automated message from the Apache Git Service. To

[GitHub] marcoabreu commented on a change in pull request #11128: [MXNET-504] Add version select + queryString capabilities + C++ instructions to install page

2018-06-05 Thread GitBox
marcoabreu commented on a change in pull request #11128: [MXNET-504] Add version select + queryString capabilities + C++ instructions to install page URL: https://github.com/apache/incubator-mxnet/pull/11128#discussion_r193225229 ## File path: docs/install/index.md ## @@

[GitHub] marcoabreu commented on issue #11142: [MXNET-408] inplace ReLU activation (#10847)

2018-06-05 Thread GitBox
marcoabreu commented on issue #11142: [MXNET-408] inplace ReLU activation (#10847) URL: https://github.com/apache/incubator-mxnet/pull/11142#issuecomment-394863005 Could you maybe reference the original PR which you took the changes from?

[GitHub] zhreshold commented on issue #11033: Add frame-resize option to ssd demo to scale camera input

2018-06-05 Thread GitBox
zhreshold commented on issue #11033: Add frame-resize option to ssd demo to scale camera input URL: https://github.com/apache/incubator-mxnet/pull/11033#issuecomment-394863156 @larroy Rebase to fix CI? This is an automated

[GitHub] marcoabreu commented on issue #11142: [MXNET-408] inplace ReLU activation (#10847)

2018-06-05 Thread GitBox
marcoabreu commented on issue #11142: [MXNET-408] inplace ReLU activation (#10847) URL: https://github.com/apache/incubator-mxnet/pull/11142#issuecomment-394863005 Could you maybe reference the original PR which you took the changes from?

[GitHub] marcoabreu commented on a change in pull request #11148: [WIP] [MXNET-115] USE_LAPACK is forced on all platforms

2018-06-05 Thread GitBox
marcoabreu commented on a change in pull request #11148: [WIP] [MXNET-115] USE_LAPACK is forced on all platforms URL: https://github.com/apache/incubator-mxnet/pull/11148#discussion_r193224312 ## File path: cmake/ChooseBlas.cmake ## @@ -19,40 +19,120 @@ set(BLAS "Open"

[GitHub] marcoabreu commented on a change in pull request #11053: [MXNET-244] Fixed armv7 wheel

2018-06-05 Thread GitBox
marcoabreu commented on a change in pull request #11053: [MXNET-244] Fixed armv7 wheel URL: https://github.com/apache/incubator-mxnet/pull/11053#discussion_r193222530 ## File path: ci/docker/install/install_openblas.sh ## @@ -0,0 +1,30 @@ +#!/usr/bin/env bash Review

[GitHub] zhreshold commented on a change in pull request #11159: fix shared_storage free

2018-06-05 Thread GitBox
zhreshold commented on a change in pull request #11159: fix shared_storage free URL: https://github.com/apache/incubator-mxnet/pull/11159#discussion_r193222465 ## File path: src/storage/cpu_shared_storage_manager.h ## @@ -215,12 +215,12 @@ void

[GitHub] piiswrong commented on a change in pull request #11159: fix shared_storage free

2018-06-05 Thread GitBox
piiswrong commented on a change in pull request #11159: fix shared_storage free URL: https://github.com/apache/incubator-mxnet/pull/11159#discussion_r193217504 ## File path: src/storage/cpu_shared_storage_manager.h ## @@ -215,12 +215,12 @@ void

[GitHub] ashokei commented on issue #11090: Define build target for mkldnn lib build to fix 'make clean USE_MKMLDNN=1' issue

2018-06-05 Thread GitBox
ashokei commented on issue #11090: Define build target for mkldnn lib build to fix 'make clean USE_MKMLDNN=1' issue URL: https://github.com/apache/incubator-mxnet/pull/11090#issuecomment-394855285 @jinhuang415 most of the changes look ok for mkldnn, but i notice you are removing

[GitHub] szha commented on a change in pull request #11159: fix shared_storage free

2018-06-05 Thread GitBox
szha commented on a change in pull request #11159: fix shared_storage free URL: https://github.com/apache/incubator-mxnet/pull/11159#discussion_r193216734 ## File path: src/storage/cpu_shared_storage_manager.h ## @@ -215,12 +215,12 @@ void

[GitHub] szha commented on a change in pull request #11159: fix shared_storage free

2018-06-05 Thread GitBox
szha commented on a change in pull request #11159: fix shared_storage free URL: https://github.com/apache/incubator-mxnet/pull/11159#discussion_r193216734 ## File path: src/storage/cpu_shared_storage_manager.h ## @@ -215,12 +215,12 @@ void

[GitHub] zhreshold opened a new issue #11160: mx.nd.zeros/ones don't recognize cpu_shared as context

2018-06-05 Thread GitBox
zhreshold opened a new issue #11160: mx.nd.zeros/ones don't recognize cpu_shared as context URL: https://github.com/apache/incubator-mxnet/issues/11160 Note: Providing complete information in the most concise form is the best way to get help. This issue template serves as the checklist

[GitHub] zhreshold opened a new pull request #11159: fix shared_storage free

2018-06-05 Thread GitBox
zhreshold opened a new pull request #11159: fix shared_storage free URL: https://github.com/apache/incubator-mxnet/pull/11159 ## Description ## Fix ndarray free on cpu_shared. Original problem: Using gluon.data.DataLoader with num_workers > 0 if ndarray was not originally

[GitHub] olga-gorun commented on issue #11139: MXNet prediction on docker image mxnet/python is much slower than outside docker container

2018-06-05 Thread GitBox
olga-gorun commented on issue #11139: MXNet prediction on docker image mxnet/python is much slower than outside docker container URL: https://github.com/apache/incubator-mxnet/issues/11139#issuecomment-394830915 This issue was discussed on the forum, see

[GitHub] olga-gorun closed issue #11139: MXNet prediction on docker image mxnet/python is much slower than outside docker container

2018-06-05 Thread GitBox
olga-gorun closed issue #11139: MXNet prediction on docker image mxnet/python is much slower than outside docker container URL: https://github.com/apache/incubator-mxnet/issues/11139 This is an automated message from the

[GitHub] mbaijal commented on issue #11158: MXNet Docker image up to 4x slower than pip installed version

2018-06-05 Thread GitBox
mbaijal commented on issue #11158: MXNet Docker image up to 4x slower than pip installed version URL: https://github.com/apache/incubator-mxnet/issues/11158#issuecomment-394827679 This is a known issue and I will be working on this in the coming weeks.

[GitHub] ThomasDelteil opened a new issue #11158: MXNet Docker image up to 4x slower than pip installed version

2018-06-05 Thread GitBox
ThomasDelteil opened a new issue #11158: MXNet Docker image up to 4x slower than pip installed version URL: https://github.com/apache/incubator-mxnet/issues/11158 Currently this docker image builds of mxnet are running up to 4x slower than running the same code outside of docker using the

[GitHub] kpmurali opened a new pull request #11157: [MXNET-522] Add Media query support for Multi-size logos

2018-06-05 Thread GitBox
kpmurali opened a new pull request #11157: [MXNET-522] Add Media query support for Multi-size logos URL: https://github.com/apache/incubator-mxnet/pull/11157 ## Description ## Add three different size logo images in the Navbar. Use CSS media queries to display only one of them based on

[GitHub] kpmurali opened a new pull request #11155: [MXNET-521] Add Facebook open-graph tag integration

2018-06-05 Thread GitBox
kpmurali opened a new pull request #11155: [MXNET-521] Add Facebook open-graph tag integration URL: https://github.com/apache/incubator-mxnet/pull/11155 ## Description ## Adding Facebook Open-Graph tags ## Checklist ## ### Changes ### - [ x ] Adding meta og tags for title,

[GitHub] marcoabreu commented on a change in pull request #11151: [MXNET-472] ccache for docker builds

2018-06-05 Thread GitBox
marcoabreu commented on a change in pull request #11151: [MXNET-472] ccache for docker builds URL: https://github.com/apache/incubator-mxnet/pull/11151#discussion_r193178715 ## File path: make/crosscompile.jetson.mk ## @@ -57,10 +57,10 @@ DEBUG = 0 USE_SIGNAL_HANDLER = 1

[GitHub] marcoabreu commented on a change in pull request #11151: [MXNET-472] ccache for docker builds

2018-06-05 Thread GitBox
marcoabreu commented on a change in pull request #11151: [MXNET-472] ccache for docker builds URL: https://github.com/apache/incubator-mxnet/pull/11151#discussion_r193178300 ## File path: ci/docker/runtime_functions.sh ## @@ -31,14 +31,49 @@ clean_repo() { git

[GitHub] szha commented on issue #11154: Revert "[MXNET-503] Website landing page for MMS (#11037)"

2018-06-05 Thread GitBox
szha commented on issue #11154: Revert "[MXNET-503] Website landing page for MMS (#11037)" URL: https://github.com/apache/incubator-mxnet/pull/11154#issuecomment-394814739 @aaronmarkham please open another PR for the change after revert. Sorry for the inconvenience.

[GitHub] szha opened a new pull request #11154: Revert "[MXNET-503] Website landing page for MMS (#11037)"

2018-06-05 Thread GitBox
szha opened a new pull request #11154: Revert "[MXNET-503] Website landing page for MMS (#11037)" URL: https://github.com/apache/incubator-mxnet/pull/11154 This reverts commit d5526400a5752f286f879632ad905c08c9c7aff5. ## Description ## #11037 was merged prematurely. cc'd

[GitHub] Ishitori opened a new pull request #11153: Add tqdm to support The Straight Dope CI

2018-06-05 Thread GitBox
Ishitori opened a new pull request #11153: Add tqdm to support The Straight Dope CI URL: https://github.com/apache/incubator-mxnet/pull/11153 ## Description ## Some tutorials of The Straight Dope relies on tqdm to show progress. Add it to Docker, so it wouldn't fail the execution

[incubator-mxnet] branch master updated (a87de58 -> d552640)

2018-06-05 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 a87de58 [MXNET-506] Fix missing titles in certain pages (#11132) add d552640 [MXNET-503] Website

[GitHub] eric-haibin-lin closed pull request #11037: [MXNET-503] Website landing page for MMS

2018-06-05 Thread GitBox
eric-haibin-lin closed pull request #11037: [MXNET-503] Website landing page for MMS URL: https://github.com/apache/incubator-mxnet/pull/11037 This is a PR merged from a forked repository. As GitHub hides the original diff on merge, it is displayed below for the sake of provenance: As

[GitHub] eric-haibin-lin closed pull request #11132: [MXNET-506] Fix missing titles in certain pages

2018-06-05 Thread GitBox
eric-haibin-lin closed pull request #11132: [MXNET-506] Fix missing titles in certain pages URL: https://github.com/apache/incubator-mxnet/pull/11132 This is a PR merged from a forked repository. As GitHub hides the original diff on merge, it is displayed below for the sake of

[incubator-mxnet] branch master updated: [MXNET-506] Fix missing titles in certain pages (#11132)

2018-06-05 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 a87de58 [MXNET-506] Fix missing

[GitHub] eric-haibin-lin closed pull request #10656: [MXNET-356] Fix for the search results issues

2018-06-05 Thread GitBox
eric-haibin-lin closed pull request #10656: [MXNET-356] Fix for the search results issues URL: https://github.com/apache/incubator-mxnet/pull/10656 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] szha commented on a change in pull request #11151: [MXNET-472] ccache for docker builds

2018-06-05 Thread GitBox
szha commented on a change in pull request #11151: [MXNET-472] ccache for docker builds URL: https://github.com/apache/incubator-mxnet/pull/11151#discussion_r193162037 ## File path: make/crosscompile.jetson.mk ## @@ -57,10 +57,10 @@ DEBUG = 0 USE_SIGNAL_HANDLER = 1 #

[GitHub] anirudhacharya commented on issue #11145: [MXNET-517] add sample ratio for ROI Align

2018-06-05 Thread GitBox
anirudhacharya commented on issue #11145: [MXNET-517] add sample ratio for ROI Align URL: https://github.com/apache/incubator-mxnet/pull/11145#issuecomment-394798612 could you please add tests for this. This is an automated

[GitHub] szha commented on a change in pull request #11151: [MXNET-472] ccache for docker builds

2018-06-05 Thread GitBox
szha commented on a change in pull request #11151: [MXNET-472] ccache for docker builds URL: https://github.com/apache/incubator-mxnet/pull/11151#discussion_r193161092 ## File path: ci/docker/runtime_functions.sh ## @@ -31,14 +31,49 @@ clean_repo() { git submodule

[GitHub] lanking520 commented on issue #11093: Some wrong with mxnet on spark: params.jars = jars.split(", |:")

2018-06-05 Thread GitBox
lanking520 commented on issue #11093: Some wrong with mxnet on spark: params.jars = jars.split(",|:") URL: https://github.com/apache/incubator-mxnet/issues/11093#issuecomment-394793603 @yzhliu @nswamy @@andrewfayres .I think we need to build regex to identify these different formats,

[GitHub] nswamy commented on a change in pull request #11152: updating Scala IntelliJ tutorial & installation instructions [WIP]

2018-06-05 Thread GitBox
nswamy commented on a change in pull request #11152: updating Scala IntelliJ tutorial & installation instructions [WIP] URL: https://github.com/apache/incubator-mxnet/pull/11152#discussion_r193147587 ## File path: docs/tutorials/scala/mxnet_scala_on_intellij.md ## @@

[GitHub] nswamy commented on a change in pull request #11152: updating Scala IntelliJ tutorial & installation instructions [WIP]

2018-06-05 Thread GitBox
nswamy commented on a change in pull request #11152: updating Scala IntelliJ tutorial & installation instructions [WIP] URL: https://github.com/apache/incubator-mxnet/pull/11152#discussion_r193147235 ## File path: docs/tutorials/scala/README.md ## @@ -1,6 +1,34 @@ #

[GitHub] nswamy commented on a change in pull request #11152: updating Scala IntelliJ tutorial & installation instructions [WIP]

2018-06-05 Thread GitBox
nswamy commented on a change in pull request #11152: updating Scala IntelliJ tutorial & installation instructions [WIP] URL: https://github.com/apache/incubator-mxnet/pull/11152#discussion_r193145907 ## File path: docs/tutorials/scala/mxnet_scala_on_intellij.md ## @@

[GitHub] nswamy commented on a change in pull request #11152: updating Scala IntelliJ tutorial & installation instructions [WIP]

2018-06-05 Thread GitBox
nswamy commented on a change in pull request #11152: updating Scala IntelliJ tutorial & installation instructions [WIP] URL: https://github.com/apache/incubator-mxnet/pull/11152#discussion_r193146538 ## File path: docs/tutorials/scala/mxnet_scala_on_intellij.md ## @@

[GitHub] lebeg commented on a change in pull request #11053: [MXNET-244] Fixed armv7 wheel

2018-06-05 Thread GitBox
lebeg commented on a change in pull request #11053: [MXNET-244] Fixed armv7 wheel URL: https://github.com/apache/incubator-mxnet/pull/11053#discussion_r193142451 ## File path: ci/docker/install/install_openblas.sh ## @@ -0,0 +1,30 @@ +#!/usr/bin/env bash Review

[GitHub] aaronmarkham opened a new pull request #11152: updating Scala IntelliJ tutorial

2018-06-05 Thread GitBox
aaronmarkham opened a new pull request #11152: updating Scala IntelliJ tutorial URL: https://github.com/apache/incubator-mxnet/pull/11152 Updated for new Maven package. This is an automated message from the Apache Git

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

2018-06-05 Thread GitBox
marcoabreu commented on issue #10921: [MXNET-500]Test cases improvement for MKLDNN on Gluon URL: https://github.com/apache/incubator-mxnet/pull/10921#issuecomment-394772551 Alright, lets create GitHub issues for the disabled tests and merge. Please put the link into the message that's

[GitHub] marcoabreu opened a new pull request #11151: [MXNET-472] ccache for docker builds

2018-06-05 Thread GitBox
marcoabreu opened a new pull request #11151: [MXNET-472] ccache for docker builds URL: https://github.com/apache/incubator-mxnet/pull/11151 ## Description ## Introduce instance-local ccache to unix-based builds ## Checklist ## ### Essentials ### - [x] The PR title starts

[GitHub] larroy commented on issue #10945: Flaky test: test_operator_gpu.test_sgd

2018-06-05 Thread GitBox
larroy commented on issue #10945: Flaky test: test_operator_gpu.test_sgd URL: https://github.com/apache/incubator-mxnet/issues/10945#issuecomment-394753655 http://jenkins.mxnet-ci.amazon-ml.com/blue/organizations/jenkins/incubator-mxnet/detail/PR-11138/1/pipeline

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

2018-06-05 Thread GitBox
TaoLv commented on issue #10921: [MXNET-500]Test cases improvement for MKLDNN on Gluon URL: https://github.com/apache/incubator-mxnet/pull/10921#issuecomment-394743165 About 30 test cases would be active there. This is an

[GitHub] Feywell opened a new issue #11150: Hope for adding sample about mx.rnn.ConvGRUCell()

2018-06-05 Thread GitBox
Feywell opened a new issue #11150: Hope for adding sample about mx.rnn.ConvGRUCell() URL: https://github.com/apache/incubator-mxnet/issues/11150 I need to use `ConvGRU `(symbol interface) to complete a task. But I just learn to use `contrib.rnn.Conv2DGRUCell` . How can I use the

[GitHub] lebeg commented on a change in pull request #11107: [WIP][PoC] mxnet-lite

2018-06-05 Thread GitBox
lebeg commented on a change in pull request #11107: [WIP][PoC] mxnet-lite URL: https://github.com/apache/incubator-mxnet/pull/11107#discussion_r193069098 ## File path: cpp-lite/include/mxnet-lite/ndarray.h ## @@ -0,0 +1,284 @@ +/* + * Licensed to the Apache Software

[GitHub] lebeg commented on a change in pull request #11107: [WIP][PoC] mxnet-lite

2018-06-05 Thread GitBox
lebeg commented on a change in pull request #11107: [WIP][PoC] mxnet-lite URL: https://github.com/apache/incubator-mxnet/pull/11107#discussion_r193062870 ## File path: cpp-lite/include/mxnet-lite/ndarray.h ## @@ -0,0 +1,284 @@ +/* Review comment: Header only is

[GitHub] lebeg commented on a change in pull request #11107: [WIP][PoC] mxnet-lite

2018-06-05 Thread GitBox
lebeg commented on a change in pull request #11107: [WIP][PoC] mxnet-lite URL: https://github.com/apache/incubator-mxnet/pull/11107#discussion_r193070348 ## File path: cpp-lite/include/mxnet-lite/symbol_block.h ## @@ -0,0 +1,151 @@ +/* + * Licensed to the Apache Software

[GitHub] lebeg commented on a change in pull request #11107: [WIP][PoC] mxnet-lite

2018-06-05 Thread GitBox
lebeg commented on a change in pull request #11107: [WIP][PoC] mxnet-lite URL: https://github.com/apache/incubator-mxnet/pull/11107#discussion_r193066956 ## File path: cpp-lite/include/mxnet-lite/ndarray.h ## @@ -0,0 +1,284 @@ +/* + * Licensed to the Apache Software

[GitHub] HuichuanLiu commented on issue #11149: Unreasonable performance of resnext models provided in model_zoo, evaluated by score.py

2018-06-05 Thread GitBox
HuichuanLiu commented on issue #11149: Unreasonable performance of resnext models provided in model_zoo, evaluated by score.py URL: https://github.com/apache/incubator-mxnet/issues/11149#issuecomment-394693892 I take a look at the symbol.json file from

[GitHub] HuichuanLiu commented on issue #11149: Unreasonable performance of resnext models provided in model_zoo, evaluated by score.py

2018-06-05 Thread GitBox
HuichuanLiu commented on issue #11149: Unreasonable performance of resnext models provided in model_zoo, evaluated by score.py URL: https://github.com/apache/incubator-mxnet/issues/11149#issuecomment-394693892 I take a look at the symbol.json file from

[GitHub] HuichuanLiu commented on issue #11149: Unreasonable performance of resnext models provided in model_zoo, evaluated by score.py

2018-06-05 Thread GitBox
HuichuanLiu commented on issue #11149: Unreasonable performance of resnext models provided in model_zoo, evaluated by score.py URL: https://github.com/apache/incubator-mxnet/issues/11149#issuecomment-394693892 I take a look at the symbol.json file from

[GitHub] BiranLi commented on issue #11076: [MXNET-491] Use depthwise convolution by cuDNNv7 if available, updated version

2018-06-05 Thread GitBox
BiranLi commented on issue #11076: [MXNET-491] Use depthwise convolution by cuDNNv7 if available, updated version URL: https://github.com/apache/incubator-mxnet/pull/11076#issuecomment-394693005 @austingg Yes, I have tested the same case with batchsize 128. > model: mobilenet-v2(only

[GitHub] marcoabreu commented on issue #10827: [MXNET-405][WIP] Add 2 new pipelines to the Official CI and run nightly tests.

2018-06-05 Thread GitBox
marcoabreu commented on issue #10827: [MXNET-405][WIP] Add 2 new pipelines to the Official CI and run nightly tests. URL: https://github.com/apache/incubator-mxnet/pull/10827#issuecomment-394682620 I think we should separate the Dockerfiles from nightly from the regular ones. Otherwise,

[GitHub] marcoabreu commented on a change in pull request #10827: [MXNET-405][WIP] Add 2 new pipelines to the Official CI and run nightly tests.

2018-06-05 Thread GitBox
marcoabreu commented on a change in pull request #10827: [MXNET-405][WIP] Add 2 new pipelines to the Official CI and run nightly tests. URL: https://github.com/apache/incubator-mxnet/pull/10827#discussion_r193044553 ## File path:

[GitHub] marcoabreu commented on a change in pull request #10827: [MXNET-405][WIP] Add 2 new pipelines to the Official CI and run nightly tests.

2018-06-05 Thread GitBox
marcoabreu commented on a change in pull request #10827: [MXNET-405][WIP] Add 2 new pipelines to the Official CI and run nightly tests. URL: https://github.com/apache/incubator-mxnet/pull/10827#discussion_r193044127 ## File path: tests/nightly/JenkinsfileForBinaries ##

[GitHub] marcoabreu commented on a change in pull request #10827: [MXNET-405][WIP] Add 2 new pipelines to the Official CI and run nightly tests.

2018-06-05 Thread GitBox
marcoabreu commented on a change in pull request #10827: [MXNET-405][WIP] Add 2 new pipelines to the Official CI and run nightly tests. URL: https://github.com/apache/incubator-mxnet/pull/10827#discussion_r193043881 ## File path: tests/nightly/Jenkinsfile ## @@ -0,0

[GitHub] marcoabreu commented on a change in pull request #10827: [MXNET-405][WIP] Add 2 new pipelines to the Official CI and run nightly tests.

2018-06-05 Thread GitBox
marcoabreu commented on a change in pull request #10827: [MXNET-405][WIP] Add 2 new pipelines to the Official CI and run nightly tests. URL: https://github.com/apache/incubator-mxnet/pull/10827#discussion_r193043648 ## File path: tests/jenkins/run_test_installation_docs.sh

[GitHub] marcoabreu commented on a change in pull request #10827: [MXNET-405][WIP] Add 2 new pipelines to the Official CI and run nightly tests.

2018-06-05 Thread GitBox
marcoabreu commented on a change in pull request #10827: [MXNET-405][WIP] Add 2 new pipelines to the Official CI and run nightly tests. URL: https://github.com/apache/incubator-mxnet/pull/10827#discussion_r193043157 ## File path: ci/docker/Dockerfile.build.ubuntu_emscripten

[GitHub] marcoabreu commented on a change in pull request #10827: [MXNET-405][WIP] Add 2 new pipelines to the Official CI and run nightly tests.

2018-06-05 Thread GitBox
marcoabreu commented on a change in pull request #10827: [MXNET-405][WIP] Add 2 new pipelines to the Official CI and run nightly tests. URL: https://github.com/apache/incubator-mxnet/pull/10827#discussion_r193042844 ## File path: ci/docker/runtime_functions.sh ## @@

[GitHub] marcoabreu commented on a change in pull request #10827: [MXNET-405][WIP] Add 2 new pipelines to the Official CI and run nightly tests.

2018-06-05 Thread GitBox
marcoabreu commented on a change in pull request #10827: [MXNET-405][WIP] Add 2 new pipelines to the Official CI and run nightly tests. URL: https://github.com/apache/incubator-mxnet/pull/10827#discussion_r193042600 ## File path: ci/docker/install/ubuntu_nightly_tests.sh

[GitHub] marcoabreu commented on a change in pull request #10827: [MXNET-405][WIP] Add 2 new pipelines to the Official CI and run nightly tests.

2018-06-05 Thread GitBox
marcoabreu commented on a change in pull request #10827: [MXNET-405][WIP] Add 2 new pipelines to the Official CI and run nightly tests. URL: https://github.com/apache/incubator-mxnet/pull/10827#discussion_r193042398 ## File path: ci/docker/install/ubuntu_emscripten.sh ##

[GitHub] marcoabreu commented on a change in pull request #10827: [MXNET-405][WIP] Add 2 new pipelines to the Official CI and run nightly tests.

2018-06-05 Thread GitBox
marcoabreu commented on a change in pull request #10827: [MXNET-405][WIP] Add 2 new pipelines to the Official CI and run nightly tests. URL: https://github.com/apache/incubator-mxnet/pull/10827#discussion_r193041704 ## File path: ci/docker/Dockerfile.build.ubuntu_emscripten

[GitHub] HuichuanLiu opened a new issue #11149: Unreasonable performance of resnext models provided in model_zoo, evaluated by score.py

2018-06-05 Thread GitBox
HuichuanLiu opened a new issue #11149: Unreasonable performance of resnext models provided in model_zoo, evaluated by score.py URL: https://github.com/apache/incubator-mxnet/issues/11149 Note: Providing complete information in the most concise form is the best way to get help. This issue

  1   2   >