[GitHub] [incubator-mxnet] TaoLv opened a new pull request #16899: [WIP] Enable MKL-DNN in pip packages

2019-11-24 Thread GitBox
TaoLv opened a new pull request #16899: [WIP] Enable MKL-DNN in pip packages URL: https://github.com/apache/incubator-mxnet/pull/16899 ## Description ## Discussion: https://lists.apache.org/thread.html/1a22dbd79098adab6d02d16e8d607bae2acc908c0bb1b085d28a51ba@%3Cdev.mxnet.apache.org%3E

[GitHub] [incubator-mxnet] ChaiBapchya commented on issue #16600: Clojure test failure: Could not transfer artifact com.fasterxml.jackson.core

2019-11-24 Thread GitBox
ChaiBapchya commented on issue #16600: Clojure test failure: Could not transfer artifact com.fasterxml.jackson.core URL: https://github.com/apache/incubator-mxnet/issues/16600#issuecomment-558024159 Similar one here for slingshot (clojure jar) for unrelated PR - https://github.com/apache/

[GitHub] [incubator-mxnet] ChaiBapchya commented on a change in pull request #16894: Adding user guidelines for using MXNet built with Large Tensor Support

2019-11-24 Thread GitBox
ChaiBapchya commented on a change in pull request #16894: Adding user guidelines for using MXNet built with Large Tensor Support URL: https://github.com/apache/incubator-mxnet/pull/16894#discussion_r350018612 ## File path: docs/static_site/src/pages/api/faq/large_tensor_support.md

[GitHub] [incubator-mxnet] ChaiBapchya opened a new pull request #16898: [WIP] Sparse int64 Large tensor support

2019-11-24 Thread GitBox
ChaiBapchya opened a new pull request #16898: [WIP] Sparse int64 Large tensor support URL: https://github.com/apache/incubator-mxnet/pull/16898 ## Description ## Adds support to Sparse tensor creation ## Checklist ## ### Essentials ### Please feel free to remove inapplicable

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

2019-11-24 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 301594c Bump the publis

[GitHub] [incubator-mxnet] TaoLv closed pull request #16679: [mkldnn-v1.0][Don't Merge]to fix cpp test fail:IMPERATIVE.FullyConnectedOp

2019-11-24 Thread GitBox
TaoLv closed pull request #16679: [mkldnn-v1.0][Don't Merge]to fix cpp test fail:IMPERATIVE.FullyConnectedOp URL: https://github.com/apache/incubator-mxnet/pull/16679 This is an automated message from the Apache Git Service.

[GitHub] [incubator-mxnet] TaoLv commented on issue #16679: [mkldnn-v1.0][Don't Merge]to fix cpp test fail:IMPERATIVE.FullyConnectedOp

2019-11-24 Thread GitBox
TaoLv commented on issue #16679: [mkldnn-v1.0][Don't Merge]to fix cpp test fail:IMPERATIVE.FullyConnectedOp URL: https://github.com/apache/incubator-mxnet/pull/16679#issuecomment-558011023 `mkldnn-v1.0` branch has been merged into master. Please move to master branch for further developmen

[GitHub] [incubator-mxnet] knjwhn edited a comment on issue #16749: Ask for advice about using my int8gemm

2019-11-24 Thread GitBox
knjwhn edited a comment on issue #16749: Ask for advice about using my int8gemm URL: https://github.com/apache/incubator-mxnet/issues/16749#issuecomment-558002487 > Are you running experiments or targeting for upstreaming in the future? If just experiments, I think you can directly replac

[GitHub] [incubator-mxnet] knjwhn edited a comment on issue #16749: Ask for advice about using my int8gemm

2019-11-24 Thread GitBox
knjwhn edited a comment on issue #16749: Ask for advice about using my int8gemm URL: https://github.com/apache/incubator-mxnet/issues/16749#issuecomment-558002487 > Are you running experiments or targeting for upstreaming in the future? If just experiments, I think you can directly replac

[GitHub] [incubator-mxnet] knjwhn edited a comment on issue #16749: Ask for advice about using my int8gemm

2019-11-24 Thread GitBox
knjwhn edited a comment on issue #16749: Ask for advice about using my int8gemm URL: https://github.com/apache/incubator-mxnet/issues/16749#issuecomment-558002487 > Are you running experiments or targeting for upstreaming in the future? If just experiments, I think you can directly replac

