[GitHub] wkcn commented on a change in pull request #12047: [MXNET-779]Add DLPack Transformation API

2018-08-10 Thread GitBox
wkcn commented on a change in pull request #12047: [MXNET-779]Add DLPack Transformation API URL: https://github.com/apache/incubator-mxnet/pull/12047#discussion_r209418577 ## File path: src/c_api/c_api.cc ## @@ -500,6 +500,33 @@ int MXNDArrayGetData(NDArrayHandle handle,

[GitHub] wkcn commented on a change in pull request #12047: [MXNET-779]Add DLPack Transformation API

2018-08-10 Thread GitBox
wkcn commented on a change in pull request #12047: [MXNET-779]Add DLPack Transformation API URL: https://github.com/apache/incubator-mxnet/pull/12047#discussion_r209418577 ## File path: src/c_api/c_api.cc ## @@ -500,6 +500,33 @@ int MXNDArrayGetData(NDArrayHandle handle,

[GitHub] apeforest commented on issue #11773: Update PyPI version number

2018-08-10 Thread GitBox
apeforest commented on issue #11773: Update PyPI version number URL: https://github.com/apache/incubator-mxnet/pull/11773#issuecomment-412255848 @sandeep-krishnamurthy re-build. Please approve. Thanks! This is an automated mes

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

2018-08-10 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 d6cc207 Bump the publish ti

[GitHub] wkcn commented on a change in pull request #12047: [MXNET-779]Add DLPack Transformation API

2018-08-10 Thread GitBox
wkcn commented on a change in pull request #12047: [MXNET-779]Add DLPack Transformation API URL: https://github.com/apache/incubator-mxnet/pull/12047#discussion_r209418365 ## File path: src/c_api/c_api.cc ## @@ -494,6 +494,57 @@ int MXNDArrayGetData(NDArrayHandle handle,

[GitHub] wkcn commented on a change in pull request #12047: [MXNET-779]Add DLPack Transformation API

2018-08-10 Thread GitBox
wkcn commented on a change in pull request #12047: [MXNET-779]Add DLPack Transformation API URL: https://github.com/apache/incubator-mxnet/pull/12047#discussion_r209418176 ## File path: python/mxnet/ndarray/ndarray.py ## @@ -3851,3 +3898,117 @@ def histogram(a, bins=10, ra

[GitHub] wkcn commented on a change in pull request #12047: [MXNET-779]Add DLPack Transformation API

2018-08-10 Thread GitBox
wkcn commented on a change in pull request #12047: [MXNET-779]Add DLPack Transformation API URL: https://github.com/apache/incubator-mxnet/pull/12047#discussion_r209416817 ## File path: include/mxnet/c_api.h ## @@ -737,6 +741,57 @@ MXNET_DLL int MXNDArrayGetShape(NDArrayHa

[GitHub] jasonyu1996 opened a new issue #12132: [Feature Request] Implementation of L-BFGS optimizer

2018-08-10 Thread GitBox
jasonyu1996 opened a new issue #12132: [Feature Request] Implementation of L-BFGS optimizer URL: https://github.com/apache/incubator-mxnet/issues/12132 Hi! Would the developers consider adding an implementation of limited memory BFGS to the library? PyTorch offers one here: https://pyt

[GitHub] wkcn commented on a change in pull request #12047: [MXNET-779]Add DLPack Transformation API

2018-08-10 Thread GitBox
wkcn commented on a change in pull request #12047: [MXNET-779]Add DLPack Transformation API URL: https://github.com/apache/incubator-mxnet/pull/12047#discussion_r209416817 ## File path: include/mxnet/c_api.h ## @@ -737,6 +741,57 @@ MXNET_DLL int MXNDArrayGetShape(NDArrayHa

[GitHub] tqchen commented on a change in pull request #12047: [MXNET-779]Add DLPack Transformation API

2018-08-10 Thread GitBox
tqchen commented on a change in pull request #12047: [MXNET-779]Add DLPack Transformation API URL: https://github.com/apache/incubator-mxnet/pull/12047#discussion_r209416606 ## File path: include/mxnet/c_api.h ## @@ -737,6 +741,57 @@ MXNET_DLL int MXNDArrayGetShape(NDArray

[GitHub] haojin2 commented on issue #12121: Broken link in test_gluon_model_zoo.test_models

2018-08-10 Thread GitBox
haojin2 commented on issue #12121: Broken link in test_gluon_model_zoo.test_models URL: https://github.com/apache/incubator-mxnet/issues/12121#issuecomment-412251074 Not really sure, but seems like there're a few build failures caused by failed links from time to time. --

[GitHub] tqchen commented on a change in pull request #12047: [MXNET-779]Add DLPack Transformation API

2018-08-10 Thread GitBox
tqchen commented on a change in pull request #12047: [MXNET-779]Add DLPack Transformation API URL: https://github.com/apache/incubator-mxnet/pull/12047#discussion_r209416606 ## File path: include/mxnet/c_api.h ## @@ -737,6 +741,57 @@ MXNET_DLL int MXNDArrayGetShape(NDArray

