[GitHub] [incubator-mxnet] haojin2 commented on issue #14539: Is there any way to save the parameter of the autotuning ?

2019-03-26 Thread GitBox
haojin2 commented on issue #14539: Is there any way to save the parameter of the autotuning ? URL: https://github.com/apache/incubator-mxnet/issues/14539#issuecomment-476983926 Well it's kind of a necessary step for now if you're using CuDNN, TF also has this tuning part for the CuDNN

[GitHub] [incubator-mxnet] YutingZhang commented on issue #14522: mx.nd.Custom conflicts with memory management

2019-03-26 Thread GitBox
YutingZhang commented on issue #14522: mx.nd.Custom conflicts with memory management URL: https://github.com/apache/incubator-mxnet/issues/14522#issuecomment-476981143 > I mean that does this issue exist before the PR #14363 ? Both before an after. I believe it should be a

[GitHub] [incubator-mxnet] chenjunweii commented on issue #14539: Is there any way to save the parameter of the autotuning ?

2019-03-26 Thread GitBox
chenjunweii commented on issue #14539: Is there any way to save the parameter of the autotuning ? URL: https://github.com/apache/incubator-mxnet/issues/14539#issuecomment-476973276 @haojin2 yes, that is what i mean, the program autotune every time when it is launched, even though the

[GitHub] [incubator-mxnet] yuxihu commented on a change in pull request #14480: Tidy up storage allocation and deallocation

2019-03-26 Thread GitBox
yuxihu commented on a change in pull request #14480: Tidy up storage allocation and deallocation URL: https://github.com/apache/incubator-mxnet/pull/14480#discussion_r269404044 ## File path: tests/cpp/include/test_util.h ## @@ -70,11 +70,9 @@ class BlobMemory {

[GitHub] [incubator-mxnet] haojin2 commented on issue #14539: Is there any way to save the parameter of the autotuning ?

2019-03-26 Thread GitBox
haojin2 commented on issue #14539: Is there any way to save the parameter of the autotuning ? URL: https://github.com/apache/incubator-mxnet/issues/14539#issuecomment-476972025 Hi, which autotuning are you talking about? Is it something like "Finding the best convolution algorithm..."?

[GitHub] [incubator-mxnet] reminisce commented on issue #14454: [numpy] Fix test failures after using new shape semantics for zero-dim/size tensors

2019-03-26 Thread GitBox
reminisce commented on issue #14454: [numpy] Fix test failures after using new shape semantics for zero-dim/size tensors URL: https://github.com/apache/incubator-mxnet/issues/14454#issuecomment-476961962 I took a look at unittest.log. `test_gluon_contrib.test_contrib_unroll` should have

[GitHub] [incubator-mxnet] chinakook edited a comment on issue #13928: MXNet 1.5.0 is slower than 1.3.0 when intputs are variant

2019-03-26 Thread GitBox
chinakook edited a comment on issue #13928: MXNet 1.5.0 is slower than 1.3.0 when intputs are variant URL: https://github.com/apache/incubator-mxnet/issues/13928#issuecomment-476959554 Based on experience, you should use newer version of CUDA and CUDNN to get more performance. In my

[GitHub] [incubator-mxnet] chinakook commented on issue #13928: MXNet 1.5.0 is slower than 1.3.0 when intputs are variant

2019-03-26 Thread GitBox
chinakook commented on issue #13928: MXNet 1.5.0 is slower than 1.3.0 when intputs are variant URL: https://github.com/apache/incubator-mxnet/issues/13928#issuecomment-476959554 Based on experience, you should use newer version of CUDA and CUDNN to get more performance. In my opinion,

[GitHub] [incubator-mxnet] junrushao1994 commented on issue #14454: [numpy] Fix test failures after using new shape semantics for zero-dim/size tensors

2019-03-26 Thread GitBox
junrushao1994 commented on issue #14454: [numpy] Fix test failures after using new shape semantics for zero-dim/size tensors URL: https://github.com/apache/incubator-mxnet/issues/14454#issuecomment-476958560 Cannot reproduce `test_gluon_contrib.test_contrib_unroll` now, did I miss

[GitHub] [incubator-mxnet] apeforest commented on a change in pull request #14480: Tidy up storage allocation and deallocation

2019-03-26 Thread GitBox
apeforest commented on a change in pull request #14480: Tidy up storage allocation and deallocation URL: https://github.com/apache/incubator-mxnet/pull/14480#discussion_r269393152 ## File path: tests/cpp/include/test_util.h ## @@ -70,11 +70,9 @@ class BlobMemory {

[GitHub] [incubator-mxnet] Aktcob commented on issue #13135: [Python] CUDNN error from 3D deconvolution

2019-03-26 Thread GitBox
Aktcob commented on issue #13135: [Python] CUDNN error from 3D deconvolution URL: https://github.com/apache/incubator-mxnet/issues/13135#issuecomment-476950054 The problem is: when the 'padding=0', everything is ok. But padding=1 may cause this problem. So, right now, I set 'kernel

[GitHub] [incubator-mxnet] Aktcob commented on issue #13135: [Python] CUDNN error from 3D deconvolution

