[GitHub] liangfu commented on issue #10595: Update mobilenetv2 symbol definition

2018-04-19 Thread GitBox
liangfu commented on issue #10595: Update mobilenetv2 symbol definition URL: https://github.com/apache/incubator-mxnet/pull/10595#issuecomment-382631637 changes to class and function names have been made according to the suggestions.

[GitHub] zheng-da commented on issue #10599: [MKLDNN Bug] MKLDNN eats lots of memory and then crash down.

2018-04-19 Thread GitBox
zheng-da commented on issue #10599: [MKLDNN Bug] MKLDNN eats lots of memory and then crash down. URL: https://github.com/apache/incubator-mxnet/issues/10599#issuecomment-382637204 is the memory used by the temp space? i just learned that there might be multiple pieces of temp space. we mi

[GitHub] wentingj commented on a change in pull request #10433: [MXNET-290] MKLDNN support for model quantization

2018-04-19 Thread GitBox
wentingj commented on a change in pull request #10433: [MXNET-290] MKLDNN support for model quantization URL: https://github.com/apache/incubator-mxnet/pull/10433#discussion_r182657549 ## File path: src/operator/quantization/quantize_graph_pass.cc ## @@ -198,7 +198,7 @@ Gr

[GitHub] xiadeye commented on issue #1754: Issue in amalgamation for Android

2018-04-19 Thread GitBox
xiadeye commented on issue #1754: Issue in amalgamation for Android URL: https://github.com/apache/incubator-mxnet/issues/1754#issuecomment-382670518 what does '${CXX} ${CFLAGS} -fPIC -o $@ -c jni/predictor.cc --sysroot=${SYS_ROOT} -I ${INCLUDE}' mean?Is it added in makefile?But I get err

[GitHub] marcoabreu commented on a change in pull request #10608: [MXNET-292] Add tutorial tests to the CI

2018-04-19 Thread GitBox
marcoabreu commented on a change in pull request #10608: [MXNET-292] Add tutorial tests to the CI URL: https://github.com/apache/incubator-mxnet/pull/10608#discussion_r182686000 ## File path: tests/tutorials/test_sanity_tutorials.py ## @@ -0,0 +1,81 @@ +# Licensed to the A

[GitHub] marcoabreu commented on a change in pull request #10608: [MXNET-292] Add tutorial tests to the CI

2018-04-19 Thread GitBox
marcoabreu commented on a change in pull request #10608: [MXNET-292] Add tutorial tests to the CI URL: https://github.com/apache/incubator-mxnet/pull/10608#discussion_r182685046 ## File path: ci/docker/install/ubuntu_tutorials.sh ## @@ -0,0 +1,26 @@ +#!/bin/bash + +# Licen

[GitHub] marcoabreu commented on a change in pull request #10608: [MXNET-292] Add tutorial tests to the CI

2018-04-19 Thread GitBox
marcoabreu commented on a change in pull request #10608: [MXNET-292] Add tutorial tests to the CI URL: https://github.com/apache/incubator-mxnet/pull/10608#discussion_r182684619 ## File path: ci/build.py ## @@ -157,6 +163,11 @@ def script_name() -> str:

[GitHub] marcoabreu commented on a change in pull request #10608: [MXNET-292] Add tutorial tests to the CI

2018-04-19 Thread GitBox
marcoabreu commented on a change in pull request #10608: [MXNET-292] Add tutorial tests to the CI URL: https://github.com/apache/incubator-mxnet/pull/10608#discussion_r182685164 ## File path: ci/docker/runtime_functions.sh ## @@ -349,6 +349,7 @@ sanity_check() { tools

[GitHub] marcoabreu commented on a change in pull request #10608: [MXNET-292] Add tutorial tests to the CI

2018-04-19 Thread GitBox
marcoabreu commented on a change in pull request #10608: [MXNET-292] Add tutorial tests to the CI URL: https://github.com/apache/incubator-mxnet/pull/10608#discussion_r182686616 ## File path: tests/tutorials/test_tutorials.py ## @@ -0,0 +1,187 @@ +# Licensed to the Apache

[GitHub] marcoabreu commented on a change in pull request #10608: [MXNET-292] Add tutorial tests to the CI

2018-04-19 Thread GitBox
marcoabreu commented on a change in pull request #10608: [MXNET-292] Add tutorial tests to the CI URL: https://github.com/apache/incubator-mxnet/pull/10608#discussion_r182686851 ## File path: tests/tutorials/test_tutorials.py ## @@ -0,0 +1,187 @@ +# Licensed to the Apache

[GitHub] marcoabreu commented on a change in pull request #10608: [MXNET-292] Add tutorial tests to the CI

2018-04-19 Thread GitBox
marcoabreu commented on a change in pull request #10608: [MXNET-292] Add tutorial tests to the CI URL: https://github.com/apache/incubator-mxnet/pull/10608#discussion_r182686959 ## File path: tests/tutorials/test_tutorials.py ## @@ -0,0 +1,187 @@ +# Licensed to the Apache

[GitHub] marcoabreu commented on a change in pull request #10608: [MXNET-292] Add tutorial tests to the CI

2018-04-19 Thread GitBox
marcoabreu commented on a change in pull request #10608: [MXNET-292] Add tutorial tests to the CI URL: https://github.com/apache/incubator-mxnet/pull/10608#discussion_r182686527 ## File path: tests/tutorials/test_tutorials.py ## @@ -0,0 +1,187 @@ +# Licensed to the Apache

[GitHub] marcoabreu commented on a change in pull request #10608: [MXNET-292] Add tutorial tests to the CI

2018-04-19 Thread GitBox
marcoabreu commented on a change in pull request #10608: [MXNET-292] Add tutorial tests to the CI URL: https://github.com/apache/incubator-mxnet/pull/10608#discussion_r182684832 ## File path: ci/docker/install/ubuntu_scala.sh ## @@ -23,9 +23,8 @@ set -ex # install librar

[GitHub] marcoabreu commented on a change in pull request #10608: [MXNET-292] Add tutorial tests to the CI

2018-04-19 Thread GitBox
marcoabreu commented on a change in pull request #10608: [MXNET-292] Add tutorial tests to the CI URL: https://github.com/apache/incubator-mxnet/pull/10608#discussion_r182685641 ## File path: docs/mxdoc.py ## @@ -367,7 +367,8 @@ def add_buttons(app, docname, source):

[GitHub] marcoabreu commented on a change in pull request #10608: [MXNET-292] Add tutorial tests to the CI

2018-04-19 Thread GitBox
marcoabreu commented on a change in pull request #10608: [MXNET-292] Add tutorial tests to the CI URL: https://github.com/apache/incubator-mxnet/pull/10608#discussion_r182684516 ## File path: ci/docker/Dockerfile.build.ubuntu_gpu ## @@ -44,8 +44,14 @@ COPY install/ubuntu_l

[GitHub] marcoabreu commented on a change in pull request #10608: [MXNET-292] Add tutorial tests to the CI

2018-04-19 Thread GitBox
marcoabreu commented on a change in pull request #10608: [MXNET-292] Add tutorial tests to the CI URL: https://github.com/apache/incubator-mxnet/pull/10608#discussion_r182685486 ## File path: ci/docker/runtime_functions.sh ## @@ -385,6 +386,28 @@ unittest_ubuntu_python2_gp

[GitHub] marcoabreu commented on a change in pull request #10608: [MXNET-292] Add tutorial tests to the CI

2018-04-19 Thread GitBox
marcoabreu commented on a change in pull request #10608: [MXNET-292] Add tutorial tests to the CI URL: https://github.com/apache/incubator-mxnet/pull/10608#discussion_r182686436 ## File path: tests/tutorials/test_tutorials.py ## @@ -0,0 +1,187 @@ +# Licensed to the Apache

[GitHub] smartadpole opened a new issue #10611: Reshape network

2018-04-19 Thread GitBox
smartadpole opened a new issue #10611: Reshape network URL: https://github.com/apache/incubator-mxnet/issues/10611 ## Description In c/c++ code, How to reshape a network created by '''MXPredCreate'''. The ```MXPredReshape``` is not exported. e-mail:smartadp...@163.com --

[GitHub] nihui commented on issue #10578: [MXNET-326] fix filter layout in DepthwiseConv2dBackwardFilterKernel

2018-04-19 Thread GitBox
nihui commented on issue #10578: [MXNET-326] fix filter layout in DepthwiseConv2dBackwardFilterKernel URL: https://github.com/apache/incubator-mxnet/pull/10578#issuecomment-382216816 I think it is needed to cherry-pick this commit to v1.2.0 branch, as depthwise convolution is widely used,

[GitHub] chinakook commented on issue #10611: Reshape network

2018-04-19 Thread GitBox
chinakook commented on issue #10611: Reshape network URL: https://github.com/apache/incubator-mxnet/issues/10611#issuecomment-382707653 https://github.com/apache/incubator-mxnet/pull/10612 This is an automated message from th

[GitHub] chinakook opened a new pull request #10612: MXPredReshape support Windows

2018-04-19 Thread GitBox
chinakook opened a new pull request #10612: MXPredReshape support Windows URL: https://github.com/apache/incubator-mxnet/pull/10612 ## Description ## Add MXPredReshape API MXNET_DLL prefix to support Windows. ## Checklist ## ### Essentials ### Please feel free to remove inapp

[GitHub] xinyu-intel opened a new pull request #10613: Add Windows MKLDNN Building Instruction

2018-04-19 Thread GitBox
xinyu-intel opened a new pull request #10613: Add Windows MKLDNN Building Instruction URL: https://github.com/apache/incubator-mxnet/pull/10613 ## Description ## This is a raw instruction for windows users to build mxnet with mkldnn from source. The process is quite tedious and still ne

[GitHub] KaiserSozo commented on issue #10532: NDArray failed to allocate CPU memory

2018-04-19 Thread GitBox
KaiserSozo commented on issue #10532: NDArray failed to allocate CPU memory URL: https://github.com/apache/incubator-mxnet/issues/10532#issuecomment-382761026 Ok, for the first question and topic question I have the answer: Need to use weightsData.wait_to_read() after weights.set_data(we

[GitHub] spidyDev commented on issue #10611: Reshape network

2018-04-19 Thread GitBox
spidyDev commented on issue #10611: Reshape network URL: https://github.com/apache/incubator-mxnet/issues/10611#issuecomment-382763513 @nswamy Please tag this as : Question , Feature This is an automated message from the Apa

[GitHub] spidyDev commented on issue #10610: memory increase when use adam and rmsprop.

2018-04-19 Thread GitBox
spidyDev commented on issue #10610: memory increase when use adam and rmsprop. URL: https://github.com/apache/incubator-mxnet/issues/10610#issuecomment-382765582 @li-haoran Please do post your question on https://discuss.mxnet.io/ @nswamy : Please tag as: Question, Memory

[GitHub] spidyDev commented on issue #10611: Reshape network

2018-04-19 Thread GitBox
spidyDev commented on issue #10611: Reshape network URL: https://github.com/apache/incubator-mxnet/issues/10611#issuecomment-382763513 @nswamy Please tag this as : Question , Feature, C++ This is an automated message from th

[GitHub] spidyDev commented on issue #10609: Gluon code fails in the normal mode but succeeds in the hybrid mode.

2018-04-19 Thread GitBox
spidyDev commented on issue #10609: Gluon code fails in the normal mode but succeeds in the hybrid mode. URL: https://github.com/apache/incubator-mxnet/issues/10609#issuecomment-382770003 @nswamy : Please tag as : question, gluon ---

[incubator-mxnet] branch master updated: [MXNET-329] support SparseEmbedding with dense weight (#10585)

2018-04-19 Thread haibin
This is an automated email from the ASF dual-hosted git repository. haibin pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git The following commit(s) were added to refs/heads/master by this push: new 3062122 [MXNET-329] support SparseEmbe

[GitHub] eric-haibin-lin closed pull request #10585: [MXNET-329] support SparseEmbedding with dense weight

2018-04-19 Thread GitBox
eric-haibin-lin closed pull request #10585: [MXNET-329] support SparseEmbedding with dense weight URL: https://github.com/apache/incubator-mxnet/pull/10585 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 prove

[GitHub] spidyDev commented on issue #10602: mxnet.model.server custom Service model.get_outputs() returns only one result

2018-04-19 Thread GitBox
spidyDev commented on issue #10602: mxnet.model.server custom Service model.get_outputs() returns only one result URL: https://github.com/apache/incubator-mxnet/issues/10602#issuecomment-382773235 @crazyleg Please post your question on https://github.com/awslabs/mxnet-model-server/issue

[GitHub] ThomasDelteil commented on a change in pull request #10608: [MXNET-292] Add tutorial tests to the CI

2018-04-19 Thread GitBox
ThomasDelteil commented on a change in pull request #10608: [MXNET-292] Add tutorial tests to the CI URL: https://github.com/apache/incubator-mxnet/pull/10608#discussion_r182782147 ## File path: ci/docker/Dockerfile.build.ubuntu_gpu ## @@ -44,8 +44,14 @@ COPY install/ubunt

[GitHub] spidyDev commented on issue #10601: load parameters error with the same code exported by HybridBlock

2018-04-19 Thread GitBox
spidyDev commented on issue #10601: load parameters error with the same code exported by HybridBlock URL: https://github.com/apache/incubator-mxnet/issues/10601#issuecomment-382774430 @reminisce : Please label this: gluon, bug -

[GitHub] ThomasDelteil commented on a change in pull request #10608: [MXNET-292] Add tutorial tests to the CI

2018-04-19 Thread GitBox
ThomasDelteil commented on a change in pull request #10608: [MXNET-292] Add tutorial tests to the CI URL: https://github.com/apache/incubator-mxnet/pull/10608#discussion_r182783772 ## File path: ci/build.py ## @@ -157,6 +163,11 @@ def script_name() -> str:

[GitHub] ThomasDelteil commented on a change in pull request #10608: [MXNET-292] Add tutorial tests to the CI

2018-04-19 Thread GitBox
ThomasDelteil commented on a change in pull request #10608: [MXNET-292] Add tutorial tests to the CI URL: https://github.com/apache/incubator-mxnet/pull/10608#discussion_r182784149 ## File path: ci/docker/install/ubuntu_scala.sh ## @@ -23,9 +23,8 @@ set -ex # install lib

[GitHub] spidyDev commented on issue #10600: Gluon Interpolation Layer

2018-04-19 Thread GitBox
spidyDev commented on issue #10600: Gluon Interpolation Layer URL: https://github.com/apache/incubator-mxnet/issues/10600#issuecomment-382775290 @reminisce : Please label as : Gluon, question, operator This is an automated me

[GitHub] ThomasDelteil commented on a change in pull request #10608: [MXNET-292] Add tutorial tests to the CI

2018-04-19 Thread GitBox
ThomasDelteil commented on a change in pull request #10608: [MXNET-292] Add tutorial tests to the CI URL: https://github.com/apache/incubator-mxnet/pull/10608#discussion_r182784310 ## File path: ci/docker/install/ubuntu_tutorials.sh ## @@ -0,0 +1,26 @@ +#!/bin/bash + +# Li

[GitHub] ThomasDelteil commented on a change in pull request #10608: [MXNET-292] Add tutorial tests to the CI

2018-04-19 Thread GitBox
ThomasDelteil commented on a change in pull request #10608: [MXNET-292] Add tutorial tests to the CI URL: https://github.com/apache/incubator-mxnet/pull/10608#discussion_r182784791 ## File path: tests/tutorials/test_tutorials.py ## @@ -0,0 +1,187 @@ +# Licensed to the Apac

[GitHub] ThomasDelteil commented on a change in pull request #10608: [MXNET-292] Add tutorial tests to the CI

2018-04-19 Thread GitBox
ThomasDelteil commented on a change in pull request #10608: [MXNET-292] Add tutorial tests to the CI URL: https://github.com/apache/incubator-mxnet/pull/10608#discussion_r182784955 ## File path: tests/tutorials/test_tutorials.py ## @@ -0,0 +1,187 @@ +# Licensed to the Apac

[GitHub] ThomasDelteil commented on a change in pull request #10608: [MXNET-292] Add tutorial tests to the CI

2018-04-19 Thread GitBox
ThomasDelteil commented on a change in pull request #10608: [MXNET-292] Add tutorial tests to the CI URL: https://github.com/apache/incubator-mxnet/pull/10608#discussion_r182784893 ## File path: tests/tutorials/test_tutorials.py ## @@ -0,0 +1,187 @@ +# Licensed to the Apac

[GitHub] spidyDev commented on issue #10599: [MKLDNN Bug] MKLDNN eats lots of memory and then crash down.

2018-04-19 Thread GitBox
spidyDev commented on issue #10599: [MKLDNN Bug] MKLDNN eats lots of memory and then crash down. URL: https://github.com/apache/incubator-mxnet/issues/10599#issuecomment-382776715 @reminisce : Please label as : MKL, bug. We might need a label for MKLDNN. --

[GitHub] ThomasDelteil commented on a change in pull request #10608: [MXNET-292] Add tutorial tests to the CI

2018-04-19 Thread GitBox
ThomasDelteil commented on a change in pull request #10608: [MXNET-292] Add tutorial tests to the CI URL: https://github.com/apache/incubator-mxnet/pull/10608#discussion_r182786851 ## File path: tests/tutorials/test_tutorials.py ## @@ -0,0 +1,187 @@ +# Licensed to the Apac

[GitHub] spidyDev commented on issue #10598: How to assign weight for each class in the fine-tuning example?

2018-04-19 Thread GitBox
spidyDev commented on issue #10598: How to assign weight for each class in the fine-tuning example? URL: https://github.com/apache/incubator-mxnet/issues/10598#issuecomment-382778049 @lixiangchun : Please do post your question on : discuss.mxnet.io @reminisce : Please label as : Que

[GitHub] ThomasDelteil commented on a change in pull request #10608: [MXNET-292] Add tutorial tests to the CI

2018-04-19 Thread GitBox
ThomasDelteil commented on a change in pull request #10608: [MXNET-292] Add tutorial tests to the CI URL: https://github.com/apache/incubator-mxnet/pull/10608#discussion_r182787563 ## File path: ci/docker/runtime_functions.sh ## @@ -349,6 +349,7 @@ sanity_check() { to

[GitHub] spidyDev commented on issue #10588: Error while trying to run LeakyRelu layer with 1-d input

2018-04-19 Thread GitBox
spidyDev commented on issue #10588: Error while trying to run LeakyRelu layer with 1-d input URL: https://github.com/apache/incubator-mxnet/issues/10588#issuecomment-382778557 @nswamy Please label as : Gluon, Operator, Question

[GitHub] KaiserSozo commented on issue #10532: NDArray failed to allocate CPU memory

2018-04-19 Thread GitBox
KaiserSozo commented on issue #10532: NDArray failed to allocate CPU memory URL: https://github.com/apache/incubator-mxnet/issues/10532#issuecomment-382778869 Addition: I've measured time again with .wait_to_read() and calculaton time was 330 seconds but copying time became 2400 seconds!

[GitHub] David-Levinthal commented on issue #10505: Profiler profiler shoudl collect call durations not just timestamps

2018-04-19 Thread GitBox
David-Levinthal commented on issue #10505: Profiler profiler shoudl collect call durations not just timestamps URL: https://github.com/apache/incubator-mxnet/issues/10505#issuecomment-382778960 you mean modify the title to start with Profiler (upper case P) --

[GitHub] spidyDev commented on issue #10586: Cannot build ubuntu_gpu CI docker image (java8 sdk missing)

2018-04-19 Thread GitBox
spidyDev commented on issue #10586: Cannot build ubuntu_gpu CI docker image (java8 sdk missing) URL: https://github.com/apache/incubator-mxnet/issues/10586#issuecomment-382779543 @ThomasDelteil @marcoabreu Could we tag this issue appropriately? Thanks. -

[GitHub] spidyDev commented on issue #10586: Cannot build ubuntu_gpu CI docker image (java8 sdk missing)

2018-04-19 Thread GitBox
spidyDev commented on issue #10586: Cannot build ubuntu_gpu CI docker image (java8 sdk missing) URL: https://github.com/apache/incubator-mxnet/issues/10586#issuecomment-382779543 @ThomasDelteil @marcoabreu Could we label this issue appropriately? Thanks. --

[GitHub] TaoLv commented on issue #10580: inference results unstable in mxnet_mkl-1.2.0b20180416

2018-04-19 Thread GitBox
TaoLv commented on issue #10580: inference results unstable in mxnet_mkl-1.2.0b20180416 URL: https://github.com/apache/incubator-mxnet/issues/10580#issuecomment-382780304 update: @dwSun could you help to try this branch to see if this issue still there? https://github.com/TaoLv/incu

[GitHub] ThomasDelteil commented on a change in pull request #10608: [MXNET-292] Add tutorial tests to the CI

2018-04-19 Thread GitBox
ThomasDelteil commented on a change in pull request #10608: [MXNET-292] Add tutorial tests to the CI URL: https://github.com/apache/incubator-mxnet/pull/10608#discussion_r182789576 ## File path: ci/docker/runtime_functions.sh ## @@ -385,6 +386,28 @@ unittest_ubuntu_python2

[GitHub] ThomasDelteil commented on a change in pull request #10608: [MXNET-292] Add tutorial tests to the CI

2018-04-19 Thread GitBox
ThomasDelteil commented on a change in pull request #10608: [MXNET-292] Add tutorial tests to the CI URL: https://github.com/apache/incubator-mxnet/pull/10608#discussion_r182789983 ## File path: docs/mxdoc.py ## @@ -367,7 +367,8 @@ def add_buttons(app, docname, source):

[GitHub] ThomasDelteil commented on a change in pull request #10608: [MXNET-292] Add tutorial tests to the CI

2018-04-19 Thread GitBox
ThomasDelteil commented on a change in pull request #10608: [MXNET-292] Add tutorial tests to the CI URL: https://github.com/apache/incubator-mxnet/pull/10608#discussion_r182789576 ## File path: ci/docker/runtime_functions.sh ## @@ -385,6 +386,28 @@ unittest_ubuntu_python2

[GitHub] ThomasDelteil commented on a change in pull request #10608: [MXNET-292] Add tutorial tests to the CI

2018-04-19 Thread GitBox
ThomasDelteil commented on a change in pull request #10608: [MXNET-292] Add tutorial tests to the CI URL: https://github.com/apache/incubator-mxnet/pull/10608#discussion_r182790384 ## File path: tests/tutorials/test_sanity_tutorials.py ## @@ -0,0 +1,81 @@ +# Licensed to th

[GitHub] ThomasDelteil commented on a change in pull request #10608: [MXNET-292] Add tutorial tests to the CI

2018-04-19 Thread GitBox
ThomasDelteil commented on a change in pull request #10608: [MXNET-292] Add tutorial tests to the CI URL: https://github.com/apache/incubator-mxnet/pull/10608#discussion_r182790921 ## File path: tests/tutorials/test_tutorials.py ## @@ -0,0 +1,187 @@ +# Licensed to the Apac

[GitHub] ThomasDelteil commented on a change in pull request #10608: [MXNET-292] Add tutorial tests to the CI

2018-04-19 Thread GitBox
ThomasDelteil commented on a change in pull request #10608: [MXNET-292] Add tutorial tests to the CI URL: https://github.com/apache/incubator-mxnet/pull/10608#discussion_r182790921 ## File path: tests/tutorials/test_tutorials.py ## @@ -0,0 +1,187 @@ +# Licensed to the Apac

[GitHub] ThomasDelteil commented on a change in pull request #10608: [MXNET-292] Add tutorial tests to the CI

2018-04-19 Thread GitBox
ThomasDelteil commented on a change in pull request #10608: [MXNET-292] Add tutorial tests to the CI URL: https://github.com/apache/incubator-mxnet/pull/10608#discussion_r182790921 ## File path: tests/tutorials/test_tutorials.py ## @@ -0,0 +1,187 @@ +# Licensed to the Apac

[GitHub] zheng-da commented on a change in pull request #10613: Add Windows MKLDNN Building Instruction

2018-04-19 Thread GitBox
zheng-da commented on a change in pull request #10613: Add Windows MKLDNN Building Instruction URL: https://github.com/apache/incubator-mxnet/pull/10613#discussion_r182798789 ## File path: MKL_README.md ## @@ -17,3 +17,106 @@ Installing and enabling the full MKL installati

[GitHub] zheng-da commented on a change in pull request #10613: Add Windows MKLDNN Building Instruction

2018-04-19 Thread GitBox
zheng-da commented on a change in pull request #10613: Add Windows MKLDNN Building Instruction URL: https://github.com/apache/incubator-mxnet/pull/10613#discussion_r182802601 ## File path: MKL_README.md ## @@ -17,3 +17,106 @@ Installing and enabling the full MKL installati

[GitHub] zheng-da commented on a change in pull request #10613: Add Windows MKLDNN Building Instruction

2018-04-19 Thread GitBox
zheng-da commented on a change in pull request #10613: Add Windows MKLDNN Building Instruction URL: https://github.com/apache/incubator-mxnet/pull/10613#discussion_r18280 ## File path: MKL_README.md ## @@ -17,3 +17,106 @@ Installing and enabling the full MKL installati

[GitHub] zheng-da commented on a change in pull request #10613: Add Windows MKLDNN Building Instruction

2018-04-19 Thread GitBox
zheng-da commented on a change in pull request #10613: Add Windows MKLDNN Building Instruction URL: https://github.com/apache/incubator-mxnet/pull/10613#discussion_r182802321 ## File path: MKL_README.md ## @@ -17,3 +17,106 @@ Installing and enabling the full MKL installati

[GitHub] zheng-da commented on a change in pull request #10613: Add Windows MKLDNN Building Instruction

2018-04-19 Thread GitBox
zheng-da commented on a change in pull request #10613: Add Windows MKLDNN Building Instruction URL: https://github.com/apache/incubator-mxnet/pull/10613#discussion_r182801491 ## File path: MKL_README.md ## @@ -17,3 +17,106 @@ Installing and enabling the full MKL installati

[GitHub] zheng-da commented on a change in pull request #10613: Add Windows MKLDNN Building Instruction

2018-04-19 Thread GitBox
zheng-da commented on a change in pull request #10613: Add Windows MKLDNN Building Instruction URL: https://github.com/apache/incubator-mxnet/pull/10613#discussion_r182801243 ## File path: MKL_README.md ## @@ -17,3 +17,106 @@ Installing and enabling the full MKL installati

[GitHub] zheng-da commented on issue #10612: MXPredReshape support Windows

2018-04-19 Thread GitBox
zheng-da commented on issue #10612: MXPredReshape support Windows URL: https://github.com/apache/incubator-mxnet/pull/10612#issuecomment-382793967 are you using prediction c API? This is an automated message from the Apache Gi

[GitHub] marcoabreu commented on a change in pull request #10613: Add Windows MKLDNN Building Instruction

2018-04-19 Thread GitBox
marcoabreu commented on a change in pull request #10613: Add Windows MKLDNN Building Instruction URL: https://github.com/apache/incubator-mxnet/pull/10613#discussion_r182808436 ## File path: MKL_README.md ## @@ -17,3 +17,106 @@ Installing and enabling the full MKL installa

[GitHub] marcoabreu commented on a change in pull request #10613: Add Windows MKLDNN Building Instruction

2018-04-19 Thread GitBox
marcoabreu commented on a change in pull request #10613: Add Windows MKLDNN Building Instruction URL: https://github.com/apache/incubator-mxnet/pull/10613#discussion_r182808832 ## File path: MKL_README.md ## @@ -17,3 +17,106 @@ Installing and enabling the full MKL installa

[GitHub] KaiserSozo commented on issue #10532: NDArray failed to allocate CPU memory

2018-04-19 Thread GitBox
KaiserSozo commented on issue #10532: NDArray failed to allocate CPU memory URL: https://github.com/apache/incubator-mxnet/issues/10532#issuecomment-382801189 So as I concluded I can call wait_to_read() not each time I'm updating weights.set_data(weights.data() + output), but for example w

[GitHub] xinyu-intel commented on issue #10613: Add Windows MKLDNN Building Instruction

2018-04-19 Thread GitBox
xinyu-intel commented on issue #10613: Add Windows MKLDNN Building Instruction URL: https://github.com/apache/incubator-mxnet/pull/10613#issuecomment-382801615 yes you are right. I will optimize this instruction and test locally first. Thanks for suggestion:) --

[GitHub] xinyu-intel commented on issue #10613: Add Windows MKLDNN Building Instruction

2018-04-19 Thread GitBox
xinyu-intel commented on issue #10613: Add Windows MKLDNN Building Instruction URL: https://github.com/apache/incubator-mxnet/pull/10613#issuecomment-382801615 @zheng-da @marcoabreu yes you are right. I will optimize this instruction and test locally first. Thanks for suggestion:)

[GitHub] anirudhacharya commented on issue #10588: Error while trying to run LeakyRelu layer with 1-d input

2018-04-19 Thread GitBox
anirudhacharya commented on issue #10588: Error while trying to run LeakyRelu layer with 1-d input URL: https://github.com/apache/incubator-mxnet/issues/10588#issuecomment-382802768 @spidyDev I think it is more of a bug than a question.

[GitHub] spirosparaskevas commented on issue #8869: Outdated documentation for installing R packages

2018-04-19 Thread GitBox
spirosparaskevas commented on issue #8869: Outdated documentation for installing R packages URL: https://github.com/apache/incubator-mxnet/issues/8869#issuecomment-382809254 First of all thanks for confirming this situation. I have just verified this awkwardness. Can u suggest a workaroun

[GitHub] eric-haibin-lin commented on a change in pull request #10550: [MXNET-320] Support elemwise_add/sub/max/min/hypot between dense and csr tensors

2018-04-19 Thread GitBox
eric-haibin-lin commented on a change in pull request #10550: [MXNET-320] Support elemwise_add/sub/max/min/hypot between dense and csr tensors URL: https://github.com/apache/incubator-mxnet/pull/10550#discussion_r182810260 ## File path: src/operator/elemwise_op_common.h ##

[GitHub] eric-haibin-lin commented on a change in pull request #10550: [MXNET-320] Support elemwise_add/sub/max/min/hypot between dense and csr tensors

2018-04-19 Thread GitBox
eric-haibin-lin commented on a change in pull request #10550: [MXNET-320] Support elemwise_add/sub/max/min/hypot between dense and csr tensors URL: https://github.com/apache/incubator-mxnet/pull/10550#discussion_r182810702 ## File path: src/operator/elemwise_op_common.h ##

[GitHub] eric-haibin-lin commented on a change in pull request #10550: [MXNET-320] Support elemwise_add/sub/max/min/hypot between dense and csr tensors

2018-04-19 Thread GitBox
eric-haibin-lin commented on a change in pull request #10550: [MXNET-320] Support elemwise_add/sub/max/min/hypot between dense and csr tensors URL: https://github.com/apache/incubator-mxnet/pull/10550#discussion_r182810971 ## File path: src/operator/elemwise_op_common.h ##

[GitHub] eric-haibin-lin commented on a change in pull request #10550: [MXNET-320] Support elemwise_add/sub/max/min/hypot between dense and csr tensors

2018-04-19 Thread GitBox
eric-haibin-lin commented on a change in pull request #10550: [MXNET-320] Support elemwise_add/sub/max/min/hypot between dense and csr tensors URL: https://github.com/apache/incubator-mxnet/pull/10550#discussion_r182813227 ## File path: src/operator/tensor/elemwise_binary_op-inl.h

[GitHub] eric-haibin-lin commented on a change in pull request #10550: [MXNET-320] Support elemwise_add/sub/max/min/hypot between dense and csr tensors

2018-04-19 Thread GitBox
eric-haibin-lin commented on a change in pull request #10550: [MXNET-320] Support elemwise_add/sub/max/min/hypot between dense and csr tensors URL: https://github.com/apache/incubator-mxnet/pull/10550#discussion_r182811309 ## File path: src/operator/tensor/elemwise_binary_op-inl.h

[GitHub] eric-haibin-lin commented on a change in pull request #10550: [MXNET-320] Support elemwise_add/sub/max/min/hypot between dense and csr tensors

2018-04-19 Thread GitBox
eric-haibin-lin commented on a change in pull request #10550: [MXNET-320] Support elemwise_add/sub/max/min/hypot between dense and csr tensors URL: https://github.com/apache/incubator-mxnet/pull/10550#discussion_r182810306 ## File path: src/operator/elemwise_op_common.h ##

[GitHub] piiswrong closed pull request #10612: MXPredReshape support Windows

2018-04-19 Thread GitBox
piiswrong closed pull request #10612: MXPredReshape support Windows URL: https://github.com/apache/incubator-mxnet/pull/10612 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 pu

[incubator-mxnet] branch master updated: MXPredReshape support Windows (#10612)

2018-04-19 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 162c54b MXPredReshape support Windows (#

[GitHub] piiswrong commented on issue #10607: New tutorial on how to create a new custom layer in Gluon

2018-04-19 Thread GitBox
piiswrong commented on issue #10607: New tutorial on how to create a new custom layer in Gluon URL: https://github.com/apache/incubator-mxnet/pull/10607#issuecomment-382813098 We already have one here http://gluon.mxnet.io/chapter03_deep-neural-networks/custom-layer.html Can we merge th

[GitHub] thomelane commented on a change in pull request #10607: New tutorial on how to create a new custom layer in Gluon

2018-04-19 Thread GitBox
thomelane commented on a change in pull request #10607: New tutorial on how to create a new custom layer in Gluon URL: https://github.com/apache/incubator-mxnet/pull/10607#discussion_r182609344 ## File path: docs/tutorials/python/custom_layer.md ## @@ -0,0 +1,247 @@ + +# H

[GitHub] thomelane commented on a change in pull request #10607: New tutorial on how to create a new custom layer in Gluon

2018-04-19 Thread GitBox
thomelane commented on a change in pull request #10607: New tutorial on how to create a new custom layer in Gluon URL: https://github.com/apache/incubator-mxnet/pull/10607#discussion_r182821807 ## File path: docs/tutorials/python/custom_layer.md ## @@ -0,0 +1,247 @@ + +# H

[GitHub] thomelane commented on a change in pull request #10607: New tutorial on how to create a new custom layer in Gluon

2018-04-19 Thread GitBox
thomelane commented on a change in pull request #10607: New tutorial on how to create a new custom layer in Gluon URL: https://github.com/apache/incubator-mxnet/pull/10607#discussion_r182811398 ## File path: docs/tutorials/python/custom_layer.md ## @@ -0,0 +1,247 @@ + +# H

[GitHub] thomelane commented on a change in pull request #10607: New tutorial on how to create a new custom layer in Gluon

2018-04-19 Thread GitBox
thomelane commented on a change in pull request #10607: New tutorial on how to create a new custom layer in Gluon URL: https://github.com/apache/incubator-mxnet/pull/10607#discussion_r182605957 ## File path: docs/tutorials/python/custom_layer.md ## @@ -0,0 +1,247 @@ + +# H

[GitHub] thomelane commented on a change in pull request #10607: New tutorial on how to create a new custom layer in Gluon

2018-04-19 Thread GitBox
thomelane commented on a change in pull request #10607: New tutorial on how to create a new custom layer in Gluon URL: https://github.com/apache/incubator-mxnet/pull/10607#discussion_r182607051 ## File path: docs/tutorials/python/custom_layer.md ## @@ -0,0 +1,247 @@ + +# H

[GitHub] thomelane commented on a change in pull request #10607: New tutorial on how to create a new custom layer in Gluon

2018-04-19 Thread GitBox
thomelane commented on a change in pull request #10607: New tutorial on how to create a new custom layer in Gluon URL: https://github.com/apache/incubator-mxnet/pull/10607#discussion_r182820362 ## File path: docs/tutorials/python/custom_layer.md ## @@ -0,0 +1,247 @@ + +# H

[GitHub] thomelane commented on a change in pull request #10607: New tutorial on how to create a new custom layer in Gluon

2018-04-19 Thread GitBox
thomelane commented on a change in pull request #10607: New tutorial on how to create a new custom layer in Gluon URL: https://github.com/apache/incubator-mxnet/pull/10607#discussion_r182606148 ## File path: docs/tutorials/python/custom_layer.md ## @@ -0,0 +1,247 @@ + +# H

[GitHub] thomelane commented on a change in pull request #10607: New tutorial on how to create a new custom layer in Gluon

2018-04-19 Thread GitBox
thomelane commented on a change in pull request #10607: New tutorial on how to create a new custom layer in Gluon URL: https://github.com/apache/incubator-mxnet/pull/10607#discussion_r182607395 ## File path: docs/tutorials/python/custom_layer.md ## @@ -0,0 +1,247 @@ + +# H

[GitHub] thomelane commented on a change in pull request #10607: New tutorial on how to create a new custom layer in Gluon

2018-04-19 Thread GitBox
thomelane commented on a change in pull request #10607: New tutorial on how to create a new custom layer in Gluon URL: https://github.com/apache/incubator-mxnet/pull/10607#discussion_r182606809 ## File path: docs/tutorials/python/custom_layer.md ## @@ -0,0 +1,247 @@ + +# H

[GitHub] thomelane commented on a change in pull request #10607: New tutorial on how to create a new custom layer in Gluon

2018-04-19 Thread GitBox
thomelane commented on a change in pull request #10607: New tutorial on how to create a new custom layer in Gluon URL: https://github.com/apache/incubator-mxnet/pull/10607#discussion_r182606204 ## File path: docs/tutorials/python/custom_layer.md ## @@ -0,0 +1,247 @@ + +# H

[GitHub] thomelane commented on a change in pull request #10607: New tutorial on how to create a new custom layer in Gluon

2018-04-19 Thread GitBox
thomelane commented on a change in pull request #10607: New tutorial on how to create a new custom layer in Gluon URL: https://github.com/apache/incubator-mxnet/pull/10607#discussion_r182606410 ## File path: docs/tutorials/python/custom_layer.md ## @@ -0,0 +1,247 @@ + +# H

[GitHub] thomelane commented on a change in pull request #10607: New tutorial on how to create a new custom layer in Gluon

2018-04-19 Thread GitBox
thomelane commented on a change in pull request #10607: New tutorial on how to create a new custom layer in Gluon URL: https://github.com/apache/incubator-mxnet/pull/10607#discussion_r182606791 ## File path: docs/tutorials/python/custom_layer.md ## @@ -0,0 +1,247 @@ + +# H

[GitHub] thomelane commented on a change in pull request #10607: New tutorial on how to create a new custom layer in Gluon

2018-04-19 Thread GitBox
thomelane commented on a change in pull request #10607: New tutorial on how to create a new custom layer in Gluon URL: https://github.com/apache/incubator-mxnet/pull/10607#discussion_r182607884 ## File path: docs/tutorials/python/custom_layer.md ## @@ -0,0 +1,247 @@ + +# H

[GitHub] thomelane commented on a change in pull request #10607: New tutorial on how to create a new custom layer in Gluon

2018-04-19 Thread GitBox
thomelane commented on a change in pull request #10607: New tutorial on how to create a new custom layer in Gluon URL: https://github.com/apache/incubator-mxnet/pull/10607#discussion_r182818000 ## File path: docs/tutorials/python/custom_layer.md ## @@ -0,0 +1,247 @@ + +# H

[GitHub] thomelane commented on a change in pull request #10607: New tutorial on how to create a new custom layer in Gluon

2018-04-19 Thread GitBox
thomelane commented on a change in pull request #10607: New tutorial on how to create a new custom layer in Gluon URL: https://github.com/apache/incubator-mxnet/pull/10607#discussion_r182607700 ## File path: docs/tutorials/python/custom_layer.md ## @@ -0,0 +1,247 @@ + +# H

[GitHub] thomelane commented on a change in pull request #10607: New tutorial on how to create a new custom layer in Gluon

2018-04-19 Thread GitBox
thomelane commented on a change in pull request #10607: New tutorial on how to create a new custom layer in Gluon URL: https://github.com/apache/incubator-mxnet/pull/10607#discussion_r182608065 ## File path: docs/tutorials/python/custom_layer.md ## @@ -0,0 +1,247 @@ + +# H

[GitHub] thomelane commented on a change in pull request #10607: New tutorial on how to create a new custom layer in Gluon

2018-04-19 Thread GitBox
thomelane commented on a change in pull request #10607: New tutorial on how to create a new custom layer in Gluon URL: https://github.com/apache/incubator-mxnet/pull/10607#discussion_r182816362 ## File path: docs/tutorials/python/custom_layer.md ## @@ -0,0 +1,247 @@ + +# H

[GitHub] thomelane commented on a change in pull request #10607: New tutorial on how to create a new custom layer in Gluon

2018-04-19 Thread GitBox
thomelane commented on a change in pull request #10607: New tutorial on how to create a new custom layer in Gluon URL: https://github.com/apache/incubator-mxnet/pull/10607#discussion_r182814901 ## File path: docs/tutorials/python/custom_layer.md ## @@ -0,0 +1,247 @@ + +# H

[GitHub] thomelane commented on a change in pull request #10607: New tutorial on how to create a new custom layer in Gluon

2018-04-19 Thread GitBox
thomelane commented on a change in pull request #10607: New tutorial on how to create a new custom layer in Gluon URL: https://github.com/apache/incubator-mxnet/pull/10607#discussion_r182606114 ## File path: docs/tutorials/python/custom_layer.md ## @@ -0,0 +1,247 @@ + +# H

[GitHub] thomelane commented on a change in pull request #10607: New tutorial on how to create a new custom layer in Gluon

2018-04-19 Thread GitBox
thomelane commented on a change in pull request #10607: New tutorial on how to create a new custom layer in Gluon URL: https://github.com/apache/incubator-mxnet/pull/10607#discussion_r182607687 ## File path: docs/tutorials/python/custom_layer.md ## @@ -0,0 +1,247 @@ + +# H

[GitHub] thomelane commented on a change in pull request #10607: New tutorial on how to create a new custom layer in Gluon

2018-04-19 Thread GitBox
thomelane commented on a change in pull request #10607: New tutorial on how to create a new custom layer in Gluon URL: https://github.com/apache/incubator-mxnet/pull/10607#discussion_r182608126 ## File path: docs/tutorials/python/custom_layer.md ## @@ -0,0 +1,247 @@ + +# H

  1   2   3   >