[GitHub] rahul003 opened a new pull request #10183: [MXNET-120] Float16 support for distributed training

2018-03-20 Thread GitBox
rahul003 opened a new pull request #10183: [MXNET-120] Float16 support for distributed training URL: https://github.com/apache/incubator-mxnet/pull/10183 ## Description ## Supports distributed training with float16 gradients. - Modified parameter server to work at byte level, so

[GitHub] juliusshufan commented on issue #10168: CPP test case fails to compile using gcc 4.8.5 when MKLDNN enabled

2018-03-20 Thread GitBox
juliusshufan commented on issue #10168: CPP test case fails to compile using gcc 4.8.5 when MKLDNN enabled URL: https://github.com/apache/incubator-mxnet/issues/10168#issuecomment-374576058 @zheng-da This is an automated

[GitHub] zheng-da commented on a change in pull request #10161: Fix mem alignment.

2018-03-20 Thread GitBox
zheng-da commented on a change in pull request #10161: Fix mem alignment. URL: https://github.com/apache/incubator-mxnet/pull/10161#discussion_r175986866 ## File path: include/mxnet/base.h ## @@ -365,6 +365,10 @@ inline std::ostream& operator<<(std::ostream , const

[GitHub] sxjscience commented on issue #10182: Failing unit tests on Master branch

2018-03-20 Thread GitBox
sxjscience commented on issue #10182: Failing unit tests on Master branch URL: https://github.com/apache/incubator-mxnet/issues/10182#issuecomment-374835313 I usually use “nosetests tests/python/unittests” to run the test. Not sure if “python setup.py test” works.

[GitHub] aidan-plenert-macdonald commented on issue #10002: General support of OPs for second-order gradient

2018-03-20 Thread GitBox
aidan-plenert-macdonald commented on issue #10002: General support of OPs for second-order gradient URL: https://github.com/apache/incubator-mxnet/issues/10002#issuecomment-374833640 Yeah. See https://github.com/apache/incubator-mxnet/issues/10182

[GitHub] aidan-plenert-macdonald opened a new issue #10182: Failing unit tests on Master branch

2018-03-20 Thread GitBox
aidan-plenert-macdonald opened a new issue #10182: Failing unit tests on Master branch URL: https://github.com/apache/incubator-mxnet/issues/10182 Working off the master branch on commit [067590bd](https://github.com/apache/incubator-mxnet/tree/067590bd22721fcb08ba09e8d898997e5c1905b1),

[GitHub] sxjscience commented on issue #10002: General support of OPs for second-order gradient

2018-03-20 Thread GitBox
sxjscience commented on issue #10002: General support of OPs for second-order gradient URL: https://github.com/apache/incubator-mxnet/issues/10002#issuecomment-374832815 The current unit test should be correct and we rely on it to test the correctness of PRs. Do you mean that the unit

[GitHub] aidan-plenert-macdonald commented on issue #10002: General support of OPs for second-order gradient

2018-03-20 Thread GitBox
aidan-plenert-macdonald commented on issue #10002: General support of OPs for second-order gradient URL: https://github.com/apache/incubator-mxnet/issues/10002#issuecomment-374831401 @sxjscience How good are the current unit tests? If I make the changes will the unit tests catch the

[GitHub] cjolivier01 commented on a change in pull request #8246: Continued Work on Advanced Indexing

2018-03-20 Thread GitBox
cjolivier01 commented on a change in pull request #8246: Continued Work on Advanced Indexing URL: https://github.com/apache/incubator-mxnet/pull/8246#discussion_r175982651 ## File path: python/mxnet/ndarray/ndarray.py ## @@ -1858,10 +2174,8 @@ def full(shape, val,

[GitHub] cjolivier01 commented on issue #10139: [REQUEST FOR REVIEW] [MXNET-109] Logging APIs for Visualizing MXNet Data in TensorBoard

2018-03-20 Thread GitBox
cjolivier01 commented on issue #10139: [REQUEST FOR REVIEW] [MXNET-109] Logging APIs for Visualizing MXNet Data in TensorBoard URL: https://github.com/apache/incubator-mxnet/pull/10139#issuecomment-374829625 what’s stopping us from bringing mxnet/ps-lite into the modern age and using the

[GitHub] cjolivier01 commented on a change in pull request #10161: Fix mem alignment.

2018-03-20 Thread GitBox
cjolivier01 commented on a change in pull request #10161: Fix mem alignment. URL: https://github.com/apache/incubator-mxnet/pull/10161#discussion_r175980176 ## File path: include/mxnet/base.h ## @@ -365,6 +365,10 @@ inline std::ostream& operator<<(std::ostream , const

[GitHub] cjolivier01 commented on a change in pull request #10161: Fix mem alignment.

2018-03-20 Thread GitBox
cjolivier01 commented on a change in pull request #10161: Fix mem alignment. URL: https://github.com/apache/incubator-mxnet/pull/10161#discussion_r175980052 ## File path: include/mxnet/base.h ## @@ -365,6 +365,10 @@ inline std::ostream& operator<<(std::ostream , const

[GitHub] cjolivier01 commented on a change in pull request #10181: generate Scala documentation for infer package

2018-03-20 Thread GitBox
cjolivier01 commented on a change in pull request #10181: generate Scala documentation for infer package URL: https://github.com/apache/incubator-mxnet/pull/10181#discussion_r175979886 ## File path: docs/mxdoc.py ## @@ -80,9 +80,9 @@ def build_r_docs(app): def

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

