[GitHub] juliusshufan edited a comment on issue #12591: USE_MKLDNN=1 is default in make build (mkldnn must be explicitly turned off)

2018-09-26 Thread GitBox
juliusshufan edited a comment on issue #12591: USE_MKLDNN=1 is default in make build (mkldnn must be explicitly turned off) URL: https://github.com/apache/incubator-mxnet/pull/12591#issuecomment-424968127 **RNN related data, including both accuracy, and performance/benchmarking.**

[GitHub] juliusshufan edited a comment on issue #12591: USE_MKLDNN=1 is default in make build (mkldnn must be explicitly turned off)

2018-09-26 Thread GitBox
juliusshufan edited a comment on issue #12591: USE_MKLDNN=1 is default in make build (mkldnn must be explicitly turned off) URL: https://github.com/apache/incubator-mxnet/pull/12591#issuecomment-424968127 **RNN related data, including both accuracy, and performance benchmarking.**

[GitHub] juliusshufan commented on issue #12591: USE_MKLDNN=1 is default in make build (mkldnn must be explicitly turned off)

2018-09-26 Thread GitBox
juliusshufan commented on issue #12591: USE_MKLDNN=1 is default in make build (mkldnn must be explicitly turned off) URL: https://github.com/apache/incubator-mxnet/pull/12591#issuecomment-424968127 **RNN related data, including both accuracy, and performance benchmarking.** **Accuracy**

[GitHub] ChaiBapchya commented on issue #12678: Fix #12672, importing numpy scalars (zero-dimensional arrays)

2018-09-26 Thread GitBox
ChaiBapchya commented on issue #12678: Fix #12672, importing numpy scalars (zero-dimensional arrays) URL: https://github.com/apache/incubator-mxnet/pull/12678#issuecomment-424966436 This ensures that may it be NDArray API or Symbol API, scalars/constants can be used for initialization

[GitHub] ChaiBapchya commented on issue #12677: [MXNET-995] Constant Initializer for ND Array

2018-09-26 Thread GitBox
ChaiBapchya commented on issue #12677: [MXNET-995] Constant Initializer for ND Array URL: https://github.com/apache/incubator-mxnet/pull/12677#issuecomment-424965006 Ah, alright. So I'll take mine down then. Thanks for your contribution.

[GitHub] ChaiBapchya closed pull request #12677: [MXNET-995] Constant Initializer for ND Array

2018-09-26 Thread GitBox
ChaiBapchya closed pull request #12677: [MXNET-995] Constant Initializer for ND Array URL: https://github.com/apache/incubator-mxnet/pull/12677 This is a PR merged from a forked repository. As GitHub hides the original diff on merge, it is displayed below for the sake of provenance: As

[GitHub] ChaiBapchya commented on a change in pull request #12677: [MXNET-995] Constant Initializer for ND Array

2018-09-26 Thread GitBox
ChaiBapchya commented on a change in pull request #12677: [MXNET-995] Constant Initializer for ND Array URL: https://github.com/apache/incubator-mxnet/pull/12677#discussion_r220797369 ## File path: python/mxnet/ndarray/ndarray.py ## @@ -2479,6 +2479,8 @@ def

[GitHub] eric-haibin-lin commented on a change in pull request #12502: [NGRAPH] MXNet - nGraph initial integration

2018-09-26 Thread GitBox
eric-haibin-lin commented on a change in pull request #12502: [NGRAPH] MXNet - nGraph initial integration URL: https://github.com/apache/incubator-mxnet/pull/12502#discussion_r220795212 ## File path: src/c_api/c_api_symbolic.cc ## @@ -75,6 +78,10 @@ int

[GitHub] eric-haibin-lin commented on a change in pull request #12502: [NGRAPH] MXNet - nGraph initial integration

2018-09-26 Thread GitBox
eric-haibin-lin commented on a change in pull request #12502: [NGRAPH] MXNet - nGraph initial integration URL: https://github.com/apache/incubator-mxnet/pull/12502#discussion_r220797108 ## File path: src/operator/contrib/ngraph.cc ## @@ -0,0 +1,266 @@ +/* + * Licensed to

[GitHub] vandanavk commented on issue #12681: Batch_norm parameter names mismatch on gluon

2018-09-26 Thread GitBox
vandanavk commented on issue #12681: Batch_norm parameter names mismatch on gluon URL: https://github.com/apache/incubator-mxnet/issues/12681#issuecomment-424963552 @mxnet-label-bot [Gluon, Question] This is an automated

[GitHub] ChaiBapchya commented on a change in pull request #12677: [MXNET-995] Constant Initializer for ND Array

2018-09-26 Thread GitBox
ChaiBapchya commented on a change in pull request #12677: [MXNET-995] Constant Initializer for ND Array URL: https://github.com/apache/incubator-mxnet/pull/12677#discussion_r220796702 ## File path: python/mxnet/ndarray/ndarray.py ## @@ -869,7 +869,7 @@ def

[GitHub] arogozhnikov commented on issue #12677: [MXNET-995] Constant Initializer for ND Array

2018-09-26 Thread GitBox
arogozhnikov commented on issue #12677: [MXNET-995] Constant Initializer for ND Array URL: https://github.com/apache/incubator-mxnet/pull/12677#issuecomment-424960050 Please check that this case was resolved by PR #12678 too.

