[GitHub] [incubator-mxnet] zhreshold commented on issue #14325: Relaxing type requirements for reshape_like op

2019-03-04 Thread GitBox
zhreshold commented on issue #14325: Relaxing type requirements for reshape_like op URL: https://github.com/apache/incubator-mxnet/pull/14325#issuecomment-469578388 Please let me know ci goes green, I can merge right after.

[GitHub] [incubator-mxnet] wkcn edited a comment on issue #14306: mxnet-cuda100 malloc problem of mod.forward()

2019-03-04 Thread GitBox
wkcn edited a comment on issue #14306: mxnet-cuda100 malloc problem of mod.forward() URL: https://github.com/apache/incubator-mxnet/issues/14306#issuecomment-469575270 @estarpro Because the shape of model input is (1,3,112,112). In MXNet, the order of Input is NCHW generally. Is

[GitHub] [incubator-mxnet] wkcn commented on issue #14306: mxnet-cuda100 malloc problem of mod.forward()

2019-03-04 Thread GitBox
wkcn commented on issue #14306: mxnet-cuda100 malloc problem of mod.forward() URL: https://github.com/apache/incubator-mxnet/issues/14306#issuecomment-469575270 @estarpro Because the shape of model input is (1,3,112,112). Is there any error after changing the input?

[GitHub] [incubator-mxnet] szha commented on a change in pull request #14192: [MXNET-1324] Add NaiveRunGraph to imperative utils

2019-03-04 Thread GitBox
szha commented on a change in pull request #14192: [MXNET-1324] Add NaiveRunGraph to imperative utils URL: https://github.com/apache/incubator-mxnet/pull/14192#discussion_r262374079 ## File path: src/imperative/cached_op.cc ## @@ -839,6 +867,70 @@ OpStatePtr

[GitHub] [incubator-mxnet] ciyongch commented on issue #14128: MKLDNN based Quantized FullyConnected Operator and its fusion

2019-03-04 Thread GitBox
ciyongch commented on issue #14128: MKLDNN based Quantized FullyConnected Operator and its fusion URL: https://github.com/apache/incubator-mxnet/pull/14128#issuecomment-469569926 @pengzhao-intel @TaoLv The code is updated to latest, all the comments are addressed, please help to check

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

2019-03-04 Thread zhasheng
This is an automated email from the ASF dual-hosted git repository. zhasheng pushed a commit to branch asf-site in repository https://gitbox.apache.org/repos/asf/incubator-mxnet-site.git The following commit(s) were added to refs/heads/asf-site by this push: new a0515ec Bump the publish

[GitHub] [incubator-mxnet] mxnet-label-bot commented on issue #14333: Predict of mx.mod.Module api problem

2019-03-04 Thread GitBox
mxnet-label-bot commented on issue #14333: Predict of mx.mod.Module api problem URL: https://github.com/apache/incubator-mxnet/issues/14333#issuecomment-469568174 Hey, this is the MXNet Label Bot. Thank you for submitting the issue! I will try and suggest some labels so that the

[GitHub] [incubator-mxnet] Ian8888 opened a new issue #14333: Predict of mx.mod.Module api problem

2019-03-04 Thread GitBox
Ian opened a new issue #14333: Predict of mx.mod.Module api problem URL: https://github.com/apache/incubator-mxnet/issues/14333 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] [incubator-mxnet] junrushao1994 edited a comment on issue #14244: Feature request: share memory between numpy.array and mxnet.ndarray

2019-03-04 Thread GitBox
junrushao1994 edited a comment on issue #14244: Feature request: share memory between numpy.array and mxnet.ndarray URL: https://github.com/apache/incubator-mxnet/issues/14244#issuecomment-469567431 Hey, I did some research this weekend and am convinced it might be possible. So is it

[GitHub] [incubator-mxnet] junrushao1994 commented on issue #14244: Feature request: share memory between numpy.array and mxnet.ndarray

2019-03-04 Thread GitBox
junrushao1994 commented on issue #14244: Feature request: share memory between numpy.array and mxnet.ndarray URL: https://github.com/apache/incubator-mxnet/issues/14244#issuecomment-469567431 Hey, I did some research this weekend and am convinced it might be possible. So is it acceptable

[GitHub] [incubator-mxnet] estarpro commented on issue #14306: mxnet-cuda100 malloc problem of mod.forward()

2019-03-04 Thread GitBox
estarpro commented on issue #14306: mxnet-cuda100 malloc problem of mod.forward() URL: https://github.com/apache/incubator-mxnet/issues/14306#issuecomment-469564120 @wkcn Thanks a lot! This has bothered me for several days.But The picture is already (112, 112, 3), why does reshape work?