[GitHub] [incubator-mxnet] knjwhn commented on issue #16749: Ask for advice about using my int8gemm

2019-11-24 Thread GitBox
knjwhn commented on issue #16749: Ask for advice about using my int8gemm URL: https://github.com/apache/incubator-mxnet/issues/16749#issuecomment-558002487 > Are you running experiments or targeting for upstreaming in the future? If just experiments, I think you can directly replace the `

[incubator-mxnet] branch master updated (11edb70 -> 9b49cfe)

2019-11-24 Thread reminisce
This is an automated email from the ASF dual-hosted git repository. reminisce pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git. from 11edb70 [Numpy] Add NumPy support for np.linalg.det and np.linalg.slogdet (#16800) add 9b49cfe tr

[incubator-mxnet] branch master updated (11edb70 -> 9b49cfe)

2019-11-24 Thread reminisce
This is an automated email from the ASF dual-hosted git repository. reminisce pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git. from 11edb70 [Numpy] Add NumPy support for np.linalg.det and np.linalg.slogdet (#16800) add 9b49cfe tr

[GitHub] [incubator-mxnet] reminisce merged pull request #16897: [Numpy Extension] Move shape_array to npx

2019-11-24 Thread GitBox
reminisce merged pull request #16897: [Numpy Extension] Move shape_array to npx URL: https://github.com/apache/incubator-mxnet/pull/16897 This is an automated message from the Apache Git Service. To respond to the message, pl

[GitHub] [incubator-mxnet] leezu commented on issue #16888: Add evaluation_loss to the estimator base class.

2019-11-24 Thread GitBox
leezu commented on issue #16888: Add evaluation_loss to the estimator base class. URL: https://github.com/apache/incubator-mxnet/pull/16888#issuecomment-557998537 Could you also add a test case to https://github.com/apache/incubator-mxnet/blob/master/tests/python/unittest/test_gluon_estima

[GitHub] [incubator-mxnet] aaronmarkham commented on a change in pull request #16894: Adding user guidelines for using MXNet built with Large Tensor Support

2019-11-24 Thread GitBox
aaronmarkham commented on a change in pull request #16894: Adding user guidelines for using MXNet built with Large Tensor Support URL: https://github.com/apache/incubator-mxnet/pull/16894#discussion_r349994954 ## File path: docs/static_site/src/pages/api/faq/large_tensor_support.md

[GitHub] [incubator-mxnet] liuzh91 commented on a change in pull request #16888: Add evaluation_loss to the estimator base class.

2019-11-24 Thread GitBox
liuzh91 commented on a change in pull request #16888: Add evaluation_loss to the estimator base class. URL: https://github.com/apache/incubator-mxnet/pull/16888#discussion_r349980329 ## File path: python/mxnet/gluon/contrib/estimator/estimator.py ## @@ -64,13 +64,17 @@ def

[GitHub] [incubator-mxnet] leezu commented on a change in pull request #16888: Add evaluation_loss to the estimator base class.

2019-11-24 Thread GitBox
leezu commented on a change in pull request #16888: Add evaluation_loss to the estimator base class. URL: https://github.com/apache/incubator-mxnet/pull/16888#discussion_r349979434 ## File path: python/mxnet/gluon/contrib/estimator/estimator.py ## @@ -64,13 +64,17 @@ def _

[GitHub] [incubator-mxnet] liuzh91 commented on a change in pull request #16888: Add evaluation_loss to the estimator base class.

2019-11-24 Thread GitBox
liuzh91 commented on a change in pull request #16888: Add evaluation_loss to the estimator base class. URL: https://github.com/apache/incubator-mxnet/pull/16888#discussion_r349978294 ## File path: python/mxnet/gluon/contrib/estimator/estimator.py ## @@ -64,13 +64,17 @@ def

[GitHub] [incubator-mxnet] zburning removed a comment on issue #16880: Better to flatten the label array in metric.F1()

2019-11-24 Thread GitBox
zburning removed a comment on issue #16880: Better to flatten the label array in metric.F1() URL: https://github.com/apache/incubator-mxnet/issues/16880#issuecomment-557964023 @sxjscience Sorry I didn't make it clear. An example script is: ``` import mxnet as mx pred = mx.nd.a

[GitHub] [incubator-mxnet] zburning commented on issue #16880: Better to flatten the label array in metric.F1()

2019-11-24 Thread GitBox
zburning commented on issue #16880: Better to flatten the label array in metric.F1() URL: https://github.com/apache/incubator-mxnet/issues/16880#issuecomment-557964023 @sxjscience Sorry I didn't make it clear. An example script is: ``` import mxnet as mx pred = mx.nd.array([[-

[GitHub] [incubator-mxnet] zburning commented on issue #16880: Better to flatten the label array in metric.F1()

2019-11-24 Thread GitBox
zburning commented on issue #16880: Better to flatten the label array in metric.F1() URL: https://github.com/apache/incubator-mxnet/issues/16880#issuecomment-557963693 @sxjscience Sorry I didn't make it clear. An example script is: ``` import mxnet as mx pred = mx.nd.array([[-

[GitHub] [incubator-mxnet] access2rohit commented on issue #16894: Adding user guidelines for using MXNet built with Large Tensor Support

2019-11-24 Thread GitBox
access2rohit commented on issue #16894: Adding user guidelines for using MXNet built with Large Tensor Support URL: https://github.com/apache/incubator-mxnet/pull/16894#issuecomment-557954728 @aaronmarkham PR is ready for review

[GitHub] [incubator-mxnet] access2rohit commented on a change in pull request #16894: Adding user guidelines for using MXNet built with Large Tensor Support

2019-11-24 Thread GitBox
access2rohit commented on a change in pull request #16894: Adding user guidelines for using MXNet built with Large Tensor Support URL: https://github.com/apache/incubator-mxnet/pull/16894#discussion_r349965361 ## File path: docs/static_site/src/pages/api/faq/large_tensor_support.md

[GitHub] [incubator-mxnet] access2rohit commented on a change in pull request #16894: Adding user guidelines for using MXNet built with Large Tensor Support

2019-11-24 Thread GitBox
access2rohit commented on a change in pull request #16894: Adding user guidelines for using MXNet built with Large Tensor Support URL: https://github.com/apache/incubator-mxnet/pull/16894#discussion_r349965175 ## File path: docs/static_site/src/pages/api/faq/large_tensor_support.md

[GitHub] [incubator-mxnet] access2rohit commented on issue #16894: Adding user guidelines for using MXNet built with Large Tensor Support

2019-11-24 Thread GitBox
access2rohit commented on issue #16894: Adding user guidelines for using MXNet built with Large Tensor Support URL: https://github.com/apache/incubator-mxnet/pull/16894#issuecomment-557953625 @mxnet-label-bot add [pr-awaiting-review]

[GitHub] [incubator-mxnet] access2rohit commented on issue #16885: Multi Precision Lamb Update operator

2019-11-24 Thread GitBox
access2rohit commented on issue #16885: Multi Precision Lamb Update operator URL: https://github.com/apache/incubator-mxnet/pull/16885#issuecomment-557950273 @eric-haibin-lin PR is ready for review This is an automated messag

[GitHub] [incubator-mxnet] access2rohit commented on issue #16885: Multi Precision Lamb Update operator

2019-11-24 Thread GitBox
access2rohit commented on issue #16885: Multi Precision Lamb Update operator URL: https://github.com/apache/incubator-mxnet/pull/16885#issuecomment-557949156 @mxnet-label-bot add [pr-awaiting-review] This is an automated messa

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

2019-11-24 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 926e09d Bump the publis

[GitHub] [incubator-mxnet] sxjscience opened a new pull request #16897: [Numpy Extension] Move shape_array to npx

2019-11-24 Thread GitBox
sxjscience opened a new pull request #16897: [Numpy Extension] Move shape_array to npx URL: https://github.com/apache/incubator-mxnet/pull/16897 ## Description ## Move shape_array to npx to facilitate the numpy version of transformer. ## Checklist ## ### Essentials ### Pleas

[GitHub] [incubator-mxnet] sxjscience commented on issue #16880: Better to flatten the label array in metric.F1()

2019-11-24 Thread GitBox
sxjscience commented on issue #16880: Better to flatten the label array in metric.F1() URL: https://github.com/apache/incubator-mxnet/issues/16880#issuecomment-557936969 @zburning Also, would you provided an example of this issue that was labeled as bug? This helps us understand the probl

[GitHub] [incubator-mxnet] marcoabreu commented on a change in pull request #16894: [WIP]Adding user guidelines for using MXNet built with Large Tensor Support

2019-11-24 Thread GitBox
marcoabreu commented on a change in pull request #16894: [WIP]Adding user guidelines for using MXNet built with Large Tensor Support URL: https://github.com/apache/incubator-mxnet/pull/16894#discussion_r349951042 ## File path: docs/static_site/src/pages/api/faq/large_tensor_support.

[GitHub] [incubator-mxnet] marcoabreu commented on a change in pull request #16894: [WIP]Adding user guidelines for using MXNet built with Large Tensor Support

2019-11-24 Thread GitBox
marcoabreu commented on a change in pull request #16894: [WIP]Adding user guidelines for using MXNet built with Large Tensor Support URL: https://github.com/apache/incubator-mxnet/pull/16894#discussion_r349950955 ## File path: docs/static_site/src/pages/api/faq/large_tensor_support.

[incubator-mxnet] branch master updated (85d3ef3 -> 11edb70)

2019-11-24 Thread reminisce
This is an automated email from the ASF dual-hosted git repository. reminisce pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git. from 85d3ef3 Lamb optimizer update (#16715) add 11edb70 [Numpy] Add NumPy support for np.linalg.det and

[incubator-mxnet] branch master updated (85d3ef3 -> 11edb70)

2019-11-24 Thread reminisce
This is an automated email from the ASF dual-hosted git repository. reminisce pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git. from 85d3ef3 Lamb optimizer update (#16715) add 11edb70 [Numpy] Add NumPy support for np.linalg.det and

[GitHub] [incubator-mxnet] reminisce merged pull request #16800: [Numpy] Add NumPy support for np.linalg.det and np.linalg.slogdet

2019-11-24 Thread GitBox
reminisce merged pull request #16800: [Numpy] Add NumPy support for np.linalg.det and np.linalg.slogdet URL: https://github.com/apache/incubator-mxnet/pull/16800 This is an automated message from the Apache Git Service. To r

[GitHub] [incubator-mxnet] sxjscience commented on a change in pull request #16715: Lamb optimizer update

2019-11-24 Thread GitBox
sxjscience commented on a change in pull request #16715: Lamb optimizer update URL: https://github.com/apache/incubator-mxnet/pull/16715#discussion_r349947004 ## File path: src/operator/optimizer_op-inl.h ## @@ -1563,6 +1563,192 @@ inline void AdamUpdateEx(const nnvm::NodeA

[GitHub] [incubator-mxnet] sxjscience commented on a change in pull request #16715: Lamb optimizer update

2019-11-24 Thread GitBox
sxjscience commented on a change in pull request #16715: Lamb optimizer update URL: https://github.com/apache/incubator-mxnet/pull/16715#discussion_r349945634 ## File path: src/operator/optimizer_op-inl.h ## @@ -1563,6 +1563,192 @@ inline void AdamUpdateEx(const nnvm::NodeA

[GitHub] [incubator-mxnet] artor1os opened a new pull request #16896: [Numpy] Implement numpy operator 'quantile'

2019-11-24 Thread GitBox
artor1os opened a new pull request #16896: [Numpy] Implement numpy operator 'quantile' URL: https://github.com/apache/incubator-mxnet/pull/16896 ## Description ## Implement numpy operator 'quantile' https://numpy.org/devdocs/reference/generated/numpy.quantile.html ## Checkl

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

2019-11-24 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 c457186 Bump the publis

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

2019-11-24 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 e3dd619 Bump the publis

[GitHub] [incubator-mxnet] leezu closed issue #16848: Flaky test_np_mixed_precision_binary_funcs

2019-11-24 Thread GitBox
leezu closed issue #16848: Flaky test_np_mixed_precision_binary_funcs URL: https://github.com/apache/incubator-mxnet/issues/16848 This is an automated message from the Apache Git Service. To respond to the message, please log

[GitHub] [incubator-mxnet] sxjscience commented on issue #16279: [Bug] Inconsistency between HybridBlock and Block

2019-11-24 Thread GitBox
sxjscience commented on issue #16279: [Bug] Inconsistency between HybridBlock and Block URL: https://github.com/apache/incubator-mxnet/issues/16279#issuecomment-557869057 This will be solved once https://github.com/apache/incubator-mxnet/pull/16621 is merged. We have the following exampl