[GitHub] zhreshold commented on a change in pull request #12677: [MXNET-995] Constant Initializer for ND Array

2018-09-26 Thread GitBox
zhreshold commented on a change in pull request #12677: [MXNET-995] Constant Initializer for ND Array URL: https://github.com/apache/incubator-mxnet/pull/12677#discussion_r220793186 ## File path: python/mxnet/ndarray/ndarray.py ## @@ -869,7 +869,7 @@ def

[GitHub] zhreshold commented on a change in pull request #12677: [MXNET-995] Constant Initializer for ND Array

2018-09-26 Thread GitBox
zhreshold commented on a change in pull request #12677: [MXNET-995] Constant Initializer for ND Array URL: https://github.com/apache/incubator-mxnet/pull/12677#discussion_r220793152 ## File path: python/mxnet/ndarray/ndarray.py ## @@ -2479,6 +2479,8 @@ def

[GitHub] zhreshold commented on a change in pull request #12677: [MXNET-995] Constant Initializer for ND Array

2018-09-26 Thread GitBox
zhreshold commented on a change in pull request #12677: [MXNET-995] Constant Initializer for ND Array URL: https://github.com/apache/incubator-mxnet/pull/12677#discussion_r220793334 ## File path: python/mxnet/ndarray/ndarray.py ## @@ -2479,6 +2479,8 @@ def

[GitHub] zhreshold commented on issue #12678: Fix #12672, importing numpy scalars (zero-dimensional arrays)

2018-09-26 Thread GitBox
zhreshold commented on issue #12678: Fix #12672, importing numpy scalars (zero-dimensional arrays) URL: https://github.com/apache/incubator-mxnet/pull/12678#issuecomment-424958200 LGTM, which is actually nice to have This is

[GitHub] zhreshold commented on issue #12681: Batch_norm parameter names mismatch on gluon

2018-09-26 Thread GitBox
zhreshold commented on issue #12681: Batch_norm parameter names mismatch on gluon URL: https://github.com/apache/incubator-mxnet/issues/12681#issuecomment-424957676 @piiswrong This is an automated message from the Apache

[GitHub] zhreshold commented on issue #12051: [MXNET-780] Fix exception handling bug

2018-09-26 Thread GitBox
zhreshold commented on issue #12051: [MXNET-780] Fix exception handling bug URL: https://github.com/apache/incubator-mxnet/pull/12051#issuecomment-424956566 LGTM This is an automated message from the Apache Git Service. To

[GitHub] sandeep-krishnamurthy commented on issue #12654: Change dependencies documentation opencv2-->opencv

2018-09-26 Thread GitBox
sandeep-krishnamurthy commented on issue #12654: Change dependencies documentation opencv2-->opencv URL: https://github.com/apache/incubator-mxnet/pull/12654#issuecomment-424955549 @lanking520 - I reviewed the changes before merging. Missed to add approval. Thanks for the nudge will take

[GitHub] sandeep-krishnamurthy closed issue #11689: test_gluon_data.test_multi_worker has fixed seed that can mask flakiness

2018-09-26 Thread GitBox
sandeep-krishnamurthy closed issue #11689: test_gluon_data.test_multi_worker has fixed seed that can mask flakiness URL: https://github.com/apache/incubator-mxnet/issues/11689 This is an automated message from the Apache

[GitHub] sandeep-krishnamurthy closed issue #11719: test_operator.test_laop_2 has fixed seed that can mask flakiness

2018-09-26 Thread GitBox
sandeep-krishnamurthy closed issue #11719: test_operator.test_laop_2 has fixed seed that can mask flakiness URL: https://github.com/apache/incubator-mxnet/issues/11719 This is an automated message from the Apache Git

[GitHub] sandeep-krishnamurthy closed issue #12359: Flaky test_l2_normalization on GPU

2018-09-26 Thread GitBox
sandeep-krishnamurthy closed issue #12359: Flaky test_l2_normalization on GPU URL: https://github.com/apache/incubator-mxnet/issues/12359 This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] sandeep-krishnamurthy closed issue #4709: initialization error when finetune a pretrained cnn with lstm-ctc

2018-09-26 Thread GitBox
sandeep-krishnamurthy closed issue #4709: initialization error when finetune a pretrained cnn with lstm-ctc URL: https://github.com/apache/incubator-mxnet/issues/4709 This is an automated message from the Apache Git

[GitHub] sandeep-krishnamurthy commented on issue #11542: Import to gluon not working for ONNX model

2018-09-26 Thread GitBox
sandeep-krishnamurthy commented on issue #11542: Import to gluon not working for ONNX model URL: https://github.com/apache/incubator-mxnet/issues/11542#issuecomment-424954695 @vandanavk - Can you please provide a minimum reproducible code in Gluon?

[GitHub] mbrookhart commented on a change in pull request #12502: [NGRAPH] MXNet - nGraph initial integration

2018-09-26 Thread GitBox
mbrookhart commented on a change in pull request #12502: [NGRAPH] MXNet - nGraph initial integration URL: https://github.com/apache/incubator-mxnet/pull/12502#discussion_r220786012 ## File path: include/mxnet/ndarray.h ## @@ -783,6 +792,11 @@ class NDArray { /*! This

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

