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

2020-02-29 Thread aaronmarkham
This is an automated email from the ASF dual-hosted git repository. aaronmarkham 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 64477e4 Bump the

[GitHub] [incubator-mxnet] pengzhao-intel commented on issue #17702: Support projection feature for LSTM on CPU (Only Inference)

2020-02-29 Thread GitBox
pengzhao-intel commented on issue #17702: Support projection feature for LSTM on CPU (Only Inference) URL: https://github.com/apache/incubator-mxnet/pull/17702#issuecomment-593059183 Thanks for all of your great works. I will merge PR after passed CI.

[GitHub] [incubator-mxnet] ChaiBapchya edited a comment on issue #17449: [Large Tensor] Implemented LT flag for OpPerf testing

2020-02-29 Thread GitBox
ChaiBapchya edited a comment on issue #17449: [Large Tensor] Implemented LT flag for OpPerf testing URL: https://github.com/apache/incubator-mxnet/pull/17449#issuecomment-593053525 While full opperf suite was run initially (and has been linked in the description) was full opperf run

[GitHub] [incubator-mxnet] ChaiBapchya edited a comment on issue #17449: [Large Tensor] Implemented LT flag for OpPerf testing

2020-02-29 Thread GitBox
ChaiBapchya edited a comment on issue #17449: [Large Tensor] Implemented LT flag for OpPerf testing URL: https://github.com/apache/incubator-mxnet/pull/17449#issuecomment-593053525 While full opperf suite was run initially (and has been linked in the description) was full opperf run

[GitHub] [incubator-mxnet] ChaiBapchya commented on issue #17449: [Large Tensor] Implemented LT flag for OpPerf testing

2020-02-29 Thread GitBox
ChaiBapchya commented on issue #17449: [Large Tensor] Implemented LT flag for OpPerf testing URL: https://github.com/apache/incubator-mxnet/pull/17449#issuecomment-593053525 While full opperf suite was run initially (and has been linked in the description) was full opperf run after the

[GitHub] [incubator-mxnet] leezu opened a new pull request #17732: Update 3rdparty/ps-lite

2020-02-29 Thread GitBox
leezu opened a new pull request #17732: Update 3rdparty/ps-lite URL: https://github.com/apache/incubator-mxnet/pull/17732 Fixes #17299 This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] [incubator-mxnet] leezu commented on issue #17658: Update website, README and NEWS with 1.6.0

2020-02-29 Thread GitBox
leezu commented on issue #17658: Update website, README and NEWS with 1.6.0 URL: https://github.com/apache/incubator-mxnet/pull/17658#issuecomment-593048237 Retriggered windows gpu pipeline This is an automated message from

[GitHub] [incubator-mxnet] leezu commented on issue #17658: Update website, README and NEWS with 1.6.0

2020-02-29 Thread GitBox
leezu commented on issue #17658: Update website, README and NEWS with 1.6.0 URL: https://github.com/apache/incubator-mxnet/pull/17658#issuecomment-593048160 > What is the timeline for getting Windows pip packages ready? They need to be built manually. @yajiedesign was helping with

[GitHub] [incubator-mxnet] zixuanweeei edited a comment on issue #17632: [Large Tensor] Fixed RNN op

2020-02-29 Thread GitBox
zixuanweeei edited a comment on issue #17632: [Large Tensor] Fixed RNN op URL: https://github.com/apache/incubator-mxnet/pull/17632#issuecomment-593045926 > @zixuanweeei Could you please take a look at the changes? Seems need coordinate with the changes in #17702. Let's wait for

[GitHub] [incubator-mxnet] zixuanweeei commented on issue #17632: [Large Tensor] Fixed RNN op

2020-02-29 Thread GitBox
zixuanweeei commented on issue #17632: [Large Tensor] Fixed RNN op URL: https://github.com/apache/incubator-mxnet/pull/17632#issuecomment-593045926 > @zixuanweeei Could you please take a look at the changes? Seems need coordinate with the changes in #17702. Let's wait for