[incubator-mxnet] branch master updated: Use cudnn for dropout by default (#14278)

2019-03-04 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 7243806 Use cudnn for dropout by

[GitHub] [incubator-mxnet] anirudh2290 commented on a change in pull request #14275: Register fake grad to subgraph and quantized operators

2019-03-04 Thread GitBox
anirudh2290 commented on a change in pull request #14275: Register fake grad to subgraph and quantized operators URL: https://github.com/apache/incubator-mxnet/pull/14275#discussion_r262354676 ## File path: src/executor/graph_executor.cc ## @@ -1506,8 +1506,26 @@ static

[GitHub] [incubator-mxnet] junrushao1994 edited a comment on issue #14192: [MXNET-1324] Add NaiveRunGraph to imperative utils

2019-03-04 Thread GitBox
junrushao1994 edited a comment on issue #14192: [MXNET-1324] Add NaiveRunGraph to imperative utils URL: https://github.com/apache/incubator-mxnet/pull/14192#issuecomment-469544132 @szha @zheng-da Hey could you do another round of review? It has passed CI.

[GitHub] [incubator-mxnet] perdasilva commented on issue #14187: Flaky test_random.test_exponential_generator @ Python3: Centos 7 CPU

2019-03-04 Thread GitBox
perdasilva commented on issue #14187: Flaky test_random.test_exponential_generator @ Python3: Centos 7 CPU URL: https://github.com/apache/incubator-mxnet/issues/14187#issuecomment-469545137 Fixed by #14287 This is an

[GitHub] [incubator-mxnet] perdasilva closed pull request #14188: Disables test_random.test_exponential_generator

2019-03-04 Thread GitBox
perdasilva closed pull request #14188: Disables test_random.test_exponential_generator URL: https://github.com/apache/incubator-mxnet/pull/14188 This is an automated message from the Apache Git Service. To respond to the

[GitHub] [incubator-mxnet] huangzhiyuan closed pull request #14056: A better split-2D(SliceChannel) op forward kernel for CPU

2019-03-04 Thread GitBox
huangzhiyuan closed pull request #14056: A better split-2D(SliceChannel) op forward kernel for CPU URL: https://github.com/apache/incubator-mxnet/pull/14056 This is an automated message from the Apache Git Service. To

[GitHub] [incubator-mxnet] junrushao1994 commented on issue #14192: [MXNET-1324] Add NaiveRunGraph to imperative utils

2019-03-04 Thread GitBox
junrushao1994 commented on issue #14192: [MXNET-1324] Add NaiveRunGraph to imperative utils URL: https://github.com/apache/incubator-mxnet/pull/14192#issuecomment-469544132 @szha @zheng-da Hey could you do another round of review since the CI is going to pass?

[GitHub] [incubator-mxnet] wkcn edited a comment on issue #14327: [numpy] Implement NumPy operators

2019-03-04 Thread GitBox
wkcn edited a comment on issue #14327: [numpy] Implement NumPy operators URL: https://github.com/apache/incubator-mxnet/issues/14327#issuecomment-469522318 Great! I have the following questions. Could you please provide an example to explain how to accept `NDArray` and `Symbol`

[GitHub] [incubator-mxnet] mxnet-label-bot commented on issue #14332: MXNet static library build results in error in centos, oracle linux and similar distros

2019-03-04 Thread GitBox
mxnet-label-bot commented on issue #14332: MXNet static library build results in error in centos, oracle linux and similar distros URL: https://github.com/apache/incubator-mxnet/issues/14332#issuecomment-469540275 Hey, this is the MXNet Label Bot. Thank you for submitting the issue!

[GitHub] [incubator-mxnet] aashudwivedi opened a new issue #14332: MXNet static library build results in error in centos, oracle linux and similar distros

2019-03-04 Thread GitBox
aashudwivedi opened a new issue #14332: MXNet static library build results in error in centos, oracle linux and similar distros URL: https://github.com/apache/incubator-mxnet/issues/14332 Note: Providing complete information in the most concise form is the best way to get help. This issue

[GitHub] [incubator-mxnet] DickJC123 commented on issue #14329: [Flaky] flaky test in test_operator_gpu.test_convolution_multiple_streams

2019-03-04 Thread GitBox
DickJC123 commented on issue #14329: [Flaky] flaky test in test_operator_gpu.test_convolution_multiple_streams URL: https://github.com/apache/incubator-mxnet/issues/14329#issuecomment-469531735 I believe I've isolated the problem. I started by checking out the commit that introduced the

[incubator-mxnet] branch master updated: support long for mx.random.seed (#14314)

2019-03-04 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 99bb06c support long for mx.random.seed

[GitHub] [incubator-mxnet] wkcn merged pull request #14314: support long for mx.random.seed

2019-03-04 Thread GitBox
wkcn merged pull request #14314: support long for mx.random.seed URL: https://github.com/apache/incubator-mxnet/pull/14314 This is an automated message from the Apache Git Service. To respond to the message, please log on to

[GitHub] [incubator-mxnet] wkcn commented on issue #14327: [numpy] Implement NumPy operators

2019-03-04 Thread GitBox
wkcn commented on issue #14327: [numpy] Implement NumPy operators URL: https://github.com/apache/incubator-mxnet/issues/14327#issuecomment-469522318 Great! I have the following questions. Could you please provide an example to explain how to accept `NDArray` and `Symbol` inputs?

[GitHub] [incubator-mxnet] wkcn edited a comment on issue #14327: [numpy] Implement NumPy operators

2019-03-04 Thread GitBox
wkcn edited a comment on issue #14327: [numpy] Implement NumPy operators URL: https://github.com/apache/incubator-mxnet/issues/14327#issuecomment-469522318 Great! I have the following questions. Could you please provide an example to explain how to accept `NDArray` and `Symbol`

[GitHub] [incubator-mxnet] BigBigWolf-AI commented on issue #14316: Why mxnet not supporting conda installation (mxnet为什么不支持使用conda安装?)

2019-03-04 Thread GitBox
BigBigWolf-AI commented on issue #14316: Why mxnet not supporting conda installation (mxnet为什么不支持使用conda安装?) URL: https://github.com/apache/incubator-mxnet/issues/14316#issuecomment-469519767 好方法,我怎么没有想到呢,666~~~ @wkcn

[GitHub] [incubator-mxnet] wkcn edited a comment on issue #14316: Why mxnet not supporting conda installation (mxnet为什么不支持使用conda安装?)

2019-03-04 Thread GitBox
wkcn edited a comment on issue #14316: Why mxnet not supporting conda installation (mxnet为什么不支持使用conda安装?) URL: https://github.com/apache/incubator-mxnet/issues/14316#issuecomment-469519345 @BigBigWolf-AI 这个是意法半导体公司做的模型格式转换。 现在可以将MXNet的模型以onnx格式导出,再导入支持onnx转换到意法半导体公司的模型格式的框架,转出最终的模型格式。

[GitHub] [incubator-mxnet] wkcn commented on issue #14316: Why mxnet not supporting conda installation (mxnet为什么不支持使用conda安装?)

2019-03-04 Thread GitBox
wkcn commented on issue #14316: Why mxnet not supporting conda installation (mxnet为什么不支持使用conda安装?) URL: https://github.com/apache/incubator-mxnet/issues/14316#issuecomment-469519345 @BigBigWolf-AI 这个是意法半导体公司做的模型格式转换。 现在可以把MXNet的模型以onnx格式导出,再导入支持onnx转换到意法半导体公司的模型格式的框架里,转出最终的模型格式。

[GitHub] [incubator-mxnet] lanking520 commented on issue #11926: segfault in native code while trying to use CustomOp

2019-03-04 Thread GitBox
lanking520 commented on issue #11926: segfault in native code while trying to use CustomOp URL: https://github.com/apache/incubator-mxnet/issues/11926#issuecomment-469519405 After some tests, your problem can be solved through this: ``` Operator.register("constant", new

[GitHub] [incubator-mxnet] ciyongch commented on issue #14128: MKLDNN based Quantized FullyConnected Operator and its fusion

2019-03-04 Thread GitBox
ciyongch commented on issue #14128: MKLDNN based Quantized FullyConnected Operator and its fusion URL: https://github.com/apache/incubator-mxnet/pull/14128#issuecomment-469515825 Rebase to latest code base. This is an

[GitHub] [incubator-mxnet] ZhennanQin commented on a change in pull request #14275: Register fake grad to subgraph and quantized operators

2019-03-04 Thread GitBox
ZhennanQin commented on a change in pull request #14275: Register fake grad to subgraph and quantized operators URL: https://github.com/apache/incubator-mxnet/pull/14275#discussion_r262327677 ## File path: src/executor/graph_executor.cc ## @@ -1506,8 +1506,26 @@ static

[GitHub] [incubator-mxnet] BigBigWolf-AI commented on issue #14316: Why mxnet not supporting conda installation (mxnet为什么不支持使用conda安装?)

2019-03-04 Thread GitBox
BigBigWolf-AI commented on issue #14316: Why mxnet not supporting conda installation (mxnet为什么不支持使用conda安装?) URL: https://github.com/apache/incubator-mxnet/issues/14316#issuecomment-469511154 既然都是feature

[GitHub] [incubator-mxnet] xinyu-intel commented on a change in pull request #14275: Register fake grad to subgraph and quantized operators

2019-03-04 Thread GitBox
xinyu-intel commented on a change in pull request #14275: Register fake grad to subgraph and quantized operators URL: https://github.com/apache/incubator-mxnet/pull/14275#discussion_r262325828 ## File path: src/operator/quantization/quantize.cc ## @@ -82,6 +82,9 @@ where

[GitHub] [incubator-mxnet] xinyu-intel opened a new issue #14331: A temp solution to enable GluonCV INT8 flow

2019-03-04 Thread GitBox
xinyu-intel opened a new issue #14331: A temp solution to enable GluonCV INT8 flow URL: https://github.com/apache/incubator-mxnet/issues/14331 ## Description A simple method to launch int8 inference with gluon is that loading back a quantized JSON file and parameter as a SymbolBlock.

[GitHub] [incubator-mxnet] astonzhang commented on issue #14330: [RFC][WIP] Integrating the new MXNet website

2019-03-04 Thread GitBox
astonzhang commented on issue #14330: [RFC][WIP] Integrating the new MXNet website URL: https://github.com/apache/incubator-mxnet/issues/14330#issuecomment-469503525 @mxnet-label-bot Add [RFC] This is an automated message

[GitHub] [incubator-mxnet] mxnet-label-bot commented on issue #14330: [RFC][WIP] Integrating the new MXNet website

2019-03-04 Thread GitBox
mxnet-label-bot commented on issue #14330: [RFC][WIP] Integrating the new MXNet website URL: https://github.com/apache/incubator-mxnet/issues/14330#issuecomment-469503003 Hey, this is the MXNet Label Bot. Thank you for submitting the issue! I will try and suggest some labels so that

[GitHub] [incubator-mxnet] astonzhang opened a new issue #14330: [RFC][WIP] Integrating the new MXNet website

2019-03-04 Thread GitBox
astonzhang opened a new issue #14330: [RFC][WIP] Integrating the new MXNet website URL: https://github.com/apache/incubator-mxnet/issues/14330 # About the new website We heard of complaints and suggestions on the contents and UX of the MXNet website such as poor-quality tutorial

[GitHub] [incubator-mxnet] lupesko commented on issue #14188: Disables test_random.test_exponential_generator

2019-03-04 Thread GitBox
lupesko commented on issue #14188: Disables test_random.test_exponential_generator URL: https://github.com/apache/incubator-mxnet/pull/14188#issuecomment-469502392 @perdasilva can you please close the issue as #14287 was merged? thanks!

[GitHub] [incubator-mxnet] access2rohit commented on issue #14263: MXNet Master build for CUDA with DEBUG=1 failing

2019-03-04 Thread GitBox
access2rohit commented on issue #14263: MXNet Master build for CUDA with DEBUG=1 failing URL: https://github.com/apache/incubator-mxnet/issues/14263#issuecomment-469501516 @mxnet-label-bot add [bug][build] This is an

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

2019-03-04 Thread zhasheng
This is an automated email from the ASF dual-hosted git repository. zhasheng pushed a commit to branch asf-site in repository https://gitbox.apache.org/repos/asf/incubator-mxnet-site.git The following commit(s) were added to refs/heads/asf-site by this push: new 8d94d2c Bump the publish

[GitHub] [incubator-mxnet] pengzhao-intel commented on issue #14320: [WIP]Showing proper error message when quantization is used with CPU context

2019-03-04 Thread GitBox
pengzhao-intel commented on issue #14320: [WIP]Showing proper error message when quantization is used with CPU context URL: https://github.com/apache/incubator-mxnet/pull/14320#issuecomment-469495925 Thanks @access2rohit

[GitHub] [incubator-mxnet] DickJC123 commented on issue #14329: [Flaky] flaky test in test_operator_gpu.test_convolution_multiple_streams

2019-03-04 Thread GitBox
DickJC123 commented on issue #14329: [Flaky] flaky test in test_operator_gpu.test_convolution_multiple_streams URL: https://github.com/apache/incubator-mxnet/issues/14329#issuecomment-469494252 Looking at this now. The problem occurs during shutdown of the system when

[GitHub] [incubator-mxnet] ZhennanQin commented on a change in pull request #14277: Enhance PartitionGraph

2019-03-04 Thread GitBox
ZhennanQin commented on a change in pull request #14277: Enhance PartitionGraph URL: https://github.com/apache/incubator-mxnet/pull/14277#discussion_r262311586 ## File path: src/operator/subgraph/mkldnn/mkldnn_subgraph_property.cc ## @@ -0,0 +1,34 @@ +/* + * Licensed to

[GitHub] [incubator-mxnet] ZhennanQin commented on a change in pull request #14277: Enhance PartitionGraph

2019-03-04 Thread GitBox
ZhennanQin commented on a change in pull request #14277: Enhance PartitionGraph URL: https://github.com/apache/incubator-mxnet/pull/14277#discussion_r262309327 ## File path: src/operator/subgraph/subgraph_property.h ## @@ -200,7 +197,7 @@ typedef

[GitHub] [incubator-mxnet] wkcn commented on issue #14318: print error message for mxnet::cpp::Operator::Invoke when failed

2019-03-04 Thread GitBox
wkcn commented on issue #14318: print error message for mxnet::cpp::Operator::Invoke when failed URL: https://github.com/apache/incubator-mxnet/pull/14318#issuecomment-469491329 There are some shape bugs in cpp-package. I will resize (batchsize, 784) into (batchsize, 3, 256, 256)

[incubator-mxnet] branch master updated: [DOC] Refine documentation of runtime feature detection (#14238)

2019-03-04 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 434726e [DOC] Refine documentation

[GitHub] [incubator-mxnet] szha merged pull request #14238: [DOC] Refine documentation of runtime feature detection

2019-03-04 Thread GitBox
szha merged pull request #14238: [DOC] Refine documentation of runtime feature detection URL: https://github.com/apache/incubator-mxnet/pull/14238 This is an automated message from the Apache Git Service. To respond to the

[GitHub] [incubator-mxnet] ifeherva commented on issue #14321: moveaxis operator now accepts negative indices and sequence of ints as well.

2019-03-04 Thread GitBox
ifeherva commented on issue #14321: moveaxis operator now accepts negative indices and sequence of ints as well. URL: https://github.com/apache/incubator-mxnet/pull/14321#issuecomment-469487433 @vandanavk the error messages do not really make sense to me, they look unrelated to the

[GitHub] [incubator-mxnet] anirudh2290 commented on a change in pull request #13401: [MXNET-1227] Adding CornerPooling operator

2019-03-04 Thread GitBox
anirudh2290 commented on a change in pull request #13401: [MXNET-1227] Adding CornerPooling operator URL: https://github.com/apache/incubator-mxnet/pull/13401#discussion_r262304587 ## File path: src/operator/contrib/corner_pooling.cu ## @@ -0,0 +1,293 @@ +/* + * Licensed

[GitHub] [incubator-mxnet] anirudh2290 commented on a change in pull request #14275: Register fake grad to subgraph and quantized operators

2019-03-04 Thread GitBox
anirudh2290 commented on a change in pull request #14275: Register fake grad to subgraph and quantized operators URL: https://github.com/apache/incubator-mxnet/pull/14275#discussion_r262302325 ## File path: src/executor/graph_executor.cc ## @@ -1506,8 +1506,26 @@ static

[GitHub] [incubator-mxnet] anirudh2290 commented on a change in pull request #14275: Register fake grad to subgraph and quantized operators

2019-03-04 Thread GitBox
anirudh2290 commented on a change in pull request #14275: Register fake grad to subgraph and quantized operators URL: https://github.com/apache/incubator-mxnet/pull/14275#discussion_r262295140 ## File path: src/operator/quantization/quantize.cc ## @@ -82,6 +82,9 @@ where

[GitHub] [incubator-mxnet] piyushghai commented on issue #14329: [Flaky] flaky test in test_operator_gpu.test_convolution_multiple_streams

2019-03-04 Thread GitBox
piyushghai commented on issue #14329: [Flaky] flaky test in test_operator_gpu.test_convolution_multiple_streams URL: https://github.com/apache/incubator-mxnet/issues/14329#issuecomment-469483651 @mxnet-label-bot Add [Test, Flaky]

[GitHub] [incubator-mxnet] szha opened a new issue #14329: [Flaky] flaky test in test_operator_gpu.test_convolution_multiple_streams

2019-03-04 Thread GitBox
szha opened a new issue #14329: [Flaky] flaky test in test_operator_gpu.test_convolution_multiple_streams URL: https://github.com/apache/incubator-mxnet/issues/14329

[GitHub] [incubator-mxnet] mxnet-label-bot commented on issue #14329: [Flaky] flaky test in test_operator_gpu.test_convolution_multiple_streams

2019-03-04 Thread GitBox
mxnet-label-bot commented on issue #14329: [Flaky] flaky test in test_operator_gpu.test_convolution_multiple_streams URL: https://github.com/apache/incubator-mxnet/issues/14329#issuecomment-469483381 Hey, this is the MXNet Label Bot. Thank you for submitting the issue! I will try and

[GitHub] [incubator-mxnet] szha commented on issue #13559: fix for opencv4

2019-03-04 Thread GitBox
szha commented on issue #13559: fix for opencv4 URL: https://github.com/apache/incubator-mxnet/pull/13559#issuecomment-469482903 The issues in this PR are being fixed in #14313 This is an automated message from the Apache

[GitHub] [incubator-mxnet] zhreshold commented on a change in pull request #13763: [contrib][op] fix MultiBoxPrior confusing results if first ratio is not 1.0

2019-03-04 Thread GitBox
zhreshold commented on a change in pull request #13763: [contrib][op] fix MultiBoxPrior confusing results if first ratio is not 1.0 URL: https://github.com/apache/incubator-mxnet/pull/13763#discussion_r262301048 ## File path: tests/python/unittest/test_contrib_operator.py

[incubator-mxnet] branch master updated: Optimize NMS (#14290)

2019-03-04 Thread zhreshold
This is an automated email from the ASF dual-hosted git repository. zhreshold 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 780bddc Optimize NMS (#14290)

[GitHub] [incubator-mxnet] zhreshold merged pull request #14290: Optimize NMS

2019-03-04 Thread GitBox
zhreshold merged pull request #14290: Optimize NMS URL: https://github.com/apache/incubator-mxnet/pull/14290 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

[GitHub] [incubator-mxnet] zhreshold commented on issue #14290: Optimize NMS

2019-03-04 Thread GitBox
zhreshold commented on issue #14290: Optimize NMS URL: https://github.com/apache/incubator-mxnet/pull/14290#issuecomment-469482088 Awesome, I am merging this now This is an automated message from the Apache Git Service. To

[GitHub] [incubator-mxnet] anirudh2290 commented on a change in pull request #14150: Fix entropy for uint8

2019-03-04 Thread GitBox
anirudh2290 commented on a change in pull request #14150: Fix entropy for uint8 URL: https://github.com/apache/incubator-mxnet/pull/14150#discussion_r262300597 ## File path: tests/python/quantization/test_quantization.py ## @@ -673,8 +673,9 @@ def

[GitHub] [incubator-mxnet] wkcn commented on issue #14306: mxnet-cuda100 malloc problem of mod.forward()

2019-03-04 Thread GitBox
wkcn commented on issue #14306: mxnet-cuda100 malloc problem of mod.forward() URL: https://github.com/apache/incubator-mxnet/issues/14306#issuecomment-469481345 @estarpro Could you please try mod.forward(Batch([mx.nd.array(img).transpose((2,0,1)).reshape((1,3,112,112))]))

[GitHub] [incubator-mxnet] anirudh2290 commented on a change in pull request #14094: Enhance gpu quantization

2019-03-04 Thread GitBox
anirudh2290 commented on a change in pull request #14094: Enhance gpu quantization URL: https://github.com/apache/incubator-mxnet/pull/14094#discussion_r262299984 ## File path: src/operator/quantization/quantized_conv.cu ## @@ -110,6 +110,9 @@ class QuantizedCuDNNConvOp {

[incubator-mxnet] branch master updated: [clojure-package] improve docstrings in `image.clj` (#14307)

2019-03-04 Thread cmeier
This is an automated email from the ASF dual-hosted git repository. cmeier 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 21f67bd [clojure-package] improve

[GitHub] [incubator-mxnet] gigasquid merged pull request #14307: [clojure-package] improve docstrings in `image.clj`

2019-03-04 Thread GitBox
gigasquid merged pull request #14307: [clojure-package] improve docstrings in `image.clj` URL: https://github.com/apache/incubator-mxnet/pull/14307 This is an automated message from the Apache Git Service. To respond to the

[GitHub] [incubator-mxnet] gigasquid commented on issue #14295: [clojure-package] fix docstrings in `normal.clj`

2019-03-04 Thread GitBox
gigasquid commented on issue #14295: [clojure-package] fix docstrings in `normal.clj` URL: https://github.com/apache/incubator-mxnet/pull/14295#issuecomment-469480039 @Chouffe would you mind pushing an empty commit or something to retrigger the CI? I think it might be fixed now

[GitHub] [incubator-mxnet] lanking520 commented on issue #14291: [Clojure] mxnet-scala cannot be loaded without legacy openssl

2019-03-04 Thread GitBox
lanking520 commented on issue #14291: [Clojure] mxnet-scala cannot be loaded without legacy openssl URL: https://github.com/apache/incubator-mxnet/issues/14291#issuecomment-469479854 @cbowdon Thanks for filing this issue. Please try to use our latest `1.4.0` package, it is statically

[GitHub] [incubator-mxnet] Roshrini commented on issue #13848: [MXNET-1291] solve pylint errors in examples with issue no.12205

2019-03-04 Thread GitBox
Roshrini commented on issue #13848: [MXNET-1291] solve pylint errors in examples with issue no.12205 URL: https://github.com/apache/incubator-mxnet/pull/13848#issuecomment-469471237 Hi @cchung100m Can you resolve one conflicting file then we can merge this PR? Thanks!

[GitHub] [incubator-mxnet] vandanavk commented on issue #14247: corrected a spelling

2019-03-04 Thread GitBox
vandanavk commented on issue #14247: corrected a spelling URL: https://github.com/apache/incubator-mxnet/pull/14247#issuecomment-469471155 @mxnet-label-bot update [pr-awaiting-testing] This is an automated message from the

[GitHub] [incubator-mxnet] vandanavk commented on issue #14321: moveaxis operator now accepts negative indices and sequence of ints as well.

2019-03-04 Thread GitBox
vandanavk commented on issue #14321: moveaxis operator now accepts negative indices and sequence of ints as well. URL: https://github.com/apache/incubator-mxnet/pull/14321#issuecomment-469471028 @ifeherva could you check the CI failures and re-trigger the build?

[incubator-mxnet] branch revert-13162-java-api deleted (was d894e05)

2019-03-04 Thread lanking
This is an automated email from the ASF dual-hosted git repository. lanking pushed a change to branch revert-13162-java-api in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git. was d894e05 Revert "[MXNET-1198] MXNet Java API (#13162)" This change permanently discards

[GitHub] [incubator-mxnet] vandanavk commented on issue #14325: Relaxing type requirements for reshape_like op

2019-03-04 Thread GitBox
vandanavk commented on issue #14325: Relaxing type requirements for reshape_like op URL: https://github.com/apache/incubator-mxnet/pull/14325#issuecomment-469467037 @ChaiBapchya @zhreshold for review This is an automated

[GitHub] [incubator-mxnet] vandanavk commented on issue #14324: Fixed some typos in AvgPooling Docs

2019-03-04 Thread GitBox
vandanavk commented on issue #14324: Fixed some typos in AvgPooling Docs URL: https://github.com/apache/incubator-mxnet/pull/14324#issuecomment-469466298 @mxnet-label-bot add [Doc, pr-awaiting-review] This is an automated

[GitHub] [incubator-mxnet] anirudh2290 commented on a change in pull request #14277: Enhance PartitionGraph

2019-03-04 Thread GitBox
anirudh2290 commented on a change in pull request #14277: Enhance PartitionGraph URL: https://github.com/apache/incubator-mxnet/pull/14277#discussion_r262282310 ## File path: src/operator/subgraph/mkldnn/mkldnn_subgraph_property.cc ## @@ -0,0 +1,34 @@ +/* + * Licensed to

[GitHub] [incubator-mxnet] vandanavk commented on issue #14324: Fixed some typos in AvgPooling Docs

2019-03-04 Thread GitBox
vandanavk commented on issue #14324: Fixed some typos in AvgPooling Docs URL: https://github.com/apache/incubator-mxnet/pull/14324#issuecomment-469466189 LGTM. @djl11 could you add a PR description? This is an automated

[GitHub] [incubator-mxnet] junrushao1994 commented on issue #14192: [MXNET-1324] Add NaiveRunGraph to imperative utils

2019-03-04 Thread GitBox
junrushao1994 commented on issue #14192: [MXNET-1324] Add NaiveRunGraph to imperative utils URL: https://github.com/apache/incubator-mxnet/pull/14192#issuecomment-469466291 Rebased to the master because of the dramatic change to TShape.

[GitHub] [incubator-mxnet] vandanavk commented on issue #13559: fix for opencv4

2019-03-04 Thread GitBox
vandanavk commented on issue #13559: fix for opencv4 URL: https://github.com/apache/incubator-mxnet/pull/13559#issuecomment-469465410 @mxnet-label-bot update [pr-awaiting-response] This is an automated message from the Apache

[GitHub] [incubator-mxnet] vandanavk commented on issue #10951: [MXNET-545] Fix broken cython build

2019-03-04 Thread GitBox
vandanavk commented on issue #10951: [MXNET-545] Fix broken cython build URL: https://github.com/apache/incubator-mxnet/pull/10951#issuecomment-469465784 @marcoabreu is this PR good to go? This is an automated message from

[GitHub] [incubator-mxnet] wkcn commented on issue #14278: Use cudnn for dropout by default

2019-03-04 Thread GitBox
wkcn commented on issue #14278: Use cudnn for dropout by default URL: https://github.com/apache/incubator-mxnet/pull/14278#issuecomment-469464949 @roywei Hi. The problem of CI has been addressed. Could you please retrigger it? Thanks!

[GitHub] [incubator-mxnet] vandanavk commented on issue #14190: [Flaky Test] Python3: MKLDNN-GPU test_kvstore_gpu.test_rsp_push_pull

2019-03-04 Thread GitBox
vandanavk commented on issue #14190: [Flaky Test] Python3: MKLDNN-GPU test_kvstore_gpu.test_rsp_push_pull URL: https://github.com/apache/incubator-mxnet/pull/14190#issuecomment-469463618 @mseth10 for review This is an

[GitHub] [incubator-mxnet] vandanavk commented on a change in pull request #14190: [Flaky Test] Python3: MKLDNN-GPU test_kvstore_gpu.test_rsp_push_pull

2019-03-04 Thread GitBox
vandanavk commented on a change in pull request #14190: [Flaky Test] Python3: MKLDNN-GPU test_kvstore_gpu.test_rsp_push_pull URL: https://github.com/apache/incubator-mxnet/pull/14190#discussion_r262285801 ## File path: tests/python/gpu/test_kvstore_gpu.py ## @@ -43,6

[GitHub] [incubator-mxnet] vandanavk commented on a change in pull request #14190: [Flaky Test] Python3: MKLDNN-GPU test_kvstore_gpu.test_rsp_push_pull

2019-03-04 Thread GitBox
vandanavk commented on a change in pull request #14190: [Flaky Test] Python3: MKLDNN-GPU test_kvstore_gpu.test_rsp_push_pull URL: https://github.com/apache/incubator-mxnet/pull/14190#discussion_r262285801 ## File path: tests/python/gpu/test_kvstore_gpu.py ## @@ -43,6

[GitHub] [incubator-mxnet] wkcn edited a comment on issue #14313: compatibility with opencv4

2019-03-04 Thread GitBox
wkcn edited a comment on issue #14313: compatibility with opencv4 URL: https://github.com/apache/incubator-mxnet/pull/14313#issuecomment-469456429 @szha Yes. OpenCV2 does not have libopencv_imgcodecs.so, but OpenCV3/4 need it. I would like to add the variable OPENCV_DEPS_PATH, then

[GitHub] [incubator-mxnet] vandanavk commented on issue #14150: Fix entropy for uint8

2019-03-04 Thread GitBox
vandanavk commented on issue #14150: Fix entropy for uint8 URL: https://github.com/apache/incubator-mxnet/pull/14150#issuecomment-469462875 @anirudh2290 is this PR good to go? This is an automated message from the Apache Git

[GitHub] [incubator-mxnet] vandanavk commented on issue #14113: Enhance subgraph API

2019-03-04 Thread GitBox
vandanavk commented on issue #14113: Enhance subgraph API URL: https://github.com/apache/incubator-mxnet/pull/14113#issuecomment-469461985 @ZhennanQin could you re-trigger the CI? This is an automated message from the Apache

[GitHub] [incubator-mxnet] vandanavk commented on issue #14094: Enhance gpu quantization

2019-03-04 Thread GitBox
vandanavk commented on issue #14094: Enhance gpu quantization URL: https://github.com/apache/incubator-mxnet/pull/14094#issuecomment-469459856 @rajeshii Please add "Fixes https://github.com/apache/incubator-mxnet/issues/14092; to the PR description to automatically close the issue when

[GitHub] [incubator-mxnet] vandanavk commented on issue #14094: Enhance gpu quantization

2019-03-04 Thread GitBox
vandanavk commented on issue #14094: Enhance gpu quantization URL: https://github.com/apache/incubator-mxnet/pull/14094#issuecomment-469459067 @anirudh2290 @TaoLv is this PR good to go? This is an automated message from the

[GitHub] [incubator-mxnet] piyushghai commented on issue #14316: Why mxnet not supporting conda installation (mxnet为什么不支持使用conda安装?)

2019-03-04 Thread GitBox
piyushghai commented on issue #14316: Why mxnet not supporting conda installation (mxnet为什么不支持使用conda安装?) URL: https://github.com/apache/incubator-mxnet/issues/14316#issuecomment-469458364 @mxnet-label-bot Add [Feature Request]

[GitHub] [incubator-mxnet] vandanavk commented on issue #14192: [MXNET-1324] Add NaiveRunGraph to imperative utils

2019-03-04 Thread GitBox
vandanavk commented on issue #14192: [MXNET-1324] Add NaiveRunGraph to imperative utils URL: https://github.com/apache/incubator-mxnet/pull/14192#issuecomment-469458402 @zheng-da is this PR good to go? This is an automated

[GitHub] [incubator-mxnet] anirudh2290 commented on a change in pull request #14277: Enhance PartitionGraph

2019-03-04 Thread GitBox
anirudh2290 commented on a change in pull request #14277: Enhance PartitionGraph URL: https://github.com/apache/incubator-mxnet/pull/14277#discussion_r262282310 ## File path: src/operator/subgraph/mkldnn/mkldnn_subgraph_property.cc ## @@ -0,0 +1,34 @@ +/* + * Licensed to

[GitHub] [incubator-mxnet] wkcn commented on issue #14301: SoftmaxOutput crashes with normalization "valid"

2019-03-04 Thread GitBox
wkcn commented on issue #14301: SoftmaxOutput crashes with normalization "valid" URL: https://github.com/apache/incubator-mxnet/issues/14301#issuecomment-469457535 @fhieber Sorry that I overlooked it. @anirudhacharya https://github.com/apache/incubator-mxnet/pull/14302 will address the

[GitHub] [incubator-mxnet] wkcn commented on issue #14313: compatibility with opencv4

2019-03-04 Thread GitBox
wkcn commented on issue #14313: compatibility with opencv4 URL: https://github.com/apache/incubator-mxnet/pull/14313#issuecomment-469456429 @szha Yes. OpenCV2 does not have libopencv_imgcodecs.so, but OpenCV3/4 need it. I do not know how to address the problem. Maybe we should add a

[GitHub] [incubator-mxnet] piyushghai commented on issue #14309: ValueError: need at least one array to concatenate

2019-03-04 Thread GitBox
piyushghai commented on issue #14309: ValueError: need at least one array to concatenate URL: https://github.com/apache/incubator-mxnet/issues/14309#issuecomment-469455215 @mahmoodn Can you provide a minimum reproducible code for it ? We'll try to help you out here.

[GitHub] [incubator-mxnet] piyushghai commented on issue #14328: The hardcoding of CUDNN_VERSION in ./ci/docker/runtime_functions.sh is out-of-date.

2019-03-04 Thread GitBox
piyushghai commented on issue #14328: The hardcoding of CUDNN_VERSION in ./ci/docker/runtime_functions.sh is out-of-date. URL: https://github.com/apache/incubator-mxnet/issues/14328#issuecomment-469454490 @mxnet-label-bot Add [CI] @marcoabreu Maybe you can help with this in the

[GitHub] [incubator-mxnet] piyushghai commented on issue #14317: std::threads spawned by mxnet must catch all exceptions, otherwise the whole application will terminate

2019-03-04 Thread GitBox
piyushghai commented on issue #14317: std::threads spawned by mxnet must catch all exceptions, otherwise the whole application will terminate URL: https://github.com/apache/incubator-mxnet/issues/14317#issuecomment-469454292 @mxnet-label-bot Add [Bug]. @frankfliu Can you provide

[GitHub] [incubator-mxnet] piyushghai commented on issue #14323: [numpy] Change the existing infer shape and utility functions to use the new definition of unknown shapes

2019-03-04 Thread GitBox
piyushghai commented on issue #14323: [numpy] Change the existing infer shape and utility functions to use the new definition of unknown shapes URL: https://github.com/apache/incubator-mxnet/issues/14323#issuecomment-469454101 @mxnet-label-bot Add [Numpy, Good first issue]

[GitHub] [incubator-mxnet] piyushghai commented on issue #14327: [numpy] Implement NumPy operators

2019-03-04 Thread GitBox
piyushghai commented on issue #14327: [numpy] Implement NumPy operators URL: https://github.com/apache/incubator-mxnet/issues/14327#issuecomment-469453927 @mxnet-label-bot Add [Feature request, Numpy] This is an automated

[GitHub] [incubator-mxnet] piyushghai commented on issue #14306: mxnet-cuda100 malloc problem of mod.forward()

2019-03-04 Thread GitBox
piyushghai commented on issue #14306: mxnet-cuda100 malloc problem of mod.forward() URL: https://github.com/apache/incubator-mxnet/issues/14306#issuecomment-469453738 @mxnet-label-bot Add [Cuda] This is an automated message

[GitHub] [incubator-mxnet] mxnet-label-bot commented on issue #14328: The hardcoding of CUDNN_VERSION in ./ci/docker/runtime_functions.sh is out-of-date.

2019-03-04 Thread GitBox
mxnet-label-bot commented on issue #14328: The hardcoding of CUDNN_VERSION in ./ci/docker/runtime_functions.sh is out-of-date. URL: https://github.com/apache/incubator-mxnet/issues/14328#issuecomment-469453046 Hey, this is the MXNet Label Bot. Thank you for submitting the issue! I

[GitHub] [incubator-mxnet] DickJC123 opened a new issue #14328: The hardcoding of CUDNN_VERSION in ./ci/docker/runtime_functions.sh is out-of-date.

2019-03-04 Thread GitBox
DickJC123 opened a new issue #14328: The hardcoding of CUDNN_VERSION in ./ci/docker/runtime_functions.sh is out-of-date. URL: https://github.com/apache/incubator-mxnet/issues/14328 ## Description Here's a portion of runtime_functions.sh relating to the tensorrt build (which is built

  1   2   >