2018-09-26 Thread GitBox
mbrookhart edited a comment on issue #12502: [NGRAPH] MXNet - nGraph initial integration URL: https://github.com/apache/incubator-mxnet/pull/12502#issuecomment-424948661 @zheng-da Thanks for the review! We added nGraph build and unit test jobs to Jenkins, they're running all of

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

2018-09-26 Thread GitBox
mbrookhart edited a comment on issue #12502: [NGRAPH] MXNet - nGraph initial integration URL: https://github.com/apache/incubator-mxnet/pull/12502#issuecomment-424948661 @zheng-da Thanks for the review! We added nGraph build and unit test jobs to Jenkins, they're running all of

[GitHub] mbrookhart commented on a change in pull request #12502: [NGRAPH] MXNet - nGraph initial integration

2018-09-26 Thread GitBox
mbrookhart commented on a change in pull request #12502: [NGRAPH] MXNet - nGraph initial integration URL: https://github.com/apache/incubator-mxnet/pull/12502#discussion_r220786012 ## File path: include/mxnet/ndarray.h ## @@ -783,6 +792,11 @@ class NDArray { /*! This

[GitHub] mbrookhart commented on a change in pull request #12502: [NGRAPH] MXNet - nGraph initial integration

2018-09-26 Thread GitBox
mbrookhart commented on a change in pull request #12502: [NGRAPH] MXNet - nGraph initial integration URL: https://github.com/apache/incubator-mxnet/pull/12502#discussion_r220786134 ## File path: src/operator/contrib/ngraph-inl.h ## @@ -0,0 +1,148 @@ +/* + * Licensed to

[GitHub] mbrookhart commented on a change in pull request #12502: [NGRAPH] MXNet - nGraph initial integration

2018-09-26 Thread GitBox
mbrookhart commented on a change in pull request #12502: [NGRAPH] MXNet - nGraph initial integration URL: https://github.com/apache/incubator-mxnet/pull/12502#discussion_r220786616 ## File path: src/operator/subgraph/partition_graph.cc ## @@ -753,13 +844,14 @@ Graph

[GitHub] mbrookhart commented on a change in pull request #12502: [NGRAPH] MXNet - nGraph initial integration

2018-09-26 Thread GitBox
mbrookhart commented on a change in pull request #12502: [NGRAPH] MXNet - nGraph initial integration URL: https://github.com/apache/incubator-mxnet/pull/12502#discussion_r220786255 ## File path: src/operator/contrib/ngraph.cc ## @@ -0,0 +1,266 @@ +/* + * Licensed to the

[GitHub] mbrookhart commented on a change in pull request #12502: [NGRAPH] MXNet - nGraph initial integration

2018-09-26 Thread GitBox
mbrookhart commented on a change in pull request #12502: [NGRAPH] MXNet - nGraph initial integration URL: https://github.com/apache/incubator-mxnet/pull/12502#discussion_r220786003 ## File path: include/mxnet/ndarray.h ## @@ -744,6 +748,11 @@ class NDArray { NDArray

[GitHub] mbrookhart commented on a change in pull request #12502: [NGRAPH] MXNet - nGraph initial integration

2018-09-26 Thread GitBox
mbrookhart commented on a change in pull request #12502: [NGRAPH] MXNet - nGraph initial integration URL: https://github.com/apache/incubator-mxnet/pull/12502#discussion_r220786204 ## File path: src/operator/contrib/ngraph-inl.h ## @@ -0,0 +1,148 @@ +/* + * Licensed to

[GitHub] mbrookhart commented on a change in pull request #12502: [NGRAPH] MXNet - nGraph initial integration

2018-09-26 Thread GitBox
mbrookhart commented on a change in pull request #12502: [NGRAPH] MXNet - nGraph initial integration URL: https://github.com/apache/incubator-mxnet/pull/12502#discussion_r220786662 ## File path: src/operator/subgraph/partition_graph.cc ## @@ -238,21 +239,21 @@ bool

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

2018-09-26 Thread GitBox
mbrookhart edited a comment on issue #12502: [NGRAPH] MXNet - nGraph initial integration URL: https://github.com/apache/incubator-mxnet/pull/12502#issuecomment-424948661 @zheng-da Thanks for the review! We'll provide full responses in the morning. We added nGraph build and unit test jobs

[GitHub] mbrookhart commented on issue #12502: [NGRAPH] MXNet - nGraph initial integration

2018-09-26 Thread GitBox
mbrookhart commented on issue #12502: [NGRAPH] MXNet - nGraph initial integration URL: https://github.com/apache/incubator-mxnet/pull/12502#issuecomment-424948661 @zheng-da Thanks for the review! We'll provide full responses in the morning. We added nGraph build and unit test jobs to

[GitHub] StOnEGiggity commented on issue #12660: fix bug in prelu , issue 12061

2018-09-26 Thread GitBox
StOnEGiggity commented on issue #12660: fix bug in prelu , issue 12061 URL: https://github.com/apache/incubator-mxnet/pull/12660#issuecomment-424946457 @ChaiBapchya Thanks for reviewing. 1. The original unit test case with shape ``[3,4]`` could not check computation error as #12061

[GitHub] hongBry commented on issue #10563: Suboptimal performance implementing PPO with Adam Optimizer