2018-03-20 Thread GitBox
iblis17 commented on issue #10149: WIP: import Julia binding URL: https://github.com/apache/incubator-mxnet/pull/10149#issuecomment-374824608 > Unfortunately, we'll have to drop Mac support for now - do you think this is an issue? For Windows, we'll have to continue using AppVeyor for now

[GitHub] lanking520 commented on a change in pull request #10179: [MXNET-116] object detector class added

2018-03-20 Thread GitBox
lanking520 commented on a change in pull request #10179: [MXNET-116] object detector class added URL: https://github.com/apache/incubator-mxnet/pull/10179#discussion_r175977525 ## File path:

[GitHub] lanking520 commented on a change in pull request #10179: [MXNET-116] object detector class added

2018-03-20 Thread GitBox
lanking520 commented on a change in pull request #10179: [MXNET-116] object detector class added URL: https://github.com/apache/incubator-mxnet/pull/10179#discussion_r175977542 ## File path:

[GitHub] lanking520 commented on a change in pull request #10179: [MXNET-116] object detector class added

2018-03-20 Thread GitBox
lanking520 commented on a change in pull request #10179: [MXNET-116] object detector class added URL: https://github.com/apache/incubator-mxnet/pull/10179#discussion_r175977417 ## File path:

[GitHub] lanking520 commented on a change in pull request #10179: [MXNET-116] object detector class added

2018-03-20 Thread GitBox
lanking520 commented on a change in pull request #10179: [MXNET-116] object detector class added URL: https://github.com/apache/incubator-mxnet/pull/10179#discussion_r175978215 ## File path: scala-package/infer/src/test/scala/ml/dmlc/mxnet/infer/ObjectDetectorSuite.scala

[GitHub] iblis17 commented on a change in pull request #10149: WIP: import Julia binding

2018-03-20 Thread GitBox
iblis17 commented on a change in pull request #10149: WIP: import Julia binding URL: https://github.com/apache/incubator-mxnet/pull/10149#discussion_r175978009 ## File path: ci/docker/runtime_functions.sh ## @@ -399,6 +399,14 @@ unittest_ubuntu_gpu_R() { make rpkgtest

[GitHub] iblis17 commented on a change in pull request #10149: WIP: import Julia binding

2018-03-20 Thread GitBox
iblis17 commented on a change in pull request #10149: WIP: import Julia binding URL: https://github.com/apache/incubator-mxnet/pull/10149#discussion_r175972101 ## File path: julia/.travis.yml ## @@ -0,0 +1,59 @@ +# Documentation:

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

2018-03-20 Thread GitBox
iblis17 commented on issue #10149: WIP: import Julia binding URL: https://github.com/apache/incubator-mxnet/pull/10149#issuecomment-374824608 > Unfortunately, we'll have to drop Mac support for now - do you think this is an issue? For Windows, we'll have to continue using AppVeyor for now

[GitHub] iblis17 commented on a change in pull request #10149: WIP: import Julia binding

2018-03-20 Thread GitBox
iblis17 commented on a change in pull request #10149: WIP: import Julia binding URL: https://github.com/apache/incubator-mxnet/pull/10149#discussion_r175972101 ## File path: julia/.travis.yml ## @@ -0,0 +1,59 @@ +# Documentation:

[GitHub] iblis17 commented on a change in pull request #10149: WIP: import Julia binding

2018-03-20 Thread GitBox
iblis17 commented on a change in pull request #10149: WIP: import Julia binding URL: https://github.com/apache/incubator-mxnet/pull/10149#discussion_r175972101 ## File path: julia/.travis.yml ## @@ -0,0 +1,59 @@ +# Documentation:

[GitHub] iblis17 commented on a change in pull request #10149: WIP: import Julia binding

2018-03-20 Thread GitBox
iblis17 commented on a change in pull request #10149: WIP: import Julia binding URL: https://github.com/apache/incubator-mxnet/pull/10149#discussion_r175972101 ## File path: julia/.travis.yml ## @@ -0,0 +1,59 @@ +# Documentation:

[GitHub] iblis17 commented on a change in pull request #10149: WIP: import Julia binding

2018-03-20 Thread GitBox
iblis17 commented on a change in pull request #10149: WIP: import Julia binding URL: https://github.com/apache/incubator-mxnet/pull/10149#discussion_r175977274 ## File path: ci/docker/runtime_functions.sh ## @@ -399,6 +399,14 @@ unittest_ubuntu_gpu_R() { make rpkgtest

[GitHub] lanking520 commented on a change in pull request #10179: [MXNET-116] object detector class added

2018-03-20 Thread GitBox
lanking520 commented on a change in pull request #10179: [MXNET-116] object detector class added URL: https://github.com/apache/incubator-mxnet/pull/10179#discussion_r175976827 ## File path:

[GitHub] iblis17 commented on a change in pull request #10149: WIP: import Julia binding

2018-03-20 Thread GitBox
iblis17 commented on a change in pull request #10149: WIP: import Julia binding URL: https://github.com/apache/incubator-mxnet/pull/10149#discussion_r175972101 ## File path: julia/.travis.yml ## @@ -0,0 +1,59 @@ +# Documentation:

[GitHub] szha commented on issue #9925: fixed the tag_list ordering to enable right ordered add link mapping

2018-03-20 Thread GitBox
szha commented on issue #9925: fixed the tag_list ordering to enable right ordered add link mapping URL: https://github.com/apache/incubator-mxnet/pull/9925#issuecomment-374821963 looks like a duplicate of #10099 This is an

[GitHub] szha closed pull request #9925: fixed the tag_list ordering to enable right ordered add link mapping

2018-03-20 Thread GitBox
szha closed pull request #9925: fixed the tag_list ordering to enable right ordered add link mapping URL: https://github.com/apache/incubator-mxnet/pull/9925 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] iblis17 commented on a change in pull request #10149: WIP: import Julia binding

2018-03-20 Thread GitBox
iblis17 commented on a change in pull request #10149: WIP: import Julia binding URL: https://github.com/apache/incubator-mxnet/pull/10149#discussion_r175975651 ## File path: julia/deps/build.jl ## @@ -0,0 +1,261 @@ +import JSON +

[GitHub] pengzhao-intel commented on issue #10168: CPP test case fails to compile using gcc 4.8.5 when MKLDNN enabled

2018-03-20 Thread GitBox
pengzhao-intel commented on issue #10168: CPP test case fails to compile using gcc 4.8.5 when MKLDNN enabled URL: https://github.com/apache/incubator-mxnet/issues/10168#issuecomment-374579862

[GitHub] szha commented on a change in pull request #10108: [MXNET-99] Upgrade to cuda 9.1 cudnn 7

2018-03-20 Thread GitBox
szha commented on a change in pull request #10108: [MXNET-99] Upgrade to cuda 9.1 cudnn 7 URL: https://github.com/apache/incubator-mxnet/pull/10108#discussion_r175974632 ## File path: python/mxnet/model.py ## @@ -848,7 +848,7 @@ def fit(self, X, y=None, eval_data=None,

[GitHub] szha commented on a change in pull request #10108: [MXNET-99] Upgrade to cuda 9.1 cudnn 7

2018-03-20 Thread GitBox
szha commented on a change in pull request #10108: [MXNET-99] Upgrade to cuda 9.1 cudnn 7 URL: https://github.com/apache/incubator-mxnet/pull/10108#discussion_r175974403 ## File path: python/mxnet/model.py ## @@ -848,7 +848,7 @@ def fit(self, X, y=None, eval_data=None,

[GitHub] rahul003 commented on a change in pull request #9933: [MXNET-23] Adding support to profile kvstore server during distributed training

2018-03-20 Thread GitBox
rahul003 commented on a change in pull request #9933: [MXNET-23] Adding support to profile kvstore server during distributed training URL: https://github.com/apache/incubator-mxnet/pull/9933#discussion_r175974337 ## File path: include/mxnet/kvstore.h ## @@ -361,6 +373,17

[GitHub] cjolivier01 commented on a change in pull request #10108: [MXNET-99] Upgrade to cuda 9.1 cudnn 7

2018-03-20 Thread GitBox
cjolivier01 commented on a change in pull request #10108: [MXNET-99] Upgrade to cuda 9.1 cudnn 7 URL: https://github.com/apache/incubator-mxnet/pull/10108#discussion_r175972956 ## File path: python/mxnet/model.py ## @@ -848,7 +848,7 @@ def fit(self, X, y=None,

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

2018-03-20 Thread GitBox
iblis17 commented on issue #10149: WIP: import Julia binding URL: https://github.com/apache/incubator-mxnet/pull/10149#issuecomment-374817034 > If we are going to merge julia binding into mxnet, we should merge the CI system too. Travis is slow. I don't think we can even build mxnet

[GitHub] iblis17 commented on a change in pull request #10149: WIP: import Julia binding

2018-03-20 Thread GitBox
iblis17 commented on a change in pull request #10149: WIP: import Julia binding URL: https://github.com/apache/incubator-mxnet/pull/10149#discussion_r175972493 ## File path: julia/deps/cpcblas.sh ## @@ -0,0 +1,7 @@ +#!/bin/sh + +# be invoked from build.jl Review

[GitHub] jinhuang415 commented on issue #10175: MXNet MKLDNN build dependency/flow discussion

2018-03-20 Thread GitBox
jinhuang415 commented on issue #10175: MXNet MKLDNN build dependency/flow discussion URL: https://github.com/apache/incubator-mxnet/issues/10175#issuecomment-374648687 [MXNet MKLDNN Build

[GitHub] szha commented on a change in pull request #10108: [MXNET-99] Upgrade to cuda 9.1 cudnn 7

2018-03-20 Thread GitBox
szha commented on a change in pull request #10108: [MXNET-99] Upgrade to cuda 9.1 cudnn 7 URL: https://github.com/apache/incubator-mxnet/pull/10108#discussion_r175971934 ## File path: python/mxnet/model.py ## @@ -848,7 +848,7 @@ def fit(self, X, y=None, eval_data=None,

[GitHub] marcoabreu commented on a change in pull request #10108: [MXNET-99] Upgrade to cuda 9.1 cudnn 7

2018-03-20 Thread GitBox
marcoabreu commented on a change in pull request #10108: [MXNET-99] Upgrade to cuda 9.1 cudnn 7 URL: https://github.com/apache/incubator-mxnet/pull/10108#discussion_r175969703 ## File path: python/mxnet/model.py ## @@ -848,7 +848,7 @@ def fit(self, X, y=None,

