[incubator-mxnet] branch v1.0.0 updated: [Merge into v1.0.0 ONLY][Copy of PR #8704] Prep1.0: bump the version number and 0.12.1 updates (#8770)

2017-11-22 Thread zhasheng
This is an automated email from the ASF dual-hosted git repository. zhasheng pushed a commit to branch v1.0.0 in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git The following commit(s) were added to refs/heads/v1.0.0 by this push: new 998b29d [Merge into v1.0.0

[GitHub] sxjscience commented on issue #8556: [Call for Contribution] Image augmenter operators

2017-11-22 Thread GitBox
sxjscience commented on issue #8556: [Call for Contribution] Image augmenter operators URL: https://github.com/apache/incubator-mxnet/issues/8556#issuecomment-346438800 I've checked again the APIs in torchvision. The input to all the random augmentation ops (like random_color_jitter)

[GitHub] cjolivier01 commented on a change in pull request #8737: Use RAII and fix Coverity resource leaks #10371 and others

2017-11-22 Thread GitBox
cjolivier01 commented on a change in pull request #8737: Use RAII and fix Coverity resource leaks #10371 and others URL: https://github.com/apache/incubator-mxnet/pull/8737#discussion_r152655571 ## File path: cpp-package/example/alexnet.cpp ## @@ -215,7 +215,7 @@ int

[GitHub] cjolivier01 commented on a change in pull request #8737: Use RAII and fix Coverity resource leaks #10371 and others

2017-11-22 Thread GitBox
cjolivier01 commented on a change in pull request #8737: Use RAII and fix Coverity resource leaks #10371 and others URL: https://github.com/apache/incubator-mxnet/pull/8737#discussion_r152655571 ## File path: cpp-package/example/alexnet.cpp ## @@ -215,7 +215,7 @@ int

[GitHub] cjolivier01 commented on a change in pull request #8737: Use RAII and fix Coverity resource leaks #10371 and others

2017-11-22 Thread GitBox
cjolivier01 commented on a change in pull request #8737: Use RAII and fix Coverity resource leaks #10371 and others URL: https://github.com/apache/incubator-mxnet/pull/8737#discussion_r152656119 ## File path: cpp-package/example/alexnet.cpp ## @@ -215,7 +215,7 @@ int

[GitHub] cjolivier01 commented on issue #8771: Build source

2017-11-22 Thread GitBox
cjolivier01 commented on issue #8771: Build source URL: https://github.com/apache/incubator-mxnet/issues/8771#issuecomment-346448861 Is there a question? This is an automated message from the Apache Git Service. To respond

[GitHub] cjolivier01 commented on issue #8771: Build source

2017-11-22 Thread GitBox
cjolivier01 commented on issue #8771: Build source URL: https://github.com/apache/incubator-mxnet/issues/8771#issuecomment-346448861 Is there a question? If so, please reopen. This is an automated message from the Apache

[GitHub] cjolivier01 closed issue #8771: Build source

2017-11-22 Thread GitBox
cjolivier01 closed issue #8771: Build source URL: https://github.com/apache/incubator-mxnet/issues/8771 This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the

[GitHub] larroy commented on a change in pull request #8680: Fix cmake library path when installing python package

2017-11-22 Thread GitBox
larroy commented on a change in pull request #8680: Fix cmake library path when installing python package URL: https://github.com/apache/incubator-mxnet/pull/8680#discussion_r152651220 ## File path: python/mxnet/libinfo.py ## @@ -31,7 +31,7 @@ def find_lib_path():

[GitHub] cjolivier01 closed pull request #8680: Fix cmake library path when installing python package

2017-11-22 Thread GitBox
cjolivier01 closed pull request #8680: Fix cmake library path when installing python package URL: https://github.com/apache/incubator-mxnet/pull/8680 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] cjolivier01 commented on a change in pull request #8680: Fix cmake library path when installing python package

2017-11-22 Thread GitBox
cjolivier01 commented on a change in pull request #8680: Fix cmake library path when installing python package URL: https://github.com/apache/incubator-mxnet/pull/8680#discussion_r152654071 ## File path: python/mxnet/libinfo.py ## @@ -31,7 +31,7 @@ def find_lib_path():

[GitHub] cjolivier01 commented on issue #8777: Error: package or namespace load failed for ?mxnet?:

2017-11-22 Thread GitBox
cjolivier01 commented on issue #8777: Error: package or namespace load failed for ?mxnet?: URL: https://github.com/apache/incubator-mxnet/issues/8777#issuecomment-346448475 If the dll is indeed there, run depends.ex on it and it should tell you what dll is missing:

[incubator-mxnet] branch master updated: Fix doc link (#8776)

2017-11-22 Thread madjam
This is an automated email from the ASF dual-hosted git repository. madjam 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 e835777 Fix doc link (#8776) e835777

[GitHub] madjam closed pull request #8776: Fix security doc link

2017-11-22 Thread GitBox
madjam closed pull request #8776: Fix security doc link URL: https://github.com/apache/incubator-mxnet/pull/8776 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 pull request

[GitHub] larroy commented on a change in pull request #8737: Use RAII and fix Coverity resource leaks #10371 and others

2017-11-22 Thread GitBox
larroy commented on a change in pull request #8737: Use RAII and fix Coverity resource leaks #10371 and others URL: https://github.com/apache/incubator-mxnet/pull/8737#discussion_r152651527 ## File path: cpp-package/example/alexnet.cpp ## @@ -215,7 +215,7 @@ int main(int

[incubator-mxnet] branch master updated: [CMAKE] Fix cmake library path when installing python package (#8680)

2017-11-22 Thread cjolivier01
This is an automated email from the ASF dual-hosted git repository. cjolivier01 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 5ad6eab [CMAKE] Fix cmake

[GitHub] cjolivier01 commented on a change in pull request #8737: Use RAII and fix Coverity resource leaks #10371 and others

2017-11-22 Thread GitBox
cjolivier01 commented on a change in pull request #8737: Use RAII and fix Coverity resource leaks #10371 and others URL: https://github.com/apache/incubator-mxnet/pull/8737#discussion_r152655135 ## File path: cpp-package/example/alexnet.cpp ## @@ -215,7 +215,7 @@ int

[GitHub] cjolivier01 commented on issue #8772: Build source code problem cannot convert from 'mshadow::Stream *' to 'mshadow::Stream *'

2017-11-22 Thread GitBox
cjolivier01 commented on issue #8772: Build source code problem cannot convert from 'mshadow::Stream *' to 'mshadow::Stream *' URL: https://github.com/apache/incubator-mxnet/issues/8772#issuecomment-346449310 Can you attach full output? Doesn't show file and line.

[GitHub] piiswrong commented on a change in pull request #8719: Tune without Launch specialization macros

2017-11-22 Thread GitBox
piiswrong commented on a change in pull request #8719: Tune without Launch specialization macros URL: https://github.com/apache/incubator-mxnet/pull/8719#discussion_r152676543 ## File path: src/operator/mxnet_op.h ## @@ -441,8 +447,80 @@ struct Kernel {

[GitHub] piiswrong commented on a change in pull request #8719: Tune without Launch specialization macros

2017-11-22 Thread GitBox
piiswrong commented on a change in pull request #8719: Tune without Launch specialization macros URL: https://github.com/apache/incubator-mxnet/pull/8719#discussion_r152676710 ## File path: src/operator/mxnet_op.h ## @@ -441,8 +447,82 @@ struct Kernel {

[GitHub] piiswrong commented on a change in pull request #8719: Tune without Launch specialization macros

2017-11-22 Thread GitBox
piiswrong commented on a change in pull request #8719: Tune without Launch specialization macros URL: https://github.com/apache/incubator-mxnet/pull/8719#discussion_r152677397 ## File path: src/operator/operator_tune.cc ## @@ -125,16 +125,16 @@ struct static_init_var {

[GitHub] piiswrong commented on a change in pull request #8719: Tune without Launch specialization macros

2017-11-22 Thread GitBox
piiswrong commented on a change in pull request #8719: Tune without Launch specialization macros URL: https://github.com/apache/incubator-mxnet/pull/8719#discussion_r152677355 ## File path: src/operator/operator_tune.cc ## @@ -125,16 +125,16 @@ struct static_init_var {

[GitHub] piiswrong commented on a change in pull request #8719: Tune without Launch specialization macros

2017-11-22 Thread GitBox
piiswrong commented on a change in pull request #8719: Tune without Launch specialization macros URL: https://github.com/apache/incubator-mxnet/pull/8719#discussion_r152677681 ## File path: src/operator/tensor/init_op.h ## @@ -263,16 +263,15 @@ void

[GitHub] piiswrong commented on a change in pull request #8719: Tune without Launch specialization macros

2017-11-22 Thread GitBox
piiswrong commented on a change in pull request #8719: Tune without Launch specialization macros URL: https://github.com/apache/incubator-mxnet/pull/8719#discussion_r152677489 ## File path: src/operator/operator_tune.cc ## @@ -125,16 +125,16 @@ struct static_init_var {

[GitHub] piiswrong commented on issue #8763: [WIP] Add text apis

2017-11-22 Thread GitBox
piiswrong commented on issue #8763: [WIP] Add text apis URL: https://github.com/apache/incubator-mxnet/pull/8763#issuecomment-346471744 These looks too adhoc to be put in to the repo. I'm considering making a text preprocessing package similar to part of NLTK and pytorch's text

[GitHub] cjolivier01 commented on a change in pull request #8719: Tune without Launch specialization macros

2017-11-22 Thread GitBox
cjolivier01 commented on a change in pull request #8719: Tune without Launch specialization macros URL: https://github.com/apache/incubator-mxnet/pull/8719#discussion_r152678045 ## File path: src/operator/mxnet_op.h ## @@ -441,8 +447,82 @@ struct Kernel {

[GitHub] cjolivier01 commented on a change in pull request #8719: Tune without Launch specialization macros

2017-11-22 Thread GitBox
cjolivier01 commented on a change in pull request #8719: Tune without Launch specialization macros URL: https://github.com/apache/incubator-mxnet/pull/8719#discussion_r152678380 ## File path: src/operator/tensor/init_op.h ## @@ -263,16 +263,15 @@ void

[GitHub] cjolivier01 commented on a change in pull request #8719: Tune without Launch specialization macros

2017-11-22 Thread GitBox
cjolivier01 commented on a change in pull request #8719: Tune without Launch specialization macros URL: https://github.com/apache/incubator-mxnet/pull/8719#discussion_r152678684 ## File path: src/operator/operator_tune.cc ## @@ -125,16 +125,16 @@ struct static_init_var {

[GitHub] szha commented on issue #8763: [WIP] Add text apis

2017-11-22 Thread GitBox
szha commented on issue #8763: [WIP] Add text apis URL: https://github.com/apache/incubator-mxnet/pull/8763#issuecomment-346472665 Aston is already doing it. This is an automated message from the Apache Git Service. To

[GitHub] cjolivier01 commented on a change in pull request #8719: Tune without Launch specialization macros

2017-11-22 Thread GitBox
cjolivier01 commented on a change in pull request #8719: Tune without Launch specialization macros URL: https://github.com/apache/incubator-mxnet/pull/8719#discussion_r152678586 ## File path: src/operator/operator_tune.cc ## @@ -125,16 +125,16 @@ struct static_init_var {

[GitHub] cjolivier01 commented on a change in pull request #8719: Tune without Launch specialization macros

2017-11-22 Thread GitBox
cjolivier01 commented on a change in pull request #8719: Tune without Launch specialization macros URL: https://github.com/apache/incubator-mxnet/pull/8719#discussion_r152678794 ## File path: src/operator/operator_tune.cc ## @@ -125,16 +125,16 @@ struct static_init_var {

[GitHub] cjolivier01 commented on a change in pull request #8719: Tune without Launch specialization macros

2017-11-22 Thread GitBox
cjolivier01 commented on a change in pull request #8719: Tune without Launch specialization macros URL: https://github.com/apache/incubator-mxnet/pull/8719#discussion_r152679000 ## File path: src/operator/mxnet_op.h ## @@ -441,8 +447,80 @@ struct Kernel {

[GitHub] cjolivier01 commented on a change in pull request #8719: Tune without Launch specialization macros

2017-11-22 Thread GitBox
cjolivier01 commented on a change in pull request #8719: Tune without Launch specialization macros URL: https://github.com/apache/incubator-mxnet/pull/8719#discussion_r152680177 ## File path: src/operator/operator_tune.cc ## @@ -125,16 +125,16 @@ struct static_init_var {

[incubator-mxnet] branch v1.0.0 updated: Fix doc link (#8776)

2017-11-22 Thread cjolivier01
This is an automated email from the ASF dual-hosted git repository. cjolivier01 pushed a commit to branch v1.0.0 in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git The following commit(s) were added to refs/heads/v1.0.0 by this push: new ede7d11 Fix doc link (#8776)

[GitHub] cjolivier01 commented on a change in pull request #8719: Tune without Launch specialization macros

2017-11-22 Thread GitBox
cjolivier01 commented on a change in pull request #8719: Tune without Launch specialization macros URL: https://github.com/apache/incubator-mxnet/pull/8719#discussion_r152681207 ## File path: src/operator/mxnet_op.h ## @@ -441,8 +447,82 @@ struct Kernel {

[GitHub] cjolivier01 commented on issue #8774: remove meaningless type qualifier

2017-11-22 Thread GitBox
cjolivier01 commented on issue #8774: remove meaningless type qualifier URL: https://github.com/apache/incubator-mxnet/pull/8774#issuecomment-346395600 Note it is changed here, but feel free to do it in this PR, which will likely go in sooner:

[GitHub] tanhm07 opened a new issue #8777: Error: package or namespace load failed for ?mxnet?:

2017-11-22 Thread GitBox
tanhm07 opened a new issue #8777: Error: package or namespace load failed for ?mxnet?: URL: https://github.com/apache/incubator-mxnet/issues/8777 ## Description I have downloaded the package for R according to the instructions here:

[GitHub] anirudh2290 commented on a change in pull request #8767: Factorization machine example & sparse example folder re-org

2017-11-22 Thread GitBox
anirudh2290 commented on a change in pull request #8767: Factorization machine example & sparse example folder re-org URL: https://github.com/apache/incubator-mxnet/pull/8767#discussion_r152615969 ## File path: example/sparse/factorization_machine/train.py ## @@ -0,0

[GitHub] anirudh2290 commented on a change in pull request #8767: Factorization machine example & sparse example folder re-org

2017-11-22 Thread GitBox
anirudh2290 commented on a change in pull request #8767: Factorization machine example & sparse example folder re-org URL: https://github.com/apache/incubator-mxnet/pull/8767#discussion_r152615413 ## File path: example/sparse/factorization_machine/data.py ## @@ -0,0 +1,62

[GitHub] cjolivier01 commented on a change in pull request #8680: Fix cmake library path when installing python package

2017-11-22 Thread GitBox
cjolivier01 commented on a change in pull request #8680: Fix cmake library path when installing python package URL: https://github.com/apache/incubator-mxnet/pull/8680#discussion_r152616626 ## File path: python/mxnet/libinfo.py ## @@ -31,7 +31,7 @@ def find_lib_path():

[incubator-mxnet] branch v1.0.0 updated: Remove spureous std::move, fix warning regarding RVO being prevented (#8755)

2017-11-22 Thread cjolivier01
This is an automated email from the ASF dual-hosted git repository. cjolivier01 pushed a commit to branch v1.0.0 in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git The following commit(s) were added to refs/heads/v1.0.0 by this push: new e51da4c Remove spureous

[GitHub] cjolivier01 commented on issue #8775: Is the newest cpp package compatible with mxnetv0.8.0?

2017-11-22 Thread GitBox
cjolivier01 commented on issue #8775: Is the newest cpp package compatible with mxnetv0.8.0? URL: https://github.com/apache/incubator-mxnet/issues/8775#issuecomment-346452343 Are you asking if the code in cpp-package subdirectory in master branch of mxnet can be used to wrap the older

[GitHub] cjolivier01 closed issue #8775: Is the newest cpp package compatible with mxnetv0.8.0?

2017-11-22 Thread GitBox
cjolivier01 closed issue #8775: Is the newest cpp package compatible with mxnetv0.8.0? URL: https://github.com/apache/incubator-mxnet/issues/8775 This is an automated message from the Apache Git Service. To respond to the

[GitHub] sxjscience commented on a change in pull request #8680: Fix cmake library path when installing python package

2017-11-22 Thread GitBox
sxjscience commented on a change in pull request #8680: Fix cmake library path when installing python package URL: https://github.com/apache/incubator-mxnet/pull/8680#discussion_r152660794 ## File path: python/mxnet/libinfo.py ## @@ -31,7 +31,7 @@ def find_lib_path():

[GitHub] sxjscience commented on a change in pull request #8680: Fix cmake library path when installing python package

2017-11-22 Thread GitBox
sxjscience commented on a change in pull request #8680: Fix cmake library path when installing python package URL: https://github.com/apache/incubator-mxnet/pull/8680#discussion_r152661318 ## File path: python/mxnet/libinfo.py ## @@ -31,7 +31,7 @@ def find_lib_path():

[GitHub] cjolivier01 commented on issue #8726: CI: Remove building from Unit Test-Jobs

2017-11-22 Thread GitBox
cjolivier01 commented on issue #8726: CI: Remove building from Unit Test-Jobs URL: https://github.com/apache/incubator-mxnet/issues/8726#issuecomment-346454446 @KellenSunderland This is an automated message from the Apache

[GitHub] cjolivier01 commented on issue #8751: Distributed Training has inverse results when imported (8 GPUS is slower than 1!)

2017-11-22 Thread GitBox
cjolivier01 commented on issue #8751: Distributed Training has inverse results when imported (8 GPUS is slower than 1!) URL: https://github.com/apache/incubator-mxnet/issues/8751#issuecomment-346455880 1) The reason that something small like mnist is slower on multiple GPUs is that the

[GitHub] SumNeuron commented on issue #8751: Distributed Training has inverse results when imported (8 GPUS is slower than 1!)

2017-11-22 Thread GitBox
SumNeuron commented on issue #8751: Distributed Training has inverse results when imported (8 GPUS is slower than 1!) URL: https://github.com/apache/incubator-mxnet/issues/8751#issuecomment-346463918 @cjolivier01 please see file 2 and 3. File 3 is the net definition, File 2 imports the

[GitHub] cjolivier01 commented on issue #8751: Distributed Training has inverse results when imported (8 GPUS is slower than 1!)

2017-11-22 Thread GitBox
cjolivier01 commented on issue #8751: Distributed Training has inverse results when imported (8 GPUS is slower than 1!) URL: https://github.com/apache/incubator-mxnet/issues/8751#issuecomment-346463794 what does "when the net is imported" mean in this context, as opposed to "when

[GitHub] piiswrong commented on a change in pull request #8766: NDArray Indexing tutorial and Gradient Compression FAQ

2017-11-22 Thread GitBox
piiswrong commented on a change in pull request #8766: NDArray Indexing tutorial and Gradient Compression FAQ URL: https://github.com/apache/incubator-mxnet/pull/8766#discussion_r152674342 ## File path: docs/faq/gradient_compression.md ## @@ -0,0 +1,107 @@ +# Gradient

[GitHub] piiswrong commented on a change in pull request #8766: NDArray Indexing tutorial and Gradient Compression FAQ

2017-11-22 Thread GitBox
piiswrong commented on a change in pull request #8766: NDArray Indexing tutorial and Gradient Compression FAQ URL: https://github.com/apache/incubator-mxnet/pull/8766#discussion_r152675141 ## File path: docs/faq/gradient_compression.md ## @@ -0,0 +1,107 @@ +# Gradient

[GitHub] piiswrong closed pull request #8757: [ImageIO] Fix image io for opencv3.3

2017-11-22 Thread GitBox
piiswrong closed pull request #8757: [ImageIO] Fix image io for opencv3.3 URL: https://github.com/apache/incubator-mxnet/pull/8757 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

[GitHub] piiswrong commented on issue #8766: NDArray Indexing tutorial and Gradient Compression FAQ

2017-11-22 Thread GitBox
piiswrong commented on issue #8766: NDArray Indexing tutorial and Gradient Compression FAQ URL: https://github.com/apache/incubator-mxnet/pull/8766#issuecomment-346469139 The introduction part of gradient compression seems unnecessarily verbose and repetitive.

[GitHub] sxjscience commented on a change in pull request #8680: Fix cmake library path when installing python package

2017-11-22 Thread GitBox
sxjscience commented on a change in pull request #8680: Fix cmake library path when installing python package URL: https://github.com/apache/incubator-mxnet/pull/8680#discussion_r152660794 ## File path: python/mxnet/libinfo.py ## @@ -31,7 +31,7 @@ def find_lib_path():

[GitHub] SumNeuron commented on issue #8751: Distributed Training has inverse results when imported (8 GPUS is slower than 1!)

2017-11-22 Thread GitBox
SumNeuron commented on issue #8751: Distributed Training has inverse results when imported (8 GPUS is slower than 1!) URL: https://github.com/apache/incubator-mxnet/issues/8751#issuecomment-346462374 @cjolivier01 I understand this principal and that makes sense. However, you are

[GitHub] piiswrong commented on a change in pull request #8766: NDArray Indexing tutorial and Gradient Compression FAQ

2017-11-22 Thread GitBox
piiswrong commented on a change in pull request #8766: NDArray Indexing tutorial and Gradient Compression FAQ URL: https://github.com/apache/incubator-mxnet/pull/8766#discussion_r152674195 ## File path: docs/faq/gradient_compression.md ## @@ -0,0 +1,107 @@ +# Gradient

[GitHub] piiswrong commented on a change in pull request #8766: NDArray Indexing tutorial and Gradient Compression FAQ

2017-11-22 Thread GitBox
piiswrong commented on a change in pull request #8766: NDArray Indexing tutorial and Gradient Compression FAQ URL: https://github.com/apache/incubator-mxnet/pull/8766#discussion_r152674943 ## File path: docs/faq/gradient_compression.md ## @@ -0,0 +1,107 @@ +# Gradient

[GitHub] piiswrong commented on a change in pull request #8766: NDArray Indexing tutorial and Gradient Compression FAQ

2017-11-22 Thread GitBox
piiswrong commented on a change in pull request #8766: NDArray Indexing tutorial and Gradient Compression FAQ URL: https://github.com/apache/incubator-mxnet/pull/8766#discussion_r152674798 ## File path: docs/tutorials/basic/ndarray_indexing.md ## @@ -0,0 +1,377 @@ + +#

[incubator-mxnet] branch master updated: [ImageIO] Fix image io for opencv3.3 (#8757)

2017-11-22 Thread jxie
This is an automated email from the ASF dual-hosted git repository. jxie 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 1f6d586 [ImageIO] Fix image io for

[GitHub] mbaijal commented on issue #8766: NDArray Indexing tutorial and Gradient Compression FAQ

2017-11-22 Thread GitBox
mbaijal commented on issue #8766: NDArray Indexing tutorial and Gradient Compression FAQ URL: https://github.com/apache/incubator-mxnet/pull/8766#issuecomment-346479680 @reminisce Can you please review these changes?

[GitHub] mbaijal commented on issue #8766: NDArray Indexing tutorial and Gradient Compression FAQ

2017-11-22 Thread GitBox
mbaijal commented on issue #8766: NDArray Indexing tutorial and Gradient Compression FAQ URL: https://github.com/apache/incubator-mxnet/pull/8766#issuecomment-346479680 @reminisce Can you please review these changes?

[GitHub] cjolivier01 commented on a change in pull request #8719: Tune without Launch specialization macros

2017-11-22 Thread GitBox
cjolivier01 commented on a change in pull request #8719: Tune without Launch specialization macros URL: https://github.com/apache/incubator-mxnet/pull/8719#discussion_r152684521 ## File path: src/operator/operator_tune.cc ## @@ -125,16 +125,16 @@ struct static_init_var {

[GitHub] eric-haibin-lin closed pull request #8401: Make make lint compatible with python3 (don't call python2 explicitly)

2017-11-22 Thread GitBox
eric-haibin-lin closed pull request #8401: Make make lint compatible with python3 (don't call python2 explicitly) URL: https://github.com/apache/incubator-mxnet/pull/8401 This is a PR merged from a forked repository. As GitHub hides the original diff on merge, it is displayed below for

[GitHub] aaronmarkham commented on a change in pull request #8766: NDArray Indexing tutorial and Gradient Compression FAQ

2017-11-22 Thread GitBox
aaronmarkham commented on a change in pull request #8766: NDArray Indexing tutorial and Gradient Compression FAQ URL: https://github.com/apache/incubator-mxnet/pull/8766#discussion_r152685762 ## File path: docs/faq/gradient_compression.md ## @@ -0,0 +1,107 @@ +# Gradient

[GitHub] aaronmarkham commented on a change in pull request #8766: NDArray Indexing tutorial and Gradient Compression FAQ

2017-11-22 Thread GitBox
aaronmarkham commented on a change in pull request #8766: NDArray Indexing tutorial and Gradient Compression FAQ URL: https://github.com/apache/incubator-mxnet/pull/8766#discussion_r152685872 ## File path: docs/tutorials/basic/ndarray_indexing.md ## @@ -0,0 +1,377 @@ + +#

[incubator-mxnet] branch v1.0.0 updated: Make make lint compatible with python3 (don't call python2 explicitly) (#8401)

2017-11-22 Thread haibin
This is an automated email from the ASF dual-hosted git repository. haibin pushed a commit to branch v1.0.0 in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git The following commit(s) were added to refs/heads/v1.0.0 by this push: new 151eb84 Make make lint compatible

[GitHub] aaronmarkham commented on a change in pull request #8766: NDArray Indexing tutorial and Gradient Compression FAQ

2017-11-22 Thread GitBox
aaronmarkham commented on a change in pull request #8766: NDArray Indexing tutorial and Gradient Compression FAQ URL: https://github.com/apache/incubator-mxnet/pull/8766#discussion_r152686413 ## File path: docs/faq/gradient_compression.md ## @@ -0,0 +1,107 @@ +# Gradient

[GitHub] eric-haibin-lin commented on a change in pull request #8767: Factorization machine example & sparse example folder re-org

2017-11-22 Thread GitBox
eric-haibin-lin commented on a change in pull request #8767: Factorization machine example & sparse example folder re-org URL: https://github.com/apache/incubator-mxnet/pull/8767#discussion_r152687318 ## File path: example/sparse/factorization_machine/train.py ## @@ -0,0

[GitHub] eric-haibin-lin commented on a change in pull request #8767: Factorization machine example & sparse example folder re-org

2017-11-22 Thread GitBox
eric-haibin-lin commented on a change in pull request #8767: Factorization machine example & sparse example folder re-org URL: https://github.com/apache/incubator-mxnet/pull/8767#discussion_r152687170 ## File path: example/sparse/factorization_machine/data.py ## @@ -0,0

[GitHub] reminisce commented on a change in pull request #8766: NDArray Indexing tutorial and Gradient Compression FAQ

2017-11-22 Thread GitBox
reminisce commented on a change in pull request #8766: NDArray Indexing tutorial and Gradient Compression FAQ URL: https://github.com/apache/incubator-mxnet/pull/8766#discussion_r152688017 ## File path: docs/tutorials/basic/ndarray_indexing.md ## @@ -0,0 +1,377 @@ + +#

[GitHub] sxjscience opened a new pull request #8779: [Image] add random lighting

2017-11-22 Thread GitBox
sxjscience opened a new pull request #8779: [Image] add random lighting URL: https://github.com/apache/incubator-mxnet/pull/8779 ## Description ## Add RandomLighting and AdjustLighting https://github.com/apache/incubator-mxnet/issues/8556

<    1   2