2018-09-26 Thread GitBox
hongBry commented on issue #10563: Suboptimal performance implementing PPO with Adam Optimizer URL: https://github.com/apache/incubator-mxnet/issues/10563#issuecomment-424945354 @FoConrad @sxjscience I also implemented PPO using mxnet-gluon, but the performance is much worse than

[GitHub] iblis17 commented on issue #10149: import Julia binding

2018-09-26 Thread GitBox
iblis17 commented on issue #10149: import Julia binding URL: https://github.com/apache/incubator-mxnet/pull/10149#issuecomment-424925881 @eric-haibin-lin https://cwiki.apache.org/confluence/display/~iblis and email: ib...@hs.ntnu.edu.tw

[GitHub] ZhennanQin opened a new issue #12681: Batch_norm parameter names mismatch on gluon

2018-09-26 Thread GitBox
ZhennanQin opened a new issue #12681: Batch_norm parameter names mismatch on gluon URL: https://github.com/apache/incubator-mxnet/issues/12681 In python/mxnet/gluon/nn/basic_layers.py: ``` class BatchNorm(HybridBlock): ... moving_mean_initializer: str or `Initializer`,

[GitHub] vandanavk commented on issue #4661: Segmentation fault:11 with Python 2.7.11 OSX

2018-09-26 Thread GitBox
vandanavk commented on issue #4661: Segmentation fault:11 with Python 2.7.11 OSX URL: https://github.com/apache/incubator-mxnet/issues/4661#issuecomment-424922933 Update: Tested on MacOS 10.12.6, MXNet 1.3.1, Python 2.7.15 too. Segmentation fault not observed. Executed `python2

[GitHub] zheng-da commented on issue #12502: [NGRAPH] MXNet - nGraph initial integration

2018-09-26 Thread GitBox
zheng-da commented on issue #12502: [NGRAPH] MXNet - nGraph initial integration URL: https://github.com/apache/incubator-mxnet/pull/12502#issuecomment-424919629 @mbrookhart @ashokei sorry for the late review. are you going to provide tests? it seems your code isn't tested at all.

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

2018-09-26 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 c16fffb Bump the publish

[GitHub] zheng-da commented on a change in pull request #12502: [NGRAPH] MXNet - nGraph initial integration

2018-09-26 Thread GitBox
zheng-da commented on a change in pull request #12502: [NGRAPH] MXNet - nGraph initial integration URL: https://github.com/apache/incubator-mxnet/pull/12502#discussion_r220764838 ## File path: src/c_api/c_api_symbolic.cc ## @@ -75,6 +78,10 @@ int MXListAllOpNames(nn_uint

[GitHub] zheng-da commented on a change in pull request #12502: [NGRAPH] MXNet - nGraph initial integration

2018-09-26 Thread GitBox
zheng-da commented on a change in pull request #12502: [NGRAPH] MXNet - nGraph initial integration URL: https://github.com/apache/incubator-mxnet/pull/12502#discussion_r220766373 ## File path: src/operator/subgraph/partition_graph.cc ## @@ -238,21 +239,21 @@ bool

[GitHub] zheng-da commented on a change in pull request #12502: [NGRAPH] MXNet - nGraph initial integration

2018-09-26 Thread GitBox
zheng-da commented on a change in pull request #12502: [NGRAPH] MXNet - nGraph initial integration URL: https://github.com/apache/incubator-mxnet/pull/12502#discussion_r220765699 ## File path: src/operator/contrib/ngraph-inl.h ## @@ -0,0 +1,148 @@ +/* + * Licensed to the

[GitHub] zheng-da commented on a change in pull request #12502: [NGRAPH] MXNet - nGraph initial integration

2018-09-26 Thread GitBox
zheng-da commented on a change in pull request #12502: [NGRAPH] MXNet - nGraph initial integration URL: https://github.com/apache/incubator-mxnet/pull/12502#discussion_r220766251 ## File path: src/operator/contrib/ngraph.cc ## @@ -0,0 +1,266 @@ +/* + * Licensed to the

[GitHub] zheng-da commented on a change in pull request #12502: [NGRAPH] MXNet - nGraph initial integration

2018-09-26 Thread GitBox
zheng-da commented on a change in pull request #12502: [NGRAPH] MXNet - nGraph initial integration URL: https://github.com/apache/incubator-mxnet/pull/12502#discussion_r220764747 ## File path: include/mxnet/ndarray.h ## @@ -744,6 +748,11 @@ class NDArray { NDArray

[GitHub] zheng-da commented on a change in pull request #12502: [NGRAPH] MXNet - nGraph initial integration

2018-09-26 Thread GitBox
zheng-da commented on a change in pull request #12502: [NGRAPH] MXNet - nGraph initial integration URL: https://github.com/apache/incubator-mxnet/pull/12502#discussion_r220764530 ## File path: include/mxnet/ndarray.h ## @@ -783,6 +792,11 @@ class NDArray { /*! This

[GitHub] zheng-da commented on a change in pull request #12502: [NGRAPH] MXNet - nGraph initial integration

2018-09-26 Thread GitBox
zheng-da commented on a change in pull request #12502: [NGRAPH] MXNet - nGraph initial integration URL: https://github.com/apache/incubator-mxnet/pull/12502#discussion_r220766802 ## File path: src/operator/subgraph/partition_graph.cc ## @@ -753,13 +844,14 @@ Graph