[GitHub] aaronmarkham commented on a change in pull request #10179: [MXNET-116] object detector class added

2018-03-20 Thread GitBox
aaronmarkham commented on a change in pull request #10179: [MXNET-116] object detector class added URL: https://github.com/apache/incubator-mxnet/pull/10179#discussion_r175967351 ## File path: scala-package/infer/src/test/scala/ml/dmlc/mxnet/infer/ObjectDetectorSuite.scala

[GitHub] aaronmarkham commented on a change in pull request #10179: [MXNET-116] object detector class added

2018-03-20 Thread GitBox
aaronmarkham commented on a change in pull request #10179: [MXNET-116] object detector class added URL: https://github.com/apache/incubator-mxnet/pull/10179#discussion_r175968049 ## File path:

[GitHub] aaronmarkham commented on a change in pull request #10179: [MXNET-116] object detector class added

2018-03-20 Thread GitBox
aaronmarkham commented on a change in pull request #10179: [MXNET-116] object detector class added URL: https://github.com/apache/incubator-mxnet/pull/10179#discussion_r175967193 ## File path:

[GitHub] aaronmarkham commented on a change in pull request #10179: [MXNET-116] object detector class added

2018-03-20 Thread GitBox
aaronmarkham commented on a change in pull request #10179: [MXNET-116] object detector class added URL: https://github.com/apache/incubator-mxnet/pull/10179#discussion_r175967485 ## File path: scala-package/infer/src/main/scala/ml/dmlc/mxnet/infer/ObjectDetector.scala ##

[GitHub] aaronmarkham commented on a change in pull request #10179: [MXNET-116] object detector class added

2018-03-20 Thread GitBox
aaronmarkham commented on a change in pull request #10179: [MXNET-116] object detector class added URL: https://github.com/apache/incubator-mxnet/pull/10179#discussion_r175968393 ## File path:

[GitHub] aaronmarkham commented on a change in pull request #10179: [MXNET-116] object detector class added

2018-03-20 Thread GitBox
aaronmarkham commented on a change in pull request #10179: [MXNET-116] object detector class added URL: https://github.com/apache/incubator-mxnet/pull/10179#discussion_r175967515 ## File path: scala-package/infer/src/main/scala/ml/dmlc/mxnet/infer/ObjectDetector.scala ##

[GitHub] aaronmarkham commented on a change in pull request #10179: [MXNET-116] object detector class added

2018-03-20 Thread GitBox
aaronmarkham commented on a change in pull request #10179: [MXNET-116] object detector class added URL: https://github.com/apache/incubator-mxnet/pull/10179#discussion_r175967965 ## File path: scala-package/infer/src/main/scala/ml/dmlc/mxnet/infer/ObjectDetector.scala ##

[GitHub] aaronmarkham commented on a change in pull request #10179: [MXNET-116] object detector class added

2018-03-20 Thread GitBox
aaronmarkham commented on a change in pull request #10179: [MXNET-116] object detector class added URL: https://github.com/apache/incubator-mxnet/pull/10179#discussion_r175967555 ## File path: scala-package/infer/src/main/scala/ml/dmlc/mxnet/infer/ObjectDetector.scala ##

[GitHub] aaronmarkham commented on a change in pull request #10179: [MXNET-116] object detector class added

2018-03-20 Thread GitBox
aaronmarkham commented on a change in pull request #10179: [MXNET-116] object detector class added URL: https://github.com/apache/incubator-mxnet/pull/10179#discussion_r175967884 ## File path: scala-package/infer/src/main/scala/ml/dmlc/mxnet/infer/ObjectDetector.scala ##

[GitHub] aaronmarkham commented on a change in pull request #10179: [MXNET-116] object detector class added

2018-03-20 Thread GitBox
aaronmarkham commented on a change in pull request #10179: [MXNET-116] object detector class added URL: https://github.com/apache/incubator-mxnet/pull/10179#discussion_r175967635 ## File path: scala-package/infer/src/main/scala/ml/dmlc/mxnet/infer/ObjectDetector.scala ##

[GitHub] aaronmarkham commented on a change in pull request #10179: [MXNET-116] object detector class added

2018-03-20 Thread GitBox
aaronmarkham commented on a change in pull request #10179: [MXNET-116] object detector class added URL: https://github.com/apache/incubator-mxnet/pull/10179#discussion_r175968115 ## File path:

[GitHub] aaronmarkham commented on a change in pull request #10179: [MXNET-116] object detector class added

2018-03-20 Thread GitBox
aaronmarkham commented on a change in pull request #10179: [MXNET-116] object detector class added URL: https://github.com/apache/incubator-mxnet/pull/10179#discussion_r175968373 ## File path:

[GitHub] aaronmarkham commented on a change in pull request #10179: [MXNET-116] object detector class added

2018-03-20 Thread GitBox
aaronmarkham commented on a change in pull request #10179: [MXNET-116] object detector class added URL: https://github.com/apache/incubator-mxnet/pull/10179#discussion_r175968195 ## File path:

[GitHub] cjolivier01 commented on a change in pull request #10108: [MXNET-99] Upgrade to cuda 9.1 cudnn 7

