[GitHub] [incubator-mxnet] chinakook commented on issue #15311: Efficient MXNet sampling in the multinomial distribution

2019-06-21 Thread GitBox
chinakook commented on issue #15311: Efficient MXNet sampling in the multinomial distribution URL: https://github.com/apache/incubator-mxnet/pull/15311#issuecomment-504633430 Thanks, LGTM! This is an automated message from

[GitHub] [incubator-mxnet] nihui opened a new pull request #15321: trival indent fix

2019-06-21 Thread GitBox
nihui opened a new pull request #15321: trival indent fix URL: https://github.com/apache/incubator-mxnet/pull/15321 trival fix for code indentation This is an automated message from the Apache Git Service. To respond to the

[GitHub] [incubator-mxnet] larroy commented on a change in pull request #15118: Conversion from FP32 model to Mixed Precision model

2019-06-21 Thread GitBox
larroy commented on a change in pull request #15118: Conversion from FP32 model to Mixed Precision model URL: https://github.com/apache/incubator-mxnet/pull/15118#discussion_r296404242 ## File path: src/nnvm/low_precision_pass.cc ## @@ -0,0 +1,265 @@ +/* + * Licensed to

[GitHub] [incubator-mxnet] hzfan commented on a change in pull request #15258: Numpy Trace

2019-06-21 Thread GitBox
hzfan commented on a change in pull request #15258: Numpy Trace URL: https://github.com/apache/incubator-mxnet/pull/15258#discussion_r296433540 ## File path: tests/python/unittest/test_numpy_op.py ## @@ -948,6 +948,85 @@ def hybrid_forward(self, F, x): assert

[GitHub] [incubator-mxnet] larroy commented on issue #14779: Fully connected, higher order grad

2019-06-21 Thread GitBox
larroy commented on issue #14779: Fully connected, higher order grad URL: https://github.com/apache/incubator-mxnet/pull/14779#issuecomment-504625974 Don't merge yet. I need to validate the result I have some doubts now. This

[GitHub] [incubator-mxnet] kshitij12345 commented on a change in pull request #15288: [MXNET-978] Higher order gradient for sigmoid

2019-06-21 Thread GitBox
kshitij12345 commented on a change in pull request #15288: [MXNET-978] Higher order gradient for sigmoid URL: https://github.com/apache/incubator-mxnet/pull/15288#discussion_r296433069 ## File path: src/operator/tensor/elemwise_unary_op_basic.cc ## @@ -121,7 +121,30 @@

[GitHub] [incubator-mxnet] hzfan commented on a change in pull request #15258: Numpy Trace

2019-06-21 Thread GitBox
hzfan commented on a change in pull request #15258: Numpy Trace URL: https://github.com/apache/incubator-mxnet/pull/15258#discussion_r296432830 ## File path: tests/python/unittest/test_numpy_op.py ## @@ -948,6 +948,85 @@ def hybrid_forward(self, F, x): assert

[GitHub] [incubator-mxnet] hzfan commented on a change in pull request #15258: Numpy Trace

2019-06-21 Thread GitBox
hzfan commented on a change in pull request #15258: Numpy Trace URL: https://github.com/apache/incubator-mxnet/pull/15258#discussion_r296432827 ## File path: tests/python/unittest/test_numpy_op.py ## @@ -948,6 +948,85 @@ def hybrid_forward(self, F, x): assert

[GitHub] [incubator-mxnet] hzfan commented on a change in pull request #15258: Numpy Trace

2019-06-21 Thread GitBox
hzfan commented on a change in pull request #15258: Numpy Trace URL: https://github.com/apache/incubator-mxnet/pull/15258#discussion_r296432811 ## File path: src/operator/numpy/np_trace_op-inl.h ## @@ -0,0 +1,258 @@ +/* + * Licensed to the Apache Software Foundation (ASF)

[GitHub] [incubator-mxnet] hzfan commented on a change in pull request #15258: Numpy Trace

2019-06-21 Thread GitBox
hzfan commented on a change in pull request #15258: Numpy Trace URL: https://github.com/apache/incubator-mxnet/pull/15258#discussion_r296432812 ## File path: src/operator/numpy/np_trace_op-inl.h ## @@ -0,0 +1,258 @@ +/* + * Licensed to the Apache Software Foundation (ASF)

[GitHub] [incubator-mxnet] hzfan commented on a change in pull request #15258: Numpy Trace

2019-06-21 Thread GitBox
hzfan commented on a change in pull request #15258: Numpy Trace URL: https://github.com/apache/incubator-mxnet/pull/15258#discussion_r296432820 ## File path: tests/python/unittest/test_numpy_op.py ## @@ -948,6 +948,85 @@ def hybrid_forward(self, F, x): assert

[GitHub] [incubator-mxnet] hzfan commented on a change in pull request #15258: Numpy Trace

2019-06-21 Thread GitBox
hzfan commented on a change in pull request #15258: Numpy Trace URL: https://github.com/apache/incubator-mxnet/pull/15258#discussion_r296432819 ## File path: src/operator/numpy/np_trace_op.cc ## @@ -0,0 +1,99 @@ +/* + * Licensed to the Apache Software Foundation (ASF)