[GitHub] tqchen commented on a change in pull request #12047: [MXNET-779]Add DLPack Transformation API

2018-08-10 Thread GitBox
tqchen commented on a change in pull request #12047: [MXNET-779]Add DLPack Transformation API URL: https://github.com/apache/incubator-mxnet/pull/12047#discussion_r209416606 ## File path: include/mxnet/c_api.h ## @@ -737,6 +741,57 @@ MXNET_DLL int MXNDArrayGetShape(NDArray

[GitHub] hetong007 commented on issue #12121: Broken link in test_gluon_model_zoo.test_models

2018-08-10 Thread GitBox
hetong007 commented on issue #12121: Broken link in test_gluon_model_zoo.test_models URL: https://github.com/apache/incubator-mxnet/issues/12121#issuecomment-412251011 @haojin2 Do we have an idea of how often does such kind of error show up? ---

[GitHub] junrushao1994 commented on issue #12106: [MXNET-795] Fix a bug that CutSubgraph works only when each subgraph has its distinct name

2018-08-10 Thread GitBox
junrushao1994 commented on issue #12106: [MXNET-795] Fix a bug that CutSubgraph works only when each subgraph has its distinct name URL: https://github.com/apache/incubator-mxnet/pull/12106#issuecomment-412250763 @zheng-da Could we get this fix merged? -

[GitHub] wkcn commented on a change in pull request #12047: [MXNET-779]Add DLPack Transformation API

2018-08-10 Thread GitBox
wkcn commented on a change in pull request #12047: [MXNET-779]Add DLPack Transformation API URL: https://github.com/apache/incubator-mxnet/pull/12047#discussion_r209416184 ## File path: python/mxnet/_ctypes/ndarray.py ## @@ -31,21 +31,24 @@ class NDArrayBase(object):

[GitHub] wkcn commented on a change in pull request #12047: [MXNET-779]Add DLPack Transformation API

2018-08-10 Thread GitBox
wkcn commented on a change in pull request #12047: [MXNET-779]Add DLPack Transformation API URL: https://github.com/apache/incubator-mxnet/pull/12047#discussion_r209416184 ## File path: python/mxnet/_ctypes/ndarray.py ## @@ -31,21 +31,24 @@ class NDArrayBase(object):

[GitHub] wkcn commented on a change in pull request #12047: [MXNET-779]Add DLPack Transformation API

2018-08-10 Thread GitBox
wkcn commented on a change in pull request #12047: [MXNET-779]Add DLPack Transformation API URL: https://github.com/apache/incubator-mxnet/pull/12047#discussion_r209416184 ## File path: python/mxnet/_ctypes/ndarray.py ## @@ -31,21 +31,24 @@ class NDArrayBase(object):

[GitHub] wkcn commented on a change in pull request #12047: [MXNET-779]Add DLPack Transformation API

2018-08-10 Thread GitBox
wkcn commented on a change in pull request #12047: [MXNET-779]Add DLPack Transformation API URL: https://github.com/apache/incubator-mxnet/pull/12047#discussion_r209416184 ## File path: python/mxnet/_ctypes/ndarray.py ## @@ -31,21 +31,24 @@ class NDArrayBase(object):

[GitHub] wkcn commented on a change in pull request #12047: [MXNET-779]Add DLPack Transformation API

2018-08-10 Thread GitBox
wkcn commented on a change in pull request #12047: [MXNET-779]Add DLPack Transformation API URL: https://github.com/apache/incubator-mxnet/pull/12047#discussion_r209415677 ## File path: include/mxnet/c_api.h ## @@ -737,6 +741,57 @@ MXNET_DLL int MXNDArrayGetShape(NDArrayHa

[GitHub] andrewfayres commented on a change in pull request #12110: [MXNET-730][WIP] Scala test in nightly

2018-08-10 Thread GitBox
andrewfayres commented on a change in pull request #12110: [MXNET-730][WIP] Scala test in nightly URL: https://github.com/apache/incubator-mxnet/pull/12110#discussion_r209415600 ## File path: scala-package/examples/src/main/scala/org/apache/mxnetexamples/Util.scala ## @@

[GitHub] haojin2 commented on issue #12129: update dmlc-core for security reason

2018-08-10 Thread GitBox
haojin2 commented on issue #12129: update dmlc-core for security reason URL: https://github.com/apache/incubator-mxnet/pull/12129#issuecomment-412248681 @szha @eric-haibin-lin @anirudh2290 This is an automated message from th

[GitHub] anirudhacharya commented on a change in pull request #12027: [MXNET-768] Partially enable flaky test for norm operator

2018-08-10 Thread GitBox
anirudhacharya commented on a change in pull request #12027: [MXNET-768] Partially enable flaky test for norm operator URL: https://github.com/apache/incubator-mxnet/pull/12027#discussion_r209415485 ## File path: tests/python/unittest/test_operator.py ## @@ -3121,20 +3121,