[GitHub] [incubator-mxnet] zixuanweeei commented on a change in pull request #17632: [Large Tensor] Fixed RNN op

2020-02-29 Thread GitBox
zixuanweeei commented on a change in pull request #17632: [Large Tensor] Fixed RNN op URL: https://github.com/apache/incubator-mxnet/pull/17632#discussion_r386071456 ## File path: src/operator/rnn_impl.h ## @@ -146,15 +146,15 @@ void LstmForwardTraining(DType* ws,

[GitHub] [incubator-mxnet] zixuanweeei commented on a change in pull request #17702: Support projection feature for LSTM on CPU (Only Inference)

2020-02-29 Thread GitBox
zixuanweeei commented on a change in pull request #17702: Support projection feature for LSTM on CPU (Only Inference) URL: https://github.com/apache/incubator-mxnet/pull/17702#discussion_r386069714 ## File path: src/operator/rnn_impl.h ## @@ -219,7 +220,10 @@ void

[GitHub] [incubator-mxnet] zixuanweeei commented on a change in pull request #17702: Support projection feature for LSTM on CPU (Only Inference)

2020-02-29 Thread GitBox
zixuanweeei commented on a change in pull request #17702: Support projection feature for LSTM on CPU (Only Inference) URL: https://github.com/apache/incubator-mxnet/pull/17702#discussion_r386069647 ## File path: src/operator/rnn.cc ## @@ -385,7 +399,9 @@ The definition of

[GitHub] [incubator-mxnet] zixuanweeei commented on a change in pull request #17702: Support projection feature for LSTM on CPU (Only Inference)

2020-02-29 Thread GitBox
zixuanweeei commented on a change in pull request #17702: Support projection feature for LSTM on CPU (Only Inference) URL: https://github.com/apache/incubator-mxnet/pull/17702#discussion_r386069654 ## File path: src/operator/rnn.cc ## @@ -427,7 +443,9 @@

[GitHub] [incubator-mxnet] ChaiBapchya commented on issue #17487: [OpPerf] Consolidate array manipulation related operators

2020-02-29 Thread GitBox
ChaiBapchya commented on issue #17487: [OpPerf] Consolidate array manipulation related operators URL: https://github.com/apache/incubator-mxnet/pull/17487#issuecomment-593025725 CPU : Entire OpPerf suite https://gist.github.com/ChaiBapchya/5b5365563b12d5156515ebc62c3032c0

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

2020-02-29 Thread aaronmarkham
This is an automated email from the ASF dual-hosted git repository. aaronmarkham 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 f2263db Bump the

[GitHub] [incubator-mxnet] oleg-trott commented on issue #17472: Memory corruption issue with unravel_index

2020-02-29 Thread GitBox
oleg-trott commented on issue #17472: Memory corruption issue with unravel_index URL: https://github.com/apache/incubator-mxnet/issues/17472#issuecomment-593006992 I can confirm it here too (mxnet 1.5.1 on Linux) ``` free(): invalid pointer Aborted (core dumped) ```

[GitHub] [incubator-mxnet] ptrendx commented on issue #17658: Update website, README and NEWS with 1.6.0

2020-02-29 Thread GitBox
ptrendx commented on issue #17658: Update website, README and NEWS with 1.6.0 URL: https://github.com/apache/incubator-mxnet/pull/17658#issuecomment-593000714 > Get Started for Windows is not covered in this PR. So users visiting

[GitHub] [incubator-mxnet] oleg-trott edited a comment on issue #17684: The output of the ReLU layer in MXNET is different from that in tensorflow and cntk

2020-02-29 Thread GitBox
oleg-trott edited a comment on issue #17684: The output of the ReLU layer in MXNET is different from that in tensorflow and cntk URL: https://github.com/apache/incubator-mxnet/issues/17684#issuecomment-592997242 @braindotai > As given

[GitHub] [incubator-mxnet] oleg-trott commented on issue #17684: The output of the ReLU layer in MXNET is different from that in tensorflow and cntk