[GitHub] [incubator-mxnet] hzfan commented on a change in pull request #15258: Numpy Trace

2019-06-21 Thread GitBox
hzfan commented on a change in pull request #15258: Numpy Trace URL: https://github.com/apache/incubator-mxnet/pull/15258#discussion_r296432816 ## File path: src/operator/numpy/np_trace_op-inl.h ## @@ -0,0 +1,258 @@ +/* + * Licensed to the Apache Software Foundation (ASF)

[GitHub] [incubator-mxnet] anirudh2290 commented on a change in pull request #15210: Custom Operator Profiling Enhancement

2019-06-21 Thread GitBox
anirudh2290 commented on a change in pull request #15210: Custom Operator Profiling Enhancement URL: https://github.com/apache/incubator-mxnet/pull/15210#discussion_r296429863 ## File path: src/operator/custom/custom-inl.h ## @@ -143,8 +149,7 @@ class CustomOperator {

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

2019-06-21 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 e45474b Bump the publish

[GitHub] [incubator-mxnet] eric-haibin-lin merged pull request #15313: Performance optimization of LayerNorm on CPU

2019-06-21 Thread GitBox
eric-haibin-lin merged pull request #15313: Performance optimization of LayerNorm on CPU URL: https://github.com/apache/incubator-mxnet/pull/15313 This is an automated message from the Apache Git Service. To respond to the