[GitHub] anirudhacharya commented on issue #6925: Layer Specific Learning Rate For R

2018-08-10 Thread GitBox
anirudhacharya commented on issue #6925: Layer Specific Learning Rate For R URL: https://github.com/apache/incubator-mxnet/issues/6925#issuecomment-412247668 @mxnet-label-bot please add [Feature Request] to this issue. This i

[GitHub] ifeherva commented on issue #11984: Generalized broadcast_like operator

2018-08-10 Thread GitBox
ifeherva commented on issue #11984: Generalized broadcast_like operator URL: https://github.com/apache/incubator-mxnet/pull/11984#issuecomment-412247572 I think so. This is an automated message from the Apache Git Service. To

[GitHub] safrooze commented on issue #11493: Fix MXPredReshape in the c_predict_api

2018-08-10 Thread GitBox
safrooze commented on issue #11493: Fix MXPredReshape in the c_predict_api URL: https://github.com/apache/incubator-mxnet/pull/11493#issuecomment-412245838 What tolerance values are recommended for random data in mxnet? This i

[GitHub] szha closed pull request #11928: Generalized reshape_like operator

2018-08-10 Thread GitBox
szha closed pull request #11928: Generalized reshape_like operator URL: https://github.com/apache/incubator-mxnet/pull/11928 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 this is a foreign pul

