[GitHub] reddysree007 commented on issue #9094: Cannot continue with MXNet Tutorial: Real-time Object Detection with MXNet On The Raspberry Pi

2018-01-18 Thread GitBox
reddysree007 commented on issue #9094: Cannot continue with MXNet Tutorial: Real-time Object Detection with MXNet On The Raspberry Pi URL: https://github.com/apache/incubator-mxnet/issues/9094#issuecomment-358887980 @yimingliu0216 Could you tell me how you downgraded version?

[GitHub] pengzhao-intel commented on issue #8302: Refactor operators & MKLDNN

2018-01-18 Thread GitBox
pengzhao-intel commented on issue #8302: Refactor operators & MKLDNN URL: https://github.com/apache/incubator-mxnet/pull/8302#issuecomment-358885449 FYI, we have tested the **inference** accuracy using **pre-trained models** and compared with official and MKLML MXNET. From the

[GitHub] pengzhao-intel commented on issue #8302: Refactor operators & MKLDNN

2018-01-18 Thread GitBox
pengzhao-intel commented on issue #8302: Refactor operators & MKLDNN URL: https://github.com/apache/incubator-mxnet/pull/8302#issuecomment-358885449 FYI, we have tested the inference accuracy using **pre-trained models** and compared with official and MKLML MXNET. From the below

[GitHub] chinakook opened a new pull request #9492: fix print_summary bug and add groups of convolution

2018-01-18 Thread GitBox
chinakook opened a new pull request #9492: fix print_summary bug and add groups of convolution URL: https://github.com/apache/incubator-mxnet/pull/9492 ## Description ## 1. fix "int(node["attrs"]["no_bias"])" bug 2. add groups of convolution param calculation ## Checklist ##

[GitHub] safrooze commented on issue #9213: Crash when MXNet API called before spawning multiprocess

2018-01-18 Thread GitBox
safrooze commented on issue #9213: Crash when MXNet API called before spawning multiprocess URL: https://github.com/apache/incubator-mxnet/issues/9213#issuecomment-358880961 I observed a very similar crash on a p3.2x instance with gluon.data.DataLoader() when num_workers was set to

[GitHub] szha commented on issue #8283: Caffe integration test fails because it is not able to download files from caffe server

2018-01-18 Thread GitBox
szha commented on issue #8283: Caffe integration test fails because it is not able to download files from caffe server URL: https://github.com/apache/incubator-mxnet/issues/8283#issuecomment-358879007 Reviewed the license, and it doesn't pose any restriction on use. I will move its

[GitHub] szha commented on issue #9412: Flaky Tests Tracking Issue

2018-01-18 Thread GitBox
szha commented on issue #9412: Flaky Tests Tracking Issue URL: https://github.com/apache/incubator-mxnet/issues/9412#issuecomment-358878849 Working on #8283 This is an automated message from the Apache Git Service. To

[GitHub] reddysree007 commented on issue #9094: Cannot continue with MXNet Tutorial: Real-time Object Detection with MXNet On The Raspberry Pi

2018-01-18 Thread GitBox
reddysree007 commented on issue #9094: Cannot continue with MXNet Tutorial: Real-time Object Detection with MXNet On The Raspberry Pi URL: https://github.com/apache/incubator-mxnet/issues/9094#issuecomment-358877955 Can you @wildhunter-66 tell me how to downgrade the mxnet version form

[GitHub] reddysree007 commented on issue #9094: Cannot continue with MXNet Tutorial: Real-time Object Detection with MXNet On The Raspberry Pi

2018-01-18 Thread GitBox
reddysree007 commented on issue #9094: Cannot continue with MXNet Tutorial: Real-time Object Detection with MXNet On The Raspberry Pi URL: https://github.com/apache/incubator-mxnet/issues/9094#issuecomment-358877955 Can anyone tell me how to downgrade the mxnet version form 1.0.1 to

[GitHub] gramce commented on issue #9491: is_train in model.backward will change the bias parameter?

2018-01-18 Thread GitBox
gramce commented on issue #9491: is_train in model.backward will change the bias parameter? URL: https://github.com/apache/incubator-mxnet/issues/9491#issuecomment-358876599 a mistake This is an automated message from the

[GitHub] gramce opened a new issue #9491: is_train in model.backward will change the bias parameter?

2018-01-18 Thread GitBox
gramce opened a new issue #9491: is_train in model.backward will change the bias parameter? URL: https://github.com/apache/incubator-mxnet/issues/9491 I ran the example adversary_generation. Print the parameter bias before and after the model.backward([out_grad]) and find that the

[GitHub] eric-haibin-lin commented on a change in pull request #9481: add where op with sparse condition

2018-01-18 Thread GitBox
eric-haibin-lin commented on a change in pull request #9481: add where op with sparse condition URL: https://github.com/apache/incubator-mxnet/pull/9481#discussion_r162538838 ## File path: src/operator/tensor/control_flow_op.h ## @@ -185,6 +303,62 @@ void

[GitHub] reminisce commented on a change in pull request #9481: add where op with sparse condition

