[GitHub] [incubator-mxnet] perdasilva commented on issue #13103: Flaky test test_gluon_rnn.test_layer_bidirectional

2019-04-11 Thread GitBox
perdasilva commented on issue #13103: Flaky test test_gluon_rnn.test_layer_bidirectional URL: https://github.com/apache/incubator-mxnet/issues/13103#issuecomment-482446377 @haojin2 I'll give it a go, and let you know how it goes. Thanks for the help!

[GitHub] [incubator-mxnet] perdasilva edited a comment on issue #13103: Flaky test test_gluon_rnn.test_layer_bidirectional

2019-04-11 Thread GitBox
perdasilva edited a comment on issue #13103: Flaky test test_gluon_rnn.test_layer_bidirectional URL: https://github.com/apache/incubator-mxnet/issues/13103#issuecomment-482445402 @szha in the two cases I've linked to, it was tested against a binary compiled with your tools for static

[GitHub] [incubator-mxnet] lihaofd commented on a change in pull request #14476: Change RNN OP to stateful

2019-04-11 Thread GitBox
lihaofd commented on a change in pull request #14476: Change RNN OP to stateful URL: https://github.com/apache/incubator-mxnet/pull/14476#discussion_r274766414 ## File path: src/operator/rnn-inl.h ## @@ -438,385 +572,891 @@ class RNNOp : public Operator{ } DType*

[GitHub] [incubator-mxnet] haojin2 commented on issue #13103: Flaky test test_gluon_rnn.test_layer_bidirectional

2019-04-11 Thread GitBox
haojin2 commented on issue #13103: Flaky test test_gluon_rnn.test_layer_bidirectional URL: https://github.com/apache/incubator-mxnet/issues/13103#issuecomment-482445854 @perdasilva Even rtol=2e-7 would suffice and please try 1 times for that particular test. If you don't know how to

[GitHub] [incubator-mxnet] perdasilva commented on issue #13103: Flaky test test_gluon_rnn.test_layer_bidirectional

2019-04-11 Thread GitBox
perdasilva commented on issue #13103: Flaky test test_gluon_rnn.test_layer_bidirectional URL: https://github.com/apache/incubator-mxnet/issues/13103#issuecomment-482445402 @szha in the two cases I've linked to, it was tested against a binary compiled with your tools for static linking,

[GitHub] [incubator-mxnet] szha commented on issue #14664: mxnet-cu100mkl "illegal instruction" on CPU

2019-04-11 Thread GitBox
szha commented on issue #14664: mxnet-cu100mkl "illegal instruction" on CPU URL: https://github.com/apache/incubator-mxnet/issues/14664#issuecomment-482442033 Since cu92mkl and cu100mkl only differs in cuda/cudnn versions, I'm guessing this is related to cudnn, since the library is

[GitHub] [incubator-mxnet] szha commented on a change in pull request #14476: Change RNN OP to stateful

2019-04-11 Thread GitBox
szha commented on a change in pull request #14476: Change RNN OP to stateful URL: https://github.com/apache/incubator-mxnet/pull/14476#discussion_r274762625 ## File path: src/operator/rnn-inl.h ## @@ -438,385 +572,891 @@ class RNNOp : public Operator{ } DType*

[GitHub] [incubator-mxnet] szha commented on a change in pull request #14476: Change RNN OP to stateful

2019-04-11 Thread GitBox
szha commented on a change in pull request #14476: Change RNN OP to stateful URL: https://github.com/apache/incubator-mxnet/pull/14476#discussion_r274762117 ## File path: src/operator/rnn-inl.h ## @@ -438,385 +572,891 @@ class RNNOp : public Operator{ } DType*

[GitHub] [incubator-mxnet] haojin2 commented on issue #13103: Flaky test test_gluon_rnn.test_layer_bidirectional

2019-04-11 Thread GitBox
haojin2 commented on issue #13103: Flaky test test_gluon_rnn.test_layer_bidirectional URL: https://github.com/apache/incubator-mxnet/issues/13103#issuecomment-482439310 @perdasilva Seems like the mismatch rate is very low (0.xxx%) while rtol=1e-7 and atol is even just 0, I wonder if we

[GitHub] [incubator-mxnet] pengzhao-intel commented on issue #14614: [MKLDNN] add quantized sum

2019-04-11 Thread GitBox
pengzhao-intel commented on issue #14614: [MKLDNN] add quantized sum URL: https://github.com/apache/incubator-mxnet/pull/14614#issuecomment-482438833 @TaoLv @ciyongch @ZhennanQin please help review again :) This is an

[GitHub] [incubator-mxnet] yuxihu removed a comment on issue #14615: Add MXEnginePushAsync and MXEnginePushSync C APIs

2019-04-11 Thread GitBox
yuxihu removed a comment on issue #14615: Add MXEnginePushAsync and MXEnginePushSync C APIs URL: https://github.com/apache/incubator-mxnet/pull/14615#issuecomment-482438509 @eric-haibin-lin The PR is ready to merge. Thanks.