[GitHub] zheng-da commented on a change in pull request #12502: [NGRAPH] MXNet - nGraph initial integration

2018-09-26 Thread GitBox
zheng-da commented on a change in pull request #12502: [NGRAPH] MXNet - nGraph initial integration URL: https://github.com/apache/incubator-mxnet/pull/12502#discussion_r220765134 ## File path: src/operator/contrib/ngraph-inl.h ## @@ -0,0 +1,148 @@ +/* + * Licensed to the

[GitHub] zhreshold commented on issue #4661: Segmentation fault:11 with Python 2.7.11 OSX

2018-09-26 Thread GitBox
zhreshold commented on issue #4661: Segmentation fault:11 with Python 2.7.11 OSX URL: https://github.com/apache/incubator-mxnet/issues/4661#issuecomment-424917299 @vandanavk The original issue started with "Operating System: OS X 10.11.6". But you are testing on ubuntu.

[GitHub] Ldpe2G commented on issue #12679: How to get the true value of the mxnet.NDArray by Scala

2018-09-26 Thread GitBox
Ldpe2G commented on issue #12679: How to get the true value of the mxnet.NDArray by Scala URL: https://github.com/apache/incubator-mxnet/issues/12679#issuecomment-424917024 @ustcfd 1. getOutputs method returns IndexedSeq[IndexedSeq[NDArray]], refer to

[GitHub] vandanavk commented on issue #4661: Segmentation fault:11 with Python 2.7.11 OSX

2018-09-26 Thread GitBox
vandanavk commented on issue #4661: Segmentation fault:11 with Python 2.7.11 OSX URL: https://github.com/apache/incubator-mxnet/issues/4661#issuecomment-424916823 Issue not reproducible with MXNet 1.3.1, Python 2.7 and Python 3.6. Verified on DL AMI with Ubuntu. @shadowinlife

[GitHub] Cpruce closed issue #12669: Dropout output shape not the same as input shape

2018-09-26 Thread GitBox
Cpruce closed issue #12669: Dropout output shape not the same as input shape URL: https://github.com/apache/incubator-mxnet/issues/12669 This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] marcoabreu closed issue #10583: Slave hanging as part of KVStore test

2018-09-26 Thread GitBox
marcoabreu closed issue #10583: Slave hanging as part of KVStore test URL: https://github.com/apache/incubator-mxnet/issues/10583 This is an automated message from the Apache Git Service. To respond to the message, please

[GitHub] ustcfd commented on issue #12680: How to get the true value of the mxnet.NDArray by Scala

2018-09-26 Thread GitBox
ustcfd commented on issue #12680: How to get the true value of the mxnet.NDArray by Scala URL: https://github.com/apache/incubator-mxnet/issues/12680#issuecomment-424914868 This is a duplicate。My fault,sorry. This is an

[GitHub] ustcfd closed issue #12680: How to get the true value of the mxnet.NDArray by Scala

2018-09-26 Thread GitBox
ustcfd closed issue #12680: How to get the true value of the mxnet.NDArray by Scala URL: https://github.com/apache/incubator-mxnet/issues/12680 This is an automated message from the Apache Git Service. To respond to the

[GitHub] vandanavk commented on issue #12679: How to get the true value of the mxnet.NDArray by Scala

2018-09-26 Thread GitBox
vandanavk commented on issue #12679: How to get the true value of the mxnet.NDArray by Scala URL: https://github.com/apache/incubator-mxnet/issues/12679#issuecomment-424912675 @mxnet-label-bot [Scala, NDArray, Question]

[GitHub] myme5261314 commented on issue #11108: Seems the gperftools-devel and jemalloc-devel wouldn't be detected correctly on rhel(Redhat Enterprise Linux)

2018-09-26 Thread GitBox
myme5261314 commented on issue #11108: Seems the gperftools-devel and jemalloc-devel wouldn't be detected correctly on rhel(Redhat Enterprise Linux) URL: https://github.com/apache/incubator-mxnet/issues/11108#issuecomment-424912596 Seems my pull request had solved it when I proposed this

[GitHub] vandanavk edited a comment on issue #12680: How to get the true value of the mxnet.NDArray by Scala

2018-09-26 Thread GitBox
vandanavk edited a comment on issue #12680: How to get the true value of the mxnet.NDArray by Scala URL: https://github.com/apache/incubator-mxnet/issues/12680#issuecomment-424912280 Please close this in favor of https://github.com/apache/incubator-mxnet/issues/12679. This seems to be a

[GitHub] vandanavk commented on issue #12680: How to get the true value of the mxnet.NDArray by Scala

2018-09-26 Thread GitBox
vandanavk commented on issue #12680: How to get the true value of the mxnet.NDArray by Scala URL: https://github.com/apache/incubator-mxnet/issues/12680#issuecomment-424912280 Please close this in favor of https://github.com/apache/incubator-mxnet/issues/12679

[GitHub] ustcfd opened a new issue #12680: How to get the true value of the mxnet.NDArray by Scala

2018-09-26 Thread GitBox
ustcfd opened a new issue #12680: How to get the true value of the mxnet.NDArray by Scala URL: https://github.com/apache/incubator-mxnet/issues/12680 I’ve trained my model using mxnet_1.3 python HybridBlock. Then I load the trained model in Scala. I didn’t get any errors when I run

