[GitHub] kuonangzhe commented on issue #12486: gluon.nn.SymbolBlock.imports Error

2018-09-12 Thread GitBox
kuonangzhe commented on issue #12486: gluon.nn.SymbolBlock.imports Error URL: https://github.com/apache/incubator-mxnet/issues/12486#issuecomment-420543673 @vrakesh @sandeep-krishnamurthy Since there is confidentiality issues for the code, we cannot provide more details to reproduce the er

[GitHub] kuonangzhe closed issue #12486: gluon.nn.SymbolBlock.imports Error

2018-09-12 Thread GitBox
kuonangzhe closed issue #12486: gluon.nn.SymbolBlock.imports Error URL: https://github.com/apache/incubator-mxnet/issues/12486 This is an automated message from the Apache Git Service. To respond to the message, please log on

[GitHub] yajiedesign removed a comment on issue #9940: [MXNET-46]remove set CMAKE_GENERATOR_TOOLSET

2018-09-12 Thread GitBox
yajiedesign removed a comment on issue #9940: [MXNET-46]remove set CMAKE_GENERATOR_TOOLSET URL: https://github.com/apache/incubator-mxnet/pull/9940#issuecomment-418093444 sorry for later,this pr has expire. This is an automat

[GitHub] yajiedesign commented on issue #12107: Faulty CUDA detection with cmake

2018-09-12 Thread GitBox
yajiedesign commented on issue #12107: Faulty CUDA detection with cmake URL: https://github.com/apache/incubator-mxnet/issues/12107#issuecomment-420548995 yes CMAKE_GENERATOR_TOOLSET is undefined behaviour.In fact, it is already useless.https://github.com/apache/incubator-mxnet/pull/9940

[GitHub] lebeg commented on issue #12517: Updated nnvm with fixed tvm submodule

2018-09-12 Thread GitBox
lebeg commented on issue #12517: Updated nnvm with fixed tvm submodule URL: https://github.com/apache/incubator-mxnet/pull/12517#issuecomment-420551428 @szha you're right, thank you for the fix: https://github.com/apache/incubator-mxnet/commit/ea0aec432f30f0a067ee695b946173d4e3940e4a -

[GitHub] ZhennanQin opened a new pull request #12530: Implement mkldnn convolution fusion and quantization.

2018-09-12 Thread GitBox
ZhennanQin opened a new pull request #12530: Implement mkldnn convolution fusion and quantization. URL: https://github.com/apache/incubator-mxnet/pull/12530 Implement mkldnn convolution fusion and quantization. ## Description ## This PR is the implementation followed this [proposal](

[GitHub] lebeg commented on a change in pull request #11742: [MXNET-623][WIP] Fixing an integer overflow bug in large NDArray

2018-09-12 Thread GitBox
lebeg commented on a change in pull request #11742: [MXNET-623][WIP] Fixing an integer overflow bug in large NDArray URL: https://github.com/apache/incubator-mxnet/pull/11742#discussion_r216941335 ## File path: src/c_api/c_api_function.cc ## @@ -56,7 +56,7 @@ std::vector G

[GitHub] marcoabreu closed pull request #12516: Revert "Fix flaky test: test_mkldnn.test_activation #12377 (#12418)"

2018-09-12 Thread GitBox
marcoabreu closed pull request #12516: Revert "Fix flaky test: test_mkldnn.test_activation #12377 (#12418)" URL: https://github.com/apache/incubator-mxnet/pull/12516 This is a PR merged from a forked repository. As GitHub hides the original diff on merge, it is displayed below for the sak