2018-01-18 Thread GitBox
reminisce commented on a change in pull request #9481: add where op with sparse condition URL: https://github.com/apache/incubator-mxnet/pull/9481#discussion_r162494943 ## File path: src/operator/tensor/control_flow_op.h ## @@ -87,6 +117,37 @@ struct where_backward { }

[GitHub] reminisce commented on a change in pull request #9481: add where op with sparse condition

2018-01-18 Thread GitBox
reminisce commented on a change in pull request #9481: add where op with sparse condition URL: https://github.com/apache/incubator-mxnet/pull/9481#discussion_r162537292 ## File path: src/operator/tensor/control_flow_op.h ## @@ -51,6 +52,35 @@ struct where { } };

[GitHub] reminisce commented on a change in pull request #9481: add where op with sparse condition

2018-01-18 Thread GitBox
reminisce commented on a change in pull request #9481: add where op with sparse condition URL: https://github.com/apache/incubator-mxnet/pull/9481#discussion_r162493417 ## File path: src/operator/tensor/control_flow_op.cc ## @@ -28,16 +28,35 @@ namespace mxnet {

[GitHub] reminisce commented on a change in pull request #9481: add where op with sparse condition

2018-01-18 Thread GitBox
reminisce commented on a change in pull request #9481: add where op with sparse condition URL: https://github.com/apache/incubator-mxnet/pull/9481#discussion_r162537564 ## File path: src/operator/tensor/control_flow_op.h ## @@ -185,6 +303,62 @@ void WhereOpForward(const

[GitHub] reminisce commented on a change in pull request #9481: add where op with sparse condition

2018-01-18 Thread GitBox
reminisce commented on a change in pull request #9481: add where op with sparse condition URL: https://github.com/apache/incubator-mxnet/pull/9481#discussion_r162537283 ## File path: src/operator/tensor/control_flow_op.h ## @@ -51,6 +52,35 @@ struct where { } };

[GitHub] reminisce commented on a change in pull request #9481: add where op with sparse condition

2018-01-18 Thread GitBox
reminisce commented on a change in pull request #9481: add where op with sparse condition URL: https://github.com/apache/incubator-mxnet/pull/9481#discussion_r162537343 ## File path: src/operator/tensor/control_flow_op.h ## @@ -87,6 +117,37 @@ struct where_backward { }

[GitHub] szha commented on issue #9490: Unable to install mxnet on MacOS .. no version seemingly compatible with Python3

2018-01-18 Thread GitBox
szha commented on issue #9490: Unable to install mxnet on MacOS .. no version seemingly compatible with Python3 URL: https://github.com/apache/incubator-mxnet/issues/9490#issuecomment-358866593 Do you need to use 0.11.0 specifically, or would you be fine with trying more recent versions?

[GitHub] pabramowitsch opened a new issue #9490: Unable to install mxnet on MacOS .. no version seemingly compatible with Python3

2018-01-18 Thread GitBox
pabramowitsch opened a new issue #9490: Unable to install mxnet on MacOS .. no version seemingly compatible with Python3 URL: https://github.com/apache/incubator-mxnet/issues/9490 I just want to play with mxnet using prebuilt code on MacOS but the pip install fails. Following the

[GitHub] mbaijal commented on issue #9472: [Review Required] Adding more file formats to license_header.py (.m, .mk, .R, .cfg)

2018-01-18 Thread GitBox
mbaijal commented on issue #9472: [Review Required] Adding more file formats to license_header.py (.m, .mk, .R, .cfg) URL: https://github.com/apache/incubator-mxnet/pull/9472#issuecomment-358865827 @marcoabreu I agree with Bhavin. Since the license_header.py script is performing this

[GitHub] ilibx opened a new issue #9489: terminate called after throwing an instance of 'dmlc::Error'

2018-01-18 Thread GitBox
ilibx opened a new issue #9489: terminate called after throwing an instance of 'dmlc::Error' URL: https://github.com/apache/incubator-mxnet/issues/9489 Clone code from this repo, build with USE_DIST_KVSTORE=1 in ubuntu:16.04 container, instance multi container, then run cmd bellow:

[GitHub] tornadomeet commented on a change in pull request #9487: fix hidden node for batch norm in gluon api[visualization.py]

2018-01-18 Thread GitBox
tornadomeet commented on a change in pull request #9487: fix hidden node for batch norm in gluon api[visualization.py] URL: https://github.com/apache/incubator-mxnet/pull/9487#discussion_r162533676 ## File path: python/mxnet/visualization.py ## @@ -266,7 +266,8 @@ def

[GitHub] zhangguotai commented on issue #9476: libmxnet.so: undefined symbol: dorgqr_?????????????????

2018-01-18 Thread GitBox
zhangguotai commented on issue #9476: libmxnet.so: undefined symbol: dorgqr_? URL: https://github.com/apache/incubator-mxnet/issues/9476#issuecomment-358859050 make -j $(nproc) USE_BLAS=openblas,platform is ubuntu 14 I have compiled lapack and openblas successfully.