[GitHub] vandanavk commented on issue #11542: Import to gluon not working for ONNX model

2018-09-26 Thread GitBox
vandanavk commented on issue #11542: Import to gluon not working for ONNX model URL: https://github.com/apache/incubator-mxnet/issues/11542#issuecomment-424910552 @sandeep-krishnamurthy Please change the label to [Bug, Gluon]. The issue occurs on Gluon import of certain models (not ONNX

[GitHub] ustcfd opened a new issue #12679: How to get the true value of the mxnet.NDArray by Scala

2018-09-26 Thread GitBox
ustcfd opened a new issue #12679: How to get the true value of the mxnet.NDArray by Scala URL: https://github.com/apache/incubator-mxnet/issues/12679 I’ve trained my model using mxnet_1.3 python HybridBlock. Then I load the trained model in Scala. I didn’t get any errors when I run

[GitHub] vandanavk commented on issue #4709: initialization error when finetune a pretrained cnn with lstm-ctc

2018-09-26 Thread GitBox
vandanavk commented on issue #4709: initialization error when finetune a pretrained cnn with lstm-ctc URL: https://github.com/apache/incubator-mxnet/issues/4709#issuecomment-424908583 @sandeep-krishnamurthy Please close this issue for now. @xinghedyc Please reopen this issue if you

[GitHub] vandanavk commented on issue #12678: Fix #12672, importing numpy scalars (zero-dimensional arrays)

2018-09-26 Thread GitBox
vandanavk commented on issue #12678: Fix #12672, importing numpy scalars (zero-dimensional arrays) URL: https://github.com/apache/incubator-mxnet/pull/12678#issuecomment-424906940 @mxnet-label-bot [pr-awaiting-review] @ChaiBapchya

[GitHub] vandanavk commented on issue #12677: [MXNET-995] Constant Initializer for ND Array

2018-09-26 Thread GitBox
vandanavk commented on issue #12677: [MXNET-995] Constant Initializer for ND Array URL: https://github.com/apache/incubator-mxnet/pull/12677#issuecomment-424906720 @mxnet-label-bot [pr-awaiting-review] This is an automated

[GitHub] gigasquid commented on issue #10149: import Julia binding

2018-09-26 Thread GitBox
gigasquid commented on issue #10149: import Julia binding URL: https://github.com/apache/incubator-mxnet/pull/10149#issuecomment-424905669 There is a discussion on the dev list about how best to merge

[GitHub] arogozhnikov opened a new pull request #12678: Fix https://github.com/apache/incubator-mxnet/issues/12672

2018-09-26 Thread GitBox
arogozhnikov opened a new pull request #12678: Fix https://github.com/apache/incubator-mxnet/issues/12672 URL: https://github.com/apache/incubator-mxnet/pull/12678 ## Description ## Problem that caused #12672 is in using np.ascontiguousarray, which is buggy for zero-dimensional

[GitHub] ChaiBapchya opened a new pull request #12677: [MXNET-995] Constant Initializer for ND Array

2018-09-26 Thread GitBox
ChaiBapchya opened a new pull request #12677: [MXNET-995] Constant Initializer for ND Array URL: https://github.com/apache/incubator-mxnet/pull/12677 ## Description ## Allows 1D (constant) to be used to initialize an NDArray or Symbol Fixes #12672 and #12676 ## Checklist ##

[GitHub] ankkhedia commented on issue #12664: [MXNET-637] Multidimensional LSTM example for MXNetR

2018-09-26 Thread GitBox
ankkhedia commented on issue #12664: [MXNET-637] Multidimensional LSTM example for MXNetR URL: https://github.com/apache/incubator-mxnet/pull/12664#issuecomment-424901587 @aaronmarkham I have tested the above tutorial on Mac, so didn't put out GPU explicitly.

[GitHub] vandanavk commented on issue #10271: MxNet S3 driver sometimes fails to read even after 50 retries

2018-09-26 Thread GitBox
vandanavk commented on issue #10271: MxNet S3 driver sometimes fails to read even after 50 retries URL: https://github.com/apache/incubator-mxnet/issues/10271#issuecomment-42491 @ajayvohra2005 Please help verify the changes in https://github.com/dmlc/dmlc-core/pull/384. Thanks

[GitHub] vandanavk commented on issue #12358: Fix flaky test : test_ndarray.test_order

2018-09-26 Thread GitBox
vandanavk commented on issue #12358: Fix flaky test : test_ndarray.test_order URL: https://github.com/apache/incubator-mxnet/pull/12358#issuecomment-424899381 LGTM This is an automated message from the Apache Git Service. To

[GitHub] aaronmarkham commented on issue #12415: test_gluon.test_import failure in CI

2018-09-26 Thread GitBox
aaronmarkham commented on issue #12415: test_gluon.test_import failure in CI URL: https://github.com/apache/incubator-mxnet/issues/12415#issuecomment-424898521 @kalyc It's failing on Windows so testing it on a Mac might not reproduce it.

[GitHub] aaronmarkham commented on issue #12415: test_gluon.test_import failure in CI