2018-03-20 Thread GitBox
cjolivier01 commented on a change in pull request #10108: [MXNET-99] Upgrade to cuda 9.1 cudnn 7 URL: https://github.com/apache/incubator-mxnet/pull/10108#discussion_r175968730 ## File path: python/mxnet/model.py ## @@ -848,7 +848,7 @@ def fit(self, X, y=None,

[GitHub] aaronmarkham commented on issue #10181: generate Scala documentation for infer package

2018-03-20 Thread GitBox
aaronmarkham commented on issue #10181: generate Scala documentation for infer package URL: https://github.com/apache/incubator-mxnet/pull/10181#issuecomment-374808449 LGTM! This is an automated message from the Apache Git

[GitHub] nswamy commented on issue #10181: generate Scala documentation for infer package

2018-03-20 Thread GitBox
nswamy commented on issue #10181: generate Scala documentation for infer package URL: https://github.com/apache/incubator-mxnet/pull/10181#issuecomment-374808266 @aaronmarkham This is an automated message from the Apache Git

[GitHub] nswamy opened a new pull request #10181: generate Scala documentation for infer package

2018-03-20 Thread GitBox
nswamy opened a new pull request #10181: generate Scala documentation for infer package URL: https://github.com/apache/incubator-mxnet/pull/10181 ## Description ## Generate Scala documentation for infer package. Currently documentation script generates only for the core package.

[GitHub] szha commented on a change in pull request #10108: [MXNET-99] Upgrade to cuda 9.1 cudnn 7

2018-03-20 Thread GitBox
szha commented on a change in pull request #10108: [MXNET-99] Upgrade to cuda 9.1 cudnn 7 URL: https://github.com/apache/incubator-mxnet/pull/10108#discussion_r175965378 ## File path: python/mxnet/model.py ## @@ -848,7 +848,7 @@ def fit(self, X, y=None, eval_data=None,

[GitHub] chinakook commented on issue #7860: mx.nd.Custom bug

2018-03-20 Thread GitBox
chinakook commented on issue #7860: mx.nd.Custom bug URL: https://github.com/apache/incubator-mxnet/issues/7860#issuecomment-374806028 @mbaijal Yes, It's solved but not smart. This is an automated message from the Apache Git

[GitHub] pengzhao-intel commented on issue #10175: MXNet MKLDNN build dependency/flow discussion

2018-03-20 Thread GitBox
pengzhao-intel commented on issue #10175: MXNet MKLDNN build dependency/flow discussion URL: https://github.com/apache/incubator-mxnet/issues/10175#issuecomment-374805270 @marcoabreu Thanks for the suggestion. I will do. As a follow-up #10075, @jinhuang415 makes up this slide and

[GitHub] marcoabreu commented on a change in pull request #10108: [MXNET-99] Upgrade to cuda 9.1 cudnn 7

2018-03-20 Thread GitBox
marcoabreu commented on a change in pull request #10108: [MXNET-99] Upgrade to cuda 9.1 cudnn 7 URL: https://github.com/apache/incubator-mxnet/pull/10108#discussion_r175964469 ## File path: python/mxnet/model.py ## @@ -848,7 +848,7 @@ def fit(self, X, y=None,

[GitHub] nswamy closed pull request #10180: [MXNet-50] Generate Documentation for the Infer Package, currently only generated for core package.

2018-03-20 Thread GitBox
nswamy closed pull request #10180: [MXNet-50] Generate Documentation for the Infer Package, currently only generated for core package. URL: https://github.com/apache/incubator-mxnet/pull/10180 This is a PR merged from a forked repository. As GitHub hides the original diff on merge, it is

[GitHub] marcoabreu commented on a change in pull request #10108: [MXNET-99] Upgrade to cuda 9.1 cudnn 7

2018-03-20 Thread GitBox
marcoabreu commented on a change in pull request #10108: [MXNET-99] Upgrade to cuda 9.1 cudnn 7 URL: https://github.com/apache/incubator-mxnet/pull/10108#discussion_r175964469 ## File path: python/mxnet/model.py ## @@ -848,7 +848,7 @@ def fit(self, X, y=None,

[GitHub] pengzhao-intel commented on issue #10175: MXNet MKLDNN build dependency/flow discussion

2018-03-20 Thread GitBox
pengzhao-intel commented on issue #10175: MXNet MKLDNN build dependency/flow discussion URL: https://github.com/apache/incubator-mxnet/issues/10175#issuecomment-374805270 @marcoabreu Thanks for the suggestion. I will do

[GitHub] nswamy opened a new pull request #10180: [MXNet-50] Generate Documentation for the Infer Package, currently only generated for core package.

2018-03-20 Thread GitBox
nswamy opened a new pull request #10180: [MXNet-50] Generate Documentation for the Infer Package, currently only generated for core package. URL: https://github.com/apache/incubator-mxnet/pull/10180 ## Description ## Generate Documentation for the Infer Package, currently only generated

[GitHub] cjolivier01 commented on a change in pull request #10108: [MXNET-99] Upgrade to cuda 9.1 cudnn 7

2018-03-20 Thread GitBox
cjolivier01 commented on a change in pull request #10108: [MXNET-99] Upgrade to cuda 9.1 cudnn 7 URL: https://github.com/apache/incubator-mxnet/pull/10108#discussion_r175963936 ## File path: python/mxnet/model.py ## @@ -848,7 +848,7 @@ def fit(self, X, y=None,