[GitHub] szha commented on a change in pull request #9487: fix hidden node for batch norm in gluon api[visualization.py]

2018-01-18 Thread GitBox
szha commented on a change in pull request #9487: fix hidden node for batch norm in gluon api[visualization.py] URL: https://github.com/apache/incubator-mxnet/pull/9487#discussion_r162527464 ## File path: python/mxnet/visualization.py ## @@ -266,7 +266,8 @@ def

[GitHub] gaosanyuan opened a new issue #9488: image segmentation iterator

2018-01-18 Thread GitBox
gaosanyuan opened a new issue #9488: image segmentation iterator URL: https://github.com/apache/incubator-mxnet/issues/9488 I now do image segmentation task based on money framework. I have implemented a data iter for this task, but it is a little slow for large images, I would like to

[GitHub] szha commented on a change in pull request #9273: Enhancements to the build mechanism

2018-01-18 Thread GitBox
szha commented on a change in pull request #9273: Enhancements to the build mechanism URL: https://github.com/apache/incubator-mxnet/pull/9273#discussion_r162524581 ## File path: Makefile ## @@ -210,10 +214,18 @@ ifneq ($(USE_GPERFTOOLS), 1)

[GitHub] zheng-da commented on a change in pull request #8302: Refactor operators & MKLDNN

2018-01-18 Thread GitBox
zheng-da commented on a change in pull request #8302: Refactor operators & MKLDNN URL: https://github.com/apache/incubator-mxnet/pull/8302#discussion_r162523269 ## File path: src/operator/tensor/elemwise_binary_op_basic.cc ## @@ -46,6 +103,41 @@ The storage type of

[GitHub] zheng-da commented on a change in pull request #8302: Refactor operators & MKLDNN

2018-01-18 Thread GitBox
zheng-da commented on a change in pull request #8302: Refactor operators & MKLDNN URL: https://github.com/apache/incubator-mxnet/pull/8302#discussion_r162523057 ## File path: src/operator/tensor/cast_storage.cc ## @@ -25,10 +25,50 @@ #include "./cast_storage-inl.h"

[GitHub] zheng-da commented on a change in pull request #8302: Refactor operators & MKLDNN

2018-01-18 Thread GitBox
zheng-da commented on a change in pull request #8302: Refactor operators & MKLDNN URL: https://github.com/apache/incubator-mxnet/pull/8302#discussion_r162522557 ## File path: src/operator/nn/mkldnn/mkldnn_base-inl.h ## @@ -0,0 +1,429 @@ +/* + * Licensed to the Apache

[GitHub] cjolivier01 commented on a change in pull request #9479: add norm operator for sparse ndarray

2018-01-18 Thread GitBox
cjolivier01 commented on a change in pull request #9479: add norm operator for sparse ndarray URL: https://github.com/apache/incubator-mxnet/pull/9479#discussion_r162520784 ## File path: src/operator/tensor/broadcast_reduce_op.h ## @@ -821,20 +821,93 @@ struct ReduceGrad

[GitHub] cjolivier01 commented on a change in pull request #9397: [CMake] Remove linker flags from CXX_FLAGS when using OPENCV. Exclude binaries from lint. Fix im2rec on cuda.

2018-01-18 Thread GitBox
cjolivier01 commented on a change in pull request #9397: [CMake] Remove linker flags from CXX_FLAGS when using OPENCV. Exclude binaries from lint. Fix im2rec on cuda. URL: https://github.com/apache/incubator-mxnet/pull/9397#discussion_r162520140 ## File path: CMakeLists.txt

[GitHub] cjolivier01 commented on issue #9397: [CMake] Remove linker flags from CXX_FLAGS when using OPENCV. Exclude binaries from lint. Fix im2rec on cuda.

2018-01-18 Thread GitBox
cjolivier01 commented on issue #9397: [CMake] Remove linker flags from CXX_FLAGS when using OPENCV. Exclude binaries from lint. Fix im2rec on cuda. URL: https://github.com/apache/incubator-mxnet/pull/9397#issuecomment-358841869 "This fixes linking flags being using during compilationin the

[GitHub] cjolivier01 commented on issue #9397: [CMake] Remove linker flags from CXX_FLAGS when using OPENCV. Exclude binaries from lint. Fix im2rec on cuda.

2018-01-18 Thread GitBox
cjolivier01 commented on issue #9397: [CMake] Remove linker flags from CXX_FLAGS when using OPENCV. Exclude binaries from lint. Fix im2rec on cuda. URL: https://github.com/apache/incubator-mxnet/pull/9397#issuecomment-358841869 "This fixes linking flags being using during compilationin the

[GitHub] cjolivier01 commented on issue #9397: [CMake] Remove linker flags from CXX_FLAGS when using OPENCV. Exclude binaries from lint. Fix im2rec on cuda.

2018-01-18 Thread GitBox
cjolivier01 commented on issue #9397: [CMake] Remove linker flags from CXX_FLAGS when using OPENCV. Exclude binaries from lint. Fix im2rec on cuda. URL: https://github.com/apache/incubator-mxnet/pull/9397#issuecomment-358841869 "This fixes linking flags being using during compilationin the

