[GitHub] szha opened a new issue #12404: init.Constant does not work in Gluon parameter

2018-08-29 Thread GitBox
szha opened a new issue #12404: init.Constant does not work in Gluon parameter URL: https://github.com/apache/incubator-mxnet/issues/12404 Note: Providing complete information in the most concise form is the best way to get help. This issue template serves as the checklist for essential

[GitHub] rosenrodt commented on issue #8966: NaiveEngine asynchronous error in multi-threading

2018-08-29 Thread GitBox
rosenrodt commented on issue #8966: NaiveEngine asynchronous error in multi-threading URL: https://github.com/apache/incubator-mxnet/issues/8966#issuecomment-417190004 It seems like the internal memory pool tries to call `cudaFree()` on the same resource assigned to two or more MXNet

[incubator-mxnet] branch master updated: Fix speech recognition example (#12291)

2018-08-29 Thread skm
This is an automated email from the ASF dual-hosted git repository. skm pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git The following commit(s) were added to refs/heads/master by this push: new e456dc4 Fix speech recognition example

[GitHub] sandeep-krishnamurthy closed pull request #12291: [MXNET-817] Fixes to speech recognition example

2018-08-29 Thread GitBox
sandeep-krishnamurthy closed pull request #12291: [MXNET-817] Fixes to speech recognition example URL: https://github.com/apache/incubator-mxnet/pull/12291 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] sandeep-krishnamurthy commented on issue #11890: Error During Make - undefined reference

2018-08-29 Thread GitBox
sandeep-krishnamurthy commented on issue #11890: Error During Make - undefined reference URL: https://github.com/apache/incubator-mxnet/issues/11890#issuecomment-417183534 Great. It is openCV version that caused the issue. Thanks for sharing the links. Resolving the issue. Please

[GitHub] sandeep-krishnamurthy closed issue #11890: Error During Make - undefined reference

2018-08-29 Thread GitBox
sandeep-krishnamurthy closed issue #11890: Error During Make - undefined reference URL: https://github.com/apache/incubator-mxnet/issues/11890 This is an automated message from the Apache Git Service. To respond to the

[GitHub] anirudhacharya commented on issue #12401: cpp_package instructions need clarification and examples need repair

2018-08-29 Thread GitBox
anirudhacharya commented on issue #12401: cpp_package instructions need clarification and examples need repair URL: https://github.com/apache/incubator-mxnet/issues/12401#issuecomment-417183064 @mxnet-label-bot [C++, Build, Example, Breaking]

[GitHub] anirudhacharya commented on issue #12395: C API Thread-Safety

2018-08-29 Thread GitBox
anirudhacharya commented on issue #12395: C API Thread-Safety URL: https://github.com/apache/incubator-mxnet/issues/12395#issuecomment-417182348 @mxnet-label-bot [C API, Thread Safety] This is an automated message from the

[GitHub] anirudhacharya commented on issue #12394: C API documentation often doesn't mention returned pointer lifetimes

2018-08-29 Thread GitBox
anirudhacharya commented on issue #12394: C API documentation often doesn't mention returned pointer lifetimes URL: https://github.com/apache/incubator-mxnet/issues/12394#issuecomment-417182022 @mxnet-label-bot [Doc, Unclear Error/Doc, C API]

[GitHub] anirudhacharya commented on issue #12393: Deadlock in save_checkpoint when using threading

2018-08-29 Thread GitBox
anirudhacharya commented on issue #12393: Deadlock in save_checkpoint when using threading URL: https://github.com/apache/incubator-mxnet/issues/12393#issuecomment-417181810 @mxnet-label-bot [Doc, Python, Thread Safety]

[GitHub] anirudhacharya commented on issue #12392: How to use BlockGrad with weight decay

2018-08-29 Thread GitBox
anirudhacharya commented on issue #12392: How to use BlockGrad with weight decay URL: https://github.com/apache/incubator-mxnet/issues/12392#issuecomment-417181153 @mxnet-label-bot [Question, How To, Modeling] This is an

[GitHub] anirudhacharya commented on issue #12403: roi_align.cc bug?

2018-08-29 Thread GitBox
anirudhacharya commented on issue #12403: roi_align.cc bug? URL: https://github.com/apache/incubator-mxnet/issues/12403#issuecomment-417180734 @mxnet-label-bot [Operator, Bug] This is an automated message from the Apache Git

[GitHub] anirudhacharya commented on issue #12391: [MXNET-851] Test coverage metrics for R-package

2018-08-29 Thread GitBox
anirudhacharya commented on issue #12391: [MXNET-851] Test coverage metrics for R-package URL: https://github.com/apache/incubator-mxnet/pull/12391#issuecomment-417177398 yes, I will make that another PR. This is an

[GitHub] eli2014 commented on issue #12403: roi_align.cc

2018-08-29 Thread GitBox
eli2014 commented on issue #12403: roi_align.cc URL: https://github.com/apache/incubator-mxnet/issues/12403#issuecomment-417166702 We can use the following example(ROIPooling exmple from MxNet) to test: import mxnet as mx x = mx.nd.array( 0., 1., 2., 3., 4., 5.],

[GitHub] eli2014 opened a new issue #12403: roi_align.cc

2018-08-29 Thread GitBox
eli2014 opened a new issue #12403: roi_align.cc URL: https://github.com/apache/incubator-mxnet/issues/12403 There maybe a bug in file roi_align.cc. # Line 177 and Line 178 T roi_width = std::max(roi_end_w - roi_start_w, (T)1.); T roi_height = std::max(roi_end_h - roi_start_h,

[GitHub] solin319 commented on issue #12350: fix bug in 'device' type kvstore

2018-08-29 Thread GitBox
solin319 commented on issue #12350: fix bug in 'device' type kvstore URL: https://github.com/apache/incubator-mxnet/pull/12350#issuecomment-417164048 @marcoabreu @anirudh2290 Anything else to do? This is an automated

[GitHub] gigasquid commented on a change in pull request #12387: MXNET-873 - Bring Clojure Package Inline with New DataDesc and Layout in Scala Package

2018-08-29 Thread GitBox
gigasquid commented on a change in pull request #12387: MXNET-873 - Bring Clojure Package Inline with New DataDesc and Layout in Scala Package URL: https://github.com/apache/incubator-mxnet/pull/12387#discussion_r213879548 ## File path:

[GitHub] gigasquid commented on issue #12387: MXNET-873 - Bring Clojure Package Inline with New DataDesc and Layout in Scala Package

2018-08-29 Thread GitBox
gigasquid commented on issue #12387: MXNET-873 - Bring Clojure Package Inline with New DataDesc and Layout in Scala Package URL: https://github.com/apache/incubator-mxnet/pull/12387#issuecomment-417154875 Thanks @lanking520 I did change the NDarrayIter to reflect this change. You can

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

2018-08-29 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 1ecc27b Bump the publish

[GitHub] lanking520 commented on issue #12387: MXNET-873 - Bring Clojure Package Inline with New DataDesc and Layout in Scala Package

2018-08-29 Thread GitBox
lanking520 commented on issue #12387: MXNET-873 - Bring Clojure Package Inline with New DataDesc and Layout in Scala Package URL: https://github.com/apache/incubator-mxnet/pull/12387#issuecomment-417152592 @gigasquid Sorry about not being so helpful there... I will try to learn Clojure

[GitHub] marcoabreu commented on issue #12391: [MXNET-851] Test coverage metrics for R-package

2018-08-29 Thread GitBox
marcoabreu commented on issue #12391: [MXNET-851] Test coverage metrics for R-package URL: https://github.com/apache/incubator-mxnet/pull/12391#issuecomment-417151134 Great, thank you. Do you want to fix that in a separate PR?

[GitHub] anirudhacharya commented on issue #12391: [MXNET-851] Test coverage metrics for R-package

2018-08-29 Thread GitBox
anirudhacharya commented on issue #12391: [MXNET-851] Test coverage metrics for R-package URL: https://github.com/apache/incubator-mxnet/pull/12391#issuecomment-417149599 @marcoabreu the error propagation issue is due to a bug in the test framework that we are using, `testthat`. I am

[GitHub] mseth10 opened a new pull request #12402: fixed flaky test issue for test_operator_gpu.test_depthwise_convolution

2018-08-29 Thread GitBox
mseth10 opened a new pull request #12402: fixed flaky test issue for test_operator_gpu.test_depthwise_convolution URL: https://github.com/apache/incubator-mxnet/pull/12402 ## Description ## Issue not reproducible. Tolerance parameter (rtol) relaxed. This should fix the flakiness issue

[GitHub] gigasquid commented on issue #12387: MXNET-873 - Bring Clojure Package Inline with New DataDesc and Layout in Scala Package

2018-08-29 Thread GitBox
gigasquid commented on issue #12387: MXNET-873 - Bring Clojure Package Inline with New DataDesc and Layout in Scala Package URL: https://github.com/apache/incubator-mxnet/pull/12387#issuecomment-417142739 Thanks for the feedback @lanking520 

[GitHub] marcoabreu commented on issue #12391: [MXNET-851] Test coverage metrics for R-package

2018-08-29 Thread GitBox
marcoabreu commented on issue #12391: [MXNET-851] Test coverage metrics for R-package URL: https://github.com/apache/incubator-mxnet/pull/12391#issuecomment-417141229 Thanks. Did you enable the proper error propagation? This

[GitHub] vishaalkapoor commented on issue #11100: Installation instructions for Windows don't work

2018-08-29 Thread GitBox
vishaalkapoor commented on issue #11100: Installation instructions for Windows don't work URL: https://github.com/apache/incubator-mxnet/issues/11100#issuecomment-417138200 @larroy @lebeg does the PR address the this issue completely or do pre-built images still need to be added to the

[GitHub] yzhliu closed issue #2811: where can i find rbm example by mxnet?

2018-08-29 Thread GitBox
yzhliu closed issue #2811: where can i find rbm example by mxnet? URL: https://github.com/apache/incubator-mxnet/issues/2811 This is an automated message from the Apache Git Service. To respond to the message, please log on

[GitHub] yzhliu commented on issue #2811: where can i find rbm example by mxnet?

2018-08-29 Thread GitBox
yzhliu commented on issue #2811: where can i find rbm example by mxnet? URL: https://github.com/apache/incubator-mxnet/issues/2811#issuecomment-417138146 Close for now as @vishaalkapoor and @metrofun provided several links. Feel free to reopen or create a new one if there's task we can

[GitHub] yzhliu commented on issue #9187: Cannot find mxnet-cpp/op.h

2018-08-29 Thread GitBox
yzhliu commented on issue #9187: Cannot find mxnet-cpp/op.h URL: https://github.com/apache/incubator-mxnet/issues/9187#issuecomment-417137396 Close since @thirdwing answered. @zhangxiao-ustc feel free to reopen if you still have the problem.

[GitHub] yzhliu closed issue #9187: Cannot find mxnet-cpp/op.h

2018-08-29 Thread GitBox
yzhliu closed issue #9187: Cannot find mxnet-cpp/op.h URL: https://github.com/apache/incubator-mxnet/issues/9187 This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and

[GitHub] sandeep-krishnamurthy edited a comment on issue #11849: gluon.SymbolBlock cannot imports resnet trained with dtype="float16"

2018-08-29 Thread GitBox
sandeep-krishnamurthy edited a comment on issue #11849: gluon.SymbolBlock cannot imports resnet trained with dtype="float16" URL: https://github.com/apache/incubator-mxnet/issues/11849#issuecomment-417124700 Using below snippet: ``` import mxnet as mx ctx = mx.cpu(0) data

[GitHub] sandeep-krishnamurthy commented on issue #11849: gluon.SymbolBlock cannot imports resnet trained with dtype="float16"

2018-08-29 Thread GitBox
sandeep-krishnamurthy commented on issue #11849: gluon.SymbolBlock cannot imports resnet trained with dtype="float16" URL: https://github.com/apache/incubator-mxnet/issues/11849#issuecomment-417124700 Using below snippet: ``` import mxnet as mx ctx = mx.cpu(0) data =

[GitHub] aaronmarkham commented on issue #12388: Installation instructions consolidation

2018-08-29 Thread GitBox
aaronmarkham commented on issue #12388: Installation instructions consolidation URL: https://github.com/apache/incubator-mxnet/pull/12388#issuecomment-417113491 I could also add this table to the pip footer...

[GitHub] aaronmarkham opened a new issue #12401: cpp_package instructions need clarification and examples need repair

2018-08-29 Thread GitBox
aaronmarkham opened a new issue #12401: cpp_package instructions need clarification and examples need repair URL: https://github.com/apache/incubator-mxnet/issues/12401 I tried following the [instructions for building c++

[incubator-mxnet] branch master updated: Edit shape.array doc and some style improvements (#12162)

2018-08-29 Thread the
This is an automated email from the ASF dual-hosted git repository. the 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 5af3d39 Edit shape.array doc and some

[GitHub] hetong007 closed pull request #12162: Edit shape.array doc and some style improvements

2018-08-29 Thread GitBox
hetong007 closed pull request #12162: Edit shape.array doc and some style improvements URL: https://github.com/apache/incubator-mxnet/pull/12162 This is an automated message from the Apache Git Service. To respond to the

[GitHub] terrytangyuan edited a comment on issue #12162: Edit shape.array doc and some style improvements

2018-08-29 Thread GitBox
terrytangyuan edited a comment on issue #12162: Edit shape.array doc and some style improvements URL: https://github.com/apache/incubator-mxnet/pull/12162#issuecomment-417105717 Ok now it finally passed after I retriggered CI twice.

[GitHub] terrytangyuan commented on issue #12162: Edit shape.array doc and some style improvements

2018-08-29 Thread GitBox
terrytangyuan commented on issue #12162: Edit shape.array doc and some style improvements URL: https://github.com/apache/incubator-mxnet/pull/12162#issuecomment-417105717 Ok now it's passing after retriggering CI for twice.

[GitHub] vandanavk commented on issue #12399: ONNX export: Add Crop, Deconvolution and fix the default stride of Pooling to 1

2018-08-29 Thread GitBox
vandanavk commented on issue #12399: ONNX export: Add Crop, Deconvolution and fix the default stride of Pooling to 1 URL: https://github.com/apache/incubator-mxnet/pull/12399#issuecomment-417098158 @ptrendx Did you get a chance to test these operators with ONNX? onnx_backend_test.py

[GitHub] zheng-da opened a new pull request #12400: [WIP] support dynamic shape in the imperative mode.

2018-08-29 Thread GitBox
zheng-da opened a new pull request #12400: [WIP] support dynamic shape in the imperative mode. URL: https://github.com/apache/incubator-mxnet/pull/12400 ## Description ## This is the first step of supporting dynamic shape in mxnet. As the first step, the PR only supports dynamic shape

[GitHub] cetsai commented on issue #11991: [MXNET-644] Automated flaky test detection

2018-08-29 Thread GitBox
cetsai commented on issue #11991: [MXNET-644] Automated flaky test detection URL: https://github.com/apache/incubator-mxnet/pull/11991#issuecomment-417095069 @apeforest @marcoabreu can we merge this? there's a Jenkin's job set up now at

[GitHub] nswamy commented on issue #12398: Add support for networks with multiple outputs in ONNX exporter

2018-08-29 Thread GitBox
nswamy commented on issue #12398: Add support for networks with multiple outputs in ONNX exporter URL: https://github.com/apache/incubator-mxnet/pull/12398#issuecomment-417091039 @Roshrini This is an automated message from

[GitHub] vishaalkapoor edited a comment on issue #2811: where can i find rbm example by mxnet?

2018-08-29 Thread GitBox
vishaalkapoor edited a comment on issue #2811: where can i find rbm example by mxnet? URL: https://github.com/apache/incubator-mxnet/issues/2811#issuecomment-416758822 @sxjscience Would you be able to close? Thank you! This

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

2018-08-29 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 8dfdba4 Bump the publish

[GitHub] aaronmarkham edited a comment on issue #12388: Installation instructions consolidation

2018-08-29 Thread GitBox
aaronmarkham edited a comment on issue #12388: Installation instructions consolidation URL: https://github.com/apache/incubator-mxnet/pull/12388#issuecomment-417062718 @lebeg thanks for the review! I've addressed most of you comments. Please take a look at the build from source page again

[GitHub] aaronmarkham commented on issue #12388: Installation instructions consolidation

2018-08-29 Thread GitBox
aaronmarkham commented on issue #12388: Installation instructions consolidation URL: https://github.com/apache/incubator-mxnet/pull/12388#issuecomment-417062718 @lebeg thanks for the review! I've address most of you comments. Please take a look at the build from source page again since I

[GitHub] aaronmarkham commented on a change in pull request #11148: [MXNET-679] Refactor handling BLAS libraries with cmake

2018-08-29 Thread GitBox
aaronmarkham commented on a change in pull request #11148: [MXNET-679] Refactor handling BLAS libraries with cmake URL: https://github.com/apache/incubator-mxnet/pull/11148#discussion_r213776609 ## File path: CMakeLists.txt ## @@ -39,7 +49,123 @@

[GitHub] aaronmarkham commented on a change in pull request #11148: [MXNET-679] Refactor handling BLAS libraries with cmake

2018-08-29 Thread GitBox
aaronmarkham commented on a change in pull request #11148: [MXNET-679] Refactor handling BLAS libraries with cmake URL: https://github.com/apache/incubator-mxnet/pull/11148#discussion_r213777091 ## File path: CMakeLists.txt ## @@ -39,7 +49,123 @@

[GitHub] aaronmarkham commented on a change in pull request #11148: [MXNET-679] Refactor handling BLAS libraries with cmake

2018-08-29 Thread GitBox
aaronmarkham commented on a change in pull request #11148: [MXNET-679] Refactor handling BLAS libraries with cmake URL: https://github.com/apache/incubator-mxnet/pull/11148#discussion_r213774786 ## File path: CMakeLists.txt ## @@ -39,7 +49,123 @@

[GitHub] aaronmarkham commented on a change in pull request #11148: [MXNET-679] Refactor handling BLAS libraries with cmake

2018-08-29 Thread GitBox
aaronmarkham commented on a change in pull request #11148: [MXNET-679] Refactor handling BLAS libraries with cmake URL: https://github.com/apache/incubator-mxnet/pull/11148#discussion_r213775462 ## File path: CMakeLists.txt ## @@ -39,7 +49,123 @@

[GitHub] aaronmarkham commented on a change in pull request #12388: Installation instructions consolidation

2018-08-29 Thread GitBox
aaronmarkham commented on a change in pull request #12388: Installation instructions consolidation URL: https://github.com/apache/incubator-mxnet/pull/12388#discussion_r213789828 ## File path: docs/install/index.md ## @@ -63,314 +63,196 @@ Indicate your preferred

[GitHub] Roshrini commented on issue #12018: onnx converter error

2018-08-29 Thread GitBox
Roshrini commented on issue #12018: onnx converter error URL: https://github.com/apache/incubator-mxnet/issues/12018#issuecomment-417059622 This issue for BatchNorm operator is fixed in latest code. User is using old code. Ran both opset 6 and 7 of shufflenet model. It works fine. Cannot

[GitHub] aaronmarkham commented on a change in pull request #12388: Installation instructions consolidation

2018-08-29 Thread GitBox
aaronmarkham commented on a change in pull request #12388: Installation instructions consolidation URL: https://github.com/apache/incubator-mxnet/pull/12388#discussion_r213788955 ## File path: docs/install/build_from_source.md ## @@ -226,109 +148,62 @@ To build OpenCV

[GitHub] mseth10 commented on issue #12219: flaky test: test_operator_gpu.test_convolution_grouping

2018-08-29 Thread GitBox
mseth10 commented on issue #12219: flaky test: test_operator_gpu.test_convolution_grouping URL: https://github.com/apache/incubator-mxnet/issues/12219#issuecomment-417042576 Fix in #12385 This is an automated message from

[GitHub] vandanavk commented on a change in pull request #12376: [MXNET-854] SVRG Optimization in Python Module API

2018-08-29 Thread GitBox
vandanavk commented on a change in pull request #12376: [MXNET-854] SVRG Optimization in Python Module API URL: https://github.com/apache/incubator-mxnet/pull/12376#discussion_r213762445 ## File path: example/svrg_module/common.py ## @@ -0,0 +1,78 @@ +# Licensed to the

[GitHub] vandanavk commented on a change in pull request #12376: [MXNET-854] SVRG Optimization in Python Module API

2018-08-29 Thread GitBox
vandanavk commented on a change in pull request #12376: [MXNET-854] SVRG Optimization in Python Module API URL: https://github.com/apache/incubator-mxnet/pull/12376#discussion_r213763376 ## File path: example/svrg_module/data_reader.py ## @@ -0,0 +1,44 @@ +# Licensed to

[GitHub] vandanavk commented on a change in pull request #12376: [MXNET-854] SVRG Optimization in Python Module API

2018-08-29 Thread GitBox
vandanavk commented on a change in pull request #12376: [MXNET-854] SVRG Optimization in Python Module API URL: https://github.com/apache/incubator-mxnet/pull/12376#discussion_r213756786 ## File path: python/mxnet/contrib/svrg_optimization/svrg_optimizer.py ## @@ -0,0

[GitHub] vandanavk commented on a change in pull request #12376: [MXNET-854] SVRG Optimization in Python Module API

2018-08-29 Thread GitBox
vandanavk commented on a change in pull request #12376: [MXNET-854] SVRG Optimization in Python Module API URL: https://github.com/apache/incubator-mxnet/pull/12376#discussion_r213766331 ## File path: example/svrg_module/example_inference.py ## @@ -0,0 +1,89 @@ +#

[GitHub] vandanavk commented on a change in pull request #12376: [MXNET-854] SVRG Optimization in Python Module API

2018-08-29 Thread GitBox
vandanavk commented on a change in pull request #12376: [MXNET-854] SVRG Optimization in Python Module API URL: https://github.com/apache/incubator-mxnet/pull/12376#discussion_r213766632 ## File path: example/svrg_module/example_inference.py ## @@ -0,0 +1,89 @@ +#

[GitHub] vandanavk commented on a change in pull request #12376: [MXNET-854] SVRG Optimization in Python Module API

2018-08-29 Thread GitBox
vandanavk commented on a change in pull request #12376: [MXNET-854] SVRG Optimization in Python Module API URL: https://github.com/apache/incubator-mxnet/pull/12376#discussion_r213767214 ## File path: example/svrg_module/train.py ## @@ -0,0 +1,44 @@ +# Licensed to the

[GitHub] vandanavk commented on a change in pull request #12376: [MXNET-854] SVRG Optimization in Python Module API

2018-08-29 Thread GitBox
vandanavk commented on a change in pull request #12376: [MXNET-854] SVRG Optimization in Python Module API URL: https://github.com/apache/incubator-mxnet/pull/12376#discussion_r213761306 ## File path: tests/python/unittest/test_contrib_svrg_optimizer.py ## @@ -0,0 +1,101

[GitHub] vandanavk commented on a change in pull request #12376: [MXNET-854] SVRG Optimization in Python Module API

2018-08-29 Thread GitBox
vandanavk commented on a change in pull request #12376: [MXNET-854] SVRG Optimization in Python Module API URL: https://github.com/apache/incubator-mxnet/pull/12376#discussion_r213770806 ## File path: tests/python/unittest/test_contrib_svrg_optimizer.py ## @@ -0,0 +1,101

[GitHub] vandanavk commented on a change in pull request #12376: [MXNET-854] SVRG Optimization in Python Module API

2018-08-29 Thread GitBox
vandanavk commented on a change in pull request #12376: [MXNET-854] SVRG Optimization in Python Module API URL: https://github.com/apache/incubator-mxnet/pull/12376#discussion_r213762082 ## File path: example/svrg_module/common.py ## @@ -0,0 +1,78 @@ +# Licensed to the

[GitHub] vandanavk commented on a change in pull request #12376: [MXNET-854] SVRG Optimization in Python Module API

2018-08-29 Thread GitBox
vandanavk commented on a change in pull request #12376: [MXNET-854] SVRG Optimization in Python Module API URL: https://github.com/apache/incubator-mxnet/pull/12376#discussion_r213767399 ## File path: example/svrg_module/train.py ## @@ -0,0 +1,44 @@ +# Licensed to the

[GitHub] vandanavk commented on a change in pull request #12376: [MXNET-854] SVRG Optimization in Python Module API

2018-08-29 Thread GitBox
vandanavk commented on a change in pull request #12376: [MXNET-854] SVRG Optimization in Python Module API URL: https://github.com/apache/incubator-mxnet/pull/12376#discussion_r213763618 ## File path: example/svrg_module/data_reader.py ## @@ -0,0 +1,44 @@ +# Licensed to

[GitHub] vandanavk commented on a change in pull request #12376: [MXNET-854] SVRG Optimization in Python Module API

2018-08-29 Thread GitBox
vandanavk commented on a change in pull request #12376: [MXNET-854] SVRG Optimization in Python Module API URL: https://github.com/apache/incubator-mxnet/pull/12376#discussion_r213758020 ## File path: tests/python/unittest/test_contrib_svrg_optimizer.py ## @@ -0,0 +1,101

[GitHub] vandanavk commented on a change in pull request #12376: [MXNET-854] SVRG Optimization in Python Module API

2018-08-29 Thread GitBox
vandanavk commented on a change in pull request #12376: [MXNET-854] SVRG Optimization in Python Module API URL: https://github.com/apache/incubator-mxnet/pull/12376#discussion_r213770436 ## File path: tests/python/unittest/test_contrib_svrg_module.py ## @@ -0,0 +1,86 @@

[GitHub] vandanavk commented on a change in pull request #12376: [MXNET-854] SVRG Optimization in Python Module API

2018-08-29 Thread GitBox
vandanavk commented on a change in pull request #12376: [MXNET-854] SVRG Optimization in Python Module API URL: https://github.com/apache/incubator-mxnet/pull/12376#discussion_r213767482 ## File path: example/svrg_module/train.py ## @@ -0,0 +1,44 @@ +# Licensed to the

[GitHub] vandanavk commented on a change in pull request #12376: [MXNET-854] SVRG Optimization in Python Module API

2018-08-29 Thread GitBox
vandanavk commented on a change in pull request #12376: [MXNET-854] SVRG Optimization in Python Module API URL: https://github.com/apache/incubator-mxnet/pull/12376#discussion_r213757231 ## File path: tests/python/unittest/test_contrib_svrg_optimizer.py ## @@ -0,0 +1,101

[GitHub] vandanavk commented on a change in pull request #12376: [MXNET-854] SVRG Optimization in Python Module API

2018-08-29 Thread GitBox
vandanavk commented on a change in pull request #12376: [MXNET-854] SVRG Optimization in Python Module API URL: https://github.com/apache/incubator-mxnet/pull/12376#discussion_r213765297 ## File path: example/svrg_module/example_api_train.py ## @@ -0,0 +1,86 @@ +#

[GitHub] vandanavk commented on a change in pull request #12376: [MXNET-854] SVRG Optimization in Python Module API

2018-08-29 Thread GitBox
vandanavk commented on a change in pull request #12376: [MXNET-854] SVRG Optimization in Python Module API URL: https://github.com/apache/incubator-mxnet/pull/12376#discussion_r213756853 ## File path: python/mxnet/contrib/svrg_optimization/svrg_optimizer.py ## @@ -0,0

[incubator-mxnet] branch master updated: Revert "Revert "Disable kvstore test (#11798)" (#12279)" (#12379)

2018-08-29 Thread marcoabreu
This is an automated email from the ASF dual-hosted git repository. marcoabreu 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 846086d Revert "Revert "Disable

[GitHub] marcoabreu closed pull request #12379: Revert "Revert "Disable kvstore test (#11798)" (#12279)"

2018-08-29 Thread GitBox
marcoabreu closed pull request #12379: Revert "Revert "Disable kvstore test (#11798)" (#12279)" URL: https://github.com/apache/incubator-mxnet/pull/12379 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: support softmin operator with unit test (#12306)

2018-08-29 Thread zhasheng
This is an automated email from the ASF dual-hosted git repository. zhasheng pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git The following commit(s) were added to refs/heads/master by this push: new ba8a9d1 support softmin operator

[GitHub] szha closed pull request #12306: SoftMin Operator

2018-08-29 Thread GitBox
szha closed pull request #12306: SoftMin Operator URL: https://github.com/apache/incubator-mxnet/pull/12306 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 request (from

[GitHub] aaronmarkham commented on a change in pull request #12388: Installation instructions consolidation

2018-08-29 Thread GitBox
aaronmarkham commented on a change in pull request #12388: Installation instructions consolidation URL: https://github.com/apache/incubator-mxnet/pull/12388#discussion_r213768686 ## File path: docs/install/build_from_source.md ## @@ -28,184 +32,102 @@ You need C++ build

[GitHub] aaronmarkham commented on a change in pull request #12388: Installation instructions consolidation

2018-08-29 Thread GitBox
aaronmarkham commented on a change in pull request #12388: Installation instructions consolidation URL: https://github.com/apache/incubator-mxnet/pull/12388#discussion_r213767427 ## File path: docs/install/build_from_source.md ## @@ -28,184 +32,102 @@ You need C++ build

[GitHub] aaronmarkham commented on a change in pull request #12388: Installation instructions consolidation

2018-08-29 Thread GitBox
aaronmarkham commented on a change in pull request #12388: Installation instructions consolidation URL: https://github.com/apache/incubator-mxnet/pull/12388#discussion_r213766909 ## File path: docs/install/build_from_source.md ## @@ -28,184 +32,102 @@ You need C++ build

[GitHub] ptrendx opened a new pull request #12399: ONNX export: Add Crop, Deconvolution and fix the default stride of Pooling to 1

2018-08-29 Thread GitBox
ptrendx opened a new pull request #12399: ONNX export: Add Crop, Deconvolution and fix the default stride of Pooling to 1 URL: https://github.com/apache/incubator-mxnet/pull/12399 ## Description ## Add operators to ONNX exporter: - Crop - Deconvolution Fix pooling default

[GitHub] ptrendx opened a new pull request #12398: Add support for networks with multiple outputs in ONNX exporter

2018-08-29 Thread GitBox
ptrendx opened a new pull request #12398: Add support for networks with multiple outputs in ONNX exporter URL: https://github.com/apache/incubator-mxnet/pull/12398 ## Description ## Add support for networks with multiple outputs to ONNX exporter ## Checklist ## ### Essentials

[GitHub] aaronmarkham opened a new pull request #12397: update C++ example so it is easier to run

2018-08-29 Thread GitBox
aaronmarkham opened a new pull request #12397: update C++ example so it is easier to run URL: https://github.com/apache/incubator-mxnet/pull/12397 ## Description ## This PR updates a C++ image classification example, fixing grammar, and adding instructions so it can be run through the

[GitHub] haojin2 commented on a change in pull request #12385: fixed flaky test issue for test_operator_gpu.test_convolution_grouping

2018-08-29 Thread GitBox
haojin2 commented on a change in pull request #12385: fixed flaky test issue for test_operator_gpu.test_convolution_grouping URL: https://github.com/apache/incubator-mxnet/pull/12385#discussion_r213763258 ## File path: tests/python/unittest/test_operator.py ## @@ -1586,7

[incubator-mxnet] branch v1.3.x updated: [MXAPPS-581] Disable a long test in the SD nightly. (#12326) (#12396)

2018-08-29 Thread zhasheng
This is an automated email from the ASF dual-hosted git repository. zhasheng pushed a commit to branch v1.3.x in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git The following commit(s) were added to refs/heads/v1.3.x by this push: new 5be1eee [MXAPPS-581] Disable a long

[GitHub] access2rohit commented on issue #12160: Remove conflicting llvm OpenMP from cmake builds

2018-08-29 Thread GitBox
access2rohit commented on issue #12160: Remove conflicting llvm OpenMP from cmake builds URL: https://github.com/apache/incubator-mxnet/pull/12160#issuecomment-417030344 @lebeg LGTM. Would definitely like to see perf numbers though

[GitHub] szha closed pull request #12396: Release 1.3.x branch disabling one test

2018-08-29 Thread GitBox
szha closed pull request #12396: Release 1.3.x branch disabling one test URL: https://github.com/apache/incubator-mxnet/pull/12396 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

[GitHub] Roshrini opened a new pull request #12396: Release 1.3.x branch disabling one test

2018-08-29 Thread GitBox
Roshrini opened a new pull request #12396: Release 1.3.x branch disabling one test URL: https://github.com/apache/incubator-mxnet/pull/12396 * Disable a test that's taking longer than 10 minutes with the Python 2 interpreter in the Straight Dope Nightly. ## Description ##

[GitHub] sandeep-krishnamurthy closed issue #9557: update_on_kvstore error setting with multiple machines

2018-08-29 Thread GitBox
sandeep-krishnamurthy closed issue #9557: update_on_kvstore error setting with multiple machines URL: https://github.com/apache/incubator-mxnet/issues/9557 This is an automated message from the Apache Git Service. To

[GitHub] sandeep-krishnamurthy commented on issue #9557: update_on_kvstore error setting with multiple machines

2018-08-29 Thread GitBox
sandeep-krishnamurthy commented on issue #9557: update_on_kvstore error setting with multiple machines URL: https://github.com/apache/incubator-mxnet/issues/9557#issuecomment-417026101 @yuewu001 1. Trainer is now fixed and uses the same logic as in Module. [Here in Trainer](-

[GitHub] xcgoner commented on issue #12376: [MXNET-854] SVRG Optimization in Python Module API

2018-08-29 Thread GitBox
xcgoner commented on issue #12376: [MXNET-854] SVRG Optimization in Python Module API URL: https://github.com/apache/incubator-mxnet/pull/12376#issuecomment-417014652 @StephanieYuan The original version of SVRG could be time-consuming due to the computation of the full gradient at the

[GitHub] nswamy commented on issue #12102: site-wide social include

2018-08-29 Thread GitBox
nswamy commented on issue #12102: site-wide social include URL: https://github.com/apache/incubator-mxnet/pull/12102#issuecomment-417011774 Please check the site on different resolutions, on my mac the logos look small This

[GitHub] dzabraev commented on issue #12393: Deadlock in save_checkpoint when using threading

2018-08-29 Thread GitBox
dzabraev commented on issue #12393: Deadlock in save_checkpoint when using threading URL: https://github.com/apache/incubator-mxnet/issues/12393#issuecomment-417007354 I realized that I shouldn't use mx.nd.array in different threads, because it uses Push API. I found

[incubator-mxnet] branch master updated: Add tutorial Gotchas using NumPy (#12007)

2018-08-29 Thread skm
This is an automated email from the ASF dual-hosted git repository. skm pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git The following commit(s) were added to refs/heads/master by this push: new 1f0d6ba Add tutorial Gotchas using NumPy

[GitHub] sandeep-krishnamurthy closed pull request #12007: Add tutorial Gotchas using NumPy

2018-08-29 Thread GitBox
sandeep-krishnamurthy closed pull request #12007: Add tutorial Gotchas using NumPy URL: https://github.com/apache/incubator-mxnet/pull/12007 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] Roshrini commented on issue #11816: Segmentation fault when Fine-tuning an ONNX model with MXNet/Gluon

2018-08-29 Thread GitBox
Roshrini commented on issue #11816: Segmentation fault when Fine-tuning an ONNX model with MXNet/Gluon URL: https://github.com/apache/incubator-mxnet/issues/11816#issuecomment-416997479 @lyd911 Thank you for trying out this tutorial. I ran it in my environment: MacOS, jupyter notebook

[incubator-mxnet] branch master updated: Disabled flaky test: test_mkldnn.test_activation (#12378)

2018-08-29 Thread marcoabreu
This is an automated email from the ASF dual-hosted git repository. marcoabreu 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 65c374d Disabled flaky test:

[GitHub] marcoabreu closed pull request #12378: Disabled flaky test: test_mkldnn.test_activation

2018-08-29 Thread GitBox
marcoabreu closed pull request #12378: Disabled flaky test: test_mkldnn.test_activation URL: https://github.com/apache/incubator-mxnet/pull/12378 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] marcoabreu commented on issue #12371: V1.3.x

2018-08-29 Thread GitBox
marcoabreu commented on issue #12371: V1.3.x URL: https://github.com/apache/incubator-mxnet/pull/12371#issuecomment-416984169 I'm closing this PR because this leads to our CI believing that the v1.3.x branch is actually a PR branch opposed to a release branch. If you would like to

[GitHub] marcoabreu closed pull request #12371: V1.3.x

2018-08-29 Thread GitBox
marcoabreu closed pull request #12371: V1.3.x URL: https://github.com/apache/incubator-mxnet/pull/12371 This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the

[GitHub] terrytangyuan commented on issue #12162: Edit shape.array doc and some style improvements

2018-08-29 Thread GitBox
terrytangyuan commented on issue #12162: Edit shape.array doc and some style improvements URL: https://github.com/apache/incubator-mxnet/pull/12162#issuecomment-416962573 Re-triggered but failed again. Seems like Python tests are failing which is unrelated to this PR.

[GitHub] lebeg commented on issue #12379: Revert "Revert "Disable kvstore test (#11798)" (#12279)"

2018-08-29 Thread GitBox
lebeg commented on issue #12379: Revert "Revert "Disable kvstore test (#11798)" (#12279)" URL: https://github.com/apache/incubator-mxnet/pull/12379#issuecomment-416958713 Retriggered This is an automated message from the

  1   2   >