[GitHub] marcoabreu commented on a change in pull request #10108: [MXNET-99] Upgrade to cuda 9.1 cudnn 7

2018-03-20 Thread GitBox
marcoabreu commented on a change in pull request #10108: [MXNET-99] Upgrade to cuda 9.1 cudnn 7 URL: https://github.com/apache/incubator-mxnet/pull/10108#discussion_r175963691 ## File path: python/mxnet/model.py ## @@ -848,7 +848,7 @@ def fit(self, X, y=None,

[GitHub] marcoabreu commented on a change in pull request #10108: [MXNET-99] Upgrade to cuda 9.1 cudnn 7

2018-03-20 Thread GitBox
marcoabreu commented on a change in pull request #10108: [MXNET-99] Upgrade to cuda 9.1 cudnn 7 URL: https://github.com/apache/incubator-mxnet/pull/10108#discussion_r175963691 ## File path: python/mxnet/model.py ## @@ -848,7 +848,7 @@ def fit(self, X, y=None,

[GitHub] marcoabreu commented on a change in pull request #10108: [MXNET-99] Upgrade to cuda 9.1 cudnn 7

2018-03-20 Thread GitBox
marcoabreu commented on a change in pull request #10108: [MXNET-99] Upgrade to cuda 9.1 cudnn 7 URL: https://github.com/apache/incubator-mxnet/pull/10108#discussion_r175963691 ## File path: python/mxnet/model.py ## @@ -848,7 +848,7 @@ def fit(self, X, y=None,

[GitHub] cjolivier01 commented on a change in pull request #10108: [MXNET-99] Upgrade to cuda 9.1 cudnn 7

2018-03-20 Thread GitBox
cjolivier01 commented on a change in pull request #10108: [MXNET-99] Upgrade to cuda 9.1 cudnn 7 URL: https://github.com/apache/incubator-mxnet/pull/10108#discussion_r175963399 ## File path: python/mxnet/model.py ## @@ -848,7 +848,7 @@ def fit(self, X, y=None,

[GitHub] wkcn commented on a change in pull request #9939: [MXNET-40]add multi proposal operator (cpu version) and fix the bug in proposal op (gpu version)

2018-03-20 Thread GitBox
wkcn commented on a change in pull request #9939: [MXNET-40]add multi proposal operator (cpu version) and fix the bug in proposal op (gpu version) URL: https://github.com/apache/incubator-mxnet/pull/9939#discussion_r175963434 ## File path: src/operator/contrib/multi_proposal.cc

[GitHub] cjolivier01 commented on a change in pull request #10108: [MXNET-99] Upgrade to cuda 9.1 cudnn 7

2018-03-20 Thread GitBox
cjolivier01 commented on a change in pull request #10108: [MXNET-99] Upgrade to cuda 9.1 cudnn 7 URL: https://github.com/apache/incubator-mxnet/pull/10108#discussion_r175963245 ## File path: python/mxnet/model.py ## @@ -848,7 +848,7 @@ def fit(self, X, y=None,

[GitHub] marcoabreu commented on a change in pull request #10108: [MXNET-99] Upgrade to cuda 9.1 cudnn 7

2018-03-20 Thread GitBox
marcoabreu commented on a change in pull request #10108: [MXNET-99] Upgrade to cuda 9.1 cudnn 7 URL: https://github.com/apache/incubator-mxnet/pull/10108#discussion_r175962990 ## File path: python/mxnet/model.py ## @@ -848,7 +848,7 @@ def fit(self, X, y=None,

[GitHub] cjolivier01 commented on a change in pull request #10108: [MXNET-99] Upgrade to cuda 9.1 cudnn 7

2018-03-20 Thread GitBox
cjolivier01 commented on a change in pull request #10108: [MXNET-99] Upgrade to cuda 9.1 cudnn 7 URL: https://github.com/apache/incubator-mxnet/pull/10108#discussion_r175962998 ## File path: python/mxnet/model.py ## @@ -848,7 +848,7 @@ def fit(self, X, y=None,

[GitHub] marcoabreu commented on a change in pull request #10108: [MXNET-99] Upgrade to cuda 9.1 cudnn 7

2018-03-20 Thread GitBox
marcoabreu commented on a change in pull request #10108: [MXNET-99] Upgrade to cuda 9.1 cudnn 7 URL: https://github.com/apache/incubator-mxnet/pull/10108#discussion_r175962990 ## File path: python/mxnet/model.py ## @@ -848,7 +848,7 @@ def fit(self, X, y=None,

[GitHub] marcoabreu commented on a change in pull request #10108: [MXNET-99] Upgrade to cuda 9.1 cudnn 7

2018-03-20 Thread GitBox
marcoabreu commented on a change in pull request #10108: [MXNET-99] Upgrade to cuda 9.1 cudnn 7 URL: https://github.com/apache/incubator-mxnet/pull/10108#discussion_r175962990 ## File path: python/mxnet/model.py ## @@ -848,7 +848,7 @@ def fit(self, X, y=None,

[GitHub] cjolivier01 commented on a change in pull request #10108: [MXNET-99] Upgrade to cuda 9.1 cudnn 7