[incubator-mxnet] branch master updated: improve layernorm CPU performance (#15313)

2019-06-21 Thread haibin
This is an automated email from the ASF dual-hosted git repository. haibin 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 b4ce4e7 improve layernorm CPU

[GitHub] [incubator-mxnet] anirudh2290 edited a comment on issue #15297: Sockeye failure with MXNet

2019-06-21 Thread GitBox
anirudh2290 edited a comment on issue #15297: Sockeye failure with MXNet URL: https://github.com/apache/incubator-mxnet/issues/15297#issuecomment-504602847 @pengzhao-intel were you able to reproduce. Did you make sure you modified requirements file in sockeye?

[GitHub] [incubator-mxnet] anirudh2290 commented on issue #15297: Sockeye failure with MXNet

2019-06-21 Thread GitBox
anirudh2290 commented on issue #15297: Sockeye failure with MXNet URL: https://github.com/apache/incubator-mxnet/issues/15297#issuecomment-504602847 @pengzhao-intel were you able to reproduce. Did you make sure you modified requirements file ?

[GitHub] [incubator-mxnet] larroy commented on a change in pull request #15285: [WIP] Graph dumper

2019-06-21 Thread GitBox
larroy commented on a change in pull request #15285: [WIP] Graph dumper URL: https://github.com/apache/incubator-mxnet/pull/15285#discussion_r296420388 ## File path: src/common/directed_graph.h ## @@ -0,0 +1,201 @@ + /* Review comment: As discussed today with Lin, I

[GitHub] [incubator-mxnet] larroy commented on a change in pull request #15285: [WIP] Graph dumper

2019-06-21 Thread GitBox
larroy commented on a change in pull request #15285: [WIP] Graph dumper URL: https://github.com/apache/incubator-mxnet/pull/15285#discussion_r296420388 ## File path: src/common/directed_graph.h ## @@ -0,0 +1,201 @@ + /* Review comment: As discussed today with Lin, I

[GitHub] [incubator-mxnet] larroy commented on a change in pull request #15285: [WIP] Graph dumper

2019-06-21 Thread GitBox
larroy commented on a change in pull request #15285: [WIP] Graph dumper URL: https://github.com/apache/incubator-mxnet/pull/15285#discussion_r296420388 ## File path: src/common/directed_graph.h ## @@ -0,0 +1,201 @@ + /* Review comment: As discussed today, I will

[GitHub] [incubator-mxnet] anirudh2290 commented on a change in pull request #15210: Custom Operator Profiling Enhancement

2019-06-21 Thread GitBox
anirudh2290 commented on a change in pull request #15210: Custom Operator Profiling Enhancement URL: https://github.com/apache/incubator-mxnet/pull/15210#discussion_r296415978 ## File path: src/profiler/custom_op_profiler.h ## @@ -0,0 +1,126 @@ +/* +* Licensed to the

[GitHub] [incubator-mxnet] larroy commented on a change in pull request #15288: [MXNET-978] Higher order gradient for sigmoid

2019-06-21 Thread GitBox
larroy commented on a change in pull request #15288: [MXNET-978] Higher order gradient for sigmoid URL: https://github.com/apache/incubator-mxnet/pull/15288#discussion_r296415843 ## File path: src/operator/tensor/elemwise_unary_op_basic.cc ## @@ -121,7 +121,30 @@ The

[GitHub] [incubator-mxnet] Cypher42 opened a new issue #15320: Error when calling asnumpy() or exporting the weight of darknet53 while training

2019-06-21 Thread GitBox
Cypher42 opened a new issue #15320: Error when calling asnumpy() or exporting the weight of darknet53 while training URL: https://github.com/apache/incubator-mxnet/issues/15320 I derived a training script for YoloNet from the training script provided by GluonCV. After each batch of

[GitHub] [incubator-mxnet] ThomasDelteil commented on issue #15319: Release newer versions of mxnet-tensorrt on PyPi

2019-06-21 Thread GitBox
ThomasDelteil commented on issue #15319: Release newer versions of mxnet-tensorrt on PyPi URL: https://github.com/apache/incubator-mxnet/issues/15319#issuecomment-504587195 @KellenSunderland you are listed as the owner of the package, could you work with @szha @zhreshold to transfer

[GitHub] [incubator-mxnet] anirudhacharya commented on issue #15160: Missing videos in autograd docs page

2019-06-21 Thread GitBox
anirudhacharya commented on issue #15160: Missing videos in autograd docs page URL: https://github.com/apache/incubator-mxnet/issues/15160#issuecomment-504586684 @larroy I think this is the source for the beta website - https://github.com/mli/new-docs

[GitHub] [incubator-mxnet] ThomasDelteil opened a new issue #15319: Release newer versions of mxnet-tensorrt on PyPi

2019-06-21 Thread GitBox
ThomasDelteil opened a new issue #15319: Release newer versions of mxnet-tensorrt on PyPi URL: https://github.com/apache/incubator-mxnet/issues/15319 Latest version of TensorRT MXNet integration was 1.3.0 ``` > pip search mxnet ... mxnet-tensorrt-cu92 (1.3.0)

[GitHub] [incubator-mxnet] larroy commented on a change in pull request #15118: Conversion from FP32 model to Mixed Precision model

2019-06-21 Thread GitBox
larroy commented on a change in pull request #15118: Conversion from FP32 model to Mixed Precision model URL: https://github.com/apache/incubator-mxnet/pull/15118#discussion_r296404242 ## File path: src/nnvm/low_precision_pass.cc ## @@ -0,0 +1,265 @@ +/* + * Licensed to

[GitHub] [incubator-mxnet] larroy commented on a change in pull request #15118: Conversion from FP32 model to Mixed Precision model

2019-06-21 Thread GitBox
larroy commented on a change in pull request #15118: Conversion from FP32 model to Mixed Precision model URL: https://github.com/apache/incubator-mxnet/pull/15118#discussion_r296404242 ## File path: src/nnvm/low_precision_pass.cc ## @@ -0,0 +1,265 @@ +/* + * Licensed to

[GitHub] [incubator-mxnet] suyz526 opened a new pull request #15317: fix doc for the op sort() and argsort()

2019-06-21 Thread GitBox
suyz526 opened a new pull request #15317: fix doc for the op sort() and argsort() URL: https://github.com/apache/incubator-mxnet/pull/15317 ## Description ## Errors in the example of `sort()` and `argsort()`. Those op flatten and sort the array only when `axis=None` is given

[GitHub] [incubator-mxnet] suyz526 closed pull request #15317: fix doc for the op sort() and argsort()

2019-06-21 Thread GitBox
suyz526 closed pull request #15317: fix doc for the op sort() and argsort() URL: https://github.com/apache/incubator-mxnet/pull/15317 This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] [incubator-mxnet] leleamol commented on issue #15075: Hybridising mx.mod.Module?

2019-06-21 Thread GitBox
leleamol commented on issue #15075: Hybridising mx.mod.Module? URL: https://github.com/apache/incubator-mxnet/issues/15075#issuecomment-504571873 @vizakshat The mx.mod.Module is part of Module API. The Module API provides a wrapper on Symbol API. Here is more information about Module

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

2019-06-21 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 caadf8a Bump the publish

[GitHub] [incubator-mxnet] apeforest commented on a change in pull request #15288: [MXNET-978] Higher order gradient for sigmoid

2019-06-21 Thread GitBox
apeforest commented on a change in pull request #15288: [MXNET-978] Higher order gradient for sigmoid URL: https://github.com/apache/incubator-mxnet/pull/15288#discussion_r296388060 ## File path: src/imperative/imperative.cc ## @@ -501,6 +501,10 @@ std::vector

[GitHub] [incubator-mxnet] mxnet-label-bot commented on issue #15318: PyPI page doesn't have a tarball

2019-06-21 Thread GitBox
mxnet-label-bot commented on issue #15318: PyPI page doesn't have a tarball URL: https://github.com/apache/incubator-mxnet/issues/15318#issuecomment-504566102 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] yurivict opened a new issue #15318: PyPI page doesn't have a tarball

2019-06-21 Thread GitBox
yurivict opened a new issue #15318: PyPI page doesn't have a tarball URL: https://github.com/apache/incubator-mxnet/issues/15318 Only wheel files are listed here: https://pypi.org/project/mxnet/#files Source tarballs are provided there for almost all projects.

[GitHub] [incubator-mxnet] larroy commented on a change in pull request #15288: [MXNET-978] Higher order gradient for sigmoid

2019-06-21 Thread GitBox
larroy commented on a change in pull request #15288: [MXNET-978] Higher order gradient for sigmoid URL: https://github.com/apache/incubator-mxnet/pull/15288#discussion_r296386540 ## File path: src/imperative/imperative.cc ## @@ -501,6 +501,10 @@ std::vector

[GitHub] [incubator-mxnet] larroy commented on a change in pull request #15288: [MXNET-978] Higher order gradient for sigmoid

2019-06-21 Thread GitBox
larroy commented on a change in pull request #15288: [MXNET-978] Higher order gradient for sigmoid URL: https://github.com/apache/incubator-mxnet/pull/15288#discussion_r296386540 ## File path: src/imperative/imperative.cc ## @@ -501,6 +501,10 @@ std::vector

[GitHub] [incubator-mxnet] larroy commented on a change in pull request #15120: [bug] fix higher grad log

2019-06-21 Thread GitBox
larroy commented on a change in pull request #15120: [bug] fix higher grad log URL: https://github.com/apache/incubator-mxnet/pull/15120#discussion_r296384279 ## File path: src/operator/tensor/elemwise_unary_op_basic.cc ## @@ -1090,68 +1090,84 @@

[GitHub] [incubator-mxnet] apeforest commented on a change in pull request #15288: [MXNET-978] Higher order gradient for sigmoid

2019-06-21 Thread GitBox
apeforest commented on a change in pull request #15288: [MXNET-978] Higher order gradient for sigmoid URL: https://github.com/apache/incubator-mxnet/pull/15288#discussion_r296383596 ## File path: src/imperative/imperative.cc ## @@ -501,6 +501,10 @@ std::vector

[incubator-mxnet] branch master updated: [MXNET-1413] Adding Large Tensor support for sort operators (#15170)

2019-06-21 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 8b5f376 [MXNET-1413] Adding Large

[GitHub] [incubator-mxnet] apeforest merged pull request #15170: [MXNET-1413] Adding Large Tensor support for sort operators

2019-06-21 Thread GitBox
apeforest merged pull request #15170: [MXNET-1413] Adding Large Tensor support for sort operators URL: https://github.com/apache/incubator-mxnet/pull/15170 This is an automated message from the Apache Git Service. To

[incubator-mxnet] branch master updated (4a9e9f6 -> 3f8fd00)

2019-06-21 Thread skm
This is an automated email from the ASF dual-hosted git repository. skm pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git. from 4a9e9f6 Typo fix in plan_memory relase -> release. (#15299) add 3f8fd00 Fixing duplication in operator

[GitHub] [incubator-mxnet] sandeep-krishnamurthy merged pull request #15240: Fixing duplication in operator profiling

2019-06-21 Thread GitBox
sandeep-krishnamurthy merged pull request #15240: Fixing duplication in operator profiling URL: https://github.com/apache/incubator-mxnet/pull/15240 This is an automated message from the Apache Git Service. To respond to

[GitHub] [incubator-mxnet] sandeep-krishnamurthy closed issue #10520: MXNet operator profile aggregate counter issue

2019-06-21 Thread GitBox
sandeep-krishnamurthy closed issue #10520: MXNet operator profile aggregate counter issue URL: https://github.com/apache/incubator-mxnet/issues/10520 This is an automated message from the Apache Git Service. To respond to

[GitHub] [incubator-mxnet] sandeep-krishnamurthy closed issue #15243: Profiler: Operator Aggregate Stats Duplication

2019-06-21 Thread GitBox
sandeep-krishnamurthy closed issue #15243: Profiler: Operator Aggregate Stats Duplication URL: https://github.com/apache/incubator-mxnet/issues/15243 This is an automated message from the Apache Git Service. To respond to

[GitHub] [incubator-mxnet] sandeep-krishnamurthy commented on issue #15240: Fixing duplication in operator profiling

2019-06-21 Thread GitBox
sandeep-krishnamurthy commented on issue #15240: Fixing duplication in operator profiling URL: https://github.com/apache/incubator-mxnet/pull/15240#issuecomment-504559731 > > Hi @Zha0q1, I assume you are closing and opening PR to pass CI? > > Are tests passing locally on your machine?

[GitHub] [incubator-mxnet] leleamol commented on issue #15232: USE NNPACK compile error! FullyConnectedOp does not exists.

2019-06-21 Thread GitBox
leleamol commented on issue #15232: USE NNPACK compile error! FullyConnectedOp does not exists. URL: https://github.com/apache/incubator-mxnet/issues/15232#issuecomment-504559025 @kangkangRabbit can you please try with the latest code in master branch? @mxnet-label-bot add [Pending

[GitHub] [incubator-mxnet] leleamol commented on issue #15238: about train imagenet 1k

2019-06-21 Thread GitBox
leleamol commented on issue #15238: about train imagenet 1k URL: https://github.com/apache/incubator-mxnet/issues/15238#issuecomment-504556478 @mxnet-label-bot add [Training, Question] This is an automated message from the

[GitHub] [incubator-mxnet] leleamol commented on issue #15238: about train imagenet 1k

2019-06-21 Thread GitBox
leleamol commented on issue #15238: about train imagenet 1k URL: https://github.com/apache/incubator-mxnet/issues/15238#issuecomment-504556315 @frischzenger data scientists and experts would be able to guide you more precisely. I would recommend asking the question on fourm here

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

2019-06-21 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 6da7649 Bump the publish

[GitHub] [incubator-mxnet] suyz526 opened a new pull request #15317: fix doc for the op sort() and argsort()

2019-06-21 Thread GitBox
suyz526 opened a new pull request #15317: fix doc for the op sort() and argsort() URL: https://github.com/apache/incubator-mxnet/pull/15317 ## Description ## Errors in the example of `sort()` and `argsort().` Those op flattens and sorts the array only when `axis=None` is given

[GitHub] [incubator-mxnet] leleamol commented on issue #15315: how to set the size of SyncCopyFromCPU(const mx_float *data, size_t size)

2019-06-21 Thread GitBox
leleamol commented on issue #15315: how to set the size of SyncCopyFromCPU(const mx_float *data, size_t size) URL: https://github.com/apache/incubator-mxnet/issues/15315#issuecomment-504530854 @gxkevin The SyncCopyFromCPU() function is used to copy the data in source NDArray in

[GitHub] [incubator-mxnet] larroy commented on a change in pull request #15288: [MXNET-978] Higher order gradient for sigmoid

2019-06-21 Thread GitBox
larroy commented on a change in pull request #15288: [MXNET-978] Higher order gradient for sigmoid URL: https://github.com/apache/incubator-mxnet/pull/15288#discussion_r296350271 ## File path: src/imperative/imperative.cc ## @@ -501,6 +501,10 @@ std::vector

[GitHub] [incubator-mxnet] larroy closed pull request #14432: [WIP][Don't merge] Higher order grad support

2019-06-21 Thread GitBox
larroy closed pull request #14432: [WIP][Don't merge] Higher order grad support URL: https://github.com/apache/incubator-mxnet/pull/14432 This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] [incubator-mxnet] leleamol commented on issue #15307: from Pytorch model to ONNX model to MXNet model

2019-06-21 Thread GitBox
leleamol commented on issue #15307: from Pytorch model to ONNX model to MXNet model URL: https://github.com/apache/incubator-mxnet/issues/15307#issuecomment-504526787 @smartwell Thanks for filing the issue as well pointing out the potential fix. I would recommend creating a PR so

[GitHub] [incubator-mxnet] Zha0q1 edited a comment on issue #15210: Custom Operator Profiling Enhancement

2019-06-21 Thread GitBox
Zha0q1 edited a comment on issue #15210: Custom Operator Profiling Enhancement URL: https://github.com/apache/incubator-mxnet/pull/15210#issuecomment-504524827 > Lets say an operator got pushed from forward of a custom op but it is an mxnet op. I thought we were going to prepend such ops

[GitHub] [incubator-mxnet] Zha0q1 commented on issue #15210: Custom Operator Profiling Enhancement

2019-06-21 Thread GitBox
Zha0q1 commented on issue #15210: Custom Operator Profiling Enhancement URL: https://github.com/apache/incubator-mxnet/pull/15210#issuecomment-504524827 > Lets say an operator got pushed from forward of a custom op but it is an mxnet op. I thought we were going to prepend such ops with

[GitHub] [incubator-mxnet] pinaraws commented on issue #15281: Gluon Inference failed

2019-06-21 Thread GitBox
pinaraws commented on issue #15281: Gluon Inference failed URL: https://github.com/apache/incubator-mxnet/issues/15281#issuecomment-504511414 @mxnet-label-bot add[MKL] This is an automated message from the Apache Git

[GitHub] [incubator-mxnet] Zha0q1 commented on a change in pull request #15210: Custom Operator Profiling Enhancement

2019-06-21 Thread GitBox
Zha0q1 commented on a change in pull request #15210: Custom Operator Profiling Enhancement URL: https://github.com/apache/incubator-mxnet/pull/15210#discussion_r296329725 ## File path: src/profiler/custom_op_profiler.h ## @@ -0,0 +1,126 @@ +/* +* Licensed to the Apache

[GitHub] [incubator-mxnet] Zha0q1 commented on a change in pull request #15210: Custom Operator Profiling Enhancement

2019-06-21 Thread GitBox
Zha0q1 commented on a change in pull request #15210: Custom Operator Profiling Enhancement URL: https://github.com/apache/incubator-mxnet/pull/15210#discussion_r296329725 ## File path: src/profiler/custom_op_profiler.h ## @@ -0,0 +1,126 @@ +/* +* Licensed to the Apache

[GitHub] [incubator-mxnet] Roshrini commented on issue #13627: [MXNET-895] ONNX import/export: TopK

2019-06-21 Thread GitBox
Roshrini commented on issue #13627: [MXNET-895] ONNX import/export: TopK URL: https://github.com/apache/incubator-mxnet/pull/13627#issuecomment-504509080 Waiting on https://github.com/apache/incubator-mxnet/pull/15170 to move forward

[GitHub] [incubator-mxnet] Zha0q1 edited a comment on issue #15240: Fixing duplication in operator profiling

2019-06-21 Thread GitBox
Zha0q1 edited a comment on issue #15240: Fixing duplication in operator profiling URL: https://github.com/apache/incubator-mxnet/pull/15240#issuecomment-504504976 > Hi @Zha0q1, I assume you are closing and opening PR to pass CI? > Are tests passing locally on your machine? If tests are

[GitHub] [incubator-mxnet] Zha0q1 commented on issue #15240: Fixing duplication in operator profiling

2019-06-21 Thread GitBox
Zha0q1 commented on issue #15240: Fixing duplication in operator profiling URL: https://github.com/apache/incubator-mxnet/pull/15240#issuecomment-504504976 > Hi @Zha0q1, I assume you are closing and opening PR to pass CI? > Are tests passing locally on your machine? If tests are flaky is

[GitHub] [incubator-mxnet] apeforest commented on issue #15170: [MXNET-1413] Adding Large Tensor support for sort operators

2019-06-21 Thread GitBox
apeforest commented on issue #15170: [MXNET-1413] Adding Large Tensor support for sort operators URL: https://github.com/apache/incubator-mxnet/pull/15170#issuecomment-504496037 @access2rohit Can you check the CI status? If it got staled, please retrigger it again.

[GitHub] [incubator-mxnet] Roshrini commented on issue #13083: [MXNET-345] Hardmax operator

2019-06-21 Thread GitBox
Roshrini commented on issue #13083: [MXNET-345] Hardmax operator URL: https://github.com/apache/incubator-mxnet/pull/13083#issuecomment-504495814 @ChaiBapchya Closing this PR for now. Please reopen when you get time. This is

[GitHub] [incubator-mxnet] Roshrini closed pull request #13083: [MXNET-345] Hardmax operator

2019-06-21 Thread GitBox
Roshrini closed pull request #13083: [MXNET-345] Hardmax operator URL: https://github.com/apache/incubator-mxnet/pull/13083 This is an automated message from the Apache Git Service. To respond to the message, please log on

[GitHub] [incubator-mxnet] Roshrini commented on issue #14911: Use std::exception as the param in engine complete callback

2019-06-21 Thread GitBox
Roshrini commented on issue #14911: Use std::exception as the param in engine complete callback URL: https://github.com/apache/incubator-mxnet/pull/14911#issuecomment-504495258 @yuxihu Can you please address comments? This

[GitHub] [incubator-mxnet] access2rohit commented on a change in pull request #15288: [MXNET-978] Higher order gradient for sigmoid

2019-06-21 Thread GitBox
access2rohit commented on a change in pull request #15288: [MXNET-978] Higher order gradient for sigmoid URL: https://github.com/apache/incubator-mxnet/pull/15288#discussion_r296313099 ## File path: src/imperative/imperative.cc ## @@ -501,6 +501,10 @@ std::vector

[GitHub] [incubator-mxnet] access2rohit commented on issue #15170: [MXNET-1413] Adding Large Tensor support for sort operators

2019-06-21 Thread GitBox
access2rohit commented on issue #15170: [MXNET-1413] Adding Large Tensor support for sort operators URL: https://github.com/apache/incubator-mxnet/pull/15170#issuecomment-504487367 @mxnet-label-bot Add [pr-awaiting-merge]

[GitHub] [incubator-mxnet] ptrendx commented on a change in pull request #15167: [WIP] Pointwise fusion for GPU

2019-06-21 Thread GitBox
ptrendx commented on a change in pull request #15167: [WIP] Pointwise fusion for GPU URL: https://github.com/apache/incubator-mxnet/pull/15167#discussion_r296306400 ## File path: src/operator/fusion/fused_op.cu ## @@ -0,0 +1,534 @@ +/* + * Licensed to the Apache Software

[GitHub] [incubator-mxnet] sandeep-krishnamurthy commented on issue #15240: Fixing duplication in operator profiling

2019-06-21 Thread GitBox
sandeep-krishnamurthy commented on issue #15240: Fixing duplication in operator profiling URL: https://github.com/apache/incubator-mxnet/pull/15240#issuecomment-504486434 Hi @Zha0q1, I assume you are closing and opening PR to pass CI? Are tests passing locally on your machine? If tests

[GitHub] [incubator-mxnet] ptrendx commented on a change in pull request #15167: [WIP] Pointwise fusion for GPU

2019-06-21 Thread GitBox
ptrendx commented on a change in pull request #15167: [WIP] Pointwise fusion for GPU URL: https://github.com/apache/incubator-mxnet/pull/15167#discussion_r296302617 ## File path: src/operator/fusion/fused_op.cu ## @@ -0,0 +1,534 @@ +/* + * Licensed to the Apache Software

[GitHub] [incubator-mxnet] suyz526 closed pull request #15316: fix doc for the op sort() and argsort()

2019-06-21 Thread GitBox
suyz526 closed pull request #15316: fix doc for the op sort() and argsort() URL: https://github.com/apache/incubator-mxnet/pull/15316 This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] [incubator-mxnet] suyz526 opened a new pull request #15316: fix doc for the op sort() and argsort()

2019-06-21 Thread GitBox
suyz526 opened a new pull request #15316: fix doc for the op sort() and argsort() URL: https://github.com/apache/incubator-mxnet/pull/15316 ## Description ## Errors in the example of `sort()` and `argsort().` Those op flattens and sorts the array only when `axis=None` is given

[GitHub] [incubator-mxnet] ptrendx commented on a change in pull request #15167: [WIP] Pointwise fusion for GPU

2019-06-21 Thread GitBox
ptrendx commented on a change in pull request #15167: [WIP] Pointwise fusion for GPU URL: https://github.com/apache/incubator-mxnet/pull/15167#discussion_r296295933 ## File path: src/operator/fusion/fused_op-inl.h ## @@ -0,0 +1,906 @@ +/* + * Licensed to the Apache

[GitHub] [incubator-mxnet] TaoLv commented on issue #15311: Efficient MXNet sampling in the multinomial distribution

2019-06-21 Thread GitBox
TaoLv commented on issue #15311: Efficient MXNet sampling in the multinomial distribution URL: https://github.com/apache/incubator-mxnet/pull/15311#issuecomment-504465776 Nice work! @zixuanweeei @chinakook @stu1130 You might be interested.

[GitHub] [incubator-mxnet] TaoLv commented on issue #15313: Improve MLKDNN LayerNormLastDim() performance

2019-06-21 Thread GitBox
TaoLv commented on issue #15313: Improve MLKDNN LayerNormLastDim() performance URL: https://github.com/apache/incubator-mxnet/pull/15313#issuecomment-504457402 @pengxin99 Thank you for the contribution. Could you change the title and description? I think this PR and the LayerNorm operator

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

2019-06-21 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 4c6c4fe Bump the publish

[GitHub] [incubator-mxnet] wkcn commented on issue #15287: pretrained model

2019-06-21 Thread GitBox
wkcn commented on issue #15287: pretrained model URL: https://github.com/apache/incubator-mxnet/issues/15287#issuecomment-504406338 @frischzenger Could you please provide the link you used? This is an automated message from

[GitHub] [incubator-mxnet] pengzhao-intel commented on issue #15313: Improve MLKDNN LayerNormLastDim() performance

2019-06-21 Thread GitBox
pengzhao-intel commented on issue #15313: Improve MLKDNN LayerNormLastDim() performance URL: https://github.com/apache/incubator-mxnet/pull/15313#issuecomment-504403017 Thanks for the improvements. Is there a test case to cover this OP?

[GitHub] [incubator-mxnet] gxkevin commented on issue #10379: When to use SyncCopyFromCPU and SyncCopyToCPU - C++

2019-06-21 Thread GitBox
gxkevin commented on issue #10379: When to use SyncCopyFromCPU and SyncCopyToCPU - C++ URL: https://github.com/apache/incubator-mxnet/issues/10379#issuecomment-504402611 I don't know how to set the parameter 'size' in SyncCopyFromCPU?

[GitHub] [incubator-mxnet] gxkevin opened a new issue #15315: how to set the size of SyncCopyFromCPU(const mx_float *data, size_t size)

2019-06-21 Thread GitBox
gxkevin opened a new issue #15315: how to set the size of SyncCopyFromCPU(const mx_float *data, size_t size) URL: https://github.com/apache/incubator-mxnet/issues/15315 I have a question is that, when I use the fucn. of SyncCopyFromCPU(const mx_float *data, size_t size), I don't konw how

[GitHub] [incubator-mxnet] mikemwx opened a new pull request #15314: [Numpy] Numpy dstack

2019-06-21 Thread GitBox
mikemwx opened a new pull request #15314: [Numpy] Numpy dstack URL: https://github.com/apache/incubator-mxnet/pull/15314 ## Description ## Numpy compatible dstack with existing kernel from concat [Numpy dstack](https://docs.scipy.org/doc/numpy/reference/generated/numpy.dstack.html)

[GitHub] [incubator-mxnet] pengxin99 opened a new pull request #15313: Improve MLKDNN LayerNormLastDim() performance

2019-06-21 Thread GitBox
pengxin99 opened a new pull request #15313: Improve MLKDNN LayerNormLastDim() performance URL: https://github.com/apache/incubator-mxnet/pull/15313 ## Description ## imporve MKLDNN LayerNormLastDim() performance, it will benefit the gluonnlp/bert and maybe other nlp task. test

[GitHub] [incubator-mxnet] pengzhao-intel commented on issue #15311: Efficient MXNet sampling in the multinomial distribution

2019-06-21 Thread GitBox
pengzhao-intel commented on issue #15311: Efficient MXNet sampling in the multinomial distribution URL: https://github.com/apache/incubator-mxnet/pull/15311#issuecomment-504395520 @reminisce @wkcn for review. This is an

[GitHub] [incubator-mxnet] gyshi opened a new pull request #15312: Numpy bitwise_xor operator

2019-06-21 Thread GitBox
gyshi opened a new pull request #15312: Numpy bitwise_xor operator URL: https://github.com/apache/incubator-mxnet/pull/15312 ## Description ## [numpy bitwise_xor] (https://docs.scipy.org/doc/numpy/reference/generated/numpy.bitwise_xor.html) ## Checklist ## ### Essentials ###

[GitHub] [incubator-mxnet] haojin2 commented on a change in pull request #15292: Numpy-compatibe GCD operation

2019-06-21 Thread GitBox
haojin2 commented on a change in pull request #15292: Numpy-compatibe GCD operation URL: https://github.com/apache/incubator-mxnet/pull/15292#discussion_r296196116 ## File path: src/operator/mxnet_op.h ## @@ -159,6 +159,37 @@ inline int get_num_threads(const int N) {

[GitHub] [incubator-mxnet] haojin2 commented on a change in pull request #15292: Numpy-compatibe GCD operation

2019-06-21 Thread GitBox
haojin2 commented on a change in pull request #15292: Numpy-compatibe GCD operation URL: https://github.com/apache/incubator-mxnet/pull/15292#discussion_r296196036 ## File path: src/operator/numpy/np_elemwise_binary_gcd_op-inl.h ## @@ -0,0 +1,111 @@ +/* + * Licensed to

[GitHub] [incubator-mxnet] sulxxy commented on issue #15310: program terminates when `backward()` does not complete yet

2019-06-21 Thread GitBox
sulxxy commented on issue #15310: program terminates when `backward()` does not complete yet URL: https://github.com/apache/incubator-mxnet/issues/15310#issuecomment-504380164 I find this problem has been fixed in the latest pre-release version (i.e., 1.5.0b20190620).

[GitHub] [incubator-mxnet] sulxxy closed issue #15310: program terminates when `backward()` does not complete yet

2019-06-21 Thread GitBox
sulxxy closed issue #15310: program terminates when `backward()` does not complete yet URL: https://github.com/apache/incubator-mxnet/issues/15310 This is an automated message from the Apache Git Service. To respond to the

[GitHub] [incubator-mxnet] zixuanweeei opened a new pull request #15311: Efficient MXNet sampling in the multinomial distribution

2019-06-21 Thread GitBox
zixuanweeei opened a new pull request #15311: Efficient MXNet sampling in the multinomial distribution URL: https://github.com/apache/incubator-mxnet/pull/15311 ## Description ## This PR has solved the problem of low efficiency to sample from the multinomial distribution, especially

[GitHub] [incubator-mxnet] sulxxy opened a new issue #15310: program terminates when `backward()` does not complete yet

2019-06-21 Thread GitBox
sulxxy opened a new issue #15310: program terminates when `backward()` does not complete yet URL: https://github.com/apache/incubator-mxnet/issues/15310 ## Description The program terminates before the `backward` pass completed. There is no any error message shown. ##

[GitHub] [incubator-mxnet] mxnet-label-bot commented on issue #15310: program terminates when `backward()` does not complete yet

2019-06-21 Thread GitBox
mxnet-label-bot commented on issue #15310: program terminates when `backward()` does not complete yet URL: https://github.com/apache/incubator-mxnet/issues/15310#issuecomment-504376751 Hey, this is the MXNet Label Bot. Thank you for submitting the issue! I will try and suggest some

[GitHub] [incubator-mxnet] haojin2 commented on a change in pull request #15292: Numpy-compatibe GCD operation

2019-06-21 Thread GitBox
haojin2 commented on a change in pull request #15292: Numpy-compatibe GCD operation URL: https://github.com/apache/incubator-mxnet/pull/15292#discussion_r296180169 ## File path: src/operator/numpy/np_gcd_op-inl.h ## @@ -0,0 +1,111 @@ +/* + * Licensed to the Apache

[GitHub] [incubator-mxnet] haojin2 commented on a change in pull request #15292: Numpy-compatibe GCD operation

2019-06-21 Thread GitBox
haojin2 commented on a change in pull request #15292: Numpy-compatibe GCD operation URL: https://github.com/apache/incubator-mxnet/pull/15292#discussion_r296180242 ## File path: src/operator/numpy/np_gcd_op-inl.h ## @@ -0,0 +1,115 @@ +/* + * Licensed to the Apache

[GitHub] [incubator-mxnet] smartwell edited a comment on issue #15307: from Pytorch model to ONNX model to MXNet model

2019-06-21 Thread GitBox
smartwell edited a comment on issue #15307: from Pytorch model to ONNX model to MXNet model URL: https://github.com/apache/incubator-mxnet/issues/15307#issuecomment-504355103 i think this file has problem mxnet/contrib/onnx/onnx2mx/_op_translations.py [373 - 377] ```

[GitHub] [incubator-mxnet] smartwell commented on issue #15307: from Pytorch model to ONNX model to MXNet model

2019-06-21 Thread GitBox
smartwell commented on issue #15307: from Pytorch model to ONNX model to MXNet model URL: https://github.com/apache/incubator-mxnet/issues/15307#issuecomment-504355103 i think this file has problem mxnet/contrib/onnx/onnx2mx/_op_translations.py [373 - 377] ``` deconv_op =

[GitHub] [incubator-mxnet] gyshi closed pull request #15308: Numpy bitwise_xor operator

2019-06-21 Thread GitBox
gyshi closed pull request #15308: Numpy bitwise_xor operator URL: https://github.com/apache/incubator-mxnet/pull/15308 This is an automated message from the Apache Git Service. To respond to the message, please log on to

  1   2   >