[GitHub] tornadomeet opened a new pull request #9487: fix hidden node for batch norm in gluon api

2018-01-18 Thread GitBox
tornadomeet opened a new pull request #9487: fix hidden node for batch norm in gluon api URL: https://github.com/apache/incubator-mxnet/pull/9487 ## Description ## different aux-param name of gluon and symbol api. ## Checklist ## ### Essentials ### - [ ] Passed code style

[GitHub] eric-haibin-lin commented on a change in pull request #8302: Refactor operators & MKLDNN

2018-01-18 Thread GitBox
eric-haibin-lin commented on a change in pull request #8302: Refactor operators & MKLDNN URL: https://github.com/apache/incubator-mxnet/pull/8302#discussion_r162515134 ## File path: src/operator/nn/mkldnn/mkldnn_base.cc ## @@ -0,0 +1,260 @@ +/* + * Licensed to the Apache

[GitHub] eric-haibin-lin commented on a change in pull request #8302: Refactor operators & MKLDNN

2018-01-18 Thread GitBox
eric-haibin-lin commented on a change in pull request #8302: Refactor operators & MKLDNN URL: https://github.com/apache/incubator-mxnet/pull/8302#discussion_r162515065 ## File path: src/operator/nn/mkldnn/mkldnn_base.cc ## @@ -0,0 +1,260 @@ +/* + * Licensed to the Apache

[GitHub] eric-haibin-lin commented on a change in pull request #8302: Refactor operators & MKLDNN

2018-01-18 Thread GitBox
eric-haibin-lin commented on a change in pull request #8302: Refactor operators & MKLDNN URL: https://github.com/apache/incubator-mxnet/pull/8302#discussion_r162516066 ## File path: src/operator/tensor/cast_storage.cc ## @@ -25,10 +25,50 @@ #include

[GitHub] eric-haibin-lin commented on a change in pull request #8302: Refactor operators & MKLDNN

2018-01-18 Thread GitBox
eric-haibin-lin commented on a change in pull request #8302: Refactor operators & MKLDNN URL: https://github.com/apache/incubator-mxnet/pull/8302#discussion_r162516397 ## File path: src/operator/tensor/elemwise_binary_op_basic.cc ## @@ -46,6 +103,41 @@ The storage type of

[GitHub] eric-haibin-lin commented on a change in pull request #8302: Refactor operators & MKLDNN

2018-01-18 Thread GitBox
eric-haibin-lin commented on a change in pull request #8302: Refactor operators & MKLDNN URL: https://github.com/apache/incubator-mxnet/pull/8302#discussion_r162514899 ## File path: src/operator/nn/mkldnn/mkldnn_base-inl.h ## @@ -0,0 +1,429 @@ +/* + * Licensed to the

[GitHub] eric-haibin-lin commented on a change in pull request #8302: Refactor operators & MKLDNN

2018-01-18 Thread GitBox
eric-haibin-lin commented on a change in pull request #8302: Refactor operators & MKLDNN URL: https://github.com/apache/incubator-mxnet/pull/8302#discussion_r162514695 ## File path: src/operator/nn/mkldnn/mkldnn_base-inl.h ## @@ -0,0 +1,429 @@ +/* + * Licensed to the

[GitHub] aidan-plenert-macdonald commented on issue #9486: LSTM doesn't work with Symbols - "'Symbol' object has no attribute 'shape'"

2018-01-18 Thread GitBox
aidan-plenert-macdonald commented on issue #9486: LSTM doesn't work with Symbols - "'Symbol' object has no attribute 'shape'" URL: https://github.com/apache/incubator-mxnet/issues/9486#issuecomment-358836015 Never mind. I just needed to use HybridSequential.

[GitHub] aidan-plenert-macdonald closed issue #9486: LSTM doesn't work with Symbols - "'Symbol' object has no attribute 'shape'"

2018-01-18 Thread GitBox
aidan-plenert-macdonald closed issue #9486: LSTM doesn't work with Symbols - "'Symbol' object has no attribute 'shape'" URL: https://github.com/apache/incubator-mxnet/issues/9486 This is an automated message from the Apache

[GitHub] aidan-plenert-macdonald commented on issue #9486: LSTM doesn't work with Symbols - "'Symbol' object has no attribute 'shape'"

2018-01-18 Thread GitBox
aidan-plenert-macdonald commented on issue #9486: LSTM doesn't work with Symbols - "'Symbol' object has no attribute 'shape'" URL: https://github.com/apache/incubator-mxnet/issues/9486#issuecomment-358834610 @szha Is there a way to fix this? I am trying to use SageMaker, and the examples

[GitHub] szha commented on issue #9486: LSTM doesn't work with Symbols - "'Symbol' object has no attribute 'shape'"

2018-01-18 Thread GitBox
szha commented on issue #9486: LSTM doesn't work with Symbols - "'Symbol' object has no attribute 'shape'" URL: https://github.com/apache/incubator-mxnet/issues/9486#issuecomment-358834028 Block doesn't support Symbol. This