2018-03-20 Thread GitBox
cjolivier01 commented on a change in pull request #10108: [MXNET-99] Upgrade to cuda 9.1 cudnn 7 URL: https://github.com/apache/incubator-mxnet/pull/10108#discussion_r175962374 ## File path: python/mxnet/model.py ## @@ -848,7 +848,7 @@ def fit(self, X, y=None,

[GitHub] marcoabreu commented on a change in pull request #10108: [MXNET-99] Upgrade to cuda 9.1 cudnn 7

2018-03-20 Thread GitBox
marcoabreu commented on a change in pull request #10108: [MXNET-99] Upgrade to cuda 9.1 cudnn 7 URL: https://github.com/apache/incubator-mxnet/pull/10108#discussion_r175960841 ## File path: python/mxnet/model.py ## @@ -848,7 +848,7 @@ def fit(self, X, y=None,

[GitHub] marcoabreu commented on a change in pull request #10108: [MXNET-99] Upgrade to cuda 9.1 cudnn 7

2018-03-20 Thread GitBox
marcoabreu commented on a change in pull request #10108: [MXNET-99] Upgrade to cuda 9.1 cudnn 7 URL: https://github.com/apache/incubator-mxnet/pull/10108#discussion_r175961683 ## File path: python/mxnet/model.py ## @@ -848,7 +848,7 @@ def fit(self, X, y=None,

[GitHub] marcoabreu commented on a change in pull request #10108: [MXNET-99] Upgrade to cuda 9.1 cudnn 7

2018-03-20 Thread GitBox
marcoabreu commented on a change in pull request #10108: [MXNET-99] Upgrade to cuda 9.1 cudnn 7 URL: https://github.com/apache/incubator-mxnet/pull/10108#discussion_r175960841 ## File path: python/mxnet/model.py ## @@ -848,7 +848,7 @@ def fit(self, X, y=None,

[GitHub] marcoabreu commented on a change in pull request #10108: [MXNET-99] Upgrade to cuda 9.1 cudnn 7

2018-03-20 Thread GitBox
marcoabreu commented on a change in pull request #10108: [MXNET-99] Upgrade to cuda 9.1 cudnn 7 URL: https://github.com/apache/incubator-mxnet/pull/10108#discussion_r175961683 ## File path: python/mxnet/model.py ## @@ -848,7 +848,7 @@ def fit(self, X, y=None,

[GitHub] szha commented on a change in pull request #10108: [MXNET-99] Upgrade to cuda 9.1 cudnn 7

2018-03-20 Thread GitBox
szha commented on a change in pull request #10108: [MXNET-99] Upgrade to cuda 9.1 cudnn 7 URL: https://github.com/apache/incubator-mxnet/pull/10108#discussion_r175961619 ## File path: python/mxnet/model.py ## @@ -848,7 +848,7 @@ def fit(self, X, y=None, eval_data=None,

[GitHub] marcoabreu commented on a change in pull request #10108: [MXNET-99] Upgrade to cuda 9.1 cudnn 7

2018-03-20 Thread GitBox
marcoabreu commented on a change in pull request #10108: [MXNET-99] Upgrade to cuda 9.1 cudnn 7 URL: https://github.com/apache/incubator-mxnet/pull/10108#discussion_r175960841 ## File path: python/mxnet/model.py ## @@ -848,7 +848,7 @@ def fit(self, X, y=None,

[GitHub] lanking520 opened a new pull request #10179: [MXNET-116] object detector class added

2018-03-20 Thread GitBox
lanking520 opened a new pull request #10179: [MXNET-116] object detector class added URL: https://github.com/apache/incubator-mxnet/pull/10179 ## Description ## Add Object Detection Class for MXNet Inference API, also add test and example to it. This code is fully tested with SSD

[GitHub] cjolivier01 commented on a change in pull request #10108: [MXNET-99] Upgrade to cuda 9.1 cudnn 7

2018-03-20 Thread GitBox
cjolivier01 commented on a change in pull request #10108: [MXNET-99] Upgrade to cuda 9.1 cudnn 7 URL: https://github.com/apache/incubator-mxnet/pull/10108#discussion_r175959825 ## File path: python/mxnet/model.py ## @@ -848,7 +848,7 @@ def fit(self, X, y=None,

[GitHub] cjolivier01 commented on a change in pull request #10108: [MXNET-99] Upgrade to cuda 9.1 cudnn 7

2018-03-20 Thread GitBox
cjolivier01 commented on a change in pull request #10108: [MXNET-99] Upgrade to cuda 9.1 cudnn 7 URL: https://github.com/apache/incubator-mxnet/pull/10108#discussion_r175959658 ## File path: python/mxnet/model.py ## @@ -848,7 +848,7 @@ def fit(self, X, y=None,

[GitHub] thomelane commented on issue #10039: [MXNET-103] Added tutorial on types of data augmentations.

2018-03-20 Thread GitBox
thomelane commented on issue #10039: [MXNET-103] Added tutorial on types of data augmentations. URL: https://github.com/apache/incubator-mxnet/pull/10039#issuecomment-374798927 One of the main aims of this tutorial was to visually show the effects of each augmentation, so I expect this is

[GitHub] thomelane commented on issue #10039: [MXNET-103] Added tutorial on types of data augmentations.

2018-03-20 Thread GitBox
thomelane commented on issue #10039: [MXNET-103] Added tutorial on types of data augmentations. URL: https://github.com/apache/incubator-mxnet/pull/10039#issuecomment-374798010 @piiswrong I'll create a Gluon version of this when the Gluon augmenters are merged and docs have been added. I