[incubator-mxnet] branch master updated: Revert "Fix flaky test: test_mkldnn.test_activation #12377 (#12418)" (#12516)

2018-09-12 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 7ea0533 Revert "Fix flaky test: te

[GitHub] lvaleriu commented on issue #9496: Draw labels name

2018-09-12 Thread GitBox
lvaleriu commented on issue #9496: Draw labels name URL: https://github.com/apache/incubator-mxnet/pull/9496#issuecomment-420620691 Hope this will do it! @zhreshold Thanks! This is an automated message from the Apache Git

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

2018-09-12 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 c8e9d42 Bump the publish ti

[GitHub] marcoabreu opened a new pull request #12531: Trigger

2018-09-12 Thread GitBox
marcoabreu opened a new pull request #12531: Trigger URL: https://github.com/apache/incubator-mxnet/pull/12531 Test This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and

[GitHub] gigasquid commented on issue #12525: [WIP] Updating news, readme files and bumping master version to 1.3.1

2018-09-12 Thread GitBox
gigasquid commented on issue #12525: [WIP] Updating news, readme files and bumping master version to 1.3.1 URL: https://github.com/apache/incubator-mxnet/pull/12525#issuecomment-420646957 Thanks for putting this together @Roshrini. The version number is located in the `project.clj` files

[GitHub] jacky4323 opened a new issue #12532: caffeOp mxnet build failed

2018-09-12 Thread GitBox
jacky4323 opened a new issue #12532: caffeOp mxnet build failed URL: https://github.com/apache/incubator-mxnet/issues/12532 Hi, environment MXNet v1.0.0 I want to use caffe operator to implement some custom layers,such as the solution in mxnet/example/caffe/ I follow the in

[GitHub] sandeep-krishnamurthy commented on issue #12526: #12285 Breaks NDArrayIter For 3D Arrays

2018-09-12 Thread GitBox
sandeep-krishnamurthy commented on issue #12526: #12285 Breaks NDArrayIter For 3D Arrays URL: https://github.com/apache/incubator-mxnet/issues/12526#issuecomment-420666017 Thanks Vishaal. On a side note, how did we miss nightly master build failure. We need to revisit it once. --

[GitHub] aaronmarkham commented on issue #12509: [HOLD] 1.3.0 release website updates

2018-09-12 Thread GitBox
aaronmarkham commented on issue #12509: [HOLD] 1.3.0 release website updates URL: https://github.com/apache/incubator-mxnet/pull/12509#issuecomment-420675090 @lupesko what if we point to the medium post and mention all three... ---

[GitHub] sandeep-krishnamurthy closed pull request #12507: Remove regression checks for website links

2018-09-12 Thread GitBox
sandeep-krishnamurthy closed pull request #12507: Remove regression checks for website links URL: https://github.com/apache/incubator-mxnet/pull/12507 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

[incubator-mxnet] branch master updated: Remove regression checks for website links (#12507)

2018-09-12 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 619bc3e Remove regression checks for webs

[GitHub] sandeep-krishnamurthy closed pull request #12419: [MXNET-580] Add SN-GAN example

2018-09-12 Thread GitBox
sandeep-krishnamurthy closed pull request #12419: [MXNET-580] Add SN-GAN example URL: https://github.com/apache/incubator-mxnet/pull/12419 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

[incubator-mxnet] branch master updated (619bc3e -> 46a5cee)

2018-09-12 Thread skm
This is an automated email from the ASF dual-hosted git repository. skm pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git. from 619bc3e Remove regression checks for website links (#12507) add 46a5cee [MXNET-580] Add SN-GAN example (

[GitHub] TaoLv opened a new pull request #12534: Fix the installation doc for MKL-DNN backend

2018-09-12 Thread GitBox
TaoLv opened a new pull request #12534: Fix the installation doc for MKL-DNN backend URL: https://github.com/apache/incubator-mxnet/pull/12534 ## Description ## This is a follow-up for #12509 @lupesko @aaronmarkham @pengzhao-intel ## Checklist ## ### Essentials ### Pleas

[GitHub] apeforest commented on issue #12290: [MXNET-798] Fix the dtype cast from non float32 in Gradient computation

2018-09-12 Thread GitBox
apeforest commented on issue #12290: [MXNET-798] Fix the dtype cast from non float32 in Gradient computation URL: https://github.com/apache/incubator-mxnet/pull/12290#issuecomment-420716016 @eric-haibin-lin Please review this new implementation. Thanks for your suggestion! ---

[GitHub] kenjewu opened a new pull request #12535: Implementation of Structured-Self-Attentive-Sentence-Embedding

2018-09-12 Thread GitBox
kenjewu opened a new pull request #12535: Implementation of Structured-Self-Attentive-Sentence-Embedding URL: https://github.com/apache/incubator-mxnet/pull/12535 Attention mechanism is becoming more and more important in natural language processing. In order to further study the principle

[GitHub] samskalicky commented on a change in pull request #12430: [MXNET-882] Support for N-d arrays added to diag op.

2018-09-12 Thread GitBox
samskalicky commented on a change in pull request #12430: [MXNET-882] Support for N-d arrays added to diag op. URL: https://github.com/apache/incubator-mxnet/pull/12430#discussion_r217108170 ## File path: src/operator/tensor/diag_op-inl.h ## @@ -104,42 +143,132 @@ inline b

[GitHub] samskalicky commented on a change in pull request #12430: [MXNET-882] Support for N-d arrays added to diag op.

2018-09-12 Thread GitBox
samskalicky commented on a change in pull request #12430: [MXNET-882] Support for N-d arrays added to diag op. URL: https://github.com/apache/incubator-mxnet/pull/12430#discussion_r217108491 ## File path: src/operator/tensor/diag_op-inl.h ## @@ -104,42 +143,132 @@ inline b

[GitHub] samskalicky commented on a change in pull request #12430: [MXNET-882] Support for N-d arrays added to diag op.

2018-09-12 Thread GitBox
samskalicky commented on a change in pull request #12430: [MXNET-882] Support for N-d arrays added to diag op. URL: https://github.com/apache/incubator-mxnet/pull/12430#discussion_r217108633 ## File path: src/operator/tensor/diag_op-inl.h ## @@ -104,42 +143,132 @@ inline b

[GitHub] samskalicky commented on a change in pull request #12430: [MXNET-882] Support for N-d arrays added to diag op.

2018-09-12 Thread GitBox
samskalicky commented on a change in pull request #12430: [MXNET-882] Support for N-d arrays added to diag op. URL: https://github.com/apache/incubator-mxnet/pull/12430#discussion_r217108736 ## File path: src/operator/tensor/diag_op-inl.h ## @@ -104,42 +143,132 @@ inline b

[GitHub] zheng-da commented on issue #12530: Implement mkldnn convolution fusion and quantization.

2018-09-12 Thread GitBox
zheng-da commented on issue #12530: Implement mkldnn convolution fusion and quantization. URL: https://github.com/apache/incubator-mxnet/pull/12530#issuecomment-420719061 Could you please split operator fusion and quantization into two PRs? It doesn't seem that these two works have to be i

[GitHub] samskalicky commented on a change in pull request #12430: [MXNET-882] Support for N-d arrays added to diag op.

2018-09-12 Thread GitBox
samskalicky commented on a change in pull request #12430: [MXNET-882] Support for N-d arrays added to diag op. URL: https://github.com/apache/incubator-mxnet/pull/12430#discussion_r217108978 ## File path: src/operator/tensor/diag_op-inl.h ## @@ -104,42 +143,132 @@ inline b

[GitHub] stu1130 commented on issue #12526: #12285 Breaks NDArrayIter For 3D Arrays

2018-09-12 Thread GitBox
stu1130 commented on issue #12526: #12285 Breaks NDArrayIter For 3D Arrays URL: https://github.com/apache/incubator-mxnet/issues/12526#issuecomment-420719457 Thanks @vishaalkapoor. work on it This is an automated message f

[GitHub] samskalicky commented on a change in pull request #12430: [MXNET-882] Support for N-d arrays added to diag op.

2018-09-12 Thread GitBox
samskalicky commented on a change in pull request #12430: [MXNET-882] Support for N-d arrays added to diag op. URL: https://github.com/apache/incubator-mxnet/pull/12430#discussion_r217108893 ## File path: src/operator/tensor/diag_op-inl.h ## @@ -104,42 +143,132 @@ inline b

[GitHub] samskalicky commented on a change in pull request #12430: [MXNET-882] Support for N-d arrays added to diag op.

2018-09-12 Thread GitBox
samskalicky commented on a change in pull request #12430: [MXNET-882] Support for N-d arrays added to diag op. URL: https://github.com/apache/incubator-mxnet/pull/12430#discussion_r217109852 ## File path: src/operator/tensor/diag_op-inl.h ## @@ -104,42 +143,132 @@ inline b

[GitHub] samskalicky commented on a change in pull request #12430: [MXNET-882] Support for N-d arrays added to diag op.

2018-09-12 Thread GitBox
samskalicky commented on a change in pull request #12430: [MXNET-882] Support for N-d arrays added to diag op. URL: https://github.com/apache/incubator-mxnet/pull/12430#discussion_r217110692 ## File path: src/operator/tensor/diag_op-inl.h ## @@ -104,42 +143,132 @@ inline b

[GitHub] samskalicky commented on a change in pull request #12430: [MXNET-882] Support for N-d arrays added to diag op.

2018-09-12 Thread GitBox
samskalicky commented on a change in pull request #12430: [MXNET-882] Support for N-d arrays added to diag op. URL: https://github.com/apache/incubator-mxnet/pull/12430#discussion_r217110829 ## File path: src/operator/tensor/diag_op-inl.h ## @@ -104,42 +143,132 @@ inline b

[GitHub] apeforest commented on a change in pull request #12374: Fix/public internal header

2018-09-12 Thread GitBox
apeforest commented on a change in pull request #12374: Fix/public internal header URL: https://github.com/apache/incubator-mxnet/pull/12374#discussion_r217114907 ## File path: include/mxnet/random_generator.h ## @@ -150,14 +149,9 @@ class RandGenerator { curandStateP

[GitHub] apeforest commented on a change in pull request #12374: Fix/public internal header

2018-09-12 Thread GitBox
apeforest commented on a change in pull request #12374: Fix/public internal header URL: https://github.com/apache/incubator-mxnet/pull/12374#discussion_r217114907 ## File path: include/mxnet/random_generator.h ## @@ -150,14 +149,9 @@ class RandGenerator { curandStateP

[GitHub] apeforest commented on a change in pull request #11742: [MXNET-623][WIP] Fixing an integer overflow bug in large NDArray

2018-09-12 Thread GitBox
apeforest commented on a change in pull request #11742: [MXNET-623][WIP] Fixing an integer overflow bug in large NDArray URL: https://github.com/apache/incubator-mxnet/pull/11742#discussion_r217121905 ## File path: src/c_api/c_api_function.cc ## @@ -56,7 +56,7 @@ std::vect

[GitHub] haojin2 commented on a change in pull request #11991: [MXNET-644] Automated flaky test detection

2018-09-12 Thread GitBox
haojin2 commented on a change in pull request #11991: [MXNET-644] Automated flaky test detection URL: https://github.com/apache/incubator-mxnet/pull/11991#discussion_r217122028 ## File path: ci/docker/runtime_functions.sh ## @@ -924,6 +924,17 @@ nightly_straight_dope_pytho

[GitHub] lanking520 opened a new pull request #12536: [MXNET-913][WIP] Java API --- Scala NDArray Improvement

2018-09-12 Thread GitBox
lanking520 opened a new pull request #12536: [MXNET-913][WIP] Java API --- Scala NDArray Improvement URL: https://github.com/apache/incubator-mxnet/pull/12536 ## Description ## This PR contains some addition in NDArray as well as Java compatible functionalities for Scala package.

[GitHub] aaronmarkham commented on a change in pull request #12504: [WIP] replacing windows setup with newer instructions

2018-09-12 Thread GitBox
aaronmarkham commented on a change in pull request #12504: [WIP] replacing windows setup with newer instructions URL: https://github.com/apache/incubator-mxnet/pull/12504#discussion_r217126744 ## File path: docs/install/windows_setup.md ## @@ -1,64 +1,94 @@ # Installing M

[GitHub] aaronmarkham commented on a change in pull request #12504: [WIP] replacing windows setup with newer instructions

2018-09-12 Thread GitBox
aaronmarkham commented on a change in pull request #12504: [WIP] replacing windows setup with newer instructions URL: https://github.com/apache/incubator-mxnet/pull/12504#discussion_r217126895 ## File path: docs/install/windows_setup.md ## @@ -1,64 +1,94 @@ # Installing M

[GitHub] kalyc commented on issue #12532: caffeOp mxnet build failed

2018-09-12 Thread GitBox
kalyc commented on issue #12532: caffeOp mxnet build failed URL: https://github.com/apache/incubator-mxnet/issues/12532#issuecomment-420738141 Thanks for submitting the issue @jacky4323 Could you also provide your system config for us to be able to assist you better? @mxnet-labe

[GitHub] aaronmarkham commented on a change in pull request #12504: [WIP] replacing windows setup with newer instructions

2018-09-12 Thread GitBox
aaronmarkham commented on a change in pull request #12504: [WIP] replacing windows setup with newer instructions URL: https://github.com/apache/incubator-mxnet/pull/12504#discussion_r217128429 ## File path: docs/install/windows_setup.md ## @@ -1,64 +1,94 @@ # Installing M

[GitHub] aaronmarkham commented on a change in pull request #12504: [WIP] replacing windows setup with newer instructions

2018-09-12 Thread GitBox
aaronmarkham commented on a change in pull request #12504: [WIP] replacing windows setup with newer instructions URL: https://github.com/apache/incubator-mxnet/pull/12504#discussion_r217129312 ## File path: docs/install/windows_setup.md ## @@ -1,64 +1,94 @@ # Installing M

[GitHub] aaronmarkham commented on a change in pull request #12504: [WIP] replacing windows setup with newer instructions

2018-09-12 Thread GitBox
aaronmarkham commented on a change in pull request #12504: [WIP] replacing windows setup with newer instructions URL: https://github.com/apache/incubator-mxnet/pull/12504#discussion_r217129312 ## File path: docs/install/windows_setup.md ## @@ -1,64 +1,94 @@ # Installing M

[GitHub] aaronmarkham commented on a change in pull request #12504: [WIP] replacing windows setup with newer instructions

2018-09-12 Thread GitBox
aaronmarkham commented on a change in pull request #12504: [WIP] replacing windows setup with newer instructions URL: https://github.com/apache/incubator-mxnet/pull/12504#discussion_r217126744 ## File path: docs/install/windows_setup.md ## @@ -1,64 +1,94 @@ # Installing M

[GitHub] aaronmarkham commented on a change in pull request #12504: [WIP] replacing windows setup with newer instructions

2018-09-12 Thread GitBox
aaronmarkham commented on a change in pull request #12504: [WIP] replacing windows setup with newer instructions URL: https://github.com/apache/incubator-mxnet/pull/12504#discussion_r217126895 ## File path: docs/install/windows_setup.md ## @@ -1,64 +1,94 @@ # Installing M

[GitHub] aaronmarkham commented on a change in pull request #12504: [WIP] replacing windows setup with newer instructions

2018-09-12 Thread GitBox
aaronmarkham commented on a change in pull request #12504: [WIP] replacing windows setup with newer instructions URL: https://github.com/apache/incubator-mxnet/pull/12504#discussion_r217130563 ## File path: docs/install/windows_setup.md ## @@ -1,64 +1,94 @@ # Installing M

[GitHub] aaronmarkham commented on a change in pull request #12504: [WIP] replacing windows setup with newer instructions

2018-09-12 Thread GitBox
aaronmarkham commented on a change in pull request #12504: [WIP] replacing windows setup with newer instructions URL: https://github.com/apache/incubator-mxnet/pull/12504#discussion_r217131383 ## File path: docs/install/windows_setup.md ## @@ -1,64 +1,94 @@ # Installing M

[GitHub] zhreshold commented on issue #12362: Removing the re-size for validation data, which breaking the validation accuracy of CIFAR training

2018-09-12 Thread GitBox
zhreshold commented on issue #12362: Removing the re-size for validation data, which breaking the validation accuracy of CIFAR training URL: https://github.com/apache/incubator-mxnet/pull/12362#issuecomment-420741787 @juliusshufan Thanks for the result, it's fair enough to go through. Again

[GitHub] zhreshold closed pull request #12362: Removing the re-size for validation data, which breaking the validation accuracy of CIFAR training

2018-09-12 Thread GitBox
zhreshold closed pull request #12362: Removing the re-size for validation data, which breaking the validation accuracy of CIFAR training URL: https://github.com/apache/incubator-mxnet/pull/12362 This is a PR merged from a forked repository. As GitHub hides the original diff on merge, it i

[incubator-mxnet] branch master updated: Removing the re-size for validation data, which breaking the validation accuracy of CIFAR training (#12362)

2018-09-12 Thread zhreshold
This is an automated email from the ASF dual-hosted git repository. zhreshold 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 ceabcaa Removing the re-size for va

[GitHub] szha commented on a change in pull request #12512: [MXNET-938] Allow fusing weight ahead of calling forward()

2018-09-12 Thread GitBox
szha commented on a change in pull request #12512: [MXNET-938] Allow fusing weight ahead of calling forward() URL: https://github.com/apache/incubator-mxnet/pull/12512#discussion_r217132369 ## File path: python/mxnet/gluon/rnn/rnn_layer.py ## @@ -183,6 +184,16 @@ def begin

[GitHub] aaronmarkham commented on a change in pull request #12504: [WIP] replacing windows setup with newer instructions

2018-09-12 Thread GitBox
aaronmarkham commented on a change in pull request #12504: [WIP] replacing windows setup with newer instructions URL: https://github.com/apache/incubator-mxnet/pull/12504#discussion_r217132502 ## File path: docs/install/windows_setup.md ## @@ -1,64 +1,94 @@ # Installing M

[GitHub] szha commented on a change in pull request #12512: [MXNET-938] Allow fusing weight ahead of calling forward()

2018-09-12 Thread GitBox
szha commented on a change in pull request #12512: [MXNET-938] Allow fusing weight ahead of calling forward() URL: https://github.com/apache/incubator-mxnet/pull/12512#discussion_r217132819 ## File path: python/mxnet/gluon/rnn/rnn_layer.py ## @@ -209,12 +220,16 @@ def _for

[GitHub] aaronmarkham commented on a change in pull request #12504: [WIP] replacing windows setup with newer instructions

2018-09-12 Thread GitBox
aaronmarkham commented on a change in pull request #12504: [WIP] replacing windows setup with newer instructions URL: https://github.com/apache/incubator-mxnet/pull/12504#discussion_r217132971 ## File path: docs/install/windows_setup.md ## @@ -1,64 +1,94 @@ # Installing M

[GitHub] aaronmarkham commented on a change in pull request #12504: [WIP] replacing windows setup with newer instructions

2018-09-12 Thread GitBox
aaronmarkham commented on a change in pull request #12504: [WIP] replacing windows setup with newer instructions URL: https://github.com/apache/incubator-mxnet/pull/12504#discussion_r217132971 ## File path: docs/install/windows_setup.md ## @@ -1,64 +1,94 @@ # Installing M

[GitHub] aaronmarkham commented on a change in pull request #12504: [WIP] replacing windows setup with newer instructions

2018-09-12 Thread GitBox
aaronmarkham commented on a change in pull request #12504: [WIP] replacing windows setup with newer instructions URL: https://github.com/apache/incubator-mxnet/pull/12504#discussion_r217132971 ## File path: docs/install/windows_setup.md ## @@ -1,64 +1,94 @@ # Installing M

[GitHub] Ishitori commented on issue #12063: MxNet Pre-trained Prediction Doc Not Working

2018-09-12 Thread GitBox
Ishitori commented on issue #12063: MxNet Pre-trained Prediction Doc Not Working URL: https://github.com/apache/incubator-mxnet/issues/12063#issuecomment-420743508 @prathik-naidu I think that model may actually have been trained without normalization. I receive worse results if I a

[GitHub] aaronmarkham commented on a change in pull request #12504: [WIP] replacing windows setup with newer instructions

2018-09-12 Thread GitBox
aaronmarkham commented on a change in pull request #12504: [WIP] replacing windows setup with newer instructions URL: https://github.com/apache/incubator-mxnet/pull/12504#discussion_r217133854 ## File path: docs/install/windows_setup.md ## @@ -1,64 +1,94 @@ # Installing M

[GitHub] aaronmarkham commented on a change in pull request #12504: [WIP] replacing windows setup with newer instructions

2018-09-12 Thread GitBox
aaronmarkham commented on a change in pull request #12504: [WIP] replacing windows setup with newer instructions URL: https://github.com/apache/incubator-mxnet/pull/12504#discussion_r217134348 ## File path: docs/install/windows_setup.md ## @@ -1,64 +1,94 @@ # Installing M

[GitHub] aaronmarkham commented on a change in pull request #12504: [WIP] replacing windows setup with newer instructions

2018-09-12 Thread GitBox
aaronmarkham commented on a change in pull request #12504: [WIP] replacing windows setup with newer instructions URL: https://github.com/apache/incubator-mxnet/pull/12504#discussion_r217134424 ## File path: docs/install/windows_setup.md ## @@ -1,64 +1,94 @@ # Installing M

[GitHub] aaronmarkham commented on a change in pull request #12504: [WIP] replacing windows setup with newer instructions

2018-09-12 Thread GitBox
aaronmarkham commented on a change in pull request #12504: [WIP] replacing windows setup with newer instructions URL: https://github.com/apache/incubator-mxnet/pull/12504#discussion_r217134522 ## File path: docs/install/windows_setup.md ## @@ -1,64 +1,94 @@ # Installing M

[GitHub] aaronmarkham commented on a change in pull request #12504: [WIP] replacing windows setup with newer instructions

2018-09-12 Thread GitBox
aaronmarkham commented on a change in pull request #12504: [WIP] replacing windows setup with newer instructions URL: https://github.com/apache/incubator-mxnet/pull/12504#discussion_r217134737 ## File path: docs/install/windows_setup.md ## @@ -1,64 +1,94 @@ # Installing M

[GitHub] aaronmarkham closed issue #12510: CI test failure: test_contrib_svrg_module.test_fit

2018-09-12 Thread GitBox
aaronmarkham closed issue #12510: CI test failure: test_contrib_svrg_module.test_fit URL: https://github.com/apache/incubator-mxnet/issues/12510 This is an automated message from the Apache Git Service. To respond to the mes

[GitHub] apeforest commented on issue #12403: roi_align.cc bug?

2018-09-12 Thread GitBox
apeforest commented on issue #12403: roi_align.cc bug? URL: https://github.com/apache/incubator-mxnet/issues/12403#issuecomment-420749836 Hi @eli2014 if you already identified the rootcause and knew the fix, would you mind making the change directly and contribute to this repository? If so

[GitHub] anirudhacharya commented on issue #12510: CI test failure: test_contrib_svrg_module.test_fit

2018-09-12 Thread GitBox
anirudhacharya commented on issue #12510: CI test failure: test_contrib_svrg_module.test_fit URL: https://github.com/apache/incubator-mxnet/issues/12510#issuecomment-420750178 please reopen this issue and label it as "Disabled test". We need this issue to track the task of fixing and reen

[GitHub] apeforest commented on issue #12061: Mxnet 1.3 Bug : Prelu activation compution fault in expand_shape function

2018-09-12 Thread GitBox
apeforest commented on issue #12061: Mxnet 1.3 Bug : Prelu activation compution fault in expand_shape function URL: https://github.com/apache/incubator-mxnet/issues/12061#issuecomment-420750454 Hi @StOnEGiggity if you already identified the root cause and knew the fix, would you mind mak

[GitHub] apeforest commented on issue #11966: ArgSort binds to a float64 array but forward fails

2018-09-12 Thread GitBox
apeforest commented on issue #11966: ArgSort binds to a float64 array but forward fails URL: https://github.com/apache/incubator-mxnet/issues/11966#issuecomment-420751059 This is a feature request, not a bug. @anirudh2290 Could you please remove the [Bug] label and add [Feature Request]?

[GitHub] aaronmarkham opened a new issue #12510: CI test failure: test_contrib_svrg_module.test_fit

2018-09-12 Thread GitBox
aaronmarkham opened a new issue #12510: CI test failure: test_contrib_svrg_module.test_fit URL: https://github.com/apache/incubator-mxnet/issues/12510 ## Description My PR failed CI on an unrelated unittest. http://jenkins.mxnet-ci.amazon-ml.com/blue/organizations/jenkins/incubat

[GitHub] ankkhedia commented on a change in pull request #12504: [WIP] replacing windows setup with newer instructions

2018-09-12 Thread GitBox
ankkhedia commented on a change in pull request #12504: [WIP] replacing windows setup with newer instructions URL: https://github.com/apache/incubator-mxnet/pull/12504#discussion_r217141917 ## File path: docs/install/windows_setup.md ## @@ -1,64 +1,94 @@ # Installing MXNe

[GitHub] ankkhedia commented on a change in pull request #12504: [WIP] replacing windows setup with newer instructions

2018-09-12 Thread GitBox
ankkhedia commented on a change in pull request #12504: [WIP] replacing windows setup with newer instructions URL: https://github.com/apache/incubator-mxnet/pull/12504#discussion_r217142317 ## File path: docs/install/windows_setup.md ## @@ -1,64 +1,94 @@ # Installing MXNe

[GitHub] ankkhedia commented on a change in pull request #12504: [WIP] replacing windows setup with newer instructions

2018-09-12 Thread GitBox
ankkhedia commented on a change in pull request #12504: [WIP] replacing windows setup with newer instructions URL: https://github.com/apache/incubator-mxnet/pull/12504#discussion_r217142433 ## File path: docs/install/windows_setup.md ## @@ -1,64 +1,94 @@ # Installing MXNe

[GitHub] ankkhedia commented on a change in pull request #12504: [WIP] replacing windows setup with newer instructions

2018-09-12 Thread GitBox
ankkhedia commented on a change in pull request #12504: [WIP] replacing windows setup with newer instructions URL: https://github.com/apache/incubator-mxnet/pull/12504#discussion_r217142943 ## File path: docs/install/windows_setup.md ## @@ -1,64 +1,94 @@ # Installing MXNe

[GitHub] ankkhedia commented on a change in pull request #12504: [WIP] replacing windows setup with newer instructions

2018-09-12 Thread GitBox
ankkhedia commented on a change in pull request #12504: [WIP] replacing windows setup with newer instructions URL: https://github.com/apache/incubator-mxnet/pull/12504#discussion_r217142796 ## File path: docs/install/windows_setup.md ## @@ -1,64 +1,94 @@ # Installing MXNe

[GitHub] zhreshold opened a new pull request #12537: Revert "Change the way NDArrayIter handle the last batch"

2018-09-12 Thread GitBox
zhreshold opened a new pull request #12537: Revert "Change the way NDArrayIter handle the last batch" URL: https://github.com/apache/incubator-mxnet/pull/12537 Reverts apache/incubator-mxnet#12285 See https://github.com/apache/incubator-mxnet/issues/12526 Will fix the issue of

[GitHub] zhreshold commented on issue #12537: Revert "Change the way NDArrayIter handle the last batch"

2018-09-12 Thread GitBox
zhreshold commented on issue #12537: Revert "Change the way NDArrayIter handle the last batch" URL: https://github.com/apache/incubator-mxnet/pull/12537#issuecomment-420755066 @stu1130 @sandeep-krishnamurthy @vishaalkapoor T

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

2018-09-12 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 c45d47e Bump the publish ti

[GitHub] szha closed pull request #12468: [MXNET-807] Support integer label type in ctc_loss operator

2018-09-12 Thread GitBox
szha closed pull request #12468: [MXNET-807] Support integer label type in ctc_loss operator URL: https://github.com/apache/incubator-mxnet/pull/12468 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

[incubator-mxnet] branch master updated: [MXNET-807] Support integer label type in ctc_loss operator (#12468)

2018-09-12 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 dcf4e12 [MXNET-807] Support integer

[GitHub] aaronmarkham commented on issue #12534: Fix the installation doc for MKL-DNN backend

2018-09-12 Thread GitBox
aaronmarkham commented on issue #12534: Fix the installation doc for MKL-DNN backend URL: https://github.com/apache/incubator-mxnet/pull/12534#issuecomment-420767169 How do you install MKL-DNN with pip? Do you get it with `pip install mxnet-mkl`? Or must you build from source?

[GitHub] anirudh2290 commented on a change in pull request #11585: Adds support for finding cudnn inside cuda path

2018-09-12 Thread GitBox
anirudh2290 commented on a change in pull request #11585: Adds support for finding cudnn inside cuda path URL: https://github.com/apache/incubator-mxnet/pull/11585#discussion_r217160460 ## File path: cmake/FirstClassLangCuda.cmake ## @@ -32,12 +32,12 @@ function(detect_cuD

[GitHub] nswamy commented on issue #12409: Scala: DataDesc IllegalArgumentException with simple example

2018-09-12 Thread GitBox
nswamy commented on issue #12409: Scala: DataDesc IllegalArgumentException with simple example URL: https://github.com/apache/incubator-mxnet/issues/12409#issuecomment-420773095 @mariussoutier we released the package to Staging here if you would like to test it. https://repository.apac

[GitHub] Roshrini commented on issue #12525: [WIP] Updating news, readme files and bumping master version to 1.3.1

2018-09-12 Thread GitBox
Roshrini commented on issue #12525: [WIP] Updating news, readme files and bumping master version to 1.3.1 URL: https://github.com/apache/incubator-mxnet/pull/12525#issuecomment-420774019 @gigasquid Updated clojure files. Thi

[GitHub] kalyc commented on issue #12529: Operator _backward_FullyConnected is non-differentiable because it didn't register FGradient attribute.

2018-09-12 Thread GitBox
kalyc commented on issue #12529: Operator _backward_FullyConnected is non-differentiable because it didn't register FGradient attribute. URL: https://github.com/apache/incubator-mxnet/issues/12529#issuecomment-420774369 Hi @PistonY thanks for submitting the issue @mxnet-label-bot[Bug, O

[GitHub] kalyc commented on issue #12528: Those cases with some problems in dir : example

2018-09-12 Thread GitBox
kalyc commented on issue #12528: Those cases with some problems in dir : example URL: https://github.com/apache/incubator-mxnet/issues/12528#issuecomment-420774925 Thanks for submitting the issue @luobao-intel @mxnet-label-bot[Bug, Example] --

[GitHub] kalyc commented on issue #12526: #12285 Breaks NDArrayIter For 3D Arrays

2018-09-12 Thread GitBox
kalyc commented on issue #12526: #12285 Breaks NDArrayIter For 3D Arrays URL: https://github.com/apache/incubator-mxnet/issues/12526#issuecomment-420775307 Thanks for submitting the issue @iamthebot @mxnet-label-bot[NDArray, Bug]

[GitHub] kalyc commented on issue #12524: AddVersion.py breaks the site output in a variety of ways

2018-09-12 Thread GitBox
kalyc commented on issue #12524: AddVersion.py breaks the site output in a variety of ways URL: https://github.com/apache/incubator-mxnet/issues/12524#issuecomment-420779588 Thanks for submitting the issue @aaronmarkham @mxnet-label-bot[Website, Build, Installation] --

[GitHub] zhreshold closed pull request #9496: Draw labels name

2018-09-12 Thread GitBox
zhreshold closed pull request #9496: Draw labels name URL: https://github.com/apache/incubator-mxnet/pull/9496 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 (fro

[incubator-mxnet] branch master updated: Draw labels name (#9496)

2018-09-12 Thread zhreshold
This is an automated email from the ASF dual-hosted git repository. zhreshold 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 6456687 Draw labels name (#9496) 64

[GitHub] zhreshold commented on issue #9496: Draw labels name

2018-09-12 Thread GitBox
zhreshold commented on issue #9496: Draw labels name URL: https://github.com/apache/incubator-mxnet/pull/9496#issuecomment-420781394 Resolved, thanks for contribution @lvaleriu This is an automated message from the Apache Git

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

2018-09-12 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 281e329 Bump the publish ti

[GitHub] vishaalkapoor commented on issue #12537: Revert "Change the way NDArrayIter handle the last batch"

2018-09-12 Thread GitBox
vishaalkapoor commented on issue #12537: Revert "Change the way NDArrayIter handle the last batch" URL: https://github.com/apache/incubator-mxnet/pull/12537#issuecomment-420784143 LGTM. This is an automated message from the A

[GitHub] cetsai commented on a change in pull request #11991: [MXNET-644] Automated flaky test detection

2018-09-12 Thread GitBox
cetsai commented on a change in pull request #11991: [MXNET-644] Automated flaky test detection URL: https://github.com/apache/incubator-mxnet/pull/11991#discussion_r217177026 ## File path: ci/docker/runtime_functions.sh ## @@ -924,6 +924,17 @@ nightly_straight_dope_python

[GitHub] szha closed pull request #12537: Revert "Change the way NDArrayIter handle the last batch"

2018-09-12 Thread GitBox
szha closed pull request #12537: Revert "Change the way NDArrayIter handle the last batch" URL: https://github.com/apache/incubator-mxnet/pull/12537 This is an automated message from the Apache Git Service. To respond to the

[incubator-mxnet] branch master updated: Revert "Change the way NDArrayIter handle the last batch" (#12537)

2018-09-12 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 8ff50c9 Revert "Change the way NDArr

[GitHub] reminisce commented on a change in pull request #11641: [MXNET-876] make CachedOp a normal operator

2018-09-12 Thread GitBox
reminisce commented on a change in pull request #11641: [MXNET-876] make CachedOp a normal operator URL: https://github.com/apache/incubator-mxnet/pull/11641#discussion_r217185002 ## File path: src/operator/subgraph/common.h ## @@ -94,10 +93,15 @@ inline bool DefaultSubgra

[GitHub] reminisce commented on a change in pull request #11641: [MXNET-876] make CachedOp a normal operator

2018-09-12 Thread GitBox
reminisce commented on a change in pull request #11641: [MXNET-876] make CachedOp a normal operator URL: https://github.com/apache/incubator-mxnet/pull/11641#discussion_r217187955 ## File path: src/imperative/cached_op.cc ## @@ -1067,34 +1067,140 @@ void CachedOp::Backward

[GitHub] ThomasDelteil commented on issue #11325: [MXNET-703] TensorRT runtime integration

2018-09-12 Thread GitBox
ThomasDelteil commented on issue #11325: [MXNET-703] TensorRT runtime integration URL: https://github.com/apache/incubator-mxnet/pull/11325#issuecomment-420797245 @mkolod @KellenSunderland @aaronmarkham I can't find the `README.md`/`tensorrt.md` with TensorRT integration usage, has it

[GitHub] ThomasDelteil commented on issue #12226: Memory optimization in GLUON

2018-09-12 Thread GitBox
ThomasDelteil commented on issue #12226: Memory optimization in GLUON URL: https://github.com/apache/incubator-mxnet/issues/12226#issuecomment-420799188 +1 on documenting this environment variable This is an automated messag

  1   2   >