[incubator-mxnet] branch master updated: Generalized reshape_like operator (#11928)

2018-08-10 Thread zhasheng
This is an automated email from the ASF dual-hosted git repository. zhasheng 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 c44f16b Generalized reshape_like ope

[GitHub] tqchen commented on a change in pull request #12047: [MXNET-779]Add DLPack Transformation API

2018-08-10 Thread GitBox
tqchen commented on a change in pull request #12047: [MXNET-779]Add DLPack Transformation API URL: https://github.com/apache/incubator-mxnet/pull/12047#discussion_r209413382 ## File path: include/mxnet/c_api.h ## @@ -737,6 +741,57 @@ MXNET_DLL int MXNDArrayGetShape(NDArray

[GitHub] wkcn commented on a change in pull request #12047: [MXNET-779]Add DLPack Transformation API

2018-08-10 Thread GitBox
wkcn commented on a change in pull request #12047: [MXNET-779]Add DLPack Transformation API URL: https://github.com/apache/incubator-mxnet/pull/12047#discussion_r209412721 ## File path: src/c_api/c_api.cc ## @@ -494,6 +494,57 @@ int MXNDArrayGetData(NDArrayHandle handle,

[GitHub] zhreshold commented on issue #12118: fix potential floating number overflow, enable float16

2018-08-10 Thread GitBox
zhreshold commented on issue #12118: fix potential floating number overflow, enable float16 URL: https://github.com/apache/incubator-mxnet/pull/12118#issuecomment-412241265 @larroy Negative number required to mark some indices for special purposes. -

[GitHub] wkcn commented on a change in pull request #12047: [MXNET-779]Add DLPack Transformation API

2018-08-10 Thread GitBox
wkcn commented on a change in pull request #12047: [MXNET-779]Add DLPack Transformation API URL: https://github.com/apache/incubator-mxnet/pull/12047#discussion_r209411964 ## File path: include/mxnet/c_api.h ## @@ -737,6 +741,57 @@ MXNET_DLL int MXNDArrayGetShape(NDArrayHa

[GitHub] wkcn commented on a change in pull request #12047: [MXNET-779]Add DLPack Transformation API

2018-08-10 Thread GitBox
wkcn commented on a change in pull request #12047: [MXNET-779]Add DLPack Transformation API URL: https://github.com/apache/incubator-mxnet/pull/12047#discussion_r209411964 ## File path: include/mxnet/c_api.h ## @@ -737,6 +741,57 @@ MXNET_DLL int MXNDArrayGetShape(NDArrayHa

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

2018-08-10 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 c82e93b Bump the publish ti

[GitHub] larroy commented on a change in pull request #12110: [MXNET-730][WIP] Scala test in nightly

2018-08-10 Thread GitBox
larroy commented on a change in pull request #12110: [MXNET-730][WIP] Scala test in nightly URL: https://github.com/apache/incubator-mxnet/pull/12110#discussion_r209410971 ## File path: scala-package/examples/src/main/scala/org/apache/mxnetexamples/Util.scala ## @@ -42,4

[GitHub] larroy commented on issue #12118: fix potential floating number overflow, enable float16

2018-08-10 Thread GitBox
larroy commented on issue #12118: fix potential floating number overflow, enable float16 URL: https://github.com/apache/incubator-mxnet/pull/12118#issuecomment-412238211 Why don't you use size_t instead of int32_t? This is an

[GitHub] alexmosc opened a new issue #12002: How do I properly dimensionalize my array and tune `rnn.graph.unroll` to make the LSTM work for this multidimensional sequence

2018-08-10 Thread GitBox
alexmosc opened a new issue #12002: How do I properly dimensionalize my array and tune `rnn.graph.unroll` to make the LSTM work for this multidimensional sequence URL: https://github.com/apache/incubator-mxnet/issues/12002 It is essentially a call for help rather than code-related issue.

[GitHub] haojin2 commented on issue #12059: Support selu activation function

2018-08-10 Thread GitBox
haojin2 commented on issue #12059: Support selu activation function URL: https://github.com/apache/incubator-mxnet/pull/12059#issuecomment-412236399 @apeforest All comments addressed already. This is an automated message from

[GitHub] haojin2 commented on issue #12080: Fix MKLDNNSum cpp test failure

2018-08-10 Thread GitBox
haojin2 commented on issue #12080: Fix MKLDNNSum cpp test failure URL: https://github.com/apache/incubator-mxnet/pull/12080#issuecomment-412235495 @zheng-da @azai91 @mseth10 Please give a review when you have time. This is an

[GitHub] marcoabreu commented on issue #11493: Fix MXPredReshape in the c_predict_api

2018-08-10 Thread GitBox
marcoabreu commented on issue #11493: Fix MXPredReshape in the c_predict_api URL: https://github.com/apache/incubator-mxnet/pull/11493#issuecomment-412233719 The default is atol=e-20 and rtol=e-5. I don't know by how much we can expect a derivation here. I think the default values ar

[GitHub] stu1130 opened a new pull request #12131: [MXNET-737][WIP] Add last batch handle for imageiter

2018-08-10 Thread GitBox
stu1130 opened a new pull request #12131: [MXNET-737][WIP] Add last batch handle for imageiter URL: https://github.com/apache/incubator-mxnet/pull/12131 ## Description ## Add `last_batch_handle` parameter to ImageIter based on #11883 * `last_batch_handle` support `pad`(default), `

[GitHub] larroy commented on a change in pull request #12125: CI scripts refinements. Separate Py2 and Py3 installs cripts. Fix perms.

2018-08-10 Thread GitBox
larroy commented on a change in pull request #12125: CI scripts refinements. Separate Py2 and Py3 installs cripts. Fix perms. URL: https://github.com/apache/incubator-mxnet/pull/12125#discussion_r209401440 ## File path: ci/docker/runtime_functions.sh ## @@ -1005,6 +1005,7

[GitHub] vishaalkapoor commented on issue #12068: [MXAPPS-805] Notebook execution failures in CI.

2018-08-10 Thread GitBox
vishaalkapoor commented on issue #12068: [MXAPPS-805] Notebook execution failures in CI. URL: https://github.com/apache/incubator-mxnet/pull/12068#issuecomment-412224612 Thanks everyone for reviews! :-) On Fri, Aug 10, 2018, 1:27 PM Marco de Abreu wrote: > Merged #12068

[GitHub] haojin2 commented on a change in pull request #12125: CI scripts refinements. Separate Py2 and Py3 installs cripts. Fix perms.

2018-08-10 Thread GitBox
haojin2 commented on a change in pull request #12125: CI scripts refinements. Separate Py2 and Py3 installs cripts. Fix perms. URL: https://github.com/apache/incubator-mxnet/pull/12125#discussion_r209397540 ## File path: ci/docker/runtime_functions.sh ## @@ -1005,6 +1005,7

[GitHub] reminisce commented on issue #12104: [DO NOT REVIEW] Subgraph API

2018-08-10 Thread GitBox
reminisce commented on issue #12104: [DO NOT REVIEW] Subgraph API URL: https://github.com/apache/incubator-mxnet/pull/12104#issuecomment-412217837 @ZhennanQin Yes, I fine with that. This is an automated message from the Apache

[incubator-mxnet] branch master updated: Document MXNET_LIBRARY_PATH environment variable which was not documented explicitly. (#12074)

2018-08-10 Thread nswamy
This is an automated email from the ASF dual-hosted git repository. nswamy 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 1f8debb Document MXNET_LIBRARY_PATH en

[GitHub] nswamy closed pull request #12074: Document MXNET_LIBRARY_PATH environment variable which was not docume…

2018-08-10 Thread GitBox
nswamy closed pull request #12074: Document MXNET_LIBRARY_PATH environment variable which was not docume… URL: https://github.com/apache/incubator-mxnet/pull/12074 This is a PR merged from a forked repository. As GitHub hides the original diff on merge, it is displayed below for the sake

[GitHub] aalexandrov opened a new pull request #12130: Do not show "needs to register block" warning for registered blocks.

2018-08-10 Thread GitBox
aalexandrov opened a new pull request #12130: Do not show "needs to register block" warning for registered blocks. URL: https://github.com/apache/incubator-mxnet/pull/12130 ## Description ## This slightly modifies the semantics of the `_check_container_with_block` function in `block

[GitHub] vandanavk commented on issue #12099: Fix precision issue of test case test_rnnrelu_bidirectional

2018-08-10 Thread GitBox
vandanavk commented on issue #12099: Fix precision issue of test case test_rnnrelu_bidirectional URL: https://github.com/apache/incubator-mxnet/pull/12099#issuecomment-412204952 @haojin2 This is an automated message from the

[GitHub] xcgoner commented on issue #12062: DMLC_PS_ROOT_URI using hostname failed in distributed training

2018-08-10 Thread GitBox
xcgoner commented on issue #12062: DMLC_PS_ROOT_URI using hostname failed in distributed training URL: https://github.com/apache/incubator-mxnet/issues/12062#issuecomment-412204886 I think this is actually an issue of zmq, used in ps-lite. Zmq can only take ip address to find network inte

[GitHub] eric-haibin-lin closed pull request #12098: [MXNET-794] Remove Wrong InferType for AdaptiveAvgPool and BilinearReisze2D

2018-08-10 Thread GitBox
eric-haibin-lin closed pull request #12098: [MXNET-794] Remove Wrong InferType for AdaptiveAvgPool and BilinearReisze2D URL: https://github.com/apache/incubator-mxnet/pull/12098 This is a PR merged from a forked repository. As GitHub hides the original diff on merge, it is displayed below

[incubator-mxnet] branch master updated: rm wrong infertype for AdaptiveAvgPool and BilinearReisze2D (#12098)

2018-08-10 Thread haibin
This is an automated email from the ASF dual-hosted git repository. haibin 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 f7211b2 rm wrong infertype for Adaptiv

[GitHub] haojin2 commented on issue #12090: [MXNET-791][WIP] Pick with negative indices

2018-08-10 Thread GitBox
haojin2 commented on issue #12090: [MXNET-791][WIP] Pick with negative indices URL: https://github.com/apache/incubator-mxnet/pull/12090#issuecomment-412196959 @perdasilva So if there's no direct equivalence of this one in numpy then we may not need to match the behavior with numpy, please

[incubator-mxnet] branch master updated: [MXAPPS-805] Notebook execution failures in CI. (#12068)

2018-08-10 Thread marcoabreu
This is an automated email from the ASF dual-hosted git repository. marcoabreu 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 89717d4 [MXAPPS-805] Notebook exec

[GitHub] marcoabreu closed pull request #12068: [MXAPPS-805] Notebook execution failures in CI.

2018-08-10 Thread GitBox
marcoabreu closed pull request #12068: [MXAPPS-805] Notebook execution failures in CI. URL: https://github.com/apache/incubator-mxnet/pull/12068 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] haojin2 commented on issue #12121: Broken link in test_gluon_model_zoo.test_models

2018-08-10 Thread GitBox
haojin2 commented on issue #12121: Broken link in test_gluon_model_zoo.test_models URL: https://github.com/apache/incubator-mxnet/issues/12121#issuecomment-412194561 @hetong007 maybe we can add retry logic in this test? This

[GitHub] sandeep-krishnamurthy commented on issue #12117: [MXNET-782] Fix Custom Metric Creation in R tutorial

2018-08-10 Thread GitBox
sandeep-krishnamurthy commented on issue #12117: [MXNET-782] Fix Custom Metric Creation in R tutorial URL: https://github.com/apache/incubator-mxnet/pull/12117#issuecomment-412194408 @hetong007 - Thanks for your review. I see your comments are addressed. Merging. -

[incubator-mxnet] branch master updated: [MXNET-782] Fix Custom Metric Creation in R tutorial (#12117)

2018-08-10 Thread skm
This is an automated email from the ASF dual-hosted git repository. skm 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 f499dc4 [MXNET-782] Fix Custom Metric Cre

[GitHub] sandeep-krishnamurthy closed pull request #12117: [MXNET-782] Fix Custom Metric Creation in R tutorial

2018-08-10 Thread GitBox
sandeep-krishnamurthy closed pull request #12117: [MXNET-782] Fix Custom Metric Creation in R tutorial URL: https://github.com/apache/incubator-mxnet/pull/12117 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

[GitHub] sandeep-krishnamurthy closed issue #11616: Flaky test test_gluon.test_export

2018-08-10 Thread GitBox
sandeep-krishnamurthy closed issue #11616: Flaky test test_gluon.test_export URL: https://github.com/apache/incubator-mxnet/issues/11616 This is an automated message from the Apache Git Service. To respond to the message, ple

[GitHub] szha closed pull request #12093: take custom dataset into consideration for multi worker data loader

2018-08-10 Thread GitBox
szha closed pull request #12093: take custom dataset into consideration for multi worker data loader URL: https://github.com/apache/incubator-mxnet/pull/12093 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 pr

[incubator-mxnet] branch master updated: take custom dataset into consideration (#12093)

2018-08-10 Thread zhasheng
This is an automated email from the ASF dual-hosted git repository. zhasheng 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 2fc4248 take custom dataset into con

[GitHub] szha closed issue #12087: Python list as a gluon Dataset

2018-08-10 Thread GitBox
szha closed issue #12087: Python list as a gluon Dataset URL: https://github.com/apache/incubator-mxnet/issues/12087 This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub an

[GitHub] haojin2 opened a new pull request #12129: update dmlc-core for security reason

2018-08-10 Thread GitBox
haojin2 opened a new pull request #12129: update dmlc-core for security reason URL: https://github.com/apache/incubator-mxnet/pull/12129 ## Description ## Update dmlc-core due to security problem with yaml.load: https://github.com/dmlc/dmlc-core/pull/449 ## Checklist ## ###

[GitHub] ankkhedia commented on issue #12117: [MXNET-782] Fix Custom Metric Creation in R tutorial

2018-08-10 Thread GitBox
ankkhedia commented on issue #12117: [MXNET-782] Fix Custom Metric Creation in R tutorial URL: https://github.com/apache/incubator-mxnet/pull/12117#issuecomment-412178081 Looks good! This is an automated message from the Apac

[GitHub] hetong007 commented on issue #12121: Broken link in test_gluon_model_zoo.test_models

2018-08-10 Thread GitBox
hetong007 commented on issue #12121: Broken link in test_gluon_model_zoo.test_models URL: https://github.com/apache/incubator-mxnet/issues/12121#issuecomment-412173388 Cannot reproduce with the latest(1.3.0b20180810) pip package. It may due to unstable connection to the S3 bucket for pret

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

2018-08-10 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 d0b6979 Bump the publish ti

[GitHub] sandeep-krishnamurthy commented on issue #11773: Update PyPI version number

2018-08-10 Thread GitBox
sandeep-krishnamurthy commented on issue #11773: Update PyPI version number URL: https://github.com/apache/incubator-mxnet/pull/11773#issuecomment-412171546 @apeforest - ping. This is an automated message from the Apache Git S

[GitHub] sandeep-krishnamurthy commented on issue #11858: Update contribute.md (Fix links to subscribe for users and contributors)

2018-08-10 Thread GitBox
sandeep-krishnamurthy commented on issue #11858: Update contribute.md (Fix links to subscribe for users and contributors) URL: https://github.com/apache/incubator-mxnet/pull/11858#issuecomment-412171377 @sad- Can you please retrigger CI? (with empty commit) Changes looks good, thanks for

[GitHub] sandeep-krishnamurthy commented on issue #12070: Fix flaky test - test_deformable_convolution and psroipooling with_type

2018-08-10 Thread GitBox
sandeep-krishnamurthy commented on issue #12070: Fix flaky test - test_deformable_convolution and psroipooling with_type URL: https://github.com/apache/incubator-mxnet/pull/12070#issuecomment-412170621 @haojin2 - Thank you for reviewing. Updated the description. @eric-haibin-lin - Can yo

[GitHub] piiswrong opened a new issue #12128: NaiveEngine is not threadsafe and crashes when called from multiple threads.

2018-08-10 Thread GitBox
piiswrong opened a new issue #12128: NaiveEngine is not threadsafe and crashes when called from multiple threads. URL: https://github.com/apache/incubator-mxnet/issues/12128 MXNet with NaiveEngine crashes when called from multiple threads. ThreadedEngine works fine. --

[GitHub] sandeep-krishnamurthy commented on a change in pull request #12027: [MXNET-768] Partially enable flaky test for norm operator

2018-08-10 Thread GitBox
sandeep-krishnamurthy commented on a change in pull request #12027: [MXNET-768] Partially enable flaky test for norm operator URL: https://github.com/apache/incubator-mxnet/pull/12027#discussion_r209350471 ## File path: tests/python/unittest/test_operator.py ## @@ -3121,20

[GitHub] prathik-naidu opened a new issue #12127: LSTM split0 Operator Error

2018-08-10 Thread GitBox
prathik-naidu opened a new issue #12127: LSTM split0 Operator Error URL: https://github.com/apache/incubator-mxnet/issues/12127 ## Description Getting an error in the split0 operator when training an image captioning network in mxnet. ## Environment info (Required) ``` -

[GitHub] sandeep-krishnamurthy commented on issue #12067: [MXNET-788] Fix for issue #11733

2018-08-10 Thread GitBox
sandeep-krishnamurthy commented on issue #12067: [MXNET-788] Fix for issue #11733 URL: https://github.com/apache/incubator-mxnet/pull/12067#issuecomment-412168436 Thank you @samskalicky for your contributions! @apeforest - Your comments are addressed. This PR LGTM. Shall we merge thi

[GitHub] sandeep-krishnamurthy closed pull request #12083: GPU Memory Query to C API

2018-08-10 Thread GitBox
sandeep-krishnamurthy closed pull request #12083: GPU Memory Query to C API URL: https://github.com/apache/incubator-mxnet/pull/12083 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 this is a fo

[incubator-mxnet] branch master updated: GPU Memory Query to C API (#12083)

2018-08-10 Thread skm
This is an automated email from the ASF dual-hosted git repository. skm 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 584c5c1 GPU Memory Query to C API (#12083

[GitHub] sandeep-krishnamurthy opened a new issue #12126: [Feature Request] Utility API for querying GPU memory

2018-08-10 Thread GitBox
sandeep-krishnamurthy opened a new issue #12126: [Feature Request] Utility API for querying GPU memory URL: https://github.com/apache/incubator-mxnet/issues/12126 Platform independent API (without using nvidia-smi) for querying GPU memory. C implementation is provided by @sbodenstein in

[GitHub] sandeep-krishnamurthy commented on issue #12083: GPU Memory Query to C API

2018-08-10 Thread GitBox
sandeep-krishnamurthy commented on issue #12083: GPU Memory Query to C API URL: https://github.com/apache/incubator-mxnet/pull/12083#issuecomment-412164099 @sbodenstein - Thank you for the contribution. It would be great if you follow up with a Python API for querying GPU memory?

[GitHub] anirudhacharya commented on a change in pull request #12117: [MXNET-782] Fix Custom Metric Creation in R tutorial

2018-08-10 Thread GitBox
anirudhacharya commented on a change in pull request #12117: [MXNET-782] Fix Custom Metric Creation in R tutorial URL: https://github.com/apache/incubator-mxnet/pull/12117#discussion_r209342266 ## File path: docs/tutorials/r/fiveMinutesNeuralNetwork.md ## @@ -1,27 +1,31 @@

[GitHub] safrooze commented on issue #11493: Fix MXPredReshape in the c_predict_api

2018-08-10 Thread GitBox
safrooze commented on issue #11493: Fix MXPredReshape in the c_predict_api URL: https://github.com/apache/incubator-mxnet/pull/11493#issuecomment-412160584 @marcoabreu If the default for `assert_almost_equal()` which is part of `mxnet` is too flaky for mxnet tests, then I'd argue that the d

[GitHub] sandeep-krishnamurthy commented on a change in pull request #12117: [MXNET-782] Fix Custom Metric Creation in R tutorial

2018-08-10 Thread GitBox
sandeep-krishnamurthy commented on a change in pull request #12117: [MXNET-782] Fix Custom Metric Creation in R tutorial URL: https://github.com/apache/incubator-mxnet/pull/12117#discussion_r209338775 ## File path: docs/tutorials/r/fiveMinutesNeuralNetwork.md ## @@ -1,27 +

[GitHub] perdasilva edited a comment on issue #12090: [MXNET-791][WIP] Pick with negative indices

2018-08-10 Thread GitBox
perdasilva edited a comment on issue #12090: [MXNET-791][WIP] Pick with negative indices URL: https://github.com/apache/incubator-mxnet/pull/12090#issuecomment-412007597 @haojin2 No problem at all ^^ The only thing I could find that is similar to pick in numpy is [numpy.choose](https://

[GitHub] sandeep-krishnamurthy closed issue #10264: Run rnn backward fail

2018-08-10 Thread GitBox
sandeep-krishnamurthy closed issue #10264: Run rnn backward fail URL: https://github.com/apache/incubator-mxnet/issues/10264 This is an automated message from the Apache Git Service. To respond to the message, please log on

[GitHub] sandeep-krishnamurthy closed issue #9715: IndexError in labels when size of training dataset is not multiple of batch size

2018-08-10 Thread GitBox
sandeep-krishnamurthy closed issue #9715: IndexError in labels when size of training dataset is not multiple of batch size URL: https://github.com/apache/incubator-mxnet/issues/9715 This is an automated message from the Apac

[GitHub] Roshrini commented on issue #10264: Run rnn backward fail

2018-08-10 Thread GitBox
Roshrini commented on issue #10264: Run rnn backward fail URL: https://github.com/apache/incubator-mxnet/issues/10264#issuecomment-412155455 This issue seemed to have resolved. Test cases are in place as mentioned above. I will be closing it issue for now. Please feel free to reopen if cl

[GitHub] szha commented on issue #12085: Accelerate the performance of topk for CPU side

2018-08-10 Thread GitBox
szha commented on issue #12085: Accelerate the performance of topk for CPU side URL: https://github.com/apache/incubator-mxnet/pull/12085#issuecomment-412154289 @asmushetzel thanks for the review. @pengzhao-intel I will take a look shortly. -

[GitHub] Roshrini commented on issue #9715: IndexError in labels when size of training dataset is not multiple of batch size

2018-08-10 Thread GitBox
Roshrini commented on issue #9715: IndexError in labels when size of training dataset is not multiple of batch size URL: https://github.com/apache/incubator-mxnet/issues/9715#issuecomment-412153017 @nazikus Wasn't able to reproduce this issue on a similar dataset by running your code snip

[GitHub] zheng-da commented on a change in pull request #12104: [DO NOT REVIEW] Subgraph API

2018-08-10 Thread GitBox
zheng-da commented on a change in pull request #12104: [DO NOT REVIEW] Subgraph API URL: https://github.com/apache/incubator-mxnet/pull/12104#discussion_r209332962 ## File path: src/executor/graph_executor.cc ## @@ -1699,6 +1701,146 @@ GraphExecutor::CachedSegOpr GraphExe

[GitHub] andrewfayres commented on issue #11926: segfault in native code while trying to use CustomOp

2018-08-10 Thread GitBox
andrewfayres commented on issue #11926: segfault in native code while trying to use CustomOp URL: https://github.com/apache/incubator-mxnet/issues/11926#issuecomment-412149583 I'll take a look and depending on complexity I might open another ticket to track this.

[incubator-mxnet] branch master updated: reduce a copy for rowsparse parameter.reduce (#12039)

2018-08-10 Thread haibin
This is an automated email from the ASF dual-hosted git repository. haibin 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 6f7dee0 reduce a copy for rowsparse pa

[GitHub] eric-haibin-lin closed pull request #12039: Reduce a copy for rowsparse parameter during parameter.save

2018-08-10 Thread GitBox
eric-haibin-lin closed pull request #12039: Reduce a copy for rowsparse parameter during parameter.save URL: https://github.com/apache/incubator-mxnet/pull/12039 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

[GitHub] pengzhao-intel edited a comment on issue #12085: Accelerate the performance of topk for CPU side

2018-08-10 Thread GitBox
pengzhao-intel edited a comment on issue #12085: Accelerate the performance of topk for CPU side URL: https://github.com/apache/incubator-mxnet/pull/12085#issuecomment-412029845 @asmushetzel any other comments? @marcoabreu @szha could you help take a review and merge the PR? we hope

[GitHub] marcoabreu commented on issue #11493: Fix MXPredReshape in the c_predict_api

2018-08-10 Thread GitBox
marcoabreu commented on issue #11493: Fix MXPredReshape in the c_predict_api URL: https://github.com/apache/incubator-mxnet/pull/11493#issuecomment-412146573 The default values of almost equals are too low and could result in flaky behavior. We should address it first -

[GitHub] hetong007 commented on issue #12117: [MXNET-782] Fix Custom Metric Creation in R tutorial

2018-08-10 Thread GitBox
hetong007 commented on issue #12117: [MXNET-782] Fix Custom Metric Creation in R tutorial URL: https://github.com/apache/incubator-mxnet/pull/12117#issuecomment-412145214 Code to test if a package is installed, if not then install it: ```r if (!require(mlbench)) { install.p

[GitHub] sbodenstein commented on issue #11984: Generalized broadcast_like operator

2018-08-10 Thread GitBox
sbodenstein commented on issue #11984: Generalized broadcast_like operator URL: https://github.com/apache/incubator-mxnet/pull/11984#issuecomment-412145001 Ah, apologies didn't see that. Is it ready to be merged? This is an au

[GitHub] safrooze commented on issue #12116: Excessive memory allocation without static_alloc

2018-08-10 Thread GitBox
safrooze commented on issue #12116: Excessive memory allocation without static_alloc URL: https://github.com/apache/incubator-mxnet/issues/12116#issuecomment-412145103 @piiswrong Can you take a look? This is an automated mes

[GitHub] safrooze commented on issue #12116: Excessive memory allocation without static_alloc

2018-08-10 Thread GitBox
safrooze commented on issue #12116: Excessive memory allocation without static_alloc URL: https://github.com/apache/incubator-mxnet/issues/12116#issuecomment-412139807 @KellenSunderland I had to be more specific. The memory increase happens during inference and increases by each forward

[GitHub] safrooze edited a comment on issue #12116: Excessive memory allocation without static_alloc

2018-08-10 Thread GitBox
safrooze edited a comment on issue #12116: Excessive memory allocation without static_alloc URL: https://github.com/apache/incubator-mxnet/issues/12116#issuecomment-412139807 @KellenSunderland I should have been more specific. The memory increase happens during inference and increases by

[GitHub] safrooze commented on issue #11493: Fix MXPredReshape in the c_predict_api

2018-08-10 Thread GitBox
safrooze commented on issue #11493: Fix MXPredReshape in the c_predict_api URL: https://github.com/apache/incubator-mxnet/pull/11493#issuecomment-412137792 @sandeep-krishnamurthy This is an important fix that we need in our project. Given that the code is already using `assert_almost_equal(

[GitHub] KellenSunderland commented on a change in pull request #11325: [MXNET-703] TensorRT runtime integration

2018-08-10 Thread GitBox
KellenSunderland commented on a change in pull request #11325: [MXNET-703] TensorRT runtime integration URL: https://github.com/apache/incubator-mxnet/pull/11325#discussion_r209316731 ## File path: python/mxnet/contrib/tensorrt.py ## @@ -0,0 +1,110 @@ +# Licensed to the Ap

  1   2   >