2019-03-26 Thread GitBox
Aktcob commented on issue #13135: [Python] CUDNN error from 3D deconvolution URL: https://github.com/apache/incubator-mxnet/issues/13135#issuecomment-476948343 I am faced with the same problem. Did u fix it? This is an

[GitHub] [incubator-mxnet] access2rohit commented on a change in pull request #14397: Add exception handling support for waitall

2019-03-26 Thread GitBox
access2rohit commented on a change in pull request #14397: Add exception handling support for waitall URL: https://github.com/apache/incubator-mxnet/pull/14397#discussion_r269385195 ## File path: src/engine/threaded_engine.cc ## @@ -415,6 +415,23 @@ void

[GitHub] [incubator-mxnet] ciyongch commented on a change in pull request #14528: Performance improving for MKL-DNN Quantized FullyConnected

2019-03-26 Thread GitBox
ciyongch commented on a change in pull request #14528: Performance improving for MKL-DNN Quantized FullyConnected URL: https://github.com/apache/incubator-mxnet/pull/14528#discussion_r269379377 ## File path: src/operator/quantization/mkldnn/mkldnn_quantized_fully_connected.cc

[GitHub] [incubator-mxnet] ZhennanQin commented on a change in pull request #14528: Performance improving for MKL-DNN Quantized FullyConnected

2019-03-26 Thread GitBox
ZhennanQin commented on a change in pull request #14528: Performance improving for MKL-DNN Quantized FullyConnected URL: https://github.com/apache/incubator-mxnet/pull/14528#discussion_r269378156 ## File path: src/operator/quantization/mkldnn/mkldnn_quantized_fully_connected.cc

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

2019-03-26 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 bf07d56 Bump the publish

[GitHub] [incubator-mxnet] pengzhao-intel commented on issue #14528: Performance improving for MKL-DNN Quantized FullyConnected

2019-03-26 Thread GitBox
pengzhao-intel commented on issue #14528: Performance improving for MKL-DNN Quantized FullyConnected URL: https://github.com/apache/incubator-mxnet/pull/14528#issuecomment-476921348 @anirudh2290 @ZhennanQin @xinyu-intel to review

[GitHub] [incubator-mxnet] ciyongch commented on a change in pull request #14528: Performance improving for MKL-DNN Quantized FullyConnected

2019-03-26 Thread GitBox
ciyongch commented on a change in pull request #14528: Performance improving for MKL-DNN Quantized FullyConnected URL: https://github.com/apache/incubator-mxnet/pull/14528#discussion_r269373612 ## File path: src/operator/subgraph/mkldnn/mkldnn_fc.cc ## @@ -195,6 +195,13

[GitHub] [incubator-mxnet] ciyongch commented on a change in pull request #14528: Performance improving for MKL-DNN Quantized FullyConnected

2019-03-26 Thread GitBox
ciyongch commented on a change in pull request #14528: Performance improving for MKL-DNN Quantized FullyConnected URL: https://github.com/apache/incubator-mxnet/pull/14528#discussion_r269373326 ## File path: src/operator/nn/fully_connected-inl.h ## @@ -48,6 +48,12 @@ enum

[GitHub] [incubator-mxnet] anirudh2290 commented on a change in pull request #14480: Tidy up storage allocation and deallocation

2019-03-26 Thread GitBox
anirudh2290 commented on a change in pull request #14480: Tidy up storage allocation and deallocation URL: https://github.com/apache/incubator-mxnet/pull/14480#discussion_r269372917 ## File path: tests/cpp/include/test_util.h ## @@ -70,11 +70,9 @@ class BlobMemory {

[GitHub] [incubator-mxnet] ThomasDelteil merged pull request #14532: Nightly test fix: add filter to warnings

2019-03-26 Thread GitBox
ThomasDelteil merged pull request #14532: Nightly test fix: add filter to warnings URL: https://github.com/apache/incubator-mxnet/pull/14532 This is an automated message from the Apache Git Service. To respond to the