[GitHub] eric-haibin-lin commented on issue #9486: LSTM doesn't work with Symbols - "'Symbol' object has no attribute 'shape'"

2018-01-18 Thread GitBox
eric-haibin-lin commented on issue #9486: LSTM doesn't work with Symbols - "'Symbol' object has no attribute 'shape'" URL: https://github.com/apache/incubator-mxnet/issues/9486#issuecomment-358833672 @szha This is an

[incubator-mxnet] branch vision updated (1277225 -> 6c3a946)

2018-01-18 Thread jxie
This is an automated email from the ASF dual-hosted git repository. jxie pushed a change to branch vision in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git. omit 1277225 fix lint new 6c3a946 lint This update added new revisions after undoing existing revisions.

[incubator-mxnet] 01/01: lint

2018-01-18 Thread jxie
This is an automated email from the ASF dual-hosted git repository. jxie pushed a commit to branch vision in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git commit 6c3a946553aa4e6c330b51912f4fe4f23d6b6333 Author: Junyuan Xie AuthorDate: Thu Jan 18

[GitHub] szha commented on issue #9485: Gluon vision transforms

2018-01-18 Thread GitBox
szha commented on issue #9485: Gluon vision transforms URL: https://github.com/apache/incubator-mxnet/pull/9485#issuecomment-358830295 Hi @piiswrong, would you add brief description of what functionality this PR includes? This would help people who weren't aware of the work.

[GitHub] piiswrong closed pull request #9485: Gluon vision transforms

2018-01-18 Thread GitBox
piiswrong closed pull request #9485: Gluon vision transforms URL: https://github.com/apache/incubator-mxnet/pull/9485 This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub

[GitHub] piiswrong opened a new pull request #9485: Gluon vision transforms

2018-01-18 Thread GitBox
piiswrong opened a new pull request #9485: Gluon vision transforms URL: https://github.com/apache/incubator-mxnet/pull/9485 ## Description ## (Brief description on what this PR is about) ## Checklist ## ### Essentials ### - [ ] Passed code style checking (`make lint`) - [

[GitHub] szha closed issue #8231: [MXNet 0.11.0 + RPi 3 + Python 2.7] ndarray unit test fails

2018-01-18 Thread GitBox
szha closed issue #8231: [MXNet 0.11.0 + RPi 3 + Python 2.7] ndarray unit test fails URL: https://github.com/apache/incubator-mxnet/issues/8231 This is an automated message from the Apache Git Service. To respond to the

[incubator-mxnet] branch vision updated: fix lint

2018-01-18 Thread jxie
This is an automated email from the ASF dual-hosted git repository. jxie pushed a commit to branch vision in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git The following commit(s) were added to refs/heads/vision by this push: new 1277225 fix lint 1277225 is described

[GitHub] aidan-plenert-macdonald opened a new issue #9486: LSTM doesn't work with Symbols - "'Symbol' object has no attribute 'shape'"

2018-01-18 Thread GitBox
aidan-plenert-macdonald opened a new issue #9486: LSTM doesn't work with Symbols - "'Symbol' object has no attribute 'shape'" URL: https://github.com/apache/incubator-mxnet/issues/9486 I am using the following versions, ``` $ pip list | grep mxnet mxnet (1.0.0.post1) $ python

[GitHub] larroy commented on issue #8231: [MXNet 0.11.0 + RPi 3 + Python 2.7] ndarray unit test fails

2018-01-18 Thread GitBox
larroy commented on issue #8231: [MXNet 0.11.0 + RPi 3 + Python 2.7] ndarray unit test fails URL: https://github.com/apache/incubator-mxnet/issues/8231#issuecomment-358830485 @szha isn't this fixed? This is an automated

[GitHub] szha commented on issue #9485: Gluon vision transforms

2018-01-18 Thread GitBox
szha commented on issue #9485: Gluon vision transforms URL: https://github.com/apache/incubator-mxnet/pull/9485#issuecomment-358830295 Hi @piiswrong, would you add brief description of what functionality this PR includes?

[GitHub] larroy commented on issue #9397: [CMake] Remove linker flags from CXX_FLAGS when using OPENCV. Exclude binaries from lint. Fix im2rec on cuda.

2018-01-18 Thread GitBox
larroy commented on issue #9397: [CMake] Remove linker flags from CXX_FLAGS when using OPENCV. Exclude binaries from lint. Fix im2rec on cuda. URL: https://github.com/apache/incubator-mxnet/pull/9397#issuecomment-358830194 Changed the title. it's explaained in the body of the PR.

[GitHub] larroy commented on issue #9397: [CMake] Remove linker flags from CXX_FLAGS when using OPENCV. Exclude binaries from lint. Fix im2rec on cuda.

2018-01-18 Thread GitBox
larroy commented on issue #9397: [CMake] Remove linker flags from CXX_FLAGS when using OPENCV. Exclude binaries from lint. Fix im2rec on cuda. URL: https://github.com/apache/incubator-mxnet/pull/9397#issuecomment-358830194 Changed the title. it's explained in the body of the PR.

