[incubator-mxnet] branch master updated (5c136c9 -> 18d145c)

2019-09-15 Thread haoj
This is an automated email from the ASF dual-hosted git repository. haoj pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git. from 5c136c9 Update dmlc-core (#16149) add 18d145c use 1E-4 in groupnorm test(#16169) No new revisions were

[GitHub] [incubator-mxnet] haojin2 merged pull request #16169: [Fix] Fix flaky GroupNorm test

2019-09-15 Thread GitBox
haojin2 merged pull request #16169: [Fix] Fix flaky GroupNorm test URL: https://github.com/apache/incubator-mxnet/pull/16169 This is an automated message from the Apache Git Service. To respond to the message, please log on t

[GitHub] [incubator-mxnet] ZhennanQin commented on a change in pull request #16141: [mkldnn-v1.0] Add MKL-DNN Convolution

2019-09-15 Thread GitBox
ZhennanQin commented on a change in pull request #16141: [mkldnn-v1.0] Add MKL-DNN Convolution URL: https://github.com/apache/incubator-mxnet/pull/16141#discussion_r324521626 ## File path: src/operator/operator_common.h ## @@ -526,17 +526,46 @@ class OpSignature { * an

[GitHub] [incubator-mxnet] ZhennanQin commented on a change in pull request #16141: [mkldnn-v1.0] Add MKL-DNN Convolution

2019-09-15 Thread GitBox
ZhennanQin commented on a change in pull request #16141: [mkldnn-v1.0] Add MKL-DNN Convolution URL: https://github.com/apache/incubator-mxnet/pull/16141#discussion_r324520273 ## File path: src/common/exec_utils.h ## @@ -59,15 +59,15 @@ inline bool SetupDefaultBlobsIn(const

[GitHub] [incubator-mxnet] SyGoing opened a new issue #16176: When convert mxnet model (simple pose) to onnx , the deconvolution’s convert function miss?

2019-09-15 Thread GitBox
SyGoing opened a new issue #16176: When convert mxnet model (simple pose) to onnx , the deconvolution’s convert function miss? URL: https://github.com/apache/incubator-mxnet/issues/16176 Hello,It failed when I try to convert the mxnet model(simple pose in the model zoo). the wrong messa

[incubator-mxnet] branch master updated (90091b1 -> 5c136c9)

2019-09-15 Thread patriczhao
This is an automated email from the ASF dual-hosted git repository. patriczhao pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git. from 90091b1 [Numpy] Numpy copysign (#15851) add 5c136c9 Update dmlc-core (#16149) No new revisions w

[GitHub] [incubator-mxnet] pengzhao-intel merged pull request #16149: update dmlc-core

2019-09-15 Thread GitBox
pengzhao-intel merged pull request #16149: update dmlc-core URL: https://github.com/apache/incubator-mxnet/pull/16149 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHu

[GitHub] [incubator-mxnet] ZhennanQin commented on issue #16149: update dmlc-core

2019-09-15 Thread GitBox
ZhennanQin commented on issue #16149: update dmlc-core URL: https://github.com/apache/incubator-mxnet/pull/16149#issuecomment-531649192 @szha Finally, this got CI passed. Please review and merge. Thanks a lot. This is an autom

[GitHub] [incubator-mxnet] nacorti commented on issue #15320: Weird C++ Error / Bug when calling asnumpy() or exporting the weight of darknet53 while training

2019-09-15 Thread GitBox
nacorti commented on issue #15320: Weird C++ Error / Bug when calling asnumpy() or exporting the weight of darknet53 while training URL: https://github.com/apache/incubator-mxnet/issues/15320#issuecomment-531645128 Same problem here, also in python3 Using a custom dataset on a pret

[GitHub] [incubator-mxnet] tingying2020 edited a comment on issue #16016: [numpy] operator ravel, derive from reshape

2019-09-15 Thread GitBox
tingying2020 edited a comment on issue #16016: [numpy] operator ravel, derive from reshape URL: https://github.com/apache/incubator-mxnet/pull/16016#issuecomment-531645036 > @tingying2020 Would you rebase the code? I will merge after that. Rebased. --

[GitHub] [incubator-mxnet] tingying2020 commented on issue #16016: [numpy] operator ravel, derive from reshape

2019-09-15 Thread GitBox
tingying2020 commented on issue #16016: [numpy] operator ravel, derive from reshape URL: https://github.com/apache/incubator-mxnet/pull/16016#issuecomment-531645036 > @tingying2020 Would you rebase the code? I will merge after that. -

[GitHub] [incubator-mxnet] tingying2020 closed pull request #16016: [numpy] operator ravel, derive from reshape

2019-09-15 Thread GitBox
tingying2020 closed pull request #16016: [numpy] operator ravel, derive from reshape URL: https://github.com/apache/incubator-mxnet/pull/16016 This is an automated message from the Apache Git Service. To respond to the messa

[GitHub] [incubator-mxnet] tingying2020 opened a new pull request #16016: [numpy] operator ravel, derive from reshape

2019-09-15 Thread GitBox
tingying2020 opened a new pull request #16016: [numpy] operator ravel, derive from reshape URL: https://github.com/apache/incubator-mxnet/pull/16016 Numpy operator ravel which is the same as reshape(x, -1). @haojin2 --

[GitHub] [incubator-mxnet] tingying2020 commented on a change in pull request #16124: [numpy] [tvm] operator true_divide

2019-09-15 Thread GitBox
tingying2020 commented on a change in pull request #16124: [numpy] [tvm] operator true_divide URL: https://github.com/apache/incubator-mxnet/pull/16124#discussion_r324511648 ## File path: contrib/tvmop/core/umath.py ## @@ -0,0 +1,112 @@ + # Licensed to the Apache Software

[GitHub] [incubator-mxnet] tingying2020 commented on a change in pull request #16124: [numpy] [tvm] operator true_divide

2019-09-15 Thread GitBox
tingying2020 commented on a change in pull request #16124: [numpy] [tvm] operator true_divide URL: https://github.com/apache/incubator-mxnet/pull/16124#discussion_r324511593 ## File path: src/operator/numpy/np_true_divide.cc ## @@ -41,19 +46,97 @@ bool TrueDivideType(const

[GitHub] [incubator-mxnet] eric-haibin-lin commented on a change in pull request #16175: [Dataset] add shard API

2019-09-15 Thread GitBox
eric-haibin-lin commented on a change in pull request #16175: [Dataset] add shard API URL: https://github.com/apache/incubator-mxnet/pull/16175#discussion_r324509765 ## File path: python/mxnet/gluon/data/dataset.py ## @@ -84,14 +84,13 @@ def shard(self, num_shards, index):

[GitHub] [incubator-mxnet] wkcn commented on a change in pull request #16175: [Dataset] add shard API

2019-09-15 Thread GitBox
wkcn commented on a change in pull request #16175: [Dataset] add shard API URL: https://github.com/apache/incubator-mxnet/pull/16175#discussion_r324503936 ## File path: python/mxnet/gluon/data/dataset.py ## @@ -84,14 +84,13 @@ def shard(self, num_shards, index): ""

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

2019-09-15 Thread anirudh2290
This is an automated email from the ASF dual-hosted git repository. anirudh2290 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 8af2e7a Bump the publish

[GitHub] [incubator-mxnet] ZhennanQin commented on a change in pull request #16131: Fix for duplicate subgraph inputs/outputs

2019-09-15 Thread GitBox
ZhennanQin commented on a change in pull request #16131: Fix for duplicate subgraph inputs/outputs URL: https://github.com/apache/incubator-mxnet/pull/16131#discussion_r324489273 ## File path: src/operator/subgraph/subgraph_property.h ## @@ -296,8 +296,20 @@ class Subgraph

[GitHub] [incubator-mxnet] wkcn commented on issue #16114: improve dataloader signals and messages

2019-09-15 Thread GitBox
wkcn commented on issue #16114: improve dataloader signals and messages URL: https://github.com/apache/incubator-mxnet/pull/16114#issuecomment-531610885 I have a suggestion: Dataloader does not terminate the program but print a warning when timeout. Users decide whether to terminate it. --

[GitHub] [incubator-mxnet] wkcn commented on a change in pull request #16175: [Dataset] add shard API

2019-09-15 Thread GitBox
wkcn commented on a change in pull request #16175: [Dataset] add shard API URL: https://github.com/apache/incubator-mxnet/pull/16175#discussion_r324485736 ## File path: python/mxnet/gluon/data/dataset.py ## @@ -64,6 +64,37 @@ def filter(self, fn): from . import Fil

[GitHub] [incubator-mxnet] wkcn commented on a change in pull request #16175: [Dataset] add shard API

2019-09-15 Thread GitBox
wkcn commented on a change in pull request #16175: [Dataset] add shard API URL: https://github.com/apache/incubator-mxnet/pull/16175#discussion_r324486007 ## File path: python/mxnet/gluon/data/dataset.py ## @@ -64,6 +64,37 @@ def filter(self, fn): from . import Fil

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

2019-09-15 Thread anirudh2290
This is an automated email from the ASF dual-hosted git repository. anirudh2290 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 81b2a9c Bump the publish

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

2019-09-15 Thread anirudh2290
This is an automated email from the ASF dual-hosted git repository. anirudh2290 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 4ee43b4 Bump the publish

[GitHub] [incubator-mxnet] sxjscience edited a comment on issue #16016: [numpy] operator ravel, derive from reshape

2019-09-15 Thread GitBox
sxjscience edited a comment on issue #16016: [numpy] operator ravel, derive from reshape URL: https://github.com/apache/incubator-mxnet/pull/16016#issuecomment-531588040 @tingying2020 Would you rebase the code? I will merge after that. --

[incubator-mxnet] branch master updated: [Numpy] Numpy copysign (#15851)

2019-09-15 Thread sxjscience
This is an automated email from the ASF dual-hosted git repository. sxjscience 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 90091b1 [Numpy] Numpy copysign (#1

[GitHub] [incubator-mxnet] sxjscience merged pull request #15851: [Numpy] Numpy copysign

2019-09-15 Thread GitBox
sxjscience merged pull request #15851: [Numpy] Numpy copysign URL: https://github.com/apache/incubator-mxnet/pull/15851 This is an automated message from the Apache Git Service. To respond to the message, please log on to Git

[GitHub] [incubator-mxnet] sxjscience commented on a change in pull request #16009: [Numpy] Numpy compatible bitwise_and operator

2019-09-15 Thread GitBox
sxjscience commented on a change in pull request #16009: [Numpy] Numpy compatible bitwise_and operator URL: https://github.com/apache/incubator-mxnet/pull/16009#discussion_r324475447 ## File path: tests/python/unittest/test_numpy_op.py ## @@ -1080,6 +1080,53 @@ def hybrid_

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

2019-09-15 Thread GitBox
hzfan commented on a change in pull request #15851: [Numpy] Numpy copysign URL: https://github.com/apache/incubator-mxnet/pull/15851#discussion_r324475346 ## File path: tests/python/unittest/test_numpy_op.py ## @@ -1853,6 +1853,111 @@ def hybrid_forward(self, F, x):

[GitHub] [incubator-mxnet] sxjscience commented on issue #16016: [numpy] operator ravel, derive from reshape

2019-09-15 Thread GitBox
sxjscience commented on issue #16016: [numpy] operator ravel, derive from reshape URL: https://github.com/apache/incubator-mxnet/pull/16016#issuecomment-531588040 @tingying2020 Would you make a small change in the code to trigger the CI again? -

[GitHub] [incubator-mxnet] sxjscience commented on a change in pull request #15851: [Numpy] Numpy copysign

2019-09-15 Thread GitBox
sxjscience commented on a change in pull request #15851: [Numpy] Numpy copysign URL: https://github.com/apache/incubator-mxnet/pull/15851#discussion_r324474947 ## File path: tests/python/unittest/test_numpy_op.py ## @@ -1853,6 +1853,111 @@ def hybrid_forward(self, F, x):

[GitHub] [incubator-mxnet] sxjscience commented on a change in pull request #15851: [Numpy] Numpy copysign

2019-09-15 Thread GitBox
sxjscience commented on a change in pull request #15851: [Numpy] Numpy copysign URL: https://github.com/apache/incubator-mxnet/pull/15851#discussion_r324474508 ## File path: tests/python/unittest/test_numpy_op.py ## @@ -1853,6 +1853,111 @@ def hybrid_forward(self, F, x):

[GitHub] [incubator-mxnet] eric-haibin-lin commented on issue #16175: [Dataset] add shard API

2019-09-15 Thread GitBox
eric-haibin-lin commented on issue #16175: [Dataset] add shard API URL: https://github.com/apache/incubator-mxnet/pull/16175#issuecomment-531585161 @davisliang This is an automated message from the Apache Git Service. To respo

[GitHub] [incubator-mxnet] eric-haibin-lin opened a new pull request #16175: [Dataset] add shard API

2019-09-15 Thread GitBox
eric-haibin-lin opened a new pull request #16175: [Dataset] add shard API URL: https://github.com/apache/incubator-mxnet/pull/16175 ## Description ## Add an API to shard the dataset. ## Checklist ## ### Essentials ### Please feel free to remove inapplicable items for your PR

[GitHub] [incubator-mxnet] ciyongch commented on a change in pull request #16141: [mkldnn-v1.0] Add MKL-DNN Convolution

2019-09-15 Thread GitBox
ciyongch commented on a change in pull request #16141: [mkldnn-v1.0] Add MKL-DNN Convolution URL: https://github.com/apache/incubator-mxnet/pull/16141#discussion_r324465796 ## File path: src/operator/nn/mkldnn/mkldnn_convolution.cc ## @@ -126,13 +127,12 @@ mkldnn::convolut

[GitHub] [incubator-mxnet] ciyongch commented on a change in pull request #16141: [mkldnn-v1.0] Add MKL-DNN Convolution

2019-09-15 Thread GitBox
ciyongch commented on a change in pull request #16141: [mkldnn-v1.0] Add MKL-DNN Convolution URL: https://github.com/apache/incubator-mxnet/pull/16141#discussion_r324465554 ## File path: src/operator/nn/mkldnn/mkldnn_convolution-inl.h ## @@ -79,54 +79,63 @@ struct MKLDNNCo

[GitHub] [incubator-mxnet] ciyongch commented on a change in pull request #16141: [mkldnn-v1.0] Add MKL-DNN Convolution

2019-09-15 Thread GitBox
ciyongch commented on a change in pull request #16141: [mkldnn-v1.0] Add MKL-DNN Convolution URL: https://github.com/apache/incubator-mxnet/pull/16141#discussion_r324465357 ## File path: src/operator/nn/mkldnn/mkldnn_base-inl.h ## @@ -277,6 +277,19 @@ inline static mkldnn:

[GitHub] [incubator-mxnet] ciyongch commented on a change in pull request #16141: [mkldnn-v1.0] Add MKL-DNN Convolution

2019-09-15 Thread GitBox
ciyongch commented on a change in pull request #16141: [mkldnn-v1.0] Add MKL-DNN Convolution URL: https://github.com/apache/incubator-mxnet/pull/16141#discussion_r324465659 ## File path: src/operator/nn/mkldnn/mkldnn_convolution.cc ## @@ -57,7 +58,7 @@ mkldnn::convolution_

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

2019-09-15 Thread anirudh2290
This is an automated email from the ASF dual-hosted git repository. anirudh2290 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 ddee92e Bump the publish

[GitHub] [incubator-mxnet] QueensGambit commented on issue #16173: Saving and loading cudNN autotune and graph optimization

2019-09-15 Thread GitBox
QueensGambit commented on issue #16173: Saving and loading cudNN autotune and graph optimization URL: https://github.com/apache/incubator-mxnet/issues/16173#issuecomment-531559033 Thank you for the reply @pengzhao-intel. I updated the description on MKLDNN. I see the point about por

[GitHub] [incubator-mxnet] pengzhao-intel closed pull request #15741: MKL-DNN LBR-GRU Inference Integration (FP32 LBR-GRU)

2019-09-15 Thread GitBox
pengzhao-intel closed pull request #15741: MKL-DNN LBR-GRU Inference Integration (FP32 LBR-GRU) URL: https://github.com/apache/incubator-mxnet/pull/15741 This is an automated message from the Apache Git Service. To respond t

[GitHub] [incubator-mxnet] pengzhao-intel commented on issue #15741: MKL-DNN LBR-GRU Inference Integration (FP32 LBR-GRU)

2019-09-15 Thread GitBox
pengzhao-intel commented on issue #15741: MKL-DNN LBR-GRU Inference Integration (FP32 LBR-GRU) URL: https://github.com/apache/incubator-mxnet/pull/15741#issuecomment-531556087 closing this PR since we will migrate it with MKL-DNN 1.0. ---

[GitHub] [incubator-mxnet] pengzhao-intel commented on issue #16141: [mkldnn-v1.0] Add MKL-DNN Convolution

2019-09-15 Thread GitBox
pengzhao-intel commented on issue #16141: [mkldnn-v1.0] Add MKL-DNN Convolution URL: https://github.com/apache/incubator-mxnet/pull/16141#issuecomment-531555822 @TaoLv @ciyongch @ZhennanQin please help to review :) This is an

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

2019-09-15 Thread GitBox
hzfan commented on a change in pull request #15851: [Numpy] Numpy copysign URL: https://github.com/apache/incubator-mxnet/pull/15851#discussion_r324453236 ## File path: python/mxnet/ndarray/numpy/_op.py ## @@ -293,3 +293,46 @@ def power(x1, x2, out=None): This is a

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

2019-09-15 Thread GitBox
hzfan commented on a change in pull request #15851: [Numpy] Numpy copysign URL: https://github.com/apache/incubator-mxnet/pull/15851#discussion_r324453173 ## File path: src/operator/numpy/np_elemwise_broadcast_op.cc ## @@ -182,5 +202,25 @@ MXNET_OPERATOR_REGISTER_NP_BINARY

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

2019-09-15 Thread GitBox
hzfan commented on a change in pull request #15851: [Numpy] Numpy copysign URL: https://github.com/apache/incubator-mxnet/pull/15851#discussion_r324453143 ## File path: tests/python/unittest/test_numpy_op.py ## @@ -149,6 +149,66 @@ def hybrid_forward(self, F, a):

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

2019-09-15 Thread GitBox
hzfan commented on a change in pull request #15851: [Numpy] Numpy copysign URL: https://github.com/apache/incubator-mxnet/pull/15851#discussion_r324453119 ## File path: src/operator/numpy/np_elemwise_broadcast_op.cu ## @@ -42,6 +42,12 @@ NNVM_REGISTER_OP(_npi_mod) NNVM_REG

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

2019-09-15 Thread GitBox
hzfan commented on a change in pull request #15851: [Numpy] Numpy copysign URL: https://github.com/apache/incubator-mxnet/pull/15851#discussion_r324453107 ## File path: src/operator/numpy/np_elemwise_broadcast_op.cc ## @@ -182,5 +202,25 @@ MXNET_OPERATOR_REGISTER_NP_BINARY

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

2019-09-15 Thread anirudh2290
This is an automated email from the ASF dual-hosted git repository. anirudh2290 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 8ab3b60 Bump the publish

[GitHub] [incubator-mxnet] pengzhao-intel commented on issue #16167: [RFC] Apache MXNet 2.0 Roadmap

2019-09-15 Thread GitBox
pengzhao-intel commented on issue #16167: [RFC] Apache MXNet 2.0 Roadmap URL: https://github.com/apache/incubator-mxnet/issues/16167#issuecomment-531542441 @szha Really great proposal and we may want to add some items in 2.0 too. Is there a timeline of 2.0? -

[GitHub] [incubator-mxnet] pengzhao-intel commented on issue #16173: Saving and loading cudNN autotune and graph optimization

2019-09-15 Thread GitBox
pengzhao-intel commented on issue #16173: Saving and loading cudNN autotune and graph optimization URL: https://github.com/apache/incubator-mxnet/issues/16173#issuecomment-531542295 FYI, MKLDNN graph fusion is already enabled by default :) One more, saving the fused graph maybe cause po

[GitHub] [incubator-mxnet] shdyn opened a new issue #16174: How to build new operators?

2019-09-15 Thread GitBox
shdyn opened a new issue #16174: How to build new operators? URL: https://github.com/apache/incubator-mxnet/issues/16174 Hi, I need to compile the operators in https://github.com/deepinsight/insightface/tree/master/3rdparty/operator. I tried to copy files in that folder to incubator-mxnet/