[GitHub] [incubator-mxnet] kshitij12345 commented on a change in pull request #15480: [MXNET-978] Higher Order Gradient Support `elemwise_mul`, `elemwise_add`.

2019-07-07 Thread GitBox
kshitij12345 commented on a change in pull request #15480: [MXNET-978] Higher Order Gradient Support `elemwise_mul`, `elemwise_add`. URL: https://github.com/apache/incubator-mxnet/pull/15480#discussion_r300922295 ## File path: src/operator/tensor/elemwise_binary_op_basic.cc

[incubator-mxnet] branch master updated: fix fp32 flatten issue (#15351)

2019-07-07 Thread patriczhao
This is an automated email from the ASF dual-hosted git repository. patriczhao 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 091fece fix fp32 flatten issue

[GitHub] [incubator-mxnet] pengzhao-intel commented on issue #15351: fix fp32 flatten issue

2019-07-07 Thread GitBox
pengzhao-intel commented on issue #15351: fix fp32 flatten issue URL: https://github.com/apache/incubator-mxnet/pull/15351#issuecomment-509053946 Thanks for your contribution. Merging now. This is an automated message from

[GitHub] [incubator-mxnet] pengzhao-intel merged pull request #15351: fix fp32 flatten issue

2019-07-07 Thread GitBox
pengzhao-intel merged pull request #15351: fix fp32 flatten issue URL: https://github.com/apache/incubator-mxnet/pull/15351 This is an automated message from the Apache Git Service. To respond to the message, please log on

[GitHub] [incubator-mxnet] ciyongch commented on issue #15429: Operator Performance Regression on CPU

2019-07-07 Thread GitBox
ciyongch commented on issue #15429: Operator Performance Regression on CPU URL: https://github.com/apache/incubator-mxnet/issues/15429#issuecomment-509050325 @roywei does it mean the operator profiling results with current profiler module is not accurate?

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

2019-07-07 Thread marcoabreu
This is an automated email from the ASF dual-hosted git repository. marcoabreu 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 fc0b96c Bump the publish

[GitHub] [incubator-mxnet] ZhennanQin commented on issue #15465: [RFC] Integrate TVM into Apache MXNet

2019-07-07 Thread GitBox
ZhennanQin commented on issue #15465: [RFC] Integrate TVM into Apache MXNet URL: https://github.com/apache/incubator-mxnet/issues/15465#issuecomment-509039433 @junrushao1994 The plugin idea looks too fantastic for me. Of course, If we can achieve that, then integrated TVM is able to

[GitHub] [incubator-mxnet] junrushao1994 commented on issue #15465: [RFC] Integrate TVM into Apache MXNet

2019-07-07 Thread GitBox
junrushao1994 commented on issue #15465: [RFC] Integrate TVM into Apache MXNet URL: https://github.com/apache/incubator-mxnet/issues/15465#issuecomment-509036689 @cjolivier01 yep! The TVM compiler generates llvm IR which are compiled as binary and loaded as a C++ module, then could be

[GitHub] [incubator-mxnet] cjolivier01 commented on issue #15465: [RFC] Integrate TVM into Apache MXNet

2019-07-07 Thread GitBox
cjolivier01 commented on issue #15465: [RFC] Integrate TVM into Apache MXNet URL: https://github.com/apache/incubator-mxnet/issues/15465#issuecomment-509033609 dumb question: Are operators written this way available in any way to non-python languages such as lua, scala, etc?

[GitHub] [incubator-mxnet] apeforest merged pull request #15413: [MXNET-978] Higher Order Gradient Support `reciprocal`, `abs`.

2019-07-07 Thread GitBox
apeforest merged pull request #15413: [MXNET-978] Higher Order Gradient Support `reciprocal`, `abs`. URL: https://github.com/apache/incubator-mxnet/pull/15413 This is an automated message from the Apache Git Service. To

[incubator-mxnet] branch master updated: [MXNET-978] Higher Order Gradient Support `reciprocal`, `abs`. (#15413)

2019-07-07 Thread apeforest
This is an automated email from the ASF dual-hosted git repository. apeforest 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 a3ae309 [MXNET-978] Higher Order

[GitHub] [incubator-mxnet] apeforest commented on a change in pull request #15413: [MXNET-978] Higher Order Gradient Support `reciprocal`, `abs`.

2019-07-07 Thread GitBox
apeforest commented on a change in pull request #15413: [MXNET-978] Higher Order Gradient Support `reciprocal`, `abs`. URL: https://github.com/apache/incubator-mxnet/pull/15413#discussion_r300885216 ## File path: src/operator/tensor/elemwise_unary_op_basic.cc ## @@ -717,7

[GitHub] [incubator-mxnet] apeforest commented on a change in pull request #15480: [MXNET-978] Higher Order Gradient Support `elemwise_mul`, `elemwise_add`.

2019-07-07 Thread GitBox
apeforest commented on a change in pull request #15480: [MXNET-978] Higher Order Gradient Support `elemwise_mul`, `elemwise_add`. URL: https://github.com/apache/incubator-mxnet/pull/15480#discussion_r300884866 ## File path: src/operator/tensor/elemwise_binary_op_basic.cc

[GitHub] [incubator-mxnet] apeforest commented on a change in pull request #15480: [MXNET-978] Higher Order Gradient Support `elemwise_mul`, `elemwise_add`.

2019-07-07 Thread GitBox
apeforest commented on a change in pull request #15480: [MXNET-978] Higher Order Gradient Support `elemwise_mul`, `elemwise_add`. URL: https://github.com/apache/incubator-mxnet/pull/15480#discussion_r300884866 ## File path: src/operator/tensor/elemwise_binary_op_basic.cc

[GitHub] [incubator-mxnet] apeforest commented on a change in pull request #15480: [MXNET-978] Higher Order Gradient Support `elemwise_mul`, `elemwise_add`.

2019-07-07 Thread GitBox
apeforest commented on a change in pull request #15480: [MXNET-978] Higher Order Gradient Support `elemwise_mul`, `elemwise_add`. URL: https://github.com/apache/incubator-mxnet/pull/15480#discussion_r300884763 ## File path: src/operator/tensor/elemwise_binary_op_basic.cc

[GitHub] [incubator-mxnet] apeforest commented on a change in pull request #15480: [MXNET-978] Higher Order Gradient Support `elemwise_mul`, `elemwise_add`.

2019-07-07 Thread GitBox
apeforest commented on a change in pull request #15480: [MXNET-978] Higher Order Gradient Support `elemwise_mul`, `elemwise_add`. URL: https://github.com/apache/incubator-mxnet/pull/15480#discussion_r300884782 ## File path: src/operator/tensor/elemwise_binary_op_basic.cc

[GitHub] [incubator-mxnet] apeforest commented on a change in pull request #15480: [MXNET-978] Higher Order Gradient Support `elemwise_mul`, `elemwise_add`.

2019-07-07 Thread GitBox
apeforest commented on a change in pull request #15480: [MXNET-978] Higher Order Gradient Support `elemwise_mul`, `elemwise_add`. URL: https://github.com/apache/incubator-mxnet/pull/15480#discussion_r300884763 ## File path: src/operator/tensor/elemwise_binary_op_basic.cc

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

2019-07-07 Thread marcoabreu
This is an automated email from the ASF dual-hosted git repository. marcoabreu 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 baab1c2 Bump the publish

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

2019-07-07 Thread marcoabreu
This is an automated email from the ASF dual-hosted git repository. marcoabreu 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 e2f5f67 Bump the publish

[GitHub] [incubator-mxnet] nopattern opened a new issue #15482: mx2onnx error about batchnorm

2019-07-07 Thread GitBox
nopattern opened a new issue #15482: mx2onnx error about batchnorm URL: https://github.com/apache/incubator-mxnet/issues/15482 ## Description I use mx2onnx onnx_mxnet.export_model to transfer mxnet symbol to onnx . But the moving_mean_var param of Batchnorm is not in the params.

[GitHub] [incubator-mxnet] kshitij12345 opened a new pull request #15481: fix comment

2019-07-07 Thread GitBox
kshitij12345 opened a new pull request #15481: fix comment URL: https://github.com/apache/incubator-mxnet/pull/15481 fix comment. This is an automated message from the Apache Git Service. To respond to the message, please log

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

2019-07-07 Thread marcoabreu
This is an automated email from the ASF dual-hosted git repository. marcoabreu 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 a255f3a Bump the publish

[GitHub] [incubator-mxnet] pengzhao-intel commented on issue #15453: add inference mode for op perf benchmark

2019-07-07 Thread GitBox
pengzhao-intel commented on issue #15453: add inference mode for op perf benchmark URL: https://github.com/apache/incubator-mxnet/pull/15453#issuecomment-508990900 Thanks for the improvement. Could you paste the output of inference OP for both CPU and GPU?

[GitHub] [incubator-mxnet] pengzhao-intel merged pull request #15451: Had a few PRs merged. Hope to become an official contributor.

2019-07-07 Thread GitBox
pengzhao-intel merged pull request #15451: Had a few PRs merged. Hope to become an official contributor. URL: https://github.com/apache/incubator-mxnet/pull/15451 This is an automated message from the Apache Git Service. To

[incubator-mxnet] branch master updated: Had a few PRs merged. Hope to become an official contributor and potentially a commiter. (#15451)

2019-07-07 Thread patriczhao
This is an automated email from the ASF dual-hosted git repository. patriczhao 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 a6ed12f Had a few PRs merged.

[GitHub] [incubator-mxnet] pengzhao-intel commented on issue #15451: Had a few PRs merged. Hope to become an official contributor.

2019-07-07 Thread GitBox
pengzhao-intel commented on issue #15451: Had a few PRs merged. Hope to become an official contributor. URL: https://github.com/apache/incubator-mxnet/pull/15451#issuecomment-508990763 Thanks for your contribution. Merging now.

[GitHub] [incubator-mxnet] pengzhao-intel edited a comment on issue #15473: mac mxnet cpu compile error

2019-07-07 Thread GitBox
pengzhao-intel edited a comment on issue #15473: mac mxnet cpu compile error URL: https://github.com/apache/incubator-mxnet/issues/15473#issuecomment-508990407 Could you update the issue with a simple summary about what error you encountered and how to reproduce it? Feel free to

[GitHub] [incubator-mxnet] pengzhao-intel commented on issue #15473: mac mxnet cpu compile error

2019-07-07 Thread GitBox
pengzhao-intel commented on issue #15473: mac mxnet cpu compile error URL: https://github.com/apache/incubator-mxnet/issues/15473#issuecomment-508990407 Could you update the description with a simple summary about what error you encountered and how to reproduce it?

[GitHub] [incubator-mxnet] kshitij12345 opened a new pull request #15480: Develop/add higher order/elemwise {mul/div}[MXNET-978] Higher Order Gradient Support `elemwise_mul`, `elemwise_add`.

2019-07-07 Thread GitBox
kshitij12345 opened a new pull request #15480: Develop/add higher order/elemwise {mul/div}[MXNET-978] Higher Order Gradient Support `elemwise_mul`, `elemwise_add`. URL: https://github.com/apache/incubator-mxnet/pull/15480 ## Description ## PR intends to add support for higher order

[GitHub] [incubator-mxnet] KhurramPirov opened a new issue #15479: Clear optimizer state in batch.end.callback

2019-07-07 Thread GitBox
KhurramPirov opened a new issue #15479: Clear optimizer state in batch.end.callback URL: https://github.com/apache/incubator-mxnet/issues/15479 ## Description I want to clear SGD optimizer state during some steps of training. Package used: Python 3.7 ## What have you tried to

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

2019-07-07 Thread marcoabreu
This is an automated email from the ASF dual-hosted git repository. marcoabreu 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 d99e4c3 Bump the publish

[GitHub] [incubator-mxnet] gyshi closed issue #15478: compute in GPU , astype('int32') overflow problem

2019-07-07 Thread GitBox
gyshi closed issue #15478: compute in GPU , astype('int32') overflow problem URL: https://github.com/apache/incubator-mxnet/issues/15478 This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] [incubator-mxnet] nopattern edited a comment on issue #14589: convert from mxnet to onnx failed, with Unrecognized attribute: spatial for operator BatchNormalization

2019-07-07 Thread GitBox
nopattern edited a comment on issue #14589: convert from mxnet to onnx failed, with Unrecognized attribute: spatial for operator BatchNormalization URL: https://github.com/apache/incubator-mxnet/issues/14589#issuecomment-508975646 I have convert mxnet(1.5.0) to the onnx(1.5.0), the error

[GitHub] [incubator-mxnet] nopattern commented on issue #14589: convert from mxnet to onnx failed, with Unrecognized attribute: spatial for operator BatchNormalization

2019-07-07 Thread GitBox
nopattern commented on issue #14589: convert from mxnet to onnx failed, with Unrecognized attribute: spatial for operator BatchNormalization URL: https://github.com/apache/incubator-mxnet/issues/14589#issuecomment-508975646 I have convert mxnet(1.5.0) to the onnx(1.5.0), the error is: