[GitHub] zheng-da commented on issue #13418: [MXNET-1185] Support large array in several operators (part 1)

2018-11-27 Thread GitBox
zheng-da commented on issue #13418: [MXNET-1185] Support large array in several operators (part 1) URL: https://github.com/apache/incubator-mxnet/pull/13418#issuecomment-442342670 Could you fix this bug as well? thanks. ```python def run_linear(): data =

[GitHub] pengzhao-intel commented on a change in pull request #13433: Fix deconvolution / PR 13421

2018-11-27 Thread GitBox
pengzhao-intel commented on a change in pull request #13433: Fix deconvolution / PR 13421 URL: https://github.com/apache/incubator-mxnet/pull/13433#discussion_r236960439 ## File path: tests/python/mkl/test_mkldnn.py ## @@ -398,6 +398,24 @@ def softmax_forward(input_data,

[GitHub] zheng-da commented on a change in pull request #13392: add csr sample op

2018-11-27 Thread GitBox
zheng-da commented on a change in pull request #13392: add csr sample op URL: https://github.com/apache/incubator-mxnet/pull/13392#discussion_r236952140 ## File path: src/operator/contrib/dgl_graph.cc ## @@ -35,6 +35,833 @@ namespace mxnet { namespace op { +typedef

[GitHub] zheng-da commented on a change in pull request #13392: add csr sample op

2018-11-27 Thread GitBox
zheng-da commented on a change in pull request #13392: add csr sample op URL: https://github.com/apache/incubator-mxnet/pull/13392#discussion_r236952239 ## File path: src/operator/contrib/dgl_graph.cc ## @@ -35,6 +35,833 @@ namespace mxnet { namespace op { +typedef

[GitHub] apeforest commented on a change in pull request #13418: [MXNET-1185] Support large array in several operators (part 1)

2018-11-27 Thread GitBox
apeforest commented on a change in pull request #13418: [MXNET-1185] Support large array in several operators (part 1) URL: https://github.com/apache/incubator-mxnet/pull/13418#discussion_r236951305 ## File path: tests/nightly/test_large_array.py ## @@ -15,20 +15,118 @@

[GitHub] apeforest commented on a change in pull request #13418: [MXNET-1185] Support large array in several operators (part 1)

2018-11-27 Thread GitBox
apeforest commented on a change in pull request #13418: [MXNET-1185] Support large array in several operators (part 1) URL: https://github.com/apache/incubator-mxnet/pull/13418#discussion_r236951251 ## File path: tests/nightly/test_large_array.py ## @@ -15,20 +15,118 @@

[GitHub] GengZ closed issue #8367: How to change the input of a symbol when it is loaded from .json file?

2018-11-27 Thread GitBox
GengZ closed issue #8367: How to change the input of a symbol when it is loaded from .json file? URL: https://github.com/apache/incubator-mxnet/issues/8367 This is an automated message from the Apache Git Service. To

[GitHub] XiaotaoChen commented on a change in pull request #12926: parallelize NDArray::Copy when data size is large

2018-11-27 Thread GitBox
XiaotaoChen commented on a change in pull request #12926: parallelize NDArray::Copy when data size is large URL: https://github.com/apache/incubator-mxnet/pull/12926#discussion_r236946228 ## File path: docs/faq/env_var.md ## @@ -202,6 +202,12 @@ When USE_PROFILER is

[GitHub] zheng-da opened a new pull request #13436: add graph_compact.

2018-11-27 Thread GitBox
zheng-da opened a new pull request #13436: add graph_compact. URL: https://github.com/apache/incubator-mxnet/pull/13436 ## Description ## dgl_graph_compact works with `csr_neighbor_uniform_sample` and `csr_neighbor_non_uniform_sample`. These two sampling operators create CSR matrices

[GitHub] stu1130 commented on a change in pull request #13325: [MXNET-1210 ] Gluon Audio - Example

2018-11-27 Thread GitBox
stu1130 commented on a change in pull request #13325: [MXNET-1210 ] Gluon Audio - Example URL: https://github.com/apache/incubator-mxnet/pull/13325#discussion_r236926350 ## File path: example/gluon/urban_sounds/train.py ## @@ -0,0 +1,155 @@ +# Licensed to the Apache

[GitHub] stu1130 commented on a change in pull request #13325: [MXNET-1210 ] Gluon Audio - Example

2018-11-27 Thread GitBox
stu1130 commented on a change in pull request #13325: [MXNET-1210 ] Gluon Audio - Example URL: https://github.com/apache/incubator-mxnet/pull/13325#discussion_r236925266 ## File path: example/gluon/urban_sounds/train.py ## @@ -0,0 +1,155 @@ +# Licensed to the Apache

[GitHub] stu1130 commented on a change in pull request #13325: [MXNET-1210 ] Gluon Audio - Example

2018-11-27 Thread GitBox
stu1130 commented on a change in pull request #13325: [MXNET-1210 ] Gluon Audio - Example URL: https://github.com/apache/incubator-mxnet/pull/13325#discussion_r236921987 ## File path: example/gluon/urban_sounds/datasets.py ## @@ -0,0 +1,178 @@ +# Licensed to the Apache

[GitHub] stu1130 commented on a change in pull request #13325: [MXNET-1210 ] Gluon Audio - Example

2018-11-27 Thread GitBox
stu1130 commented on a change in pull request #13325: [MXNET-1210 ] Gluon Audio - Example URL: https://github.com/apache/incubator-mxnet/pull/13325#discussion_r236922372 ## File path: example/gluon/urban_sounds/datasets.py ## @@ -0,0 +1,178 @@ +# Licensed to the Apache

[GitHub] anirudhacharya commented on issue #12818: [MXNET-1094] Add tests to check operators for registered FGradients

2018-11-27 Thread GitBox
anirudhacharya commented on issue #12818: [MXNET-1094] Add tests to check operators for registered FGradients URL: https://github.com/apache/incubator-mxnet/pull/12818#issuecomment-442306281 @apeforest why do you say the PR is not for merge? It is useful enough to be part of the codebase

[GitHub] zheng-da commented on a change in pull request #13418: [MXNET-1185] Support large array in several operators (part 1)

2018-11-27 Thread GitBox
zheng-da commented on a change in pull request #13418: [MXNET-1185] Support large array in several operators (part 1) URL: https://github.com/apache/incubator-mxnet/pull/13418#discussion_r236929946 ## File path: tests/nightly/test_large_array.py ## @@ -15,20 +15,118 @@ #

[GitHub] zheng-da commented on a change in pull request #13418: [MXNET-1185] Support large array in several operators (part 1)

2018-11-27 Thread GitBox
zheng-da commented on a change in pull request #13418: [MXNET-1185] Support large array in several operators (part 1) URL: https://github.com/apache/incubator-mxnet/pull/13418#discussion_r236930080 ## File path: tests/nightly/test_large_array.py ## @@ -15,20 +15,118 @@ #

[GitHub] haimeh commented on issue #13114: cudaMalloc failed: unknown error with GPU context (MXNet 1.3.0)

2018-11-27 Thread GitBox
haimeh commented on issue #13114: cudaMalloc failed: unknown error with GPU context (MXNet 1.3.0) URL: https://github.com/apache/incubator-mxnet/issues/13114#issuecomment-442300312 I am getting the same issue with the latest cu100 build of version 1.3.1

[GitHub] ahmadudin commented on issue #12575: How to use tensorrt in FP16 or Int8 mode?

2018-11-27 Thread GitBox
ahmadudin commented on issue #12575: How to use tensorrt in FP16 or Int8 mode? URL: https://github.com/apache/incubator-mxnet/issues/12575#issuecomment-442300094 Is there any example on how i can use tensorrt on mxnet using c++ ?

[GitHub] azai91 commented on issue #13197: build mkldnn as static lib

2018-11-27 Thread GitBox
azai91 commented on issue #13197: build mkldnn as static lib URL: https://github.com/apache/incubator-mxnet/pull/13197#issuecomment-442297558 @TaoLv when I statically build mkldnn-;17 on windows the CI gets the following error ``` mkldnn.lib(primitive.cpp.obj) : error LNK2038:

[GitHub] azai91 edited a comment on issue #13197: build mkldnn as static lib

2018-11-27 Thread GitBox
azai91 edited a comment on issue #13197: build mkldnn as static lib URL: https://github.com/apache/incubator-mxnet/pull/13197#issuecomment-442297558 @TaoLv when I statically build mkldnn-0.17 on windows the CI gets the following error ``` mkldnn.lib(primitive.cpp.obj) : error

[GitHub] lou-k commented on issue #13360: Correct Inception Reference for Pertained Model

2018-11-27 Thread GitBox
lou-k commented on issue #13360: Correct Inception Reference for Pertained Model URL: https://github.com/apache/incubator-mxnet/pull/13360#issuecomment-442296869 @vandanavk CI passed. thanks for your eyes on this! This is an

[GitHub] aksnzhy commented on a change in pull request #13392: add csr sample op

2018-11-27 Thread GitBox
aksnzhy commented on a change in pull request #13392: add csr sample op URL: https://github.com/apache/incubator-mxnet/pull/13392#discussion_r236920554 ## File path: src/operator/contrib/dgl_graph.cc ## @@ -35,6 +35,833 @@ namespace mxnet { namespace op { +typedef

[GitHub] vandanavk commented on issue #12818: [MXNET-1094] Add tests to check operators for registered FGradients

2018-11-27 Thread GitBox
vandanavk commented on issue #12818: [MXNET-1094] Add tests to check operators for registered FGradients URL: https://github.com/apache/incubator-mxnet/pull/12818#issuecomment-442293377 @apeforest @JohnCalhoun What would be the next steps for this PR? Can it be closed for now and reopened

[GitHub] vrakesh commented on issue #8239: Array out of bounds access

2018-11-27 Thread GitBox
vrakesh commented on issue #8239: Array out of bounds access URL: https://github.com/apache/incubator-mxnet/issues/8239#issuecomment-442288510 @aseyboldt Are you still seeing this issue, there has been some related PR merges to this issue, If you no longer see this on your side,

[GitHub] vrakesh commented on issue #13434: Inference with C++ using gpu on tx2 got error

2018-11-27 Thread GitBox
vrakesh commented on issue #13434: Inference with C++ using gpu on tx2 got error URL: https://github.com/apache/incubator-mxnet/issues/13434#issuecomment-442287835 @mxnet-label-bot add [C++, ARM, Edge Devices] This is an

[GitHub] vrakesh commented on issue #13434: Inference with C++ using gpu on tx2 got error

2018-11-27 Thread GitBox
vrakesh commented on issue #13434: Inference with C++ using gpu on tx2 got error URL: https://github.com/apache/incubator-mxnet/issues/13434#issuecomment-442287620 @chenjunweii Thank you for reporting the issue, requesting reproducible example on the same. That would help us dig deeper

[GitHub] vrakesh commented on issue #13430: install page selector logic broken

2018-11-27 Thread GitBox
vrakesh commented on issue #13430: install page selector logic broken URL: https://github.com/apache/incubator-mxnet/issues/13430#issuecomment-442287056 @mxnet-label-bot add [Doc] This is an automated message from the Apache

[GitHub] vandanavk commented on issue #13428: remove redundant link

2018-11-27 Thread GitBox
vandanavk commented on issue #13428: remove redundant link URL: https://github.com/apache/incubator-mxnet/pull/13428#issuecomment-442286439 @mxnet-label-bot add [Doc, pr-awaiting-review] This is an automated message from the

[GitHub] vandanavk commented on issue #13431: Use ~/.ccache as default ccache directory so is not cache is not eras…

2018-11-27 Thread GitBox
vandanavk commented on issue #13431: Use ~/.ccache as default ccache directory so is not cache is not eras… URL: https://github.com/apache/incubator-mxnet/pull/13431#issuecomment-442286272 @mxnet-label-bot [CI, pr-awaiting-review]

[GitHub] vandanavk edited a comment on issue #13431: Use ~/.ccache as default ccache directory so is not cache is not eras…

2018-11-27 Thread GitBox
vandanavk edited a comment on issue #13431: Use ~/.ccache as default ccache directory so is not cache is not eras… URL: https://github.com/apache/incubator-mxnet/pull/13431#issuecomment-442286272 @mxnet-label-bot add [CI, pr-awaiting-review]

[GitHub] vandanavk commented on issue #13432: Add ARMv7 builds to dev_menu.py

2018-11-27 Thread GitBox
vandanavk commented on issue #13432: Add ARMv7 builds to dev_menu.py URL: https://github.com/apache/incubator-mxnet/pull/13432#issuecomment-442286117 @mxnet-label-bot add [CI, pr-awaiting-review] This is an automated message

[GitHub] vandanavk commented on issue #13433: Fix deconvolution / PR 13421

2018-11-27 Thread GitBox
vandanavk commented on issue #13433: Fix deconvolution / PR 13421 URL: https://github.com/apache/incubator-mxnet/pull/13433#issuecomment-442285924 @mxnet-label-bot [MKLDNN, pr-awaiting-review] This is an automated message

[GitHub] vandanavk edited a comment on issue #13433: Fix deconvolution / PR 13421

2018-11-27 Thread GitBox
vandanavk edited a comment on issue #13433: Fix deconvolution / PR 13421 URL: https://github.com/apache/incubator-mxnet/pull/13433#issuecomment-442285924 @mxnet-label-bot add [MKLDNN, pr-awaiting-review] This is an automated

[GitHub] azai91 commented on issue #12411: [WIP] MKLDNN fallback when not recording gradients and calling backwards

2018-11-27 Thread GitBox
azai91 commented on issue #12411: [WIP] MKLDNN fallback when not recording gradients and calling backwards URL: https://github.com/apache/incubator-mxnet/pull/12411#issuecomment-442285674 still investigating. this PR goes beyond the the original issue I was addressing.

[GitHub] andrewfayres commented on issue #13105: [MXNET-1158] JVM Memory Management Documentation

2018-11-27 Thread GitBox
andrewfayres commented on issue #13105: [MXNET-1158] JVM Memory Management Documentation URL: https://github.com/apache/incubator-mxnet/pull/13105#issuecomment-442285259 Overall the content looks good. I'll work to correct some of the minor grammatical stuff after I grab some dinner.

[GitHub] chenjunweii opened a new issue #13434: Inference with C++ using gpu on tx2 got error

2018-11-27 Thread GitBox
chenjunweii opened a new issue #13434: Inference with C++ using gpu on tx2 got error URL: https://github.com/apache/incubator-mxnet/issues/13434 I got following error when I used c++ api to inference on tx2 with cuda The codes works on my x86 pc, no matter cpu version or gpu

[GitHub] rongzha1 commented on a change in pull request #12866: Optimization for embedding OP for CPU

2018-11-27 Thread GitBox
rongzha1 commented on a change in pull request #12866: Optimization for embedding OP for CPU URL: https://github.com/apache/incubator-mxnet/pull/12866#discussion_r236911189 ## File path: src/operator/tensor/indexing_op.cc ## @@ -61,10 +61,14 @@ template bool

[GitHub] rongzha1 commented on a change in pull request #12866: Optimization for embedding OP for CPU

2018-11-27 Thread GitBox
rongzha1 commented on a change in pull request #12866: Optimization for embedding OP for CPU URL: https://github.com/apache/incubator-mxnet/pull/12866#discussion_r236910849 ## File path: src/operator/tensor/indexing_op.cc ## @@ -61,10 +61,14 @@ template bool

[GitHub] rongzha1 commented on a change in pull request #12866: Optimization for embedding OP for CPU

2018-11-27 Thread GitBox
rongzha1 commented on a change in pull request #12866: Optimization for embedding OP for CPU URL: https://github.com/apache/incubator-mxnet/pull/12866#discussion_r236910849 ## File path: src/operator/tensor/indexing_op.cc ## @@ -61,10 +61,14 @@ template bool

[GitHub] harshp8l commented on issue #13427: Nit on string conversion for mxdoc.py

2018-11-27 Thread GitBox
harshp8l commented on issue #13427: Nit on string conversion for mxdoc.py URL: https://github.com/apache/incubator-mxnet/pull/13427#issuecomment-442282568 Looks like CI is using python2.7 and f-strings are supported in 3.6 (and has not been backported)

[GitHub] gaurav-gireesh commented on a change in pull request #13325: [MXNET-1210 ] Gluon Audio - Example

2018-11-27 Thread GitBox
gaurav-gireesh commented on a change in pull request #13325: [MXNET-1210 ] Gluon Audio - Example URL: https://github.com/apache/incubator-mxnet/pull/13325#discussion_r236910566 ## File path: example/gluon/urban_sounds/transforms.py ## @@ -0,0 +1,207 @@ +# Licensed to the

[GitHub] azai91 opened a new pull request #13433: Fix deconvolution / PR 13421

2018-11-27 Thread GitBox
azai91 opened a new pull request #13433: Fix deconvolution / PR 13421 URL: https://github.com/apache/incubator-mxnet/pull/13433 ## Description ## PR to fix issues - https://github.com/apache/incubator-mxnet/issues/13421. Added unit test for deconvolution inference and reverted refactor

[GitHub] azai91 commented on issue #13433: Fix deconvolution / PR 13421

2018-11-27 Thread GitBox
azai91 commented on issue #13433: Fix deconvolution / PR 13421 URL: https://github.com/apache/incubator-mxnet/pull/13433#issuecomment-442281644 @TaoLv @anirudh2290 This is an automated message from the Apache Git Service.

[GitHub] harshp8l commented on issue #13105: [MXNET-1158] JVM Memory Management Documentation

2018-11-27 Thread GitBox
harshp8l commented on issue #13105: [MXNET-1158] JVM Memory Management Documentation URL: https://github.com/apache/incubator-mxnet/pull/13105#issuecomment-442281039 Thanks, @nswamy this looks great. This was an informative doc - very worthwhile.

[GitHub] harshp8l commented on a change in pull request #13105: [MXNET-1158] JVM Memory Management Documentation

2018-11-27 Thread GitBox
harshp8l commented on a change in pull request #13105: [MXNET-1158] JVM Memory Management Documentation URL: https://github.com/apache/incubator-mxnet/pull/13105#discussion_r236909425 ## File path: scala-package/memory-management.md ## @@ -0,0 +1,120 @@ +# JVM Memory

[GitHub] aaronmarkham commented on issue #13404: Java added to install page

2018-11-27 Thread GitBox
aaronmarkham commented on issue #13404: Java added to install page URL: https://github.com/apache/incubator-mxnet/pull/13404#issuecomment-442280509 I tried to add additional logic so that the Java (and Scala and Clojure) install option shows a different message for older versions, but it

[GitHub] apeforest commented on issue #13418: [MXNET-1185] Support large array in several operators (part 1)

2018-11-27 Thread GitBox
apeforest commented on issue #13418: [MXNET-1185] Support large array in several operators (part 1) URL: https://github.com/apache/incubator-mxnet/pull/13418#issuecomment-442279579 @zheng-da I have fixed the bug in broadcast_div and added the tests you provided. Thanks for your review and

[GitHub] harshp8l commented on a change in pull request #13105: [MXNET-1158] JVM Memory Management Documentation

2018-11-27 Thread GitBox
harshp8l commented on a change in pull request #13105: [MXNET-1158] JVM Memory Management Documentation URL: https://github.com/apache/incubator-mxnet/pull/13105#discussion_r236908210 ## File path: scala-package/memory-management.md ## @@ -0,0 +1,120 @@ +# JVM Memory

[GitHub] piyushghai commented on a change in pull request #13105: [MXNET-1158] JVM Memory Management Documentation

2018-11-27 Thread GitBox
piyushghai commented on a change in pull request #13105: [MXNET-1158] JVM Memory Management Documentation URL: https://github.com/apache/incubator-mxnet/pull/13105#discussion_r236907950 ## File path: scala-package/memory-management.md ## @@ -0,0 +1,120 @@ +# JVM Memory

[GitHub] harshp8l commented on a change in pull request #13105: [MXNET-1158] JVM Memory Management Documentation

2018-11-27 Thread GitBox
harshp8l commented on a change in pull request #13105: [MXNET-1158] JVM Memory Management Documentation URL: https://github.com/apache/incubator-mxnet/pull/13105#discussion_r236907416 ## File path: scala-package/memory-management.md ## @@ -0,0 +1,120 @@ +# JVM Memory

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

2018-11-27 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 17b31dc Bump the publish

[GitHub] andrewfayres edited a comment on issue #13364: [MXNET-1225] Always use config.mk in make install instructions

2018-11-27 Thread GitBox
andrewfayres edited a comment on issue #13364: [MXNET-1225] Always use config.mk in make install instructions URL: https://github.com/apache/incubator-mxnet/pull/13364#issuecomment-442277257 I ran through this to test. Everything seemed to work fine except I had to specify USE_CUDA = 0 in

[GitHub] andrewfayres commented on issue #13364: [MXNET-1225] Always use config.mk in make install instructions

2018-11-27 Thread GitBox
andrewfayres commented on issue #13364: [MXNET-1225] Always use config.mk in make install instructions URL: https://github.com/apache/incubator-mxnet/pull/13364#issuecomment-442277257 I ran through this to test. Everything seemed to work fine except I had to specify USE_CUDA = 0.

[GitHub] ThomasDelteil commented on a change in pull request #13411: [WIP] Gluon end to end tutorial

2018-11-27 Thread GitBox
ThomasDelteil commented on a change in pull request #13411: [WIP] Gluon end to end tutorial URL: https://github.com/apache/incubator-mxnet/pull/13411#discussion_r236904017 ## File path: docs/tutorials/gluon/gluon_from_experiment_to_deploymen.md ## @@ -0,0 +1,400 @@ +#

[GitHub] ThomasDelteil commented on a change in pull request #13411: [WIP] Gluon end to end tutorial

2018-11-27 Thread GitBox
ThomasDelteil commented on a change in pull request #13411: [WIP] Gluon end to end tutorial URL: https://github.com/apache/incubator-mxnet/pull/13411#discussion_r236903612 ## File path: docs/tutorials/gluon/gluon_from_experiment_to_deploymen.md ## @@ -0,0 +1,400 @@ +#

[GitHub] ThomasDelteil commented on a change in pull request #13411: [WIP] Gluon end to end tutorial

2018-11-27 Thread GitBox
ThomasDelteil commented on a change in pull request #13411: [WIP] Gluon end to end tutorial URL: https://github.com/apache/incubator-mxnet/pull/13411#discussion_r236902507 ## File path: docs/tutorials/gluon/gluon_from_experiment_to_deploymen.md ## @@ -0,0 +1,400 @@ +#

[GitHub] ThomasDelteil commented on a change in pull request #13411: [WIP] Gluon end to end tutorial

2018-11-27 Thread GitBox
ThomasDelteil commented on a change in pull request #13411: [WIP] Gluon end to end tutorial URL: https://github.com/apache/incubator-mxnet/pull/13411#discussion_r236903978 ## File path: docs/tutorials/gluon/gluon_from_experiment_to_deploymen.md ## @@ -0,0 +1,400 @@ +#

[GitHub] ThomasDelteil commented on a change in pull request #13411: [WIP] Gluon end to end tutorial

2018-11-27 Thread GitBox
ThomasDelteil commented on a change in pull request #13411: [WIP] Gluon end to end tutorial URL: https://github.com/apache/incubator-mxnet/pull/13411#discussion_r236903004 ## File path: docs/tutorials/gluon/gluon_from_experiment_to_deploymen.md ## @@ -0,0 +1,400 @@ +#

[GitHub] ThomasDelteil commented on a change in pull request #13411: [WIP] Gluon end to end tutorial

2018-11-27 Thread GitBox
ThomasDelteil commented on a change in pull request #13411: [WIP] Gluon end to end tutorial URL: https://github.com/apache/incubator-mxnet/pull/13411#discussion_r236902797 ## File path: docs/tutorials/gluon/gluon_from_experiment_to_deploymen.md ## @@ -0,0 +1,400 @@ +#

[GitHub] ThomasDelteil commented on a change in pull request #13411: [WIP] Gluon end to end tutorial

2018-11-27 Thread GitBox
ThomasDelteil commented on a change in pull request #13411: [WIP] Gluon end to end tutorial URL: https://github.com/apache/incubator-mxnet/pull/13411#discussion_r236903508 ## File path: docs/tutorials/gluon/gluon_from_experiment_to_deploymen.md ## @@ -0,0 +1,400 @@ +#

[GitHub] ThomasDelteil commented on a change in pull request #13411: [WIP] Gluon end to end tutorial

2018-11-27 Thread GitBox
ThomasDelteil commented on a change in pull request #13411: [WIP] Gluon end to end tutorial URL: https://github.com/apache/incubator-mxnet/pull/13411#discussion_r236904595 ## File path: docs/tutorials/gluon/gluon_from_experiment_to_deploymen.md ## @@ -0,0 +1,400 @@ +#

[GitHub] nswamy commented on a change in pull request #13105: [MXNET-1158] JVM Memory Management Documentation

2018-11-27 Thread GitBox
nswamy commented on a change in pull request #13105: [MXNET-1158] JVM Memory Management Documentation URL: https://github.com/apache/incubator-mxnet/pull/13105#discussion_r236888172 ## File path: scala-package/memory-management.md ## @@ -0,0 +1,117 @@ +# JVM Memory

[GitHub] nswamy commented on a change in pull request #13105: [MXNET-1158] JVM Memory Management Documentation

2018-11-27 Thread GitBox
nswamy commented on a change in pull request #13105: [MXNET-1158] JVM Memory Management Documentation URL: https://github.com/apache/incubator-mxnet/pull/13105#discussion_r236888518 ## File path: scala-package/memory-management.md ## @@ -0,0 +1,117 @@ +# JVM Memory

[GitHub] nswamy commented on a change in pull request #13105: [MXNET-1158] JVM Memory Management Documentation

2018-11-27 Thread GitBox
nswamy commented on a change in pull request #13105: [MXNET-1158] JVM Memory Management Documentation URL: https://github.com/apache/incubator-mxnet/pull/13105#discussion_r236888541 ## File path: scala-package/memory-management.md ## @@ -0,0 +1,117 @@ +# JVM Memory

[GitHub] ThomasDelteil commented on a change in pull request #13411: [WIP] Gluon end to end tutorial

2018-11-27 Thread GitBox
ThomasDelteil commented on a change in pull request #13411: [WIP] Gluon end to end tutorial URL: https://github.com/apache/incubator-mxnet/pull/13411#discussion_r236903349 ## File path: docs/tutorials/gluon/gluon_from_experiment_to_deploymen.md ## @@ -0,0 +1,400 @@ +#

[GitHub] ThomasDelteil commented on a change in pull request #13411: [WIP] Gluon end to end tutorial

2018-11-27 Thread GitBox
ThomasDelteil commented on a change in pull request #13411: [WIP] Gluon end to end tutorial URL: https://github.com/apache/incubator-mxnet/pull/13411#discussion_r236904235 ## File path: docs/tutorials/gluon/gluon_from_experiment_to_deploymen.md ## @@ -0,0 +1,400 @@ +#

[GitHub] ThomasDelteil commented on a change in pull request #13411: [WIP] Gluon end to end tutorial

2018-11-27 Thread GitBox
ThomasDelteil commented on a change in pull request #13411: [WIP] Gluon end to end tutorial URL: https://github.com/apache/incubator-mxnet/pull/13411#discussion_r236903120 ## File path: docs/tutorials/gluon/gluon_from_experiment_to_deploymen.md ## @@ -0,0 +1,400 @@ +#

[GitHub] ThomasDelteil commented on a change in pull request #13411: [WIP] Gluon end to end tutorial

2018-11-27 Thread GitBox
ThomasDelteil commented on a change in pull request #13411: [WIP] Gluon end to end tutorial URL: https://github.com/apache/incubator-mxnet/pull/13411#discussion_r236904496 ## File path: docs/tutorials/gluon/gluon_from_experiment_to_deploymen.md ## @@ -0,0 +1,400 @@ +#

[GitHub] ThomasDelteil commented on a change in pull request #13411: [WIP] Gluon end to end tutorial

2018-11-27 Thread GitBox
ThomasDelteil commented on a change in pull request #13411: [WIP] Gluon end to end tutorial URL: https://github.com/apache/incubator-mxnet/pull/13411#discussion_r236904135 ## File path: docs/tutorials/gluon/gluon_from_experiment_to_deploymen.md ## @@ -0,0 +1,400 @@ +#

[GitHub] ThomasDelteil commented on a change in pull request #13411: [WIP] Gluon end to end tutorial

2018-11-27 Thread GitBox
ThomasDelteil commented on a change in pull request #13411: [WIP] Gluon end to end tutorial URL: https://github.com/apache/incubator-mxnet/pull/13411#discussion_r236902548 ## File path: docs/tutorials/gluon/gluon_from_experiment_to_deploymen.md ## @@ -0,0 +1,400 @@ +#

[GitHub] ThomasDelteil commented on a change in pull request #13411: [WIP] Gluon end to end tutorial

2018-11-27 Thread GitBox
ThomasDelteil commented on a change in pull request #13411: [WIP] Gluon end to end tutorial URL: https://github.com/apache/incubator-mxnet/pull/13411#discussion_r236901982 ## File path: docs/tutorials/gluon/gluon_from_experiment_to_deploymen.md ## @@ -0,0 +1,400 @@ +#

[GitHub] ThomasDelteil commented on a change in pull request #13411: [WIP] Gluon end to end tutorial

2018-11-27 Thread GitBox
ThomasDelteil commented on a change in pull request #13411: [WIP] Gluon end to end tutorial URL: https://github.com/apache/incubator-mxnet/pull/13411#discussion_r236902441 ## File path: docs/tutorials/gluon/gluon_from_experiment_to_deploymen.md ## @@ -0,0 +1,400 @@ +#

[GitHub] ThomasDelteil commented on a change in pull request #13411: [WIP] Gluon end to end tutorial

2018-11-27 Thread GitBox
ThomasDelteil commented on a change in pull request #13411: [WIP] Gluon end to end tutorial URL: https://github.com/apache/incubator-mxnet/pull/13411#discussion_r236903253 ## File path: docs/tutorials/gluon/gluon_from_experiment_to_deploymen.md ## @@ -0,0 +1,400 @@ +#

[GitHub] ThomasDelteil commented on a change in pull request #13411: [WIP] Gluon end to end tutorial

2018-11-27 Thread GitBox
ThomasDelteil commented on a change in pull request #13411: [WIP] Gluon end to end tutorial URL: https://github.com/apache/incubator-mxnet/pull/13411#discussion_r236902923 ## File path: docs/tutorials/gluon/gluon_from_experiment_to_deploymen.md ## @@ -0,0 +1,400 @@ +#

[GitHub] ThomasDelteil commented on a change in pull request #13411: [WIP] Gluon end to end tutorial

2018-11-27 Thread GitBox
ThomasDelteil commented on a change in pull request #13411: [WIP] Gluon end to end tutorial URL: https://github.com/apache/incubator-mxnet/pull/13411#discussion_r236902611 ## File path: docs/tutorials/gluon/gluon_from_experiment_to_deploymen.md ## @@ -0,0 +1,400 @@ +#

[GitHub] ThomasDelteil commented on a change in pull request #13411: [WIP] Gluon end to end tutorial

2018-11-27 Thread GitBox
ThomasDelteil commented on a change in pull request #13411: [WIP] Gluon end to end tutorial URL: https://github.com/apache/incubator-mxnet/pull/13411#discussion_r236903849 ## File path: docs/tutorials/gluon/gluon_from_experiment_to_deploymen.md ## @@ -0,0 +1,400 @@ +#

[GitHub] ThomasDelteil commented on a change in pull request #13411: [WIP] Gluon end to end tutorial

2018-11-27 Thread GitBox
ThomasDelteil commented on a change in pull request #13411: [WIP] Gluon end to end tutorial URL: https://github.com/apache/incubator-mxnet/pull/13411#discussion_r236902654 ## File path: docs/tutorials/gluon/gluon_from_experiment_to_deploymen.md ## @@ -0,0 +1,400 @@ +#

[GitHub] larroy opened a new pull request #13432: Add ARMv7 builds to dev_menu.py

2018-11-27 Thread GitBox
larroy opened a new pull request #13432: Add ARMv7 builds to dev_menu.py URL: https://github.com/apache/incubator-mxnet/pull/13432 ## Description ## see title ## Checklist ## ### Essentials ### Please feel free to remove inapplicable items for your PR. - [x] The PR title

[GitHub] larroy opened a new pull request #13431: Use ~/.ccache as default ccache directory so is not cache is not eras…

2018-11-27 Thread GitBox
larroy opened a new pull request #13431: Use ~/.ccache as default ccache directory so is not cache is not eras… URL: https://github.com/apache/incubator-mxnet/pull/13431 …ed on reboot ## Description ## see title ## Checklist ## ### Essentials ### Please feel free to

[GitHub] aaronmarkham opened a new issue #13430: install page selector logic broken

2018-11-27 Thread GitBox
aaronmarkham opened a new issue #13430: install page selector logic broken URL: https://github.com/apache/incubator-mxnet/issues/13430 ## Description Based on how the selector appears to be designed, you add multiple classes to a div and they will share the same content. It doesn't work

[GitHub] apeforest commented on a change in pull request #12866: Optimization for embedding OP for CPU

2018-11-27 Thread GitBox
apeforest commented on a change in pull request #12866: Optimization for embedding OP for CPU URL: https://github.com/apache/incubator-mxnet/pull/12866#discussion_r235567700 ## File path: src/operator/tensor/indexing_op.cc ## @@ -61,10 +61,14 @@ template bool

[GitHub] larroy closed issue #8786: Link failure on DEBUG=1 (static member symbol not defined)

2018-11-27 Thread GitBox
larroy closed issue #8786: Link failure on DEBUG=1 (static member symbol not defined) URL: https://github.com/apache/incubator-mxnet/issues/8786 This is an automated message from the Apache Git Service. To respond to the

[GitHub] pengzhao-intel commented on issue #13369: MKLDNN LSTM Regression in MKLDNN 0.17

2018-11-27 Thread GitBox
pengzhao-intel commented on issue #13369: MKLDNN LSTM Regression in MKLDNN 0.17 URL: https://github.com/apache/incubator-mxnet/issues/13369#issuecomment-442269029 Thanks, @azai91 I am working with MKL-DNN team to make the patch release out.

[GitHub] vandanavk commented on issue #13428: remove redundant link

2018-11-27 Thread GitBox
vandanavk commented on issue #13428: remove redundant link URL: https://github.com/apache/incubator-mxnet/pull/13428#issuecomment-442267257 @nswamy for review/merge This is an automated message from the Apache Git Service. To

[GitHub] azai91 edited a comment on issue #13369: MKLDNN LSTM Regression in MKLDNN 0.17

2018-11-27 Thread GitBox
azai91 edited a comment on issue #13369: MKLDNN LSTM Regression in MKLDNN 0.17 URL: https://github.com/apache/incubator-mxnet/issues/13369#issuecomment-442265798 The patch addresses the issue: ``` diff --git a/src/cpu/cpu_reorder.cpp b/src/cpu/cpu_reorder.cpp index

[GitHub] azai91 edited a comment on issue #13369: MKLDNN LSTM Regression in MKLDNN 0.17

2018-11-27 Thread GitBox
azai91 edited a comment on issue #13369: MKLDNN LSTM Regression in MKLDNN 0.17 URL: https://github.com/apache/incubator-mxnet/issues/13369#issuecomment-442265798   | Pre-0.17 (498e03da7ce420a48050fcd363aacb8dec2516f7) | Master | Patch -- | -- | -- | --   | 267.69 | 190.68 | 275.22

[GitHub] azai91 removed a comment on issue #13369: MKLDNN LSTM Regression in MKLDNN 0.17

2018-11-27 Thread GitBox
azai91 removed a comment on issue #13369: MKLDNN LSTM Regression in MKLDNN 0.17 URL: https://github.com/apache/incubator-mxnet/issues/13369#issuecomment-442214377 Performance on current master (with regression) - consistent with with chart Avg: 211.5 ``` 2018-11-27 20:56:41,348

[GitHub] azai91 removed a comment on issue #13369: MKLDNN LSTM Regression in MKLDNN 0.17

2018-11-27 Thread GitBox
azai91 removed a comment on issue #13369: MKLDNN LSTM Regression in MKLDNN 0.17 URL: https://github.com/apache/incubator-mxnet/issues/13369#issuecomment-442193464 Performance pre-mkldnn 0.17 (commit: 498e03da7ce420a48050fcd363aacb8dec2516f7) ``` pending ```

[GitHub] azai91 commented on issue #13369: MKLDNN LSTM Regression in MKLDNN 0.17

2018-11-27 Thread GitBox
azai91 commented on issue #13369: MKLDNN LSTM Regression in MKLDNN 0.17 URL: https://github.com/apache/incubator-mxnet/issues/13369#issuecomment-442265798   | Pre-0.17 (498e03da7ce420a48050fcd363aacb8dec2516f7) | Master | Patch -- | -- | -- | --   | 267.69 | 190.68 | 275.22  

[GitHub] gaurav-gireesh commented on a change in pull request #13325: [MXNET-1210 ] Gluon Audio - Example

2018-11-27 Thread GitBox
gaurav-gireesh commented on a change in pull request #13325: [MXNET-1210 ] Gluon Audio - Example URL: https://github.com/apache/incubator-mxnet/pull/13325#discussion_r236891679 ## File path: example/gluon/urban_sounds/datasets.py ## @@ -0,0 +1,173 @@ +# Licensed to the

[GitHub] vrakesh commented on issue #8510: Minor differences in distributed training with GPU/without GPU.

2018-11-27 Thread GitBox
vrakesh commented on issue #8510: Minor differences in distributed training with GPU/without GPU. URL: https://github.com/apache/incubator-mxnet/issues/8510#issuecomment-442260939 @Luo-Liang Have you tried fixed seed for initialization as per @ThomasDelteil's suggestion? Requesting to

[GitHub] anirudhacharya commented on issue #13429: Wrong documentation in Optimization API

2018-11-27 Thread GitBox
anirudhacharya commented on issue #13429: Wrong documentation in Optimization API URL: https://github.com/apache/incubator-mxnet/issues/13429#issuecomment-442260901 @mxnet-label-bot [Doc, Bug] This is an automated message

[GitHub] anirudhacharya edited a comment on issue #13429: Wrong documentation in Optimization API

2018-11-27 Thread GitBox
anirudhacharya edited a comment on issue #13429: Wrong documentation in Optimization API URL: https://github.com/apache/incubator-mxnet/issues/13429#issuecomment-442260901 @mxnet-label-bot add [Doc, Bug] This is an

[GitHub] anirudhacharya opened a new issue #13429: Wrong documentation in Optimization API

2018-11-27 Thread GitBox
anirudhacharya opened a new issue #13429: Wrong documentation in Optimization API URL: https://github.com/apache/incubator-mxnet/issues/13429 NDAbs should not show under Optimization API ![screen shot 2018-11-27 at 3 38 05

[GitHub] apeforest commented on a change in pull request #13359: [MXNET-1110] find the path to include header files

2018-11-27 Thread GitBox
apeforest commented on a change in pull request #13359: [MXNET-1110] find the path to include header files URL: https://github.com/apache/incubator-mxnet/pull/13359#discussion_r236889705 ## File path: python/mxnet/libinfo.py ## @@ -76,6 +76,33 @@ def find_lib_path():

[GitHub] azai91 opened a new pull request #13428: remove redundant link

2018-11-27 Thread GitBox
azai91 opened a new pull request #13428: remove redundant link URL: https://github.com/apache/incubator-mxnet/pull/13428 ## Description ## Remove redundant line in build from source doc https://www.dropbox.com/s/lr3ngjvh16hlnv3/Screenshot%202018-11-27%2015.23.26.png?dl=0

[GitHub] eric-haibin-lin commented on issue #13220: Many operators don't work for integer type

2018-11-27 Thread GitBox
eric-haibin-lin commented on issue #13220: Many operators don't work for integer type URL: https://github.com/apache/incubator-mxnet/issues/13220#issuecomment-442255325 It's most likely due to the float conversion in

[GitHub] zhreshold commented on a change in pull request #13359: [MXNET-1110] find the path to include header files

2018-11-27 Thread GitBox
zhreshold commented on a change in pull request #13359: [MXNET-1110] find the path to include header files URL: https://github.com/apache/incubator-mxnet/pull/13359#discussion_r236885640 ## File path: python/mxnet/libinfo.py ## @@ -76,6 +76,33 @@ def find_lib_path():

[GitHub] nswamy commented on a change in pull request #13105: [MXNET-1158] JVM Memory Management Documentation

2018-11-27 Thread GitBox
nswamy commented on a change in pull request #13105: [MXNET-1158] JVM Memory Management Documentation URL: https://github.com/apache/incubator-mxnet/pull/13105#discussion_r236884330 ## File path: scala-package/examples/scripts/run_train_mnist.sh ## @@ -19,15 +19,31 @@

[GitHub] leleamol commented on issue #13294: [MXNET-1083] Add the example to demonstrate the inference workflow using C++ API

2018-11-27 Thread GitBox
leleamol commented on issue #13294: [MXNET-1083] Add the example to demonstrate the inference workflow using C++ API URL: https://github.com/apache/incubator-mxnet/pull/13294#issuecomment-442254081 @vandanavk Added the ReadMe file for example.

  1   2   3   4   >