[incubator-mxnet] branch master updated: Add MXEnginePushAsync and MXEnginePushSync C APIs (#14615)

2019-04-11 Thread anirudh2290
This is an automated email from the ASF dual-hosted git repository. anirudh2290 pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git The following commit(s) were added to refs/heads/master by this push: new 800590e Add MXEnginePushAsync

[GitHub] [incubator-mxnet] yuxihu commented on issue #14615: Add MXEnginePushAsync and MXEnginePushSync C APIs

2019-04-11 Thread GitBox
yuxihu commented on issue #14615: Add MXEnginePushAsync and MXEnginePushSync C APIs URL: https://github.com/apache/incubator-mxnet/pull/14615#issuecomment-482438509 @eric-haibin-lin The PR is ready to merge. Thanks. This is

[GitHub] [incubator-mxnet] anirudh2290 merged pull request #14615: Add MXEnginePushAsync and MXEnginePushSync C APIs

2019-04-11 Thread GitBox
anirudh2290 merged pull request #14615: Add MXEnginePushAsync and MXEnginePushSync C APIs URL: https://github.com/apache/incubator-mxnet/pull/14615 This is an automated message from the Apache Git Service. To respond to the

[GitHub] [incubator-mxnet] eric-haibin-lin commented on a change in pull request #14476: Change RNN OP to stateful

2019-04-11 Thread GitBox
eric-haibin-lin commented on a change in pull request #14476: Change RNN OP to stateful URL: https://github.com/apache/incubator-mxnet/pull/14476#discussion_r274756548 ## File path: src/operator/rnn-inl.h ## @@ -438,385 +572,891 @@ class RNNOp : public Operator{ }

[GitHub] [incubator-mxnet] eric-haibin-lin commented on a change in pull request #14476: Change RNN OP to stateful

2019-04-11 Thread GitBox
eric-haibin-lin commented on a change in pull request #14476: Change RNN OP to stateful URL: https://github.com/apache/incubator-mxnet/pull/14476#discussion_r274756641 ## File path: src/operator/rnn-inl.h ## @@ -438,385 +572,891 @@ class RNNOp : public Operator{ }

[GitHub] [incubator-mxnet] eric-haibin-lin commented on a change in pull request #14476: Change RNN OP to stateful

2019-04-11 Thread GitBox
eric-haibin-lin commented on a change in pull request #14476: Change RNN OP to stateful URL: https://github.com/apache/incubator-mxnet/pull/14476#discussion_r274756281 ## File path: src/operator/rnn-inl.h ## @@ -438,385 +572,891 @@ class RNNOp : public Operator{ }

[GitHub] [incubator-mxnet] eric-haibin-lin commented on a change in pull request #14568: NAG Optimizer with multi-precision support

2019-04-11 Thread GitBox
eric-haibin-lin commented on a change in pull request #14568: NAG Optimizer with multi-precision support URL: https://github.com/apache/incubator-mxnet/pull/14568#discussion_r274754817 ## File path: python/mxnet/optimizer/optimizer.py ## @@ -1051,33 +1051,61 @@ def

[GitHub] [incubator-mxnet] eric-haibin-lin commented on a change in pull request #14570: use a compile flag to use int64 tensor size

2019-04-11 Thread GitBox
eric-haibin-lin commented on a change in pull request #14570: use a compile flag to use int64 tensor size URL: https://github.com/apache/incubator-mxnet/pull/14570#discussion_r274754298 ## File path: .gitmodules ## @@ -1,6 +1,6 @@ [submodule "3rdparty/mshadow"]

[GitHub] [incubator-mxnet] pengzhao-intel commented on issue #13735: update wavenet codes

2019-04-11 Thread GitBox
pengzhao-intel commented on issue #13735: update wavenet codes URL: https://github.com/apache/incubator-mxnet/pull/13735#issuecomment-482427320 @ThomasDelteil @safrooze @wkcn @vandanavk please help review again. Adding more examples is a really good thing for the community and look

[GitHub] [incubator-mxnet] haojin2 commented on a change in pull request #14673: [BUGFIX] fix ELU function will appear nan when calculating the gradient

2019-04-11 Thread GitBox
haojin2 commented on a change in pull request #14673: [BUGFIX] fix ELU function will appear nan when calculating the gradient URL: https://github.com/apache/incubator-mxnet/pull/14673#discussion_r274750867 ## File path: python/mxnet/gluon/nn/activations.py ## @@ -158,7

[GitHub] [incubator-mxnet] smartwell closed issue #14679: when convert caffe SSD to MXNET, how to deal repeated min_size

2019-04-11 Thread GitBox
smartwell closed issue #14679: when convert caffe SSD to MXNET, how to deal repeated min_size URL: https://github.com/apache/incubator-mxnet/issues/14679 This is an automated message from the Apache Git Service. To respond

[GitHub] [incubator-mxnet] yuxihu commented on a change in pull request #14615: Add MXEnginePushAsync and MXEnginePushSync C APIs

2019-04-11 Thread GitBox
yuxihu commented on a change in pull request #14615: Add MXEnginePushAsync and MXEnginePushSync C APIs URL: https://github.com/apache/incubator-mxnet/pull/14615#discussion_r274738854 ## File path: include/mxnet/c_api.h ## @@ -2541,6 +2553,51 @@ MXNET_DLL int

[GitHub] [incubator-mxnet] yuxihu commented on a change in pull request #14615: Add MXEnginePushAsync and MXEnginePushSync C APIs

2019-04-11 Thread GitBox
yuxihu commented on a change in pull request #14615: Add MXEnginePushAsync and MXEnginePushSync C APIs URL: https://github.com/apache/incubator-mxnet/pull/14615#discussion_r274738854 ## File path: include/mxnet/c_api.h ## @@ -2541,6 +2553,51 @@ MXNET_DLL int

[GitHub] [incubator-mxnet] KellenSunderland opened a new pull request #14680: Tweak the copy for the cudnn autotuning warning.

2019-04-11 Thread GitBox
KellenSunderland opened a new pull request #14680: Tweak the copy for the cudnn autotuning warning. URL: https://github.com/apache/incubator-mxnet/pull/14680 ## Description ## Tweak the copy for the cudnn autotuning warning.

[incubator-mxnet] branch KellenSunderland-patch-1 created (now 1e7e5fe)

2019-04-11 Thread kellen
This is an automated email from the ASF dual-hosted git repository. kellen pushed a change to branch KellenSunderland-patch-1 in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git. at 1e7e5fe Tweak the copy for the cudnn autotuning warning. This branch includes the

[incubator-mxnet] 01/01: Tweak the copy for the cudnn autotuning warning.

2019-04-11 Thread kellen
This is an automated email from the ASF dual-hosted git repository. kellen pushed a commit to branch KellenSunderland-patch-1 in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git commit 1e7e5fe4a370dc164140da132dc18a715aad3cc7 Author: Kellen Sunderland AuthorDate: Thu Apr 11

[GitHub] [incubator-mxnet] momo1986 commented on issue #14672: Is it possible for mxnet to save the best model and early stopping

2019-04-11 Thread GitBox
momo1986 commented on issue #14672: Is it possible for mxnet to save the best model and early stopping URL: https://github.com/apache/incubator-mxnet/issues/14672#issuecomment-482406117 > @momo1986 Glad that you are experimenting with the framework, I assume you are using a for loop

[GitHub] [incubator-mxnet] eric-haibin-lin commented on a change in pull request #14615: Add MXEnginePushAsync and MXEnginePushSync C APIs

2019-04-11 Thread GitBox
eric-haibin-lin commented on a change in pull request #14615: Add MXEnginePushAsync and MXEnginePushSync C APIs URL: https://github.com/apache/incubator-mxnet/pull/14615#discussion_r274735016 ## File path: include/mxnet/c_api.h ## @@ -2541,6 +2553,51 @@ MXNET_DLL int

[GitHub] [incubator-mxnet] smartwell opened a new issue #14679: when convert caffe SSD to MXNET, how to deal repeated min_size

2019-04-11 Thread GitBox
smartwell opened a new issue #14679: when convert caffe SSD to MXNET, how to deal repeated min_size URL: https://github.com/apache/incubator-mxnet/issues/14679 First, thanks for the great work. Recently,ShiqiYu group release facedetect.caffemodel, so i want to convert this model

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

2019-04-11 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 7f9dbcf Bump the publish

[GitHub] [incubator-mxnet] yuxihu commented on a change in pull request #14615: Add MXEnginePushAsync and MXEnginePushSync C APIs

2019-04-11 Thread GitBox
yuxihu commented on a change in pull request #14615: Add MXEnginePushAsync and MXEnginePushSync C APIs URL: https://github.com/apache/incubator-mxnet/pull/14615#discussion_r274731350 ## File path: include/mxnet/c_api.h ## @@ -2541,6 +2553,51 @@ MXNET_DLL int

[GitHub] [incubator-mxnet] lihaofd commented on issue #14476: Change RNN OP to stateful

2019-04-11 Thread GitBox
lihaofd commented on issue #14476: Change RNN OP to stateful URL: https://github.com/apache/incubator-mxnet/pull/14476#issuecomment-482392679 @szha I suggest we can merge the current PR and keep enhancing it in the future. Thanks

[GitHub] [incubator-mxnet] wkcn commented on a change in pull request #14615: Add MXEnginePushAsync and MXEnginePushSync C APIs

2019-04-11 Thread GitBox
wkcn commented on a change in pull request #14615: Add MXEnginePushAsync and MXEnginePushSync C APIs URL: https://github.com/apache/incubator-mxnet/pull/14615#discussion_r274726320 ## File path: include/mxnet/c_api.h ## @@ -2541,6 +2553,51 @@ MXNET_DLL int

[GitHub] [incubator-mxnet] eric-haibin-lin commented on a change in pull request #14615: Add MXEnginePushAsync and MXEnginePushSync C APIs

2019-04-11 Thread GitBox
eric-haibin-lin commented on a change in pull request #14615: Add MXEnginePushAsync and MXEnginePushSync C APIs URL: https://github.com/apache/incubator-mxnet/pull/14615#discussion_r274724314 ## File path: include/mxnet/c_api.h ## @@ -2541,6 +2553,51 @@ MXNET_DLL int

[GitHub] [incubator-mxnet] eric-haibin-lin commented on a change in pull request #14615: Add MXEnginePushAsync and MXEnginePushSync C APIs

2019-04-11 Thread GitBox
eric-haibin-lin commented on a change in pull request #14615: Add MXEnginePushAsync and MXEnginePushSync C APIs URL: https://github.com/apache/incubator-mxnet/pull/14615#discussion_r274724314 ## File path: include/mxnet/c_api.h ## @@ -2541,6 +2553,51 @@ MXNET_DLL int

[GitHub] [incubator-mxnet] eric-haibin-lin commented on a change in pull request #14615: Add MXEnginePushAsync and MXEnginePushSync C APIs

2019-04-11 Thread GitBox
eric-haibin-lin commented on a change in pull request #14615: Add MXEnginePushAsync and MXEnginePushSync C APIs URL: https://github.com/apache/incubator-mxnet/pull/14615#discussion_r274724385 ## File path: src/c_api/c_api.cc ## @@ -1401,3 +1401,84 @@ int

[GitHub] [incubator-mxnet] glingyan commented on a change in pull request #14492: use mkl sparse matrix to improve performance

2019-04-11 Thread GitBox
glingyan commented on a change in pull request #14492: use mkl sparse matrix to improve performance URL: https://github.com/apache/incubator-mxnet/pull/14492#discussion_r274714539 ## File path: 3rdparty/sparse-matrix/sparse_matrix.cc ## @@ -0,0 +1,45 @@ +#include

[GitHub] [incubator-mxnet] Jerryzcn commented on issue #11283: Group Norm

2019-04-11 Thread GitBox
Jerryzcn commented on issue #11283: Group Norm URL: https://github.com/apache/incubator-mxnet/issues/11283#issuecomment-482370733 @haojin2 This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] [incubator-mxnet] lanking520 commented on issue #14645: [MXNET-1383] Java new use of ParamObject

2019-04-11 Thread GitBox
lanking520 commented on issue #14645: [MXNET-1383] Java new use of ParamObject URL: https://github.com/apache/incubator-mxnet/pull/14645#issuecomment-482370422 @frankfliu here as well This is an automated message from the

[GitHub] [incubator-mxnet] lanking520 commented on issue #14664: mxnet-cu100mkl "illegal instruction" on CPU

2019-04-11 Thread GitBox
lanking520 commented on issue #14664: mxnet-cu100mkl "illegal instruction" on CPU URL: https://github.com/apache/incubator-mxnet/issues/14664#issuecomment-482364294 @szha This is an automated message from the Apache Git

[incubator-mxnet] branch master updated: [Clojure] enhance draw bounding box (#14567)

2019-04-11 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 0284236 [Clojure] enhance draw

[GitHub] [incubator-mxnet] gigasquid merged pull request #14567: [Clojure] enhance draw bounding box

2019-04-11 Thread GitBox
gigasquid merged pull request #14567: [Clojure] enhance draw bounding box URL: https://github.com/apache/incubator-mxnet/pull/14567 This is an automated message from the Apache Git Service. To respond to the message, please

[incubator-mxnet] branch master updated: Fix scaladoc scalastyle violations in Infer package (#14671)

2019-04-11 Thread lanking
This is an automated email from the ASF dual-hosted git repository. lanking pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git The following commit(s) were added to refs/heads/master by this push: new 6a93bda Fix scaladoc scalastyle

[GitHub] [incubator-mxnet] lanking520 merged pull request #14671: [MXNET-1385] Fix scaladoc scalastyle violations in Infer package

2019-04-11 Thread GitBox
lanking520 merged pull request #14671: [MXNET-1385] Fix scaladoc scalastyle violations in Infer package URL: https://github.com/apache/incubator-mxnet/pull/14671 This is an automated message from the Apache Git Service. To

[GitHub] [incubator-mxnet] ThomasDelteil commented on a change in pull request #14677: Fix profiler check

2019-04-11 Thread GitBox
ThomasDelteil commented on a change in pull request #14677: Fix profiler check URL: https://github.com/apache/incubator-mxnet/pull/14677#discussion_r274693255 ## File path: tests/python/unittest/test_exc_handling.py ## @@ -165,6 +166,46 @@ def test_multiple_waitalls():

[GitHub] [incubator-mxnet] haojin2 commented on issue #14602: Inconsistent naming of pow/power between mx.symbol and mx.nd

2019-04-11 Thread GitBox
haojin2 commented on issue #14602: Inconsistent naming of pow/power between mx.symbol and mx.nd URL: https://github.com/apache/incubator-mxnet/issues/14602#issuecomment-482335634 @YutingZhang Fix merged. Please let me know if the latest master solves your issue.

[GitHub] [incubator-mxnet] haojin2 merged pull request #14606: Add nd.power and sym.pow

2019-04-11 Thread GitBox
haojin2 merged pull request #14606: Add nd.power and sym.pow URL: https://github.com/apache/incubator-mxnet/pull/14606 This is an automated message from the Apache Git Service. To respond to the message, please log on to

[incubator-mxnet] branch master updated: Add nd.power and sym.pow (#14606)

2019-04-11 Thread haoj
This is an automated email from the ASF dual-hosted git repository. haoj 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 596ef3a Add nd.power and sym.pow

[GitHub] [incubator-mxnet] larroy opened a new pull request #14678: [minor] Use ubuntu_rat container for rat check

2019-04-11 Thread GitBox
larroy opened a new pull request #14678: [minor] Use ubuntu_rat container for rat check URL: https://github.com/apache/incubator-mxnet/pull/14678 ## Description ## see title ## Checklist ## ### Essentials ### Please feel free to remove inapplicable items for your PR. -

[GitHub] [incubator-mxnet] anirudhacharya commented on a change in pull request #14617: PDF operators for the random samplers, and also the Dirichlet

2019-04-11 Thread GitBox
anirudhacharya commented on a change in pull request #14617: PDF operators for the random samplers, and also the Dirichlet URL: https://github.com/apache/incubator-mxnet/pull/14617#discussion_r274654696 ## File path: tests/python/unittest/test_random.py ## @@ -290,11

[GitHub] [incubator-mxnet] vrakesh commented on issue #14672: Is it possible for mxnet to save the best model and early stopping

2019-04-11 Thread GitBox
vrakesh commented on issue #14672: Is it possible for mxnet to save the best model and early stopping URL: https://github.com/apache/incubator-mxnet/issues/14672#issuecomment-482310181 @momo1986 Glad that you are experimenting with the framework, I assume you are using a for loop setup

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

2019-04-11 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 6c9c84c Bump the publish

[GitHub] [incubator-mxnet] anirudhacharya commented on issue #14558: How to read multi-rec files efficiently?

2019-04-11 Thread GitBox
anirudhacharya commented on issue #14558: How to read multi-rec files efficiently? URL: https://github.com/apache/incubator-mxnet/issues/14558#issuecomment-482307272 @weihua04 while creating the rec file, were the labels packed with the image data?

[GitHub] [incubator-mxnet] anirudh2290 opened a new pull request #14677: Fix profiler check

2019-04-11 Thread GitBox
anirudh2290 opened a new pull request #14677: Fix profiler check URL: https://github.com/apache/incubator-mxnet/pull/14677 ## Description ## After adding the waitall PR the nightlies started failing and was reported here :

[incubator-mxnet] branch master updated: [MXNET-1287] Up scala comp (#14667)

2019-04-11 Thread lanking
This is an automated email from the ASF dual-hosted git repository. lanking pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git The following commit(s) were added to refs/heads/master by this push: new 26b14bc [MXNET-1287] Up scala comp

[GitHub] [incubator-mxnet] lanking520 merged pull request #14667: [MXNET-1287] Up scala comp

2019-04-11 Thread GitBox
lanking520 merged pull request #14667: [MXNET-1287] Up scala comp URL: https://github.com/apache/incubator-mxnet/pull/14667 This is an automated message from the Apache Git Service. To respond to the message, please log on

[GitHub] [incubator-mxnet] zachgk commented on a change in pull request #14668: [MXNET-1287] Feat dep

2019-04-11 Thread GitBox
zachgk commented on a change in pull request #14668: [MXNET-1287] Feat dep URL: https://github.com/apache/incubator-mxnet/pull/14668#discussion_r274628905 ## File path: scala-package/examples/src/main/scala/org/apache/mxnetexamples/neuralstyle/NeuralStyle.scala ## @@

[GitHub] [incubator-mxnet] zachgk commented on a change in pull request #14668: [MXNET-1287] Feat dep

2019-04-11 Thread GitBox
zachgk commented on a change in pull request #14668: [MXNET-1287] Feat dep URL: https://github.com/apache/incubator-mxnet/pull/14668#discussion_r274628608 ## File path: scala-package/core/src/main/scala/org/apache/mxnet/io/PrefetchingIter.scala ## @@ -42,71 +42,51 @@

[GitHub] [incubator-mxnet] szha commented on issue #14676: Disables flaky test test_gluon_rnn.test_layer_bidirectional

2019-04-11 Thread GitBox
szha commented on issue #14676: Disables flaky test test_gluon_rnn.test_layer_bidirectional URL: https://github.com/apache/incubator-mxnet/pull/14676#issuecomment-482290902 From the issue it doesn't seem to impact master branch. Do you know why? Would it be possible to use retry to

[GitHub] [incubator-mxnet] szha commented on issue #13103: Flaky test test_gluon_rnn.test_layer_bidirectional

2019-04-11 Thread GitBox
szha commented on issue #13103: Flaky test test_gluon_rnn.test_layer_bidirectional URL: https://github.com/apache/incubator-mxnet/issues/13103#issuecomment-482290569 @perdasilva could you elaborate on the settings for these pipelines? Are they failing because of CPU tests or GPU tests?

[GitHub] [incubator-mxnet] yuxihu commented on issue #14615: Add MXEnginePushAsync and MXEnginePushSync C APIs

2019-04-11 Thread GitBox
yuxihu commented on issue #14615: Add MXEnginePushAsync and MXEnginePushSync C APIs URL: https://github.com/apache/incubator-mxnet/pull/14615#issuecomment-482279075 @mxnet-label-bot update [Backend, pr-awaiting-merge] This

[GitHub] [incubator-mxnet] piyushghai commented on issue #14421: Updating mxnet from 1.0.0, networks give different outputs

2019-04-11 Thread GitBox
piyushghai commented on issue #14421: Updating mxnet from 1.0.0, networks give different outputs URL: https://github.com/apache/incubator-mxnet/issues/14421#issuecomment-482278093 @jmerkow The tool does save and load the same weights and checks the forward pass on the model. It does

[GitHub] [incubator-mxnet] piyushghai commented on issue #11962: Distributed and local train have different results when training a wide-deep network.

2019-04-11 Thread GitBox
piyushghai commented on issue #11962: Distributed and local train have different results when training a wide-deep network. URL: https://github.com/apache/incubator-mxnet/issues/11962#issuecomment-482276370 @jiajinyu Can you try @vrakesh's suggestions and let us know if you still see

[GitHub] [incubator-mxnet] piyushghai commented on issue #14558: How to read multi-rec files efficiently?

2019-04-11 Thread GitBox
piyushghai commented on issue #14558: How to read multi-rec files efficiently? URL: https://github.com/apache/incubator-mxnet/issues/14558#issuecomment-482274713 @anirudhacharya Can you possibly help here ? This is an

[GitHub] [incubator-mxnet] piyushghai commented on issue #14563: Performance decrease with pypi's mxnet==1.4.0 (Mac)

2019-04-11 Thread GitBox
piyushghai commented on issue #14563: Performance decrease with pypi's mxnet==1.4.0 (Mac) URL: https://github.com/apache/incubator-mxnet/issues/14563#issuecomment-482274529 Removing the Question label from this. This is an actual performance regression. @mxnet-label-bot Update

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

2019-04-11 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 5d6cffa Bump the publish

[GitHub] [incubator-mxnet] lanking520 commented on a change in pull request #14668: [MXNET-1287] Feat dep

2019-04-11 Thread GitBox
lanking520 commented on a change in pull request #14668: [MXNET-1287] Feat dep URL: https://github.com/apache/incubator-mxnet/pull/14668#discussion_r274600826 ## File path: scala-package/examples/src/main/scala/org/apache/mxnetexamples/neuralstyle/NeuralStyle.scala ## @@

[GitHub] [incubator-mxnet] lanking520 commented on a change in pull request #14668: [MXNET-1287] Feat dep

2019-04-11 Thread GitBox
lanking520 commented on a change in pull request #14668: [MXNET-1287] Feat dep URL: https://github.com/apache/incubator-mxnet/pull/14668#discussion_r274600305 ## File path: scala-package/core/src/main/scala/org/apache/mxnet/io/PrefetchingIter.scala ## @@ -42,71 +42,51 @@

[GitHub] [incubator-mxnet] eric-haibin-lin commented on a change in pull request #14492: use mkl sparse matrix to improve performance

2019-04-11 Thread GitBox
eric-haibin-lin commented on a change in pull request #14492: use mkl sparse matrix to improve performance URL: https://github.com/apache/incubator-mxnet/pull/14492#discussion_r274591570 ## File path: 3rdparty/sparse-matrix/sparse_matrix.cc ## @@ -0,0 +1,45 @@ +#include

[GitHub] [incubator-mxnet] louisfeng edited a comment on issue #12502: [NGRAPH] MXNet - nGraph initial integration

2019-04-11 Thread GitBox
louisfeng edited a comment on issue #12502: [NGRAPH] MXNet - nGraph initial integration URL: https://github.com/apache/incubator-mxnet/pull/12502#issuecomment-482246341 > @mbrookhart Pinging again. Can you rebase with master branch and address the review comments ? We have followed

[GitHub] [incubator-mxnet] louisfeng commented on issue #12502: [NGRAPH] MXNet - nGraph initial integration

2019-04-11 Thread GitBox
louisfeng commented on issue #12502: [NGRAPH] MXNet - nGraph initial integration URL: https://github.com/apache/incubator-mxnet/pull/12502#issuecomment-482246341 > @mbrookhart Pinging again. Can you rebase with master branch and address the review comments ? We have followed up with

[GitHub] [incubator-mxnet] eric-haibin-lin commented on issue #14627: Speed up SequenceReverse

2019-04-11 Thread GitBox
eric-haibin-lin commented on issue #14627: Speed up SequenceReverse URL: https://github.com/apache/incubator-mxnet/pull/14627#issuecomment-482246043 Thanks for updating the code. There were some flaky tests, could you sync with mxnet master?

[GitHub] [incubator-mxnet] piyushghai commented on issue #14674: fix a bug in inception_inference.cpp

2019-04-11 Thread GitBox
piyushghai commented on issue #14674: fix a bug in inception_inference.cpp URL: https://github.com/apache/incubator-mxnet/pull/14674#issuecomment-482244686 @leleamol Can you have a look here ? This is an automated message

[GitHub] [incubator-mxnet] Chouffe commented on a change in pull request #14195: [Clojure] Add methods based on NDArrayAPI/SymbolAPI

2019-04-11 Thread GitBox
Chouffe commented on a change in pull request #14195: [Clojure] Add methods based on NDArrayAPI/SymbolAPI URL: https://github.com/apache/incubator-mxnet/pull/14195#discussion_r274574290 ## File path: contrib/clojure-package/src/dev/generator.clj ## @@ -56,37 +60,138 @@

[GitHub] [incubator-mxnet] Chouffe commented on issue #14195: [Clojure] Add methods based on NDArrayAPI/SymbolAPI

2019-04-11 Thread GitBox
Chouffe commented on issue #14195: [Clojure] Add methods based on NDArrayAPI/SymbolAPI URL: https://github.com/apache/incubator-mxnet/pull/14195#issuecomment-482242501 We should probably start rewriting some of the examples with this once it gets merged. I can help with this

[GitHub] [incubator-mxnet] larroy commented on issue #14670: Default build with CMake not using MKL

2019-04-11 Thread GitBox
larroy commented on issue #14670: Default build with CMake not using MKL URL: https://github.com/apache/incubator-mxnet/issues/14670#issuecomment-482226423 Thanks for the great response guys, you rock! This is an automated

[incubator-mxnet] branch master updated: Avoid secondary deployment of package to local (#14647)

2019-04-11 Thread lanking
This is an automated email from the ASF dual-hosted git repository. lanking pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git The following commit(s) were added to refs/heads/master by this push: new e701e71 Avoid secondary deployment

[GitHub] [incubator-mxnet] lanking520 merged pull request #14647: Avoid secondary deployment of package to local

2019-04-11 Thread GitBox
lanking520 merged pull request #14647: Avoid secondary deployment of package to local URL: https://github.com/apache/incubator-mxnet/pull/14647 This is an automated message from the Apache Git Service. To respond to the

[GitHub] [incubator-mxnet] piyushghai commented on issue #14671: [MXNET-1385] Fix scaladoc scalastyle violations in Infer package

2019-04-11 Thread GitBox
piyushghai commented on issue #14671: [MXNET-1385] Fix scaladoc scalastyle violations in Infer package URL: https://github.com/apache/incubator-mxnet/pull/14671#issuecomment-482204534 LGTM :) This is an automated message

[incubator-mxnet] branch master updated: Fix scalastyle (#14669)

2019-04-11 Thread lanking
This is an automated email from the ASF dual-hosted git repository. lanking pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git The following commit(s) were added to refs/heads/master by this push: new 52e2e8e Fix scalastyle (#14669)

[GitHub] [incubator-mxnet] lanking520 merged pull request #14669: [MXNET-1287] Fix scalastyle

2019-04-11 Thread GitBox
lanking520 merged pull request #14669: [MXNET-1287] Fix scalastyle URL: https://github.com/apache/incubator-mxnet/pull/14669 This is an automated message from the Apache Git Service. To respond to the message, please log on

[GitHub] [incubator-mxnet] perdasilva removed a comment on issue #14675: [MKL-DNN] Test failures in Python 2

2019-04-11 Thread GitBox
perdasilva removed a comment on issue #14675: [MKL-DNN] Test failures in Python 2 URL: https://github.com/apache/incubator-mxnet/issues/14675#issuecomment-482197553 As far as I could tell, CI isn't checking MKL against python 2 (or at least not running that specific suite with python 2)

[GitHub] [incubator-mxnet] perdasilva commented on issue #14675: [MKL-DNN] Test failures in Python 2

2019-04-11 Thread GitBox
perdasilva commented on issue #14675: [MKL-DNN] Test failures in Python 2 URL: https://github.com/apache/incubator-mxnet/issues/14675#issuecomment-482197455 As far as I could tell, CI isn't checking MKL against python 2 (or at least not running that specific suite with python 2) -

[GitHub] [incubator-mxnet] perdasilva commented on issue #14675: [MKL-DNN] Test failures in Python 2

2019-04-11 Thread GitBox
perdasilva commented on issue #14675: [MKL-DNN] Test failures in Python 2 URL: https://github.com/apache/incubator-mxnet/issues/14675#issuecomment-482197553 As far as I could tell, CI isn't checking MKL against python 2 (or at least not running that specific suite with python 2) -

[GitHub] [incubator-mxnet] TaoLv commented on issue #14675: [MKL-DNN] Test failures in Python 2

2019-04-11 Thread GitBox
TaoLv commented on issue #14675: [MKL-DNN] Test failures in Python 2 URL: https://github.com/apache/incubator-mxnet/issues/14675#issuecomment-482170448 I would say that it's a strange behavior of nosetests for me. We noticed that before. The test cases look problematic but they're not

[GitHub] [incubator-mxnet] perdasilva opened a new pull request #14676: Disables flaky test test_gluon_rnn.test_layer_bidirectional

2019-04-11 Thread GitBox
perdasilva opened a new pull request #14676: Disables flaky test test_gluon_rnn.test_layer_bidirectional URL: https://github.com/apache/incubator-mxnet/pull/14676 ## Description ## Disables flaky test `test_gluon_rnn.test_layer_bidirectional`. See #13103 for more details.

[GitHub] [incubator-mxnet] perdasilva commented on issue #13103: Flaky test test_gluon_rnn.test_layer_bidirectional

2019-04-11 Thread GitBox
perdasilva commented on issue #13103: Flaky test test_gluon_rnn.test_layer_bidirectional URL: https://github.com/apache/incubator-mxnet/issues/13103#issuecomment-482086093 I'm currently working on some CD pipelines and I'm seeing this issue crop up:

[GitHub] [incubator-mxnet] chinakook commented on issue #14228: Weird gluon hybridize bug

2019-04-11 Thread GitBox
chinakook commented on issue #14228: Weird gluon hybridize bug URL: https://github.com/apache/incubator-mxnet/issues/14228#issuecomment-482060122 @eric-haibin-lin Yeah. This is an automated message from the Apache Git

[GitHub] [incubator-mxnet] david-seiler commented on issue #14617: PDF operators for the random samplers, and also the Dirichlet

2019-04-11 Thread GitBox
david-seiler commented on issue #14617: PDF operators for the random samplers, and also the Dirichlet URL: https://github.com/apache/incubator-mxnet/pull/14617#issuecomment-482042284 The build checks all pass now. What's the next step to get this merged?

[GitHub] [incubator-mxnet] fhieber commented on issue #14638: [MXNET-1382] Add the index_array operator

2019-04-11 Thread GitBox
fhieber commented on issue #14638: [MXNET-1382] Add the index_array operator URL: https://github.com/apache/incubator-mxnet/pull/14638#issuecomment-482036715 Thanks @nickguletskii , I agree, your operator seems more versatile, thanks for working on it! `contrib` is fine with me, I

[GitHub] [incubator-mxnet] perdasilva opened a new issue #14675: [MKL-DNN] Test failure in Python 2

2019-04-11 Thread GitBox
perdasilva opened a new issue #14675: [MKL-DNN] Test failure in Python 2 URL: https://github.com/apache/incubator-mxnet/issues/14675 ## Description MKL-DNN test failing in Python 2 ``` == ERROR:

[GitHub] [incubator-mxnet] mxnet-label-bot commented on issue #14675: [MKL-DNN] Test failure in Python 2

2019-04-11 Thread GitBox
mxnet-label-bot commented on issue #14675: [MKL-DNN] Test failure in Python 2 URL: https://github.com/apache/incubator-mxnet/issues/14675#issuecomment-482033928 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] champagne828 opened a new pull request #14674: Update inception_inference.cpp

2019-04-11 Thread GitBox
champagne828 opened a new pull request #14674: Update inception_inference.cpp URL: https://github.com/apache/incubator-mxnet/pull/14674 ## Description ## fix a bug when use --gpu ## Checklist ## ### Essentials ### Please feel free to remove inapplicable items for your PR.

[GitHub] [incubator-mxnet] FAFACHR closed issue #14663: Error with NDArray.Reshape

2019-04-11 Thread GitBox
FAFACHR closed issue #14663: Error with NDArray.Reshape URL: https://github.com/apache/incubator-mxnet/issues/14663 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub

[GitHub] [incubator-mxnet] FAFACHR removed a comment on issue #14663: Error with NDArray.Reshape

2019-04-11 Thread GitBox
FAFACHR removed a comment on issue #14663: Error with NDArray.Reshape URL: https://github.com/apache/incubator-mxnet/issues/14663#issuecomment-482013978 Thank you so much, I posted my issue on gluoncv github and we solve it. If anyone wants to see the solution it is Issue

[GitHub] [incubator-mxnet] FAFACHR edited a comment on issue #14663: Error with NDArray.Reshape

2019-04-11 Thread GitBox
FAFACHR edited a comment on issue #14663: Error with NDArray.Reshape URL: https://github.com/apache/incubator-mxnet/issues/14663#issuecomment-482013978 Thank you so much, I posted my issue on gluoncv github and we solve it. If anyone wants to see the solution it is Issue

[GitHub] [incubator-mxnet] FAFACHR commented on issue #14663: Error with NDArray.Reshape

2019-04-11 Thread GitBox
FAFACHR commented on issue #14663: Error with NDArray.Reshape URL: https://github.com/apache/incubator-mxnet/issues/14663#issuecomment-482014818 Thank you so much, I posted my issue on gluoncv github and we solve it. If anyone wants to see the solution it is Issue dmlc/gluon-cv#716 on

[GitHub] [incubator-mxnet] FAFACHR commented on issue #14663: Error with NDArray.Reshape

2019-04-11 Thread GitBox
FAFACHR commented on issue #14663: Error with NDArray.Reshape URL: https://github.com/apache/incubator-mxnet/issues/14663#issuecomment-482013978 Thank you so much, I posted my issue on gluoncv github and we solve it. If anyone wants to see the solution it is Issue #716 on gluoncv github

[GitHub] [incubator-mxnet] JustForFun099 commented on issue #14491: Enable slice embedding concat split fuse

2019-04-11 Thread GitBox
JustForFun099 commented on issue #14491: Enable slice embedding concat split fuse URL: https://github.com/apache/incubator-mxnet/pull/14491#issuecomment-482005297 Thanks for @apeforest 's review. below are answers to your questions: 1) why do we need this? [Generic optimization for

  1   2   >