[incubator-mxnet] branch master updated: add filter to warnings (#14532)

2019-03-26 Thread thomasdelteil
This is an automated email from the ASF dual-hosted git repository. thomasdelteil 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 3d20f2a add filter to warnings

[GitHub] [incubator-mxnet] abhinavs95 edited a comment on issue #14532: Nightly test fix: add filter to warnings

2019-03-26 Thread GitBox
abhinavs95 edited a comment on issue #14532: Nightly test fix: add filter to warnings URL: https://github.com/apache/incubator-mxnet/pull/14532#issuecomment-476792679 @mxnet-label-bot update [Test, pr-awaiting-merge] This is

[GitHub] [incubator-mxnet] abhinavs95 edited a comment on issue #14532: Nightly test fix: add filter to warnings

2019-03-26 Thread GitBox
abhinavs95 edited a comment on issue #14532: Nightly test fix: add filter to warnings URL: https://github.com/apache/incubator-mxnet/pull/14532#issuecomment-476792679 @mxnet-label-bot add [Test, pr-awaiting-merge] This is an

[GitHub] [incubator-mxnet] abhinavs95 edited a comment on issue #14523: [FIX] replace shuffle method

2019-03-26 Thread GitBox
abhinavs95 edited a comment on issue #14523: [FIX] replace shuffle method URL: https://github.com/apache/incubator-mxnet/pull/14523#issuecomment-476754218 @mxnet-label-bot update [Bug, pr-awaiting-merge] This is an automated

[GitHub] [incubator-mxnet] wkcn edited a comment on issue #14519: Fix script retrieval

2019-03-26 Thread GitBox
wkcn edited a comment on issue #14519: Fix script retrieval URL: https://github.com/apache/incubator-mxnet/pull/14519#issuecomment-476908111 The PR has been merged. Thank you! This is an automated message from the Apache Git

[incubator-mxnet] branch master updated: Fix script retrieval (#14519)

2019-03-26 Thread wkcn
This is an automated email from the ASF dual-hosted git repository. wkcn 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 c4cd49c Fix script retrieval (#14519)

[GitHub] [incubator-mxnet] wkcn merged pull request #14519: Fix script retrieval

2019-03-26 Thread GitBox
wkcn merged pull request #14519: Fix script retrieval URL: https://github.com/apache/incubator-mxnet/pull/14519 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

[GitHub] [incubator-mxnet] wkcn commented on issue #14519: Fix script retrieval

2019-03-26 Thread GitBox
wkcn commented on issue #14519: Fix script retrieval URL: https://github.com/apache/incubator-mxnet/pull/14519#issuecomment-476908111 Thank you! This is an automated message from the Apache Git Service. To respond to the

[GitHub] [incubator-mxnet] anirudh2290 closed issue #14189: [Flaky Test] Python3: MKLDNN-GPU test_kvstore_gpu.test_rsp_push_pull

2019-03-26 Thread GitBox
anirudh2290 closed issue #14189: [Flaky Test] Python3: MKLDNN-GPU test_kvstore_gpu.test_rsp_push_pull URL: https://github.com/apache/incubator-mxnet/issues/14189 This is an automated message from the Apache Git Service. To

[GitHub] [incubator-mxnet] anirudh2290 merged pull request #14483: Reenable the test_kvstore_gpu.test_rsp_push_pull

2019-03-26 Thread GitBox
anirudh2290 merged pull request #14483: Reenable the test_kvstore_gpu.test_rsp_push_pull URL: https://github.com/apache/incubator-mxnet/pull/14483 This is an automated message from the Apache Git Service. To respond to the

[incubator-mxnet] branch master updated: reenable the test (#14483)

2019-03-26 Thread anirudh2290
This is an automated email from the ASF dual-hosted git repository. anirudh2290 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 651a6c0 reenable the test

[GitHub] [incubator-mxnet] haojin2 commented on a change in pull request #14445: Speedup SequenceMask on GPU

2019-03-26 Thread GitBox
haojin2 commented on a change in pull request #14445: Speedup SequenceMask on GPU URL: https://github.com/apache/incubator-mxnet/pull/14445#discussion_r269364691 ## File path: src/operator/sequence_mask.cu ## @@ -29,6 +29,65 @@ namespace mxnet { namespace op { +//

[GitHub] [incubator-mxnet] chenjunweii opened a new issue #14539: Is there any way to save the parameter of the autotuning ?

2019-03-26 Thread GitBox
chenjunweii opened a new issue #14539: Is there any way to save the parameter of the autotuning ? URL: https://github.com/apache/incubator-mxnet/issues/14539 Is there any way to save the parameter of the autotuning so it won't have to find the best algorithms every time when program is

[GitHub] [incubator-mxnet] stu1130 commented on issue #14483: Reenable the test_kvstore_gpu.test_rsp_push_pull

2019-03-26 Thread GitBox
stu1130 commented on issue #14483: Reenable the test_kvstore_gpu.test_rsp_push_pull URL: https://github.com/apache/incubator-mxnet/pull/14483#issuecomment-476904550 yes I used ci/build.py instead of building from source This

[GitHub] [incubator-mxnet] reminisce merged pull request #14538: [numpy] Fix test_dynamic_shape.test_dynamic_shape

2019-03-26 Thread GitBox
reminisce merged pull request #14538: [numpy] Fix test_dynamic_shape.test_dynamic_shape URL: https://github.com/apache/incubator-mxnet/pull/14538 This is an automated message from the Apache Git Service. To respond to the

[incubator-mxnet] branch numpy updated: [numpy] Fix test_dynamic_shape.test_dynamic_shape (#14538)

2019-03-26 Thread reminisce
This is an automated email from the ASF dual-hosted git repository. reminisce pushed a commit to branch numpy in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git The following commit(s) were added to refs/heads/numpy by this push: new fcefc5a [numpy] Fix

[GitHub] [incubator-mxnet] junrushao1994 commented on a change in pull request #14538: [numpy] Fix test_dynamic_shape.test_dynamic_shape

2019-03-26 Thread GitBox
junrushao1994 commented on a change in pull request #14538: [numpy] Fix test_dynamic_shape.test_dynamic_shape URL: https://github.com/apache/incubator-mxnet/pull/14538#discussion_r269352961 ## File path: src/imperative/imperative_utils.cc ## @@ -186,7 +186,7 @@ void

[GitHub] [incubator-mxnet] reminisce commented on a change in pull request #14538: [numpy] Fix test_dynamic_shape.test_dynamic_shape

2019-03-26 Thread GitBox
reminisce commented on a change in pull request #14538: [numpy] Fix test_dynamic_shape.test_dynamic_shape URL: https://github.com/apache/incubator-mxnet/pull/14538#discussion_r269352649 ## File path: src/imperative/imperative_utils.cc ## @@ -186,7 +186,7 @@ void

[GitHub] [incubator-mxnet] ChaiBapchya commented on issue #5034: How to calculate floating-point operations(FLOPS) in mxnet?

2019-03-26 Thread GitBox
ChaiBapchya commented on issue #5034: How to calculate floating-point operations(FLOPS) in mxnet? URL: https://github.com/apache/incubator-mxnet/issues/5034#issuecomment-476890749 @szha can we reopen this issue? In one of my big data assignments, I was tasked to find "number of

[GitHub] [incubator-mxnet] junrushao1994 opened a new pull request #14538: [numpy] Fix test_dynamic_shape.test_dynamic_shape

2019-03-26 Thread GitBox
junrushao1994 opened a new pull request #14538: [numpy] Fix test_dynamic_shape.test_dynamic_shape URL: https://github.com/apache/incubator-mxnet/pull/14538 #14454 This is an automated message from the Apache Git Service. To

[GitHub] [incubator-mxnet] piyushghai commented on issue #13391: Gluon: Per-layer learning rate for fine tuning a pretrained network

2019-03-26 Thread GitBox
piyushghai commented on issue #13391: Gluon: Per-layer learning rate for fine tuning a pretrained network URL: https://github.com/apache/incubator-mxnet/issues/13391#issuecomment-476884244 https://discuss.mxnet.io/t/gluon-per-layer-learning-rate-for-fine-tuning-a-pretrained-network/2288

[GitHub] [incubator-mxnet] reminisce opened a new pull request #14537: [numpy] Fix numpy import in python2

2019-03-26 Thread GitBox
reminisce opened a new pull request #14537: [numpy] Fix numpy import in python2 URL: https://github.com/apache/incubator-mxnet/pull/14537 Since we added `numpy` modules under `mxnet.ndarray` and `mxnet.symbol`, we need to add `from __future__ import absolute_import` to force `import numpy

[GitHub] [incubator-mxnet] vdantu commented on issue #14524: Flaky backwards compatibility with 1.2.1 for lenet_gluon_save_params_api

2019-03-26 Thread GitBox
vdantu commented on issue #14524: Flaky backwards compatibility with 1.2.1 for lenet_gluon_save_params_api URL: https://github.com/apache/incubator-mxnet/issues/14524#issuecomment-476873879 @mxnet-label-bot add [ci, flaky, gluon]

[GitHub] [incubator-mxnet] vdantu commented on issue #14234: Backwards compatibility out of bounds for 1.2.1

2019-03-26 Thread GitBox
vdantu commented on issue #14234: Backwards compatibility out of bounds for 1.2.1 URL: https://github.com/apache/incubator-mxnet/issues/14234#issuecomment-476873736 @mxnet-label-bot update [flaky, gluon, ci] This is an

[GitHub] [incubator-mxnet] abhinavs95 commented on issue #14405: [MXNet-1343][Fit API]Add CNN integration test for fit() API

2019-03-26 Thread GitBox
abhinavs95 commented on issue #14405: [MXNet-1343][Fit API]Add CNN integration test for fit() API URL: https://github.com/apache/incubator-mxnet/pull/14405#issuecomment-476863431 @mxnet-label-bot update [Gluon, Test, pr-awaiting-merge]

[GitHub] [incubator-mxnet] abhinavs95 commented on issue #14536: [numpy] Fix R package errors after using numpy-compatible shape definition

2019-03-26 Thread GitBox
abhinavs95 commented on issue #14536: [numpy] Fix R package errors after using numpy-compatible shape definition URL: https://github.com/apache/incubator-mxnet/pull/14536#issuecomment-476861995 @mxnet-label-bot add [Numpy, R, pr-awaiting-review]

[GitHub] [incubator-mxnet] abhinavs95 commented on issue #14535: [DOC] Updated install instructions for mac

2019-03-26 Thread GitBox
abhinavs95 commented on issue #14535: [DOC] Updated install instructions for mac URL: https://github.com/apache/incubator-mxnet/pull/14535#issuecomment-476861661 @mxnet-label-bot add [Doc, Installation, pr-awaiting-review]

[GitHub] [incubator-mxnet] abhinavs95 commented on issue #14534: [DOC] Update ubuntu install instructions from source

2019-03-26 Thread GitBox
abhinavs95 commented on issue #14534: [DOC] Update ubuntu install instructions from source URL: https://github.com/apache/incubator-mxnet/pull/14534#issuecomment-476861378 @mxnet-label-bot add [Doc, Installation, pr-awaiting-review]

[GitHub] [incubator-mxnet] abhinavs95 commented on issue #14533: [clojure][image] add draw-bounding-box interop

2019-03-26 Thread GitBox
abhinavs95 commented on issue #14533: [clojure][image] add draw-bounding-box interop URL: https://github.com/apache/incubator-mxnet/pull/14533#issuecomment-476860900 @mxnet-label-bot add [Clojure, pr-awaiting-review] This is

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

2019-03-26 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 fa4c055 Bump the publish

[GitHub] [incubator-mxnet] Ishitori commented on issue #14532: Nightly test fix: add filter to warnings

2019-03-26 Thread GitBox
Ishitori commented on issue #14532: Nightly test fix: add filter to warnings URL: https://github.com/apache/incubator-mxnet/pull/14532#issuecomment-476846436 I run it on my EC2 instance and all failed tutorials are working now.

[GitHub] [incubator-mxnet] hetong007 opened a new pull request #14536: [numpy] Fix R package errors after using numpy-compatible shape definition

2019-03-26 Thread GitBox
hetong007 opened a new pull request #14536: [numpy] Fix R package errors after using numpy-compatible shape definition URL: https://github.com/apache/incubator-mxnet/pull/14536 ## Description ## Fix the R-package for numpy-compatible shape definition.

[GitHub] [incubator-mxnet] yuxihu commented on a change in pull request #14480: Tidy up storage allocation and deallocation

2019-03-26 Thread GitBox
yuxihu commented on a change in pull request #14480: Tidy up storage allocation and deallocation URL: https://github.com/apache/incubator-mxnet/pull/14480#discussion_r269301743 ## File path: src/storage/pinned_memory_storage.h ## @@ -38,32 +38,36 @@ class

[GitHub] [incubator-mxnet] yuxihu commented on a change in pull request #14480: Tidy up storage allocation and deallocation

2019-03-26 Thread GitBox
yuxihu commented on a change in pull request #14480: Tidy up storage allocation and deallocation URL: https://github.com/apache/incubator-mxnet/pull/14480#discussion_r269301690 ## File path: src/storage/pinned_memory_storage.h ## @@ -38,32 +38,36 @@ class

[GitHub] [incubator-mxnet] yuxihu commented on a change in pull request #14480: Tidy up storage allocation and deallocation

2019-03-26 Thread GitBox
yuxihu commented on a change in pull request #14480: Tidy up storage allocation and deallocation URL: https://github.com/apache/incubator-mxnet/pull/14480#discussion_r269301625 ## File path: src/storage/pinned_memory_storage.h ## @@ -38,32 +38,36 @@ class

[GitHub] [incubator-mxnet] yuxihu commented on a change in pull request #14480: Tidy up storage allocation and deallocation

2019-03-26 Thread GitBox
yuxihu commented on a change in pull request #14480: Tidy up storage allocation and deallocation URL: https://github.com/apache/incubator-mxnet/pull/14480#discussion_r269301582 ## File path: src/storage/gpu_device_storage.h ## @@ -43,20 +43,24 @@ class GPUDeviceStorage {

[GitHub] [incubator-mxnet] yuxihu commented on a change in pull request #14480: Tidy up storage allocation and deallocation

2019-03-26 Thread GitBox
yuxihu commented on a change in pull request #14480: Tidy up storage allocation and deallocation URL: https://github.com/apache/incubator-mxnet/pull/14480#discussion_r269301228 ## File path: src/storage/cpu_shared_storage_manager.h ## @@ -115,13 +115,18 @@ class

[GitHub] [incubator-mxnet] yuxihu commented on a change in pull request #14480: Tidy up storage allocation and deallocation

2019-03-26 Thread GitBox
yuxihu commented on a change in pull request #14480: Tidy up storage allocation and deallocation URL: https://github.com/apache/incubator-mxnet/pull/14480#discussion_r269301307 ## File path: src/storage/gpu_device_storage.h ## @@ -43,20 +43,24 @@ class GPUDeviceStorage {

[GitHub] [incubator-mxnet] larroy opened a new pull request #14535: [DOC] Updated install instructions for mac

2019-03-26 Thread GitBox
larroy opened a new pull request #14535: [DOC] Updated install instructions for mac URL: https://github.com/apache/incubator-mxnet/pull/14535 ## Description ## Updates simple install instructions for mac. Build from source. ## Checklist ## ### Essentials ### Please feel

[GitHub] [incubator-mxnet] yuxihu commented on a change in pull request #14480: Tidy up storage allocation and deallocation

2019-03-26 Thread GitBox
yuxihu commented on a change in pull request #14480: Tidy up storage allocation and deallocation URL: https://github.com/apache/incubator-mxnet/pull/14480#discussion_r269300641 ## File path: src/storage/cpu_device_storage.h ## @@ -63,21 +62,26 @@ class CPUDeviceStorage {

[GitHub] [incubator-mxnet] apeforest commented on a change in pull request #14480: Tidy up storage allocation and deallocation

2019-03-26 Thread GitBox
apeforest commented on a change in pull request #14480: Tidy up storage allocation and deallocation URL: https://github.com/apache/incubator-mxnet/pull/14480#discussion_r269296754 ## File path: src/storage/pinned_memory_storage.h ## @@ -38,32 +38,36 @@ class

[GitHub] [incubator-mxnet] apeforest commented on a change in pull request #14480: Tidy up storage allocation and deallocation

2019-03-26 Thread GitBox
apeforest commented on a change in pull request #14480: Tidy up storage allocation and deallocation URL: https://github.com/apache/incubator-mxnet/pull/14480#discussion_r269293120 ## File path: src/storage/gpu_device_storage.h ## @@ -43,20 +43,24 @@ class GPUDeviceStorage

[GitHub] [incubator-mxnet] larroy commented on a change in pull request #14480: Tidy up storage allocation and deallocation

2019-03-26 Thread GitBox
larroy commented on a change in pull request #14480: Tidy up storage allocation and deallocation URL: https://github.com/apache/incubator-mxnet/pull/14480#discussion_r269290798 ## File path: src/storage/gpu_device_storage.h ## @@ -43,20 +43,24 @@ class GPUDeviceStorage {

[GitHub] [incubator-mxnet] larroy commented on a change in pull request #14480: Tidy up storage allocation and deallocation

2019-03-26 Thread GitBox
larroy commented on a change in pull request #14480: Tidy up storage allocation and deallocation URL: https://github.com/apache/incubator-mxnet/pull/14480#discussion_r269290959 ## File path: src/storage/pinned_memory_storage.h ## @@ -38,32 +38,36 @@ class

[GitHub] [incubator-mxnet] larroy commented on a change in pull request #14480: Tidy up storage allocation and deallocation

2019-03-26 Thread GitBox
larroy commented on a change in pull request #14480: Tidy up storage allocation and deallocation URL: https://github.com/apache/incubator-mxnet/pull/14480#discussion_r269289393 ## File path: src/storage/cpu_device_storage.h ## @@ -63,21 +62,26 @@ class CPUDeviceStorage {

[GitHub] [incubator-mxnet] larroy commented on a change in pull request #14480: Tidy up storage allocation and deallocation

2019-03-26 Thread GitBox
larroy commented on a change in pull request #14480: Tidy up storage allocation and deallocation URL: https://github.com/apache/incubator-mxnet/pull/14480#discussion_r269290392 ## File path: src/storage/cpu_shared_storage_manager.h ## @@ -115,13 +115,18 @@ class

[GitHub] [incubator-mxnet] larroy commented on a change in pull request #14480: Tidy up storage allocation and deallocation

2019-03-26 Thread GitBox
larroy commented on a change in pull request #14480: Tidy up storage allocation and deallocation URL: https://github.com/apache/incubator-mxnet/pull/14480#discussion_r269291009 ## File path: src/storage/pinned_memory_storage.h ## @@ -38,32 +38,36 @@ class

[GitHub] [incubator-mxnet] jnorwood commented on issue #14507: model links data.dmlc.ml are broken

2019-03-26 Thread GitBox
jnorwood commented on issue #14507: model links data.dmlc.ml are broken URL: https://github.com/apache/incubator-mxnet/issues/14507#issuecomment-476824653 > Now fixed are applied. @jnorwood please feel free to verify and close this issue. Thanks for fixing those. I still found

[GitHub] [incubator-mxnet] Chouffe commented on issue #14506: [Clojure] - Add Draw Bounding Box to Core Clojure Image namespace

2019-03-26 Thread GitBox
Chouffe commented on issue #14506: [Clojure] - Add Draw Bounding Box to Core Clojure Image namespace URL: https://github.com/apache/incubator-mxnet/issues/14506#issuecomment-476822217 Work in Progress here: https://github.com/apache/incubator-mxnet/pull/14533

[GitHub] [incubator-mxnet] larroy opened a new pull request #14534: Update ubuntu install instructions from source

2019-03-26 Thread GitBox
larroy opened a new pull request #14534: Update ubuntu install instructions from source URL: https://github.com/apache/incubator-mxnet/pull/14534 ## Description ## This PR updates ubuntu install instructions by using CMake and adding steps needed to update CMake on ubuntu 18.04

[GitHub] [incubator-mxnet] Chouffe opened a new pull request #14533: [clojure][image] add draw-bounding-box interop

2019-03-26 Thread GitBox
Chouffe opened a new pull request #14533: [clojure][image] add draw-bounding-box interop URL: https://github.com/apache/incubator-mxnet/pull/14533 ## Description ## * Added draw-bounding-box interop. * Dependency:

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

2019-03-26 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 3c6ccfe Bump the publish

[GitHub] [incubator-mxnet] abhinavs95 commented on issue #14530: [WIP] (Do not merge) Removed conflicting GitHub status update

2019-03-26 Thread GitBox
abhinavs95 commented on issue #14530: [WIP] (Do not merge) Removed conflicting GitHub status update URL: https://github.com/apache/incubator-mxnet/pull/14530#issuecomment-476796133 @mxnet-label-bot add [pr-work-in-progress]

[GitHub] [incubator-mxnet] abhinavs95 commented on issue #14530: [WIP] (Do not merge) Removed conflicting GitHub status update

2019-03-26 Thread GitBox
abhinavs95 commented on issue #14530: [WIP] (Do not merge) Removed conflicting GitHub status update URL: https://github.com/apache/incubator-mxnet/pull/14530#issuecomment-476795927 @lebeg Could you please provide a description for the PR?

[GitHub] [incubator-mxnet] lanking520 commented on issue #14507: model links data.dmlc.ml are broken

2019-03-26 Thread GitBox
lanking520 commented on issue #14507: model links data.dmlc.ml are broken URL: https://github.com/apache/incubator-mxnet/issues/14507#issuecomment-476795837 Now fixed are applied. @jnorwood please feel free to verify and close this issue.

[GitHub] [incubator-mxnet] drivanov opened a new pull request #14443: Mxnet allclose

2019-03-26 Thread GitBox
drivanov opened a new pull request #14443: Mxnet allclose URL: https://github.com/apache/incubator-mxnet/pull/14443 ## Description ## - The analog of `numpy.allclose(a, b, rtol=1e-05, atol=1e-08, equal_nan=False)` is implemented as a MxNet operator: ```

[GitHub] [incubator-mxnet] abhinavs95 commented on issue #14532: Nightly test fix: add filter to warnings

2019-03-26 Thread GitBox
abhinavs95 commented on issue #14532: Nightly test fix: add filter to warnings URL: https://github.com/apache/incubator-mxnet/pull/14532#issuecomment-476792679 @mxnet-label-bot add [Test, pr-awaiting-review] This is an

[GitHub] [incubator-mxnet] abhinavs95 commented on issue #14531: Chouffe/clojure fix tests

2019-03-26 Thread GitBox
abhinavs95 commented on issue #14531: Chouffe/clojure fix tests URL: https://github.com/apache/incubator-mxnet/pull/14531#issuecomment-476791946 @mxnet-label-bot add [Clojure, Test, pr-awaiting-review] This is an automated

[incubator-mxnet] branch master updated: [MXNET-1285] Draw bounding box with Scala/Java Image API (#14474)

2019-03-26 Thread lanking
This is an automated email from the ASF dual-hosted git repository. lanking pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git The following commit(s) were added to refs/heads/master by this push: new 092af36 [MXNET-1285] Draw bounding

[GitHub] [incubator-mxnet] lanking520 merged pull request #14474: [MXNET-1285] Draw bounding box with Scala/Java Image API

2019-03-26 Thread GitBox
lanking520 merged pull request #14474: [MXNET-1285] Draw bounding box with Scala/Java Image API URL: https://github.com/apache/incubator-mxnet/pull/14474 This is an automated message from the Apache Git Service. To respond

[GitHub] [incubator-mxnet] abhinavs95 commented on issue #14529: [GPU] Fix test_gluon_gpu:test_lstmp

2019-03-26 Thread GitBox
abhinavs95 commented on issue #14529: [GPU] Fix test_gluon_gpu:test_lstmp URL: https://github.com/apache/incubator-mxnet/pull/14529#issuecomment-476791224 @mxnet-label-bot update [CI, Test] This is an automated message from

[GitHub] [incubator-mxnet] abhinavs95 edited a comment on issue #14528: Performance improving for MKL-DNN Quantized FullyConnected

2019-03-26 Thread GitBox
abhinavs95 edited a comment on issue #14528: Performance improving for MKL-DNN Quantized FullyConnected URL: https://github.com/apache/incubator-mxnet/pull/14528#issuecomment-476790150 @mxnet-label-bot update [MKLDNN, Performance, pr-awaiting-testing]

[GitHub] [incubator-mxnet] abhinavs95 commented on issue #14528: Performance improving for MKL-DNN Quantized FullyConnected

2019-03-26 Thread GitBox
abhinavs95 commented on issue #14528: Performance improving for MKL-DNN Quantized FullyConnected URL: https://github.com/apache/incubator-mxnet/pull/14528#issuecomment-476790150 @mxnet-label-bot update [MKLDNN, Performance, pr-awaiting-test]

[GitHub] [incubator-mxnet] abhinavs95 commented on a change in pull request #14442: [MXNet-1349][Fit API]Add validation support and unit tests for fit() API

2019-03-26 Thread GitBox
abhinavs95 commented on a change in pull request #14442: [MXNet-1349][Fit API]Add validation support and unit tests for fit() API URL: https://github.com/apache/incubator-mxnet/pull/14442#discussion_r269256381 ## File path: python/mxnet/gluon/estimator/estimator.py ## @@

[GitHub] [incubator-mxnet] Chouffe commented on a change in pull request #14531: Chouffe/clojure fix tests

2019-03-26 Thread GitBox
Chouffe commented on a change in pull request #14531: Chouffe/clojure fix tests URL: https://github.com/apache/incubator-mxnet/pull/14531#discussion_r269240423 ## File path: contrib/clojure-package/src/org/apache/clojure_mxnet/util.clj ## @@ -77,6 +77,18 @@ (defn

[GitHub] [incubator-mxnet] Chouffe commented on a change in pull request #14531: Chouffe/clojure fix tests

2019-03-26 Thread GitBox
Chouffe commented on a change in pull request #14531: Chouffe/clojure fix tests URL: https://github.com/apache/incubator-mxnet/pull/14531#discussion_r269240855 ## File path: contrib/clojure-package/test/org/apache/clojure_mxnet/util_test.clj ## @@ -70,8 +70,8 @@

[GitHub] [incubator-mxnet] yuxihu edited a comment on issue #14480: Tidy up storage allocation and deallocation

2019-03-26 Thread GitBox
yuxihu edited a comment on issue #14480: Tidy up storage allocation and deallocation URL: https://github.com/apache/incubator-mxnet/pull/14480#issuecomment-475438810 @eric-haibin-lin @apeforest @anirudh2290 Please help review.

[incubator-mxnet] branch v1.3.x updated: Fixes for data links (#14525)

2019-03-26 Thread lanking
This is an automated email from the ASF dual-hosted git repository. lanking 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 e083577 Fixes for data links

[GitHub] [incubator-mxnet] lanking520 merged pull request #14525: Fixes for CI downloads (v1.3.x)

2019-03-26 Thread GitBox
lanking520 merged pull request #14525: Fixes for CI downloads (v1.3.x) URL: https://github.com/apache/incubator-mxnet/pull/14525 This is an automated message from the Apache Git Service. To respond to the message, please log

[GitHub] [incubator-mxnet] abhinavs95 commented on issue #14525: Fixes for CI downloads (v1.3.x)

2019-03-26 Thread GitBox
abhinavs95 commented on issue #14525: Fixes for CI downloads (v1.3.x) URL: https://github.com/apache/incubator-mxnet/pull/14525#issuecomment-476754768 @mxnet-label-bot add [CI, pr-awaiting-review] This is an automated message

[GitHub] [incubator-mxnet] vandanavk commented on issue #14519: Fix script retrieval

2019-03-26 Thread GitBox
vandanavk commented on issue #14519: Fix script retrieval URL: https://github.com/apache/incubator-mxnet/pull/14519#issuecomment-476754122 @marcoabreu Changed the command to use generic installation. Can these instructions be used now that CI scripts are not referenced? @lanking520

[GitHub] [incubator-mxnet] abhinavs95 commented on issue #14523: [FIX] replace shuffle method

2019-03-26 Thread GitBox
abhinavs95 commented on issue #14523: [FIX] replace shuffle method URL: https://github.com/apache/incubator-mxnet/pull/14523#issuecomment-476754218 @mxnet-label-bot add [Bug, pr-awaiting-review] This is an automated message

[GitHub] [incubator-mxnet] abhinavs95 commented on issue #14518: [BUGFIX] fix shape ndim out-of-bound bug

2019-03-26 Thread GitBox
abhinavs95 commented on issue #14518: [BUGFIX] fix shape ndim out-of-bound bug URL: https://github.com/apache/incubator-mxnet/pull/14518#issuecomment-476747150 @mxnet-label-bot add [Bug, Backend, pr-awaiting-response] This is

[GitHub] [incubator-mxnet] ThomasDelteil opened a new pull request #14532: Nightly test fix: add filter to warnings

2019-03-26 Thread GitBox
ThomasDelteil opened a new pull request #14532: Nightly test fix: add filter to warnings URL: https://github.com/apache/incubator-mxnet/pull/14532 ## Description ## nightly test fails because of warnings that have been introduced. However there are no ways to not get the warnings

[GitHub] [incubator-mxnet] wkcn commented on issue #14515: Should gluon layer support **name** field?

2019-03-26 Thread GitBox
wkcn commented on issue #14515: Should gluon layer support **name** field? URL: https://github.com/apache/incubator-mxnet/issues/14515#issuecomment-476729434 I try to add **name** filed for gluon block. However, it is a little complicated.

[GitHub] [incubator-mxnet] lebeg commented on a change in pull request #14525: Fixes for CI downloads (v1.3.x)

2019-03-26 Thread GitBox
lebeg commented on a change in pull request #14525: Fixes for CI downloads (v1.3.x) URL: https://github.com/apache/incubator-mxnet/pull/14525#discussion_r269194427 ## File path: cpp-package/example/feature_extract/run.sh ## @@ -17,7 +17,12 @@ # Downloading the data and

[incubator-mxnet] branch v1.4.x updated: Fixes for data links (#14526)

2019-03-26 Thread wkcn
This is an automated email from the ASF dual-hosted git repository. wkcn pushed a commit to branch v1.4.x in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git The following commit(s) were added to refs/heads/v1.4.x by this push: new 06a5c37 Fixes for data links (#14526)

[GitHub] [incubator-mxnet] wkcn commented on issue #14526: Fixes for CI downloads (v1.4.x)

2019-03-26 Thread GitBox
wkcn commented on issue #14526: Fixes for CI downloads (v1.4.x) URL: https://github.com/apache/incubator-mxnet/pull/14526#issuecomment-476727533 The PR has been merged. Thank you for the fix! This is an automated message from

[GitHub] [incubator-mxnet] wkcn merged pull request #14526: Fixes for CI downloads (v1.4.x)

2019-03-26 Thread GitBox
wkcn merged pull request #14526: Fixes for CI downloads (v1.4.x) URL: https://github.com/apache/incubator-mxnet/pull/14526 This is an automated message from the Apache Git Service. To respond to the message, please log on to

  1   2   >