2018-09-26 Thread GitBox
aaronmarkham commented on issue #12415: test_gluon.test_import failure in CI URL: https://github.com/apache/incubator-mxnet/issues/12415#issuecomment-424898221 Failed again: http://jenkins.mxnet-ci.amazon-ml.com/blue/organizations/jenkins/incubator-mxnet/detail/PR-12667/2/pipeline

[GitHub] aaronmarkham opened a new issue #12415: test_gluon.test_import failure in CI

2018-09-26 Thread GitBox
aaronmarkham opened a new issue #12415: test_gluon.test_import failure in CI URL: https://github.com/apache/incubator-mxnet/issues/12415 Windows env trying to access a model and some other process already has it.

[GitHub] vandanavk commented on issue #12358: Fix flaky test : test_ndarray.test_order

2018-09-26 Thread GitBox
vandanavk commented on issue #12358: Fix flaky test : test_ndarray.test_order URL: https://github.com/apache/incubator-mxnet/pull/12358#issuecomment-424897720 @haojin2 This is an automated message from the Apache Git

[GitHub] ChaiBapchya commented on issue #12676: Mismatched Shapes in Value Error

2018-09-26 Thread GitBox
ChaiBapchya commented on issue #12676: Mismatched Shapes in Value Error URL: https://github.com/apache/incubator-mxnet/issues/12676#issuecomment-424895649 @mxnet-label-bot [Bug] This is an automated message from the Apache

[GitHub] vandanavk commented on issue #12676: Mismatched Shapes in Value Error

2018-09-26 Thread GitBox
vandanavk commented on issue #12676: Mismatched Shapes in Value Error URL: https://github.com/apache/incubator-mxnet/issues/12676#issuecomment-424894926 @mxnet-label-bot [NDArray] This is an automated message from the Apache

[GitHub] ChaiBapchya opened a new issue #12676: Mismatched Shapes in Value Error

2018-09-26 Thread GitBox
ChaiBapchya opened a new issue #12676: Mismatched Shapes in Value Error URL: https://github.com/apache/incubator-mxnet/issues/12676 ## Description Shapes given in the Value error seem to be mismatched between expected and got Python Compiler: visual studio MXNet

[GitHub] anirudh2290 commented on issue #12051: [MXNET-780] Fix exception handling bug

2018-09-26 Thread GitBox
anirudh2290 commented on issue #12051: [MXNET-780] Fix exception handling bug URL: https://github.com/apache/incubator-mxnet/pull/12051#issuecomment-424889463 This is ready for review @zhreshold @vandanavk @stu1130 can you please take a look.

[GitHub] aaronmarkham commented on issue #12518: Documentation indices for Random Samplers incomplete

2018-09-26 Thread GitBox
aaronmarkham commented on issue #12518: Documentation indices for Random Samplers incomplete URL: https://github.com/apache/incubator-mxnet/issues/12518#issuecomment-424889176 Hi @asmushetzel I can see what you're seeing. In the top-most sections that are overviews, you see specific

[GitHub] hetong007 commented on a change in pull request #12670: [MXNET-833] [R] Char-level RNN tutorial fix

2018-09-26 Thread GitBox
hetong007 commented on a change in pull request #12670: [MXNET-833] [R] Char-level RNN tutorial fix URL: https://github.com/apache/incubator-mxnet/pull/12670#discussion_r220741493 ## File path: R-package/vignettes/CharRnnModel.Rmd ## @@ -36,237 +32,262 @@ download.data <-

[GitHub] hetong007 commented on a change in pull request #12670: [MXNET-833] [R] Char-level RNN tutorial fix

2018-09-26 Thread GitBox
hetong007 commented on a change in pull request #12670: [MXNET-833] [R] Char-level RNN tutorial fix URL: https://github.com/apache/incubator-mxnet/pull/12670#discussion_r220741246 ## File path: R-package/vignettes/CharRnnModel.Rmd ## @@ -36,237 +32,262 @@ download.data <-

[GitHub] anirudhacharya commented on a change in pull request #12670: [MXNET-833] [R] Char-level RNN tutorial fix

2018-09-26 Thread GitBox
anirudhacharya commented on a change in pull request #12670: [MXNET-833] [R] Char-level RNN tutorial fix URL: https://github.com/apache/incubator-mxnet/pull/12670#discussion_r220741000 ## File path: R-package/vignettes/CharRnnModel.Rmd ## @@ -36,237 +32,262 @@

[GitHub] hetong007 commented on a change in pull request #12664: [MXNET-637] Multidimensional LSTM example for MXNetR

2018-09-26 Thread GitBox
hetong007 commented on a change in pull request #12664: [MXNET-637] Multidimensional LSTM example for MXNetR URL: https://github.com/apache/incubator-mxnet/pull/12664#discussion_r220740769 ## File path: R-package/vignettes/MultidimLstm.Rmd ## @@ -0,0 +1,362 @@ +LSTM time

[GitHub] anirudhacharya commented on a change in pull request #12670: [MXNET-833] [R] Char-level RNN tutorial fix

2018-09-26 Thread GitBox
anirudhacharya commented on a change in pull request #12670: [MXNET-833] [R] Char-level RNN tutorial fix URL: https://github.com/apache/incubator-mxnet/pull/12670#discussion_r220740907 ## File path: R-package/vignettes/CharRnnModel.Rmd ## @@ -36,237 +32,262 @@

[GitHub] ankkhedia commented on a change in pull request #12670: [MXNET-833] [R] Char-level RNN tutorial fix

2018-09-26 Thread GitBox
ankkhedia commented on a change in pull request #12670: [MXNET-833] [R] Char-level RNN tutorial fix URL: https://github.com/apache/incubator-mxnet/pull/12670#discussion_r220740407 ## File path: R-package/vignettes/CharRnnModel.Rmd ## @@ -36,237 +32,262 @@ download.data <-

[GitHub] hetong007 commented on a change in pull request #12664: [MXNET-637] Multidimensional LSTM example for MXNetR

2018-09-26 Thread GitBox
hetong007 commented on a change in pull request #12664: [MXNET-637] Multidimensional LSTM example for MXNetR URL: https://github.com/apache/incubator-mxnet/pull/12664#discussion_r220739654 ## File path: R-package/vignettes/MultidimLstm.Rmd ## @@ -0,0 +1,362 @@ +LSTM time

[GitHub] ankkhedia commented on a change in pull request #12670: [MXNET-833] [R] Char-level RNN tutorial fix

2018-09-26 Thread GitBox
ankkhedia commented on a change in pull request #12670: [MXNET-833] [R] Char-level RNN tutorial fix URL: https://github.com/apache/incubator-mxnet/pull/12670#discussion_r220739505 ## File path: R-package/vignettes/CharRnnModel.Rmd ## @@ -36,237 +32,262 @@ download.data <-

[GitHub] piyushghai commented on issue #12639: [MXNET-947] Expand scala imclassification example with resnet

2018-09-26 Thread GitBox
piyushghai commented on issue #12639: [MXNET-947] Expand scala imclassification example with resnet URL: https://github.com/apache/incubator-mxnet/pull/12639#issuecomment-424886143 This unittest ```test_gluon.test_import``` failed on this PR with error : ``` ERROR:

[GitHub] vandanavk commented on issue #12359: Flaky test_l2_normalization on GPU

2018-09-26 Thread GitBox
vandanavk commented on issue #12359: Flaky test_l2_normalization on GPU URL: https://github.com/apache/incubator-mxnet/issues/12359#issuecomment-424883680 @sandeep-krishnamurthy Please close this issue as the PR has been merged. @reminisce Please feel free to reopen if you see this

[GitHub] vandanavk commented on issue #11719: test_operator.test_laop_2 has fixed seed that can mask flakiness

2018-09-26 Thread GitBox
vandanavk commented on issue #11719: test_operator.test_laop_2 has fixed seed that can mask flakiness URL: https://github.com/apache/incubator-mxnet/issues/11719#issuecomment-424881919 @sandeep-krishnamurthy Please close this issue as PR has been merged

[GitHub] sandeep-krishnamurthy closed issue #12439: R MXNET install fails (`cannot open url`)

2018-09-26 Thread GitBox
sandeep-krishnamurthy closed issue #12439: R MXNET install fails (`cannot open url`) URL: https://github.com/apache/incubator-mxnet/issues/12439 This is an automated message from the Apache Git Service. To respond to the

[GitHub] vandanavk commented on issue #11689: test_gluon_data.test_multi_worker has fixed seed that can mask flakiness

2018-09-26 Thread GitBox
vandanavk commented on issue #11689: test_gluon_data.test_multi_worker has fixed seed that can mask flakiness URL: https://github.com/apache/incubator-mxnet/issues/11689#issuecomment-424880641 PR https://github.com/apache/incubator-mxnet/pull/12315 has enabled this test. cc

[GitHub] sandeep-krishnamurthy closed issue #12491: undefined symbol: _ZTVN2cv11_InputArrayE on `make rpkg` when USE_OPENCV=0

2018-09-26 Thread GitBox
sandeep-krishnamurthy closed issue #12491: undefined symbol: _ZTVN2cv11_InputArrayE on `make rpkg` when USE_OPENCV=0 URL: https://github.com/apache/incubator-mxnet/issues/12491 This is an automated message from the Apache

[GitHub] ankkhedia commented on issue #12491: undefined symbol: _ZTVN2cv11_InputArrayE on `make rpkg` when USE_OPENCV=0

2018-09-26 Thread GitBox
ankkhedia commented on issue #12491: undefined symbol: _ZTVN2cv11_InputArrayE on `make rpkg` when USE_OPENCV=0 URL: https://github.com/apache/incubator-mxnet/issues/12491#issuecomment-424879855 @sandeep-krishnamurthy Could you please close the issue as question has been answered

[GitHub] vandanavk commented on issue #9015: [C++] Unit tests failing on Mac

2018-09-26 Thread GitBox
vandanavk commented on issue #9015: [C++] Unit tests failing on Mac URL: https://github.com/apache/incubator-mxnet/issues/9015#issuecomment-424878350 With MxNet 1.3.1 ``` [ PASSED ] 71 tests. [ FAILED ] 2 tests, listed below: [ FAILED ]

[GitHub] ankkhedia commented on issue #12358: Fix flaky test : test_ndarray.test_order

2018-09-26 Thread GitBox
ankkhedia commented on issue #12358: Fix flaky test : test_ndarray.test_order URL: https://github.com/apache/incubator-mxnet/pull/12358#issuecomment-424870535 @mxnet-label-bot [pr-awaiting-review] This is an automated

  1   2   >