[GitHub] reminisce commented on a change in pull request #8246: Continued Work on Advanced Indexing

2018-03-20 Thread GitBox
reminisce commented on a change in pull request #8246: Continued Work on Advanced Indexing URL: https://github.com/apache/incubator-mxnet/pull/8246#discussion_r175957948 ## File path: python/mxnet/ndarray/ndarray.py ## @@ -1858,10 +2174,8 @@ def full(shape, val, ctx=None,

[GitHub] zheng-da commented on issue #10161: Fix mem alignment.

2018-03-20 Thread GitBox
zheng-da commented on issue #10161: Fix mem alignment. URL: https://github.com/apache/incubator-mxnet/pull/10161#issuecomment-374796487 @cjolivier01 I have updated the code accordingly. This is an automated message from the

[GitHub] marcoabreu commented on issue #10178: [MXNET-118] Added tutorial for Data Augmentation with Masks

2018-03-20 Thread GitBox
marcoabreu commented on issue #10178: [MXNET-118] Added tutorial for Data Augmentation with Masks URL: https://github.com/apache/incubator-mxnet/pull/10178#issuecomment-374792853 Hello, thanks for your contribution! A build of the website with your changes will be available at

[GitHub] szha commented on a change in pull request #10108: [MXNET-99] Upgrade to cuda 9.1 cudnn 7

2018-03-20 Thread GitBox
szha commented on a change in pull request #10108: [MXNET-99] Upgrade to cuda 9.1 cudnn 7 URL: https://github.com/apache/incubator-mxnet/pull/10108#discussion_r175953397 ## File path: tests/ci_build/deploy/ci_deploy_doc.sh ## @@ -26,10 +26,7 @@ # # BUILD_ID: the current

[GitHub] marcoabreu commented on a change in pull request #10108: [MXNET-99] Upgrade to cuda 9.1 cudnn 7

2018-03-20 Thread GitBox
marcoabreu commented on a change in pull request #10108: [MXNET-99] Upgrade to cuda 9.1 cudnn 7 URL: https://github.com/apache/incubator-mxnet/pull/10108#discussion_r175953114 ## File path: tests/ci_build/deploy/ci_deploy_doc.sh ## @@ -26,10 +26,7 @@ # # BUILD_ID: the

[GitHub] haojin2 commented on a change in pull request #10169: [MXNET-101] Support float16 in LeakyReLU operator

2018-03-20 Thread GitBox
haojin2 commented on a change in pull request #10169: [MXNET-101] Support float16 in LeakyReLU operator URL: https://github.com/apache/incubator-mxnet/pull/10169#discussion_r175952995 ## File path: src/operator/leaky_relu-inl.h ## @@ -217,7 +237,7 @@ class LeakyReLUOp :

[GitHub] zheng-da commented on issue #10161: Fix mem alignment.

2018-03-20 Thread GitBox
zheng-da commented on issue #10161: Fix mem alignment. URL: https://github.com/apache/incubator-mxnet/pull/10161#issuecomment-374790950 I just measured the performance. It's more or less the same. This is an automated message

[GitHub] marcoabreu commented on a change in pull request #10169: [MXNET-101] Support float16 in LeakyReLU operator

2018-03-20 Thread GitBox
marcoabreu commented on a change in pull request #10169: [MXNET-101] Support float16 in LeakyReLU operator URL: https://github.com/apache/incubator-mxnet/pull/10169#discussion_r175952680 ## File path: src/operator/leaky_relu-inl.h ## @@ -217,7 +237,7 @@ class LeakyReLUOp

[GitHub] haojin2 commented on a change in pull request #10169: [MXNET-101] Support float16 in LeakyReLU operator

2018-03-20 Thread GitBox
haojin2 commented on a change in pull request #10169: [MXNET-101] Support float16 in LeakyReLU operator URL: https://github.com/apache/incubator-mxnet/pull/10169#discussion_r175951494 ## File path: src/operator/leaky_relu-inl.h ## @@ -217,7 +237,7 @@ class LeakyReLUOp :

[GitHub] marcoabreu commented on issue #10174: Install v0.10.0 errors

2018-03-20 Thread GitBox
marcoabreu commented on issue #10174: Install v0.10.0 errors URL: https://github.com/apache/incubator-mxnet/issues/10174#issuecomment-374789065 I see, thanks! Would you mind trying out whether it works with 1.1.0? This is an

[GitHub] szha commented on a change in pull request #10108: [MXNET-99] Upgrade to cuda 9.1 cudnn 7

2018-03-20 Thread GitBox
szha commented on a change in pull request #10108: [MXNET-99] Upgrade to cuda 9.1 cudnn 7 URL: https://github.com/apache/incubator-mxnet/pull/10108#discussion_r175951233 ## File path: python/mxnet/kvstore.py ## @@ -424,13 +424,15 @@ def set_gradient_compression(self,

[GitHub] frankpunx commented on issue #10174: Install v0.10.0 errors

2018-03-20 Thread GitBox
frankpunx commented on issue #10174: Install v0.10.0 errors URL: https://github.com/apache/incubator-mxnet/issues/10174#issuecomment-374788373 Hi @marcoabreu , the reason i'm trying to use this version is that I'm trying to clone the

  1   2   3   4   >