[GitHub] piiswrong commented on issue #9485: Gluon vision transforms

2018-01-18 Thread GitBox
piiswrong commented on issue #9485: Gluon vision transforms URL: https://github.com/apache/incubator-mxnet/pull/9485#issuecomment-358829407 @yzhliu @sxjscience @yajiedesign This is an automated message from the Apache Git

[GitHub] piiswrong opened a new pull request #9485: Gluon vision transforms

2018-01-18 Thread GitBox
piiswrong opened a new pull request #9485: Gluon vision transforms URL: https://github.com/apache/incubator-mxnet/pull/9485 ## Description ## (Brief description on what this PR is about) ## Checklist ## ### Essentials ### - [ ] Passed code style checking (`make lint`) - [

[incubator-mxnet] 02/19: [WIP]]Vision (#8649)

2018-01-18 Thread jxie
This is an automated email from the ASF dual-hosted git repository. jxie pushed a commit to branch vision in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git commit 54fa02844cf9d2ec81f1cd5b4671aa6cc159ad96 Author: Hu Shiwen AuthorDate: Tue Nov 14

[incubator-mxnet] 16/19: Vision (#8856)

2018-01-18 Thread jxie
This is an automated email from the ASF dual-hosted git repository. jxie pushed a commit to branch vision in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git commit d07f3afdd42282803dfc53fc9016a343418f896f Author: Eric Junyuan Xie

[incubator-mxnet] 04/19: [WIP][vision]fix (#8657)

2018-01-18 Thread jxie
This is an automated email from the ASF dual-hosted git repository. jxie pushed a commit to branch vision in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git commit 627ba18b527117356830c1099f9295c8641073ef Author: Hu Shiwen AuthorDate: Wed Nov 15

[incubator-mxnet] 10/19: add test script

2018-01-18 Thread jxie
This is an automated email from the ASF dual-hosted git repository. jxie pushed a commit to branch vision in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git commit 1873367e17f5e4f434bd4f458bd0e426770be183 Author: Xingjian Shi AuthorDate: Tue Nov 21 11:07:21

[incubator-mxnet] 14/19: image flip op (#8759)

2018-01-18 Thread jxie
This is an automated email from the ASF dual-hosted git repository. jxie pushed a commit to branch vision in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git commit e97ef363bbae809f39c07415a6c6740b884c76f6 Author: Yizhi Liu AuthorDate: Sun Nov 26 17:20:55

[incubator-mxnet] 08/19: [Image OP] Normalize (#8731)

2018-01-18 Thread jxie
This is an automated email from the ASF dual-hosted git repository. jxie pushed a commit to branch vision in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git commit a399908ace36caa1e2db3eff4e305b71bbf168d5 Author: Yizhi Liu AuthorDate: Mon Nov 20 11:57:22

[incubator-mxnet] 12/19: Refactor image operators (#8761)

2018-01-18 Thread jxie
This is an automated email from the ASF dual-hosted git repository. jxie pushed a commit to branch vision in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git commit 05a5974ddee0b897b1346f0f87017820bd420d3e Author: Eric Junyuan Xie

[incubator-mxnet] 01/19: [WIP]Image Augmenter (#8633)

2018-01-18 Thread jxie
This is an automated email from the ASF dual-hosted git repository. jxie pushed a commit to branch vision in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git commit fa7575a53ef0f05d80e6e57f72d51123b06d0662 Author: Hu Shiwen AuthorDate: Tue Nov 14

[incubator-mxnet] 06/19: Add Gluon data transform (#8672)

2018-01-18 Thread jxie
This is an automated email from the ASF dual-hosted git repository. jxie pushed a commit to branch vision in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git commit 80f323a0d0e807e52c3ec46cb8cba9b4569e6437 Author: Eric Junyuan Xie

[incubator-mxnet] 18/19: add comments and sanity check (#8901)

2018-01-18 Thread jxie
This is an automated email from the ASF dual-hosted git repository. jxie pushed a commit to branch vision in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git commit fc940fb9b0489fdfc6dc084aa0cce251391fa5d9 Author: Eric Junyuan Xie

[incubator-mxnet] 11/19: Revert "add test script"

2018-01-18 Thread jxie
This is an automated email from the ASF dual-hosted git repository. jxie pushed a commit to branch vision in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git commit 400c380881e98291c47055ceaf89933a3debaa72 Author: Xingjian Shi AuthorDate: Tue Nov 21 11:08:23

[incubator-mxnet] 07/19: image to_tensor (#8691)

2018-01-18 Thread jxie
This is an automated email from the ASF dual-hosted git repository. jxie pushed a commit to branch vision in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git commit d5532bccdc6929091cbbea844a49b5ef60fc764f Author: Yizhi Liu AuthorDate: Thu Nov 16 23:01:37

[incubator-mxnet] 03/19: add stub (#8650)

2018-01-18 Thread jxie
This is an automated email from the ASF dual-hosted git repository. jxie pushed a commit to branch vision in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git commit c247df5010ce4f53082b0dc713d5fe175d63a57a Author: Hu Shiwen AuthorDate: Tue Nov 14

[incubator-mxnet] branch vision updated (7c92b98 -> 8eec536)

2018-01-18 Thread jxie
This is an automated email from the ASF dual-hosted git repository. jxie pushed a change to branch vision in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git. discard 7c92b98 [Vision] add test cases for flip, normalize, to_tensor (#8919) omit 8657ad0 add comments and

[incubator-mxnet] 17/19: fix (#8857)

2018-01-18 Thread jxie
This is an automated email from the ASF dual-hosted git repository. jxie pushed a commit to branch vision in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git commit 9a7e3e6556d40ba441e3b26b282954291c9d76c2 Author: Eric Junyuan Xie

[incubator-mxnet] 15/19: [WIP]hue (#8678)

2018-01-18 Thread jxie
This is an automated email from the ASF dual-hosted git repository. jxie pushed a commit to branch vision in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git commit 9e36e302aa8cb4b57ab467351e4db28ba63ba91f Author: Hu Shiwen AuthorDate: Tue Nov 28

[incubator-mxnet] 13/19: [Image] add random lighting (#8779)

2018-01-18 Thread jxie
This is an automated email from the ASF dual-hosted git repository. jxie pushed a commit to branch vision in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git commit 3c99773c9a58be7f64147d257f14357f5856e5d7 Author: Xingjian Shi AuthorDate: Wed Nov 22 15:53:37

[incubator-mxnet] 05/19: fix image_random compile (#8665)

2018-01-18 Thread jxie
This is an automated email from the ASF dual-hosted git repository. jxie pushed a commit to branch vision in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git commit 383f4903fa26bb7003bb9e30d79fb7c08647c5f0 Author: Yizhi Liu AuthorDate: Wed Nov 15 10:40:34

[incubator-mxnet] 19/19: [Vision] add test cases for flip, normalize, to_tensor (#8919)

2018-01-18 Thread jxie
This is an automated email from the ASF dual-hosted git repository. jxie pushed a commit to branch vision in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git commit 8eec5369b3b8a7ff0cff9a8e9a0cdc1cd110734f Author: Yizhi Liu AuthorDate: Tue Dec 12 13:28:41

[incubator-mxnet] 09/19: fix (#8736)

2018-01-18 Thread jxie
This is an automated email from the ASF dual-hosted git repository. jxie pushed a commit to branch vision in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git commit 7996da927ee269fb157531685e5affa2fd608cc7 Author: Eric Junyuan Xie

[GitHub] mbaijal opened a new pull request #9484: [WIP] Fixing Licenses: Cleaning up the Top Level LICENSE file

2018-01-18 Thread GitBox
mbaijal opened a new pull request #9484: [WIP] Fixing Licenses: Cleaning up the Top Level LICENSE file URL: https://github.com/apache/incubator-mxnet/pull/9484 ## Description ## @bhavinthaker As recommended in the voting thread for 1.0.0, I cleaned up the LICENSE file to not list

[GitHub] szha commented on issue #8231: [MXNet 0.11.0 + RPi 3 + Python 2.7] ndarray unit test fails

2018-01-18 Thread GitBox
szha commented on issue #8231: [MXNet 0.11.0 + RPi 3 + Python 2.7] ndarray unit test fails URL: https://github.com/apache/incubator-mxnet/issues/8231#issuecomment-358827474 @apache/mxnet-committers: This issue has been inactive for the past 90 days. It has no label and needs triage.

[GitHub] piiswrong closed pull request #9464: refactor logging in infer storage pass

2018-01-18 Thread GitBox
piiswrong closed pull request #9464: refactor logging in infer storage pass URL: https://github.com/apache/incubator-mxnet/pull/9464 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

[incubator-mxnet] branch master updated: refactor logging in infer storage pass (#9464)

2018-01-18 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 92d79f2 refactor logging in infer

[GitHub] zheng-da commented on a change in pull request #8302: Refactor operators & MKLDNN

2018-01-18 Thread GitBox
zheng-da commented on a change in pull request #8302: Refactor operators & MKLDNN URL: https://github.com/apache/incubator-mxnet/pull/8302#discussion_r162506606 ## File path: include/mxnet/ndarray.h ## @@ -184,11 +135,17 @@ class NDArray { const TBlob , const

[GitHub] eric-haibin-lin commented on a change in pull request #9479: add norm operator for sparse ndarray

2018-01-18 Thread GitBox
eric-haibin-lin commented on a change in pull request #9479: add norm operator for sparse ndarray URL: https://github.com/apache/incubator-mxnet/pull/9479#discussion_r162505562 ## File path: src/operator/tensor/broadcast_reduce_op.h ## @@ -821,20 +821,93 @@ struct

[GitHub] cjolivier01 commented on a change in pull request #9479: add norm operator for sparse ndarray

2018-01-18 Thread GitBox
cjolivier01 commented on a change in pull request #9479: add norm operator for sparse ndarray URL: https://github.com/apache/incubator-mxnet/pull/9479#discussion_r162502860 ## File path: src/operator/tensor/broadcast_reduce_op.h ## @@ -821,20 +821,93 @@ struct ReduceGrad

[GitHub] zheng-da commented on a change in pull request #8302: Refactor operators & MKLDNN

2018-01-18 Thread GitBox
zheng-da commented on a change in pull request #8302: Refactor operators & MKLDNN URL: https://github.com/apache/incubator-mxnet/pull/8302#discussion_r162502678 ## File path: src/ndarray/ndarray.cc ## @@ -181,6 +322,408 @@ void NDArray::set_fresh_out_grad(bool state)

[GitHub] zheng-da commented on a change in pull request #8302: Refactor operators & MKLDNN

2018-01-18 Thread GitBox
zheng-da commented on a change in pull request #8302: Refactor operators & MKLDNN URL: https://github.com/apache/incubator-mxnet/pull/8302#discussion_r162502091 ## File path: src/operator/nn/mkldnn/mkldnn_sum.cc ## @@ -0,0 +1,75 @@ +/* + * Licensed to the Apache Software

[GitHub] cjolivier01 commented on issue #9397: [WIP] Remove incorrect link flags when using OPENCV. Exclude binaries from lint.

2018-01-18 Thread GitBox
cjolivier01 commented on issue #9397: [WIP] Remove incorrect link flags when using OPENCV. Exclude binaries from lint. URL: https://github.com/apache/incubator-mxnet/pull/9397#issuecomment-358818333 What is the "incorrect link flag"?

[GitHub] zheng-da commented on a change in pull request #8302: Refactor operators & MKLDNN

2018-01-18 Thread GitBox
zheng-da commented on a change in pull request #8302: Refactor operators & MKLDNN URL: https://github.com/apache/incubator-mxnet/pull/8302#discussion_r162501336 ## File path: src/operator/tensor/elemwise_unary_op_basic.cc ## @@ -108,12 +109,66 @@

[GitHub] zheng-da commented on a change in pull request #8302: Refactor operators & MKLDNN

2018-01-18 Thread GitBox
zheng-da commented on a change in pull request #8302: Refactor operators & MKLDNN URL: https://github.com/apache/incubator-mxnet/pull/8302#discussion_r162501065 ## File path: src/operator/tensor/matrix_op.cc ## @@ -180,6 +182,51 @@ If the argument `reverse` is set to 1,

[GitHub] opringle opened a new issue #9483: Creating a symbol variable from a numpy array

2018-01-18 Thread GitBox
opringle opened a new issue #9483: Creating a symbol variable from a numpy array URL: https://github.com/apache/incubator-mxnet/issues/9483 Hi guys. - I would like to create a weight matrix (for use in my loss function). - So far I have created a symbol variable, defined it's

[GitHub] eric-haibin-lin commented on a change in pull request #9479: add norm operator for sparse ndarray

2018-01-18 Thread GitBox
eric-haibin-lin commented on a change in pull request #9479: add norm operator for sparse ndarray URL: https://github.com/apache/incubator-mxnet/pull/9479#discussion_r162449862 ## File path: src/operator/tensor/broadcast_reduce_op.h ## @@ -821,20 +821,93 @@ struct

[incubator-mxnet-site] branch asf-site updated (02e8c7f -> e53b3e6)

2018-01-18 Thread codingcat
This is an automated email from the ASF dual-hosted git repository. codingcat pushed a change to branch asf-site in repository https://gitbox.apache.org/repos/asf/incubator-mxnet-site.git. from 02e8c7f Nightly build add 76cb073 Modify Scala web site linking to GitHub with package

[incubator-mxnet-site] 01/01: Merge pull request #44 from parallelgithub/scala-package-name

2018-01-18 Thread codingcat
This is an automated email from the ASF dual-hosted git repository. codingcat pushed a commit to branch asf-site in repository https://gitbox.apache.org/repos/asf/incubator-mxnet-site.git commit e53b3e6bb45606ab170f1d1fbc3dcdbcba4ffc05 Merge: 02e8c7f 76cb073 Author: Nan Zhu

[GitHub] CodingCat closed pull request #44: Modify Scala web site linking to GitHub with package name

2018-01-18 Thread GitBox
CodingCat closed pull request #44: Modify Scala web site linking to GitHub with package name URL: https://github.com/apache/incubator-mxnet-site/pull/44 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] CodingCat commented on issue #44: Modify Scala web site linking to GitHub with package name

2018-01-18 Thread GitBox
CodingCat commented on issue #44: Modify Scala web site linking to GitHub with package name URL: https://github.com/apache/incubator-mxnet-site/pull/44#issuecomment-358816142 LGTM This is an automated message from the

[GitHub] eric-haibin-lin commented on a change in pull request #8302: Refactor operators & MKLDNN

2018-01-18 Thread GitBox
eric-haibin-lin commented on a change in pull request #8302: Refactor operators & MKLDNN URL: https://github.com/apache/incubator-mxnet/pull/8302#discussion_r162480809 ## File path: src/executor/graph_executor.cc ## @@ -828,7 +828,7 @@ void

  1   2   >