2020-02-29 Thread GitBox
oleg-trott commented on issue #17684: The output of the ReLU layer in MXNET is different from that in tensorflow and cntk URL: https://github.com/apache/incubator-mxnet/issues/17684#issuecomment-592997242 @braindotai > As given

[incubator-mxnet] branch master updated: Fix get_started pip instructions (#17725)

2020-02-29 Thread lausen
This is an automated email from the ASF dual-hosted git repository. lausen 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 10a12d5 Fix get_started pip

[GitHub] [incubator-mxnet] leezu merged pull request #17725: Fix get_started pip instructions

2020-02-29 Thread GitBox
leezu merged pull request #17725: Fix get_started pip instructions URL: https://github.com/apache/incubator-mxnet/pull/17725 This is an automated message from the Apache Git Service. To respond to the message, please log on

[GitHub] [incubator-mxnet] szha commented on issue #17701: [RFC] New Branches for MXNet 1.x, 1.7.x, and 2.x

2020-02-29 Thread GitBox
szha commented on issue #17701: [RFC] New Branches for MXNet 1.x, 1.7.x, and 2.x URL: https://github.com/apache/incubator-mxnet/issues/17701#issuecomment-592984631 Contributors are encouraged to create PR against master branch. Since master branch is the development branch for 2.0,

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

2020-02-29 Thread aaronmarkham
This is an automated email from the ASF dual-hosted git repository. aaronmarkham 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 5f128b7 Bump the

[GitHub] [incubator-mxnet] leezu opened a new issue #17731: Large Tensor nightly test broken

2020-02-29 Thread GitBox
leezu opened a new issue #17731: Large Tensor nightly test broken URL: https://github.com/apache/incubator-mxnet/issues/17731 `[2020-02-28T20:55:33.342Z] mxnet.base.MXNetError: MXNetError: Shape inconsistent, Provided = [43], inferred shape=[5032704]`

[GitHub] [incubator-mxnet] leezu commented on a change in pull request #17725: Fix get_started pip instructions

2020-02-29 Thread GitBox
leezu commented on a change in pull request #17725: Fix get_started pip instructions URL: https://github.com/apache/incubator-mxnet/pull/17725#discussion_r386042558 ## File path: docs/static_site/src/_includes/get_started/windows/python/cpu/pip.md ## @@ -70,4 +70,4 @@ $

[GitHub] [incubator-mxnet] sxjscience merged pull request #17400: [MXNET-#16167] Refactor Optimizer

2020-02-29 Thread GitBox
sxjscience merged pull request #17400: [MXNET-#16167] Refactor Optimizer URL: https://github.com/apache/incubator-mxnet/pull/17400 This is an automated message from the Apache Git Service. To respond to the message, please

[GitHub] [incubator-mxnet] ptrendx commented on a change in pull request #17725: Fix get_started pip instructions

2020-02-29 Thread GitBox
ptrendx commented on a change in pull request #17725: Fix get_started pip instructions URL: https://github.com/apache/incubator-mxnet/pull/17725#discussion_r386041095 ## File path: docs/static_site/src/_includes/get_started/windows/python/cpu/pip.md ## @@ -70,4 +70,4 @@ $

[GitHub] [incubator-mxnet] dorijanf commented on issue #17730: 1.6.0 installation error using pip on windows platform

2020-02-29 Thread GitBox
dorijanf commented on issue #17730: 1.6.0 installation error using pip on windows platform URL: https://github.com/apache/incubator-mxnet/issues/17730#issuecomment-592965293 If I'm not mistaken this is the same issue https://github.com/apache/incubator-mxnet/issues/17719 Apparently

[GitHub] [incubator-mxnet] fierceX opened a new issue #17730: 1.6.0 installation error using pip on windows platform

2020-02-29 Thread GitBox
fierceX opened a new issue #17730: 1.6.0 installation error using pip on windows platform URL: https://github.com/apache/incubator-mxnet/issues/17730 ## Description After installing using pip on the windows platform, the import reports an error. I found that the installation did not

[GitHub] [incubator-mxnet] Bumblebee269 opened a new issue #17729: ONNX import does not work

2020-02-29 Thread GitBox
Bumblebee269 opened a new issue #17729: ONNX import does not work URL: https://github.com/apache/incubator-mxnet/issues/17729 ## Description Trying to open an onnx model, generates an error: load_model(...) Looking into the code of mxnet/contrib/onnx/onnx2mx/import_model.py, it seems

[GitHub] [incubator-mxnet] TaoLv commented on issue #17701: [RFC] New Branches for MXNet 1.x, 1.7.x, and 2.x

2020-02-29 Thread GitBox
TaoLv commented on issue #17701: [RFC] New Branches for MXNet 1.x, 1.7.x, and 2.x URL: https://github.com/apache/incubator-mxnet/issues/17701#issuecomment-592947107 Nice. It's an essential step towards MXNet 2.0. Curious to know that do we still encourage contributors to create PR

[GitHub] [incubator-mxnet] TaoLv commented on issue #17632: [Large Tensor] Fixed RNN op

2020-02-29 Thread GitBox
TaoLv commented on issue #17632: [Large Tensor] Fixed RNN op URL: https://github.com/apache/incubator-mxnet/pull/17632#issuecomment-592945035 @zixuanweeei Could you please take a look at the changes? Seems need coordinate with the changes in #17702.

[incubator-mxnet] branch master updated: [MKLDNN] apply MKLDNNRun to quantized_act/transpose (#17689)

2020-02-29 Thread taolv
This is an automated email from the ASF dual-hosted git repository. taolv 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 88b3051 [MKLDNN] apply MKLDNNRun to

[GitHub] [incubator-mxnet] TaoLv merged pull request #17689: [MKLDNN] apply MKLDNNRun to quantized_act/transpose

2020-02-29 Thread GitBox
TaoLv merged pull request #17689: [MKLDNN] apply MKLDNNRun to quantized_act/transpose URL: https://github.com/apache/incubator-mxnet/pull/17689 This is an automated message from the Apache Git Service. To respond to the

[GitHub] [incubator-mxnet] szha commented on issue #17701: [RFC] New Branches for MXNet 1.x, 1.7.x, and 2.x

2020-02-29 Thread GitBox
szha commented on issue #17701: [RFC] New Branches for MXNet 1.x, 1.7.x, and 2.x URL: https://github.com/apache/incubator-mxnet/issues/17701#issuecomment-592944338 cc @apache/mxnet-committers This is an automated message

[GitHub] [incubator-mxnet] TaoLv commented on a change in pull request #17707: [MKLDNN] Remove overhead of sg_mkldnn_fullyconnected op

2020-02-29 Thread GitBox
TaoLv commented on a change in pull request #17707: [MKLDNN] Remove overhead of sg_mkldnn_fullyconnected op URL: https://github.com/apache/incubator-mxnet/pull/17707#discussion_r386027412 ## File path: src/operator/subgraph/mkldnn/mkldnn_fc.cc ## @@ -143,20 +138,11 @@

[GitHub] [incubator-mxnet] TaoLv commented on a change in pull request #17702: Support projection feature for LSTM on CPU (Only Inference)

2020-02-29 Thread GitBox
TaoLv commented on a change in pull request #17702: Support projection feature for LSTM on CPU (Only Inference) URL: https://github.com/apache/incubator-mxnet/pull/17702#discussion_r386026804 ## File path: src/operator/rnn.cc ## @@ -385,7 +399,9 @@ The definition of GRU

[GitHub] [incubator-mxnet] TaoLv commented on a change in pull request #17702: Support projection feature for LSTM on CPU (Only Inference)

2020-02-29 Thread GitBox
TaoLv commented on a change in pull request #17702: Support projection feature for LSTM on CPU (Only Inference) URL: https://github.com/apache/incubator-mxnet/pull/17702#discussion_r386027073 ## File path: src/operator/rnn_impl.h ## @@ -219,7 +220,10 @@ void

[GitHub] [incubator-mxnet] TaoLv commented on a change in pull request #17702: Support projection feature for LSTM on CPU (Only Inference)

2020-02-29 Thread GitBox
TaoLv commented on a change in pull request #17702: Support projection feature for LSTM on CPU (Only Inference) URL: https://github.com/apache/incubator-mxnet/pull/17702#discussion_r386026951 ## File path: src/operator/rnn.cc ## @@ -427,7 +443,9 @@

[GitHub] [incubator-mxnet] TaoLv commented on a change in pull request #17702: Support projection feature for LSTM on CPU (Only Inference)

2020-02-29 Thread GitBox
TaoLv commented on a change in pull request #17702: Support projection feature for LSTM on CPU (Only Inference) URL: https://github.com/apache/incubator-mxnet/pull/17702#discussion_r386026898 ## File path: src/operator/rnn.cc ## @@ -385,7 +399,9 @@ The definition of GRU

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

2020-02-29 Thread aaronmarkham
This is an automated email from the ASF dual-hosted git repository. aaronmarkham 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 787dc7b Bump the

[GitHub] [incubator-mxnet] pedrooct commented on issue #16379: Fail to run example code with Raspberry Pi

2020-02-29 Thread GitBox
pedrooct commented on issue #16379: Fail to run example code with Raspberry Pi URL: https://github.com/apache/incubator-mxnet/issues/16379#issuecomment-592936643 > hi, i'm getting the same error as you on my raspberry pi 3b, until Friday i will compile mxnet and try to create a wheel. I

[GitHub] [incubator-mxnet] braindotai commented on issue #17684: The output of the ReLU layer in MXNET is different from that in tensorflow and cntk

2020-02-29 Thread GitBox
braindotai commented on issue #17684: The output of the ReLU layer in MXNET is different from that in tensorflow and cntk URL: https://github.com/apache/incubator-mxnet/issues/17684#issuecomment-592934161 As given

[incubator-mxnet] branch master updated: [Large Tensor] Implemented LT flag for OpPerf testing (#17449)

2020-02-29 Thread apeforest
This is an automated email from the ASF dual-hosted git repository. apeforest pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git The following commit(s) were added to refs/heads/master by this push: new 95c5189 [Large Tensor] Implemented

[GitHub] [incubator-mxnet] apeforest merged pull request #17449: [Large Tensor] Implemented LT flag for OpPerf testing

2020-02-29 Thread GitBox
apeforest merged pull request #17449: [Large Tensor] Implemented LT flag for OpPerf testing URL: https://github.com/apache/incubator-mxnet/pull/17449 This is an automated message from the Apache Git Service. To respond to

[incubator-mxnet] branch master updated: [Large Tensor] Fix cumsum op (#17677)

2020-02-29 Thread apeforest
This is an automated email from the ASF dual-hosted git repository. apeforest pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git The following commit(s) were added to refs/heads/master by this push: new 2527553 [Large Tensor] Fix cumsum

[GitHub] [incubator-mxnet] apeforest merged pull request #17677: [Large Tensor] Fix cumsum op

2020-02-29 Thread GitBox
apeforest merged pull request #17677: [Large Tensor] Fix cumsum op URL: https://github.com/apache/incubator-mxnet/pull/17677 This is an automated message from the Apache Git Service. To respond to the message, please log on

[GitHub] [incubator-mxnet] huifengguo opened a new issue #17728: Poor performance when we use symbol.(.., .., stype="row-sparse") to define the variable

2020-02-29 Thread GitBox
huifengguo opened a new issue #17728: Poor performance when we use symbol.(..,..,stype="row-sparse") to define the variable URL: https://github.com/apache/incubator-mxnet/issues/17728 ## Description Task: CTR prediction Model: DCN Dataset: Criteo Everything is same except the