[GitHub] squidszyd opened a new issue #9451: How to dynamically bind executor with variable symbol?

2018-01-16 Thread GitBox
squidszyd opened a new issue #9451: How to dynamically bind executor with variable symbol? URL: https://github.com/apache/incubator-mxnet/issues/9451 During testing phase, my symbol's computing structure depends on input shape. E.g, when input shape is K, then there is N(K) layers of Convo

[GitHub] ZiyueHuang commented on issue #8338: master branch cannot build on centos 7 with cuda-8.0

2018-01-16 Thread GitBox
ZiyueHuang commented on issue #8338: master branch cannot build on centos 7 with cuda-8.0 URL: https://github.com/apache/incubator-mxnet/issues/8338#issuecomment-357890465 Good catch! Glad to see this is fixed. Thanks @zhreshold ---

[GitHub] asmushetzel commented on issue #9444: enabling multithreading in broadcast_reduce

2018-01-16 Thread GitBox
asmushetzel commented on issue #9444: enabling multithreading in broadcast_reduce URL: https://github.com/apache/incubator-mxnet/pull/9444#issuecomment-357899349 Will follow that pattern in order to make things consistent. But not clear to me why the implementation in binary_broadcast s

[GitHub] asmushetzel commented on a change in pull request #9366: Refactor dropout operator to use ParallelRandom generator and also react deterministically when seeding

2018-01-16 Thread GitBox
asmushetzel commented on a change in pull request #9366: Refactor dropout operator to use ParallelRandom generator and also react deterministically when seeding URL: https://github.com/apache/incubator-mxnet/pull/9366#discussion_r161703715 ## File path: src/operator/nn/dropout-inl.

[GitHub] sriharikarnam commented on issue #6257: Merge AMD-HIP port

2018-01-16 Thread GitBox
sriharikarnam commented on issue #6257: Merge AMD-HIP port URL: https://github.com/apache/incubator-mxnet/issues/6257#issuecomment-357910031 @szha We have created a provision for common backend (CUDA and HIP).We are in the process of creating PR for the same.MxNet has 8 subModules[dlpack,

[GitHub] chinakook opened a new issue #9452: A new deep learning visualization tool from baidu support MXNet!

2018-01-16 Thread GitBox
chinakook opened a new issue #9452: A new deep learning visualization tool from baidu support MXNet! URL: https://github.com/apache/incubator-mxnet/issues/9452 https://github.com/PaddlePaddle/VisualDL This is an automated mes

[GitHub] some-guy1 opened a new issue #9453: [R] CNN Memory Leak - Needs to somehow call Garbage Collector

2018-01-16 Thread GitBox
some-guy1 opened a new issue #9453: [R] CNN Memory Leak - Needs to somehow call Garbage Collector URL: https://github.com/apache/incubator-mxnet/issues/9453 ## Description Memory constantly increases until out of memory of machine. Using the following code. The memory does not release

[GitHub] szha commented on issue #8282: Error: dot?gemm: matrix shape mismatch

2018-01-16 Thread GitBox
szha commented on issue #8282: Error: dot?gemm: matrix shape mismatch URL: https://github.com/apache/incubator-mxnet/issues/8282#issuecomment-357944712 @apache/mxnet-committers: This issue has been inactive for the past 90 days. It has no label and needs triage. For general "how-to"

[GitHub] TX2012LH opened a new issue #9454: copy tensor from gpu to cpu

2018-01-16 Thread GitBox
TX2012LH opened a new issue #9454: copy tensor from gpu to cpu URL: https://github.com/apache/incubator-mxnet/issues/9454 I just want to copy a tensor from gpu to cpu and I did it as below. But it seems that the pointer `cpu_box1.dptr__` is sidorderly after carrying on `Copy`. ```

[GitHub] shitou112 opened a new issue #9455: An error occurred while calculating the square of ndarray by using gpu context

2018-01-16 Thread GitBox
shitou112 opened a new issue #9455: An error occurred while calculating the square of ndarray by using gpu context URL: https://github.com/apache/incubator-mxnet/issues/9455 1. When I use a**2 to compute square, I encounter an error. ``` Input: a = nd.array([-1], mx.gpu())

[GitHub] zihaolucky commented on issue #9195: [WIP]NCE loss gluon

2018-01-16 Thread GitBox
zihaolucky commented on issue #9195: [WIP]NCE loss gluon URL: https://github.com/apache/incubator-mxnet/pull/9195#issuecomment-357991926 @eric-haibin-lin @sxjscience @szha I've updated the code in example, seems numpy is much faster than NDArray, see https://github.com/apache/incub

[GitHub] zihaolucky commented on a change in pull request #9195: [WIP]NCE loss gluon

2018-01-16 Thread GitBox
zihaolucky commented on a change in pull request #9195: [WIP]NCE loss gluon URL: https://github.com/apache/incubator-mxnet/pull/9195#discussion_r161788287 ## File path: python/mxnet/gluon/data/sampler.py ## @@ -136,3 +138,74 @@ def __len__(self): raise ValueError(

[GitHub] zihaolucky commented on a change in pull request #9195: [WIP]NCE loss gluon

2018-01-16 Thread GitBox
zihaolucky commented on a change in pull request #9195: [WIP]NCE loss gluon URL: https://github.com/apache/incubator-mxnet/pull/9195#discussion_r161788287 ## File path: python/mxnet/gluon/data/sampler.py ## @@ -136,3 +138,74 @@ def __len__(self): raise ValueError(

[GitHub] zihaolucky commented on a change in pull request #9195: [WIP]NCE loss gluon

2018-01-16 Thread GitBox
zihaolucky commented on a change in pull request #9195: [WIP]NCE loss gluon URL: https://github.com/apache/incubator-mxnet/pull/9195#discussion_r161791018 ## File path: python/mxnet/gluon/loss.py ## @@ -696,3 +697,85 @@ def hybrid_forward(self, F, pred, positive, negative):

[GitHub] zihaolucky commented on a change in pull request #9195: [WIP]NCE loss gluon

2018-01-16 Thread GitBox
zihaolucky commented on a change in pull request #9195: [WIP]NCE loss gluon URL: https://github.com/apache/incubator-mxnet/pull/9195#discussion_r161791018 ## File path: python/mxnet/gluon/loss.py ## @@ -696,3 +697,85 @@ def hybrid_forward(self, F, pred, positive, negative):

[GitHub] larroy opened a new pull request #9456: [CMake] Add im2rec executable

2018-01-16 Thread GitBox
larroy opened a new pull request #9456: [CMake] Add im2rec executable URL: https://github.com/apache/incubator-mxnet/pull/9456 This is an automated message from the Apache Git Service. To respond to the message, please log on

[GitHub] cjolivier01 commented on a change in pull request #9456: [CMake] Add im2rec executable

2018-01-16 Thread GitBox
cjolivier01 commented on a change in pull request #9456: [CMake] Add im2rec executable URL: https://github.com/apache/incubator-mxnet/pull/9456#discussion_r161803565 ## File path: CMakeLists.txt ## @@ -267,6 +267,8 @@ if(USE_OPENCV) set(CMAKE_CXX_FLAGS "${CMAKE_CXX_

[GitHub] cjolivier01 commented on a change in pull request #9366: Refactor dropout operator to use ParallelRandom generator and also react deterministically when seeding

2018-01-16 Thread GitBox
cjolivier01 commented on a change in pull request #9366: Refactor dropout operator to use ParallelRandom generator and also react deterministically when seeding URL: https://github.com/apache/incubator-mxnet/pull/9366#discussion_r161817920 ## File path: src/operator/nn/dropout-inl.

[GitHub] BenLag2906 commented on issue #9308: batch size in inference

2018-01-16 Thread GitBox
BenLag2906 commented on issue #9308: batch size in inference URL: https://github.com/apache/incubator-mxnet/issues/9308#issuecomment-358026596 Hi, First, thanks for your answer! I have concatenate image as you described: it works fine...but my last problem is to separate results

[GitHub] larroy commented on a change in pull request #9456: [CMake] Add im2rec executable

2018-01-16 Thread GitBox
larroy commented on a change in pull request #9456: [CMake] Add im2rec executable URL: https://github.com/apache/incubator-mxnet/pull/9456#discussion_r161818129 ## File path: CMakeLists.txt ## @@ -267,6 +267,8 @@ if(USE_OPENCV) set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS

[GitHub] cjolivier01 commented on a change in pull request #9456: [CMake] Add im2rec executable

2018-01-16 Thread GitBox
cjolivier01 commented on a change in pull request #9456: [CMake] Add im2rec executable URL: https://github.com/apache/incubator-mxnet/pull/9456#discussion_r161818957 ## File path: CMakeLists.txt ## @@ -267,6 +267,8 @@ if(USE_OPENCV) set(CMAKE_CXX_FLAGS "${CMAKE_CXX_

[GitHub] cjolivier01 commented on a change in pull request #9456: [CMake] Add im2rec executable

2018-01-16 Thread GitBox
cjolivier01 commented on a change in pull request #9456: [CMake] Add im2rec executable URL: https://github.com/apache/incubator-mxnet/pull/9456#discussion_r161818957 ## File path: CMakeLists.txt ## @@ -267,6 +267,8 @@ if(USE_OPENCV) set(CMAKE_CXX_FLAGS "${CMAKE_CXX_

[GitHub] cjolivier01 commented on a change in pull request #9456: [CMake] Add im2rec executable

2018-01-16 Thread GitBox
cjolivier01 commented on a change in pull request #9456: [CMake] Add im2rec executable URL: https://github.com/apache/incubator-mxnet/pull/9456#discussion_r161819233 ## File path: CMakeLists.txt ## @@ -267,6 +267,8 @@ if(USE_OPENCV) set(CMAKE_CXX_FLAGS "${CMAKE_CXX_

[GitHub] larroy commented on issue #9370: Fix crash when opening an image, fix exception safety.

2018-01-16 Thread GitBox
larroy commented on issue #9370: Fix crash when opening an image, fix exception safety. URL: https://github.com/apache/incubator-mxnet/pull/9370#issuecomment-358029569 Done the requested changes and more, including improving the tests. Any other issue or can we merge now?

[GitHub] cjolivier01 closed pull request #9370: Fix crash when opening an image, fix exception safety.

2018-01-16 Thread GitBox
cjolivier01 closed pull request #9370: Fix crash when opening an image, fix exception safety. URL: https://github.com/apache/incubator-mxnet/pull/9370 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: Fix crash when opening an image, fix exception safety. (#9370)

2018-01-16 Thread cjolivier01
This is an automated email from the ASF dual-hosted git repository. cjolivier01 pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git The following commit(s) were added to refs/heads/master by this push: new 8054290 Fix crash when opening an

[GitHub] KellenSunderland commented on a change in pull request #9456: [CMake] Add im2rec executable

2018-01-16 Thread GitBox
KellenSunderland commented on a change in pull request #9456: [CMake] Add im2rec executable URL: https://github.com/apache/incubator-mxnet/pull/9456#discussion_r161828744 ## File path: CMakeLists.txt ## @@ -267,6 +267,8 @@ if(USE_OPENCV) set(CMAKE_CXX_FLAGS "${CMAKE

[GitHub] cjolivier01 commented on a change in pull request #9456: [CMake] Add im2rec executable

2018-01-16 Thread GitBox
cjolivier01 commented on a change in pull request #9456: [CMake] Add im2rec executable URL: https://github.com/apache/incubator-mxnet/pull/9456#discussion_r161831413 ## File path: CMakeLists.txt ## @@ -267,6 +267,8 @@ if(USE_OPENCV) set(CMAKE_CXX_FLAGS "${CMAKE_CXX_

[GitHub] larroy opened a new pull request #9457: Move get_images to test_utils.py, so it can be used from other tests.

2018-01-16 Thread GitBox
larroy opened a new pull request #9457: Move get_images to test_utils.py, so it can be used from other tests. URL: https://github.com/apache/incubator-mxnet/pull/9457 ## Description ## I wanted to get the test images for additional tests, so moving them to test_utils.py ## Checkl

[GitHub] larroy commented on issue #9370: Fix crash when opening an image, fix exception safety.

2018-01-16 Thread GitBox
larroy commented on issue #9370: Fix crash when opening an image, fix exception safety. URL: https://github.com/apache/incubator-mxnet/pull/9370#issuecomment-358042773 Great, thanks for the reviews. This is an automated messa

[GitHub] cjolivier01 commented on a change in pull request #9456: [CMake] Add im2rec executable

2018-01-16 Thread GitBox
cjolivier01 commented on a change in pull request #9456: [CMake] Add im2rec executable URL: https://github.com/apache/incubator-mxnet/pull/9456#discussion_r161837804 ## File path: CMakeLists.txt ## @@ -267,6 +267,8 @@ if(USE_OPENCV) set(CMAKE_CXX_FLAGS "${CMAKE_CXX_

[GitHub] cjolivier01 commented on issue #9366: Refactor dropout operator to use ParallelRandom generator and also react deterministically when seeding

2018-01-16 Thread GitBox
cjolivier01 commented on issue #9366: Refactor dropout operator to use ParallelRandom generator and also react deterministically when seeding URL: https://github.com/apache/incubator-mxnet/pull/9366#issuecomment-358055283 Ok, if no has an objection, I plan to merge this this afternoon. ---

[GitHub] cjolivier01 commented on issue #9329: Add CMake CI build job

2018-01-16 Thread GitBox
cjolivier01 commented on issue #9329: Add CMake CI build job URL: https://github.com/apache/incubator-mxnet/pull/9329#issuecomment-358056226 Ok, do a CUDA+CUDNN non-MKL build if possible, to get the maximum coverage of what's already in there. --

[GitHub] piiswrong closed pull request #9445: np.fromstring: DeprecationWarning

2018-01-16 Thread GitBox
piiswrong closed pull request #9445: np.fromstring: DeprecationWarning URL: https://github.com/apache/incubator-mxnet/pull/9445 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

[incubator-mxnet] branch master updated: np.fromstring: DeprecationWarning (#9445)

2018-01-16 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 59700b0 np.fromstring: DeprecationWarnin

[GitHub] piiswrong closed pull request #9434: Test backtrace demangling functionality

2018-01-16 Thread GitBox
piiswrong closed pull request #9434: Test backtrace demangling functionality URL: https://github.com/apache/incubator-mxnet/pull/9434 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 fo

[GitHub] piiswrong commented on a change in pull request #9366: Refactor dropout operator to use ParallelRandom generator and also react deterministically when seeding

2018-01-16 Thread GitBox
piiswrong commented on a change in pull request #9366: Refactor dropout operator to use ParallelRandom generator and also react deterministically when seeding URL: https://github.com/apache/incubator-mxnet/pull/9366#discussion_r161844273 ## File path: src/operator/nn/dropout-inl.h

[incubator-mxnet] branch master updated: Refactor dropout operator to use ParallelRandom generator and also react deterministically when seeding (#9366)

2018-01-16 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 16746c1 Refactor dropout operator to use

[GitHub] piiswrong closed pull request #9366: Refactor dropout operator to use ParallelRandom generator and also react deterministically when seeding

2018-01-16 Thread GitBox
piiswrong closed pull request #9366: Refactor dropout operator to use ParallelRandom generator and also react deterministically when seeding URL: https://github.com/apache/incubator-mxnet/pull/9366 This is a PR merged from a forked repository. As GitHub hides the original diff on merge, i

[GitHub] cjolivier01 commented on issue #9366: Refactor dropout operator to use ParallelRandom generator and also react deterministically when seeding

2018-01-16 Thread GitBox
cjolivier01 commented on issue #9366: Refactor dropout operator to use ParallelRandom generator and also react deterministically when seeding URL: https://github.com/apache/incubator-mxnet/pull/9366#issuecomment-358059834 I have added JIRA: https://issues.apache.org/jira/browse/MXNET-4

[GitHub] piiswrong closed pull request #9306: Sequence Operator Improvements

2018-01-16 Thread GitBox
piiswrong closed pull request #9306: Sequence Operator Improvements URL: https://github.com/apache/incubator-mxnet/pull/9306 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 pul

[incubator-mxnet] branch master updated: Sequence Operator Improvements (#9306)

2018-01-16 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 f960522 Sequence Operator Improvements (

[GitHub] eric-haibin-lin commented on issue #9452: A new deep learning visualization tool from baidu support MXNet!

2018-01-16 Thread GitBox
eric-haibin-lin commented on issue #9452: A new deep learning visualization tool from baidu support MXNet! URL: https://github.com/apache/incubator-mxnet/issues/9452#issuecomment-358062669 @reminisce @zihaolucky This is an

[GitHub] piiswrong closed pull request #9446: text: use _contan, import modules, and keep code style consistent

2018-01-16 Thread GitBox
piiswrong closed pull request #9446: text: use _contan, import modules, and keep code style consistent URL: https://github.com/apache/incubator-mxnet/pull/9446 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 p

[incubator-mxnet] branch master updated: text: use _contan, import modules, and keep code style consistent (#9446)

2018-01-16 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 b396bc3 text: use _contan, import module

[GitHub] thinksanky opened a new pull request #45: fixed broken links for scala index page

2018-01-16 Thread GitBox
thinksanky opened a new pull request #45: fixed broken links for scala index page URL: https://github.com/apache/incubator-mxnet-site/pull/45 ## Description ## Fixed Scala API index.html to reference to the right URLs This

[GitHub] thinksanky commented on issue #45: fixed broken links for scala index page

2018-01-16 Thread GitBox
thinksanky commented on issue #45: fixed broken links for scala index page URL: https://github.com/apache/incubator-mxnet-site/pull/45#issuecomment-358068795 @eric-haibin-lin - please have a look into this. Thanks This is an

[GitHub] eric-haibin-lin closed pull request #45: fixed broken links for scala index page

2018-01-16 Thread GitBox
eric-haibin-lin closed pull request #45: fixed broken links for scala index page URL: https://github.com/apache/incubator-mxnet-site/pull/45 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

[incubator-mxnet-site] 01/01: Merge pull request #45 from thinksanky/fix-broken-links-01152018

2018-01-16 Thread haibin
This is an automated email from the ASF dual-hosted git repository. haibin pushed a commit to branch asf-site in repository https://gitbox.apache.org/repos/asf/incubator-mxnet-site.git commit 942cfb71559a9f4c645df60ff5b8ceadbe80cc45 Merge: 8d0313b 6ae4ef8 Author: Haibin Lin AuthorDate: Tue Jan 1

[incubator-mxnet-site] branch asf-site updated (8d0313b -> 942cfb7)

2018-01-16 Thread haibin
This is an automated email from the ASF dual-hosted git repository. haibin pushed a change to branch asf-site in repository https://gitbox.apache.org/repos/asf/incubator-mxnet-site.git. from 8d0313b Nightly build add 6ae4ef8 fixed broken links for scala index page new 942cfb7 Me

[GitHub] cjolivier01 commented on issue #9369: UT fix for Windows

2018-01-16 Thread GitBox
cjolivier01 commented on issue #9369: UT fix for Windows URL: https://github.com/apache/incubator-mxnet/pull/9369#issuecomment-358073203 Would it be better to just have the WIndows unit tests link statically like the UNiex tests do? That way, you wouldn't need to export internal classes --

[GitHub] thinksanky commented on issue #42: Fix gpu install instructions

2018-01-16 Thread GitBox
thinksanky commented on issue #42: Fix gpu install instructions URL: https://github.com/apache/incubator-mxnet-site/pull/42#issuecomment-358074588 When you say MXNet Code base you mean master ? Master already had these changes and I didnt have to change this. -

[GitHub] thinksanky commented on issue #43: fixed version drop down selection menu bar for 0.12.0 and 0.12.1 vers?

2018-01-16 Thread GitBox
thinksanky commented on issue #43: fixed version drop down selection menu bar for 0.12.0 and 0.12.1 vers? URL: https://github.com/apache/incubator-mxnet-site/pull/43#issuecomment-358075434 @szha - This change is only for versioned website (Static) which do not run nightly. So they are not

[GitHub] cjolivier01 commented on a change in pull request #9369: UT fix for Windows

2018-01-16 Thread GitBox
cjolivier01 commented on a change in pull request #9369: UT fix for Windows URL: https://github.com/apache/incubator-mxnet/pull/9369#discussion_r161857886 ## File path: src/operator/nn/batch_norm-inl.h ## @@ -56,7 +56,7 @@ constexpr int DEFAULT_AXIS = 1; } // namespace ba

[GitHub] cjolivier01 commented on a change in pull request #9369: UT fix for Windows

2018-01-16 Thread GitBox
cjolivier01 commented on a change in pull request #9369: UT fix for Windows URL: https://github.com/apache/incubator-mxnet/pull/9369#discussion_r161857543 ## File path: src/operator/nn/batch_norm-imp.h ## @@ -0,0 +1,22 @@ + +#ifndef MXNET_OPERATOR_NN_BATCH_NORM_IMP_H_ Re

[GitHub] cjolivier01 commented on a change in pull request #9369: UT fix for Windows

2018-01-16 Thread GitBox
cjolivier01 commented on a change in pull request #9369: UT fix for Windows URL: https://github.com/apache/incubator-mxnet/pull/9369#discussion_r161858079 ## File path: tests/CMakeLists.txt ## @@ -21,7 +21,7 @@ if(NOT MSVC) endif() # FIXME MSVC unit test linking issue -

[GitHub] cjolivier01 commented on a change in pull request #9369: UT fix for Windows

2018-01-16 Thread GitBox
cjolivier01 commented on a change in pull request #9369: UT fix for Windows URL: https://github.com/apache/incubator-mxnet/pull/9369#discussion_r161864850 ## File path: src/operator/nn/batch_norm-inl.h ## @@ -56,7 +56,7 @@ constexpr int DEFAULT_AXIS = 1; } // namespace ba

[GitHub] szha commented on issue #6257: Merge AMD-HIP port

2018-01-16 Thread GitBox
szha commented on issue #6257: Merge AMD-HIP port URL: https://github.com/apache/incubator-mxnet/issues/6257#issuecomment-358082623 @sriharikarnam submodules are versioned by commit hash, so you may go ahead and make changes in the submodules first, and once merged, update the submodules

[GitHub] piiswrong closed pull request #8880: correct usage of bool arguments from command line

2018-01-16 Thread GitBox
piiswrong closed pull request #8880: correct usage of bool arguments from command line URL: https://github.com/apache/incubator-mxnet/pull/8880 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 t

[incubator-mxnet] branch master updated: correct usage of bool arguments from command line (#8880)

2018-01-16 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 89b4fa0 correct usage of bool arguments

[GitHub] piiswrong closed pull request #9447: Fix broken links in model_parallel_lstm.md

2018-01-16 Thread GitBox
piiswrong closed pull request #9447: Fix broken links in model_parallel_lstm.md URL: https://github.com/apache/incubator-mxnet/pull/9447 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

[incubator-mxnet] branch master updated: Update model_parallel_lstm.md (#9447)

2018-01-16 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 a182aec Update model_parallel_lstm.md (#

[GitHub] zheng-da commented on issue #8302: Refactor operators & MKLDNN

2018-01-16 Thread GitBox
zheng-da commented on issue #8302: Refactor operators & MKLDNN URL: https://github.com/apache/incubator-mxnet/pull/8302#issuecomment-358086101 The problem that mkldnn+GPU can't run on G3 is caused by the fact that mkldnn is compiled with avx512 instructions on C5 but G3 doesn't support this

[GitHub] zhreshold commented on issue #8582: Yolo2 operator

2018-01-16 Thread GitBox
zhreshold commented on issue #8582: Yolo2 operator URL: https://github.com/apache/incubator-mxnet/pull/8582#issuecomment-358102363 @eric-haibin-lin CI build problem solved, could you have a look? This is an automated message f

[GitHub] eric-haibin-lin commented on issue #9396: inference speed drop after updating mxnet from 0.10.0 to 1.0.0

2018-01-16 Thread GitBox
eric-haibin-lin commented on issue #9396: inference speed drop after updating mxnet from 0.10.0 to 1.0.0 URL: https://github.com/apache/incubator-mxnet/issues/9396#issuecomment-358107218 Hi @nicklhy what network are you using? Does it include any custom operators? --

[GitHub] sandeep-krishnamurthy opened a new issue #9458: Support auto infer input shape in convolution operator

2018-01-16 Thread GitBox
sandeep-krishnamurthy opened a new issue #9458: Support auto infer input shape in convolution operator URL: https://github.com/apache/incubator-mxnet/issues/9458 MXNet does not support auto inferring of input shape for convolution operator. It would be very convenient for users to have thi

[GitHub] eric-haibin-lin commented on issue #8302: Refactor operators & MKLDNN

2018-01-16 Thread GitBox
eric-haibin-lin commented on issue #8302: Refactor operators & MKLDNN URL: https://github.com/apache/incubator-mxnet/pull/8302#issuecomment-358109197 @marcoabreu @zheng-da what's the action item to resolve the illegal instruction issue on CI? Do we need to update the setup in CI?

[GitHub] eric-haibin-lin commented on issue #8914: The custom operator not supported for group context?

2018-01-16 Thread GitBox
eric-haibin-lin commented on issue #8914: The custom operator not supported for group context? URL: https://github.com/apache/incubator-mxnet/issues/8914#issuecomment-358111349 @mg0880gm could you try latest version of MXNet and update the `__init__` function of your `XXCustomOpProp` from

[GitHub] mbaijal opened a new pull request #9459: Remove empty lines at the end of file

2018-01-16 Thread GitBox
mbaijal opened a new pull request #9459: Remove empty lines at the end of file URL: https://github.com/apache/incubator-mxnet/pull/9459 ## Description ## Remove blank lines from end of NOTICE file as requested in the 1.0.0 vote thread. Issue 10 discussed here - https://github.com/ap

[GitHub] eric-haibin-lin commented on issue #9449: Can sequential module be distributed into mulit machines and how?

2018-01-16 Thread GitBox
eric-haibin-lin commented on issue #9449: Can sequential module be distributed into mulit machines and how? URL: https://github.com/apache/incubator-mxnet/issues/9449#issuecomment-358120806 I'm afraid not yet. What's your use case and why are you considering it? --

[GitHub] eric-haibin-lin commented on a change in pull request #8302: Refactor operators & MKLDNN

2018-01-16 Thread GitBox
eric-haibin-lin commented on a change in pull request #8302: Refactor operators & MKLDNN URL: https://github.com/apache/incubator-mxnet/pull/8302#discussion_r161904685 ## File path: src/executor/graph_executor.cc ## @@ -54,6 +54,14 @@ GraphExecutor::~GraphExecutor() { }

[GitHub] eric-haibin-lin commented on a change in pull request #8302: Refactor operators & MKLDNN

2018-01-16 Thread GitBox
eric-haibin-lin commented on a change in pull request #8302: Refactor operators & MKLDNN URL: https://github.com/apache/incubator-mxnet/pull/8302#discussion_r161902810 ## File path: src/common/utils.cc ## @@ -41,5 +41,21 @@ void CastStorageDispatch(const OpContext& ctx,

[GitHub] eric-haibin-lin commented on a change in pull request #8302: Refactor operators & MKLDNN

2018-01-16 Thread GitBox
eric-haibin-lin commented on a change in pull request #8302: Refactor operators & MKLDNN URL: https://github.com/apache/incubator-mxnet/pull/8302#discussion_r161901479 ## File path: include/mxnet/ndarray.h ## @@ -823,20 +851,24 @@ class NDArray { // storage shape is a

[GitHub] eric-haibin-lin commented on a change in pull request #8302: Refactor operators & MKLDNN

2018-01-16 Thread GitBox
eric-haibin-lin commented on a change in pull request #8302: Refactor operators & MKLDNN URL: https://github.com/apache/incubator-mxnet/pull/8302#discussion_r161900341 ## File path: include/mxnet/ndarray.h ## @@ -611,6 +565,64 @@ class NDArray { << "CheckAndA

[GitHub] eric-haibin-lin commented on a change in pull request #8302: Refactor operators & MKLDNN

2018-01-16 Thread GitBox
eric-haibin-lin commented on a change in pull request #8302: Refactor operators & MKLDNN URL: https://github.com/apache/incubator-mxnet/pull/8302#discussion_r161899924 ## File path: include/mxnet/ndarray.h ## @@ -184,11 +138,17 @@ class NDArray { const TBlob &da

[GitHub] eric-haibin-lin commented on a change in pull request #8302: Refactor operators & MKLDNN

2018-01-16 Thread GitBox
eric-haibin-lin commented on a change in pull request #8302: Refactor operators & MKLDNN URL: https://github.com/apache/incubator-mxnet/pull/8302#discussion_r161900792 ## File path: include/mxnet/ndarray.h ## @@ -789,15 +810,22 @@ class NDArray { // size is the number

[GitHub] eric-haibin-lin commented on a change in pull request #8302: Refactor operators & MKLDNN

2018-01-16 Thread GitBox
eric-haibin-lin commented on a change in pull request #8302: Refactor operators & MKLDNN URL: https://github.com/apache/incubator-mxnet/pull/8302#discussion_r161905366 ## File path: src/ndarray/ndarray.cc ## @@ -64,14 +166,55 @@ nnvm::Symbol NDArray::get_autograd_symbol()

[GitHub] eric-haibin-lin commented on a change in pull request #8302: Refactor operators & MKLDNN

2018-01-16 Thread GitBox
eric-haibin-lin commented on a change in pull request #8302: Refactor operators & MKLDNN URL: https://github.com/apache/incubator-mxnet/pull/8302#discussion_r161903292 ## File path: src/common/exec_utils.h ## @@ -43,19 +43,61 @@ namespace common { indices are no

[GitHub] eric-haibin-lin commented on a change in pull request #8302: Refactor operators & MKLDNN

2018-01-16 Thread GitBox
eric-haibin-lin commented on a change in pull request #8302: Refactor operators & MKLDNN URL: https://github.com/apache/incubator-mxnet/pull/8302#discussion_r161899483 ## File path: include/mxnet/ndarray.h ## @@ -61,6 +62,9 @@ enum NDArrayStorageType { kDefaultStorage,

[GitHub] eric-haibin-lin closed issue #8592: Simple bind doesnt infer the provided stype for non default stypes

2018-01-16 Thread GitBox
eric-haibin-lin closed issue #8592: Simple bind doesnt infer the provided stype for non default stypes URL: https://github.com/apache/incubator-mxnet/issues/8592 This is an automated message from the Apache Git Service. To r

[GitHub] eric-haibin-lin commented on issue #8592: Simple bind doesnt infer the provided stype for non default stypes

2018-01-16 Thread GitBox
eric-haibin-lin commented on issue #8592: Simple bind doesnt infer the provided stype for non default stypes URL: https://github.com/apache/incubator-mxnet/issues/8592#issuecomment-358132319 I think that caused by a typo in the test: ``` >>> xv = mx.symbol.Variable('x') >>> y = mx

[GitHub] eric-haibin-lin closed issue #8852: Environment variable MXNET_EXEC_BULK_EXEC_INFERENCE=0 does not work

2018-01-16 Thread GitBox
eric-haibin-lin closed issue #8852: Environment variable MXNET_EXEC_BULK_EXEC_INFERENCE=0 does not work URL: https://github.com/apache/incubator-mxnet/issues/8852 This is an automated message from the Apache Git Service. To

[GitHub] eric-haibin-lin commented on issue #8852: Environment variable MXNET_EXEC_BULK_EXEC_INFERENCE=0 does not work

2018-01-16 Thread GitBox
eric-haibin-lin commented on issue #8852: Environment variable MXNET_EXEC_BULK_EXEC_INFERENCE=0 does not work URL: https://github.com/apache/incubator-mxnet/issues/8852#issuecomment-358133146 Resolved by #9055 This is an au

[GitHub] sandeep-krishnamurthy commented on issue #42: Fix gpu install instructions

2018-01-16 Thread GitBox
sandeep-krishnamurthy commented on issue #42: Fix gpu install instructions URL: https://github.com/apache/incubator-mxnet-site/pull/42#issuecomment-358138951 Yes. Thanks. This is an automated message from the Apache Git Servi

[GitHub] zheng-da commented on issue #8302: Refactor operators & MKLDNN

2018-01-16 Thread GitBox
zheng-da commented on issue #8302: Refactor operators & MKLDNN URL: https://github.com/apache/incubator-mxnet/pull/8302#issuecomment-358145000 @eric-haibin-lin the illegal instruction issue in CI has been resolved. The solution is in the latest commit. -

[GitHub] zheng-da commented on a change in pull request #8302: Refactor operators & MKLDNN

2018-01-16 Thread GitBox
zheng-da commented on a change in pull request #8302: Refactor operators & MKLDNN URL: https://github.com/apache/incubator-mxnet/pull/8302#discussion_r161921308 ## File path: src/common/exec_utils.h ## @@ -43,19 +43,61 @@ namespace common { indices are not recor

[GitHub] zheng-da commented on a change in pull request #8302: Refactor operators & MKLDNN

2018-01-16 Thread GitBox
zheng-da commented on a change in pull request #8302: Refactor operators & MKLDNN URL: https://github.com/apache/incubator-mxnet/pull/8302#discussion_r161921308 ## File path: src/common/exec_utils.h ## @@ -43,19 +43,61 @@ namespace common { indices are not recor

[GitHub] thinksanky opened a new pull request #46: Removed torch.html and all its references. Fixed Nesterov Momentum education ?

2018-01-16 Thread GitBox
thinksanky opened a new pull request #46: Removed torch.html and all its references. Fixed Nesterov Momentum education ? URL: https://github.com/apache/incubator-mxnet-site/pull/46 Fixed the broken links for the following - - Torch html is not used anymore. So removed torch.html and all

[GitHub] thinksanky commented on issue #46: Removed torch.html and all its references. Fixed Nesterov Momentum education ?

2018-01-16 Thread GitBox
thinksanky commented on issue #46: Removed torch.html and all its references. Fixed Nesterov Momentum education ? URL: https://github.com/apache/incubator-mxnet-site/pull/46#issuecomment-358150539 @sandeep-krishnamurthy, Thi

[GitHub] thinksanky commented on issue #46: Removed torch.html and all its references. Fixed Nesterov Momentum education ?

2018-01-16 Thread GitBox
thinksanky commented on issue #46: Removed torch.html and all its references. Fixed Nesterov Momentum education ? URL: https://github.com/apache/incubator-mxnet-site/pull/46#issuecomment-358150760 @sandeep-krishnamurthy - please help merge this PR. Also fixing the Master branch to keep

[GitHub] pracheer opened a new pull request #9460: Data-iterator tutorial made python3 compatible.

2018-01-16 Thread GitBox
pracheer opened a new pull request #9460: Data-iterator tutorial made python3 compatible. URL: https://github.com/apache/incubator-mxnet/pull/9460 ## Description ## Faced 2 main issues while executing this http://mxnet.incubator.apache.org/tutorials/basic/data.html tutorial on python3:

[GitHub] pracheer commented on issue #9460: Data-iterator tutorial made python3 compatible.

2018-01-16 Thread GitBox
pracheer commented on issue #9460: Data-iterator tutorial made python3 compatible. URL: https://github.com/apache/incubator-mxnet/pull/9460#issuecomment-358151885 @aaronmarkham @eric-haibin-lin @piiswrong This is an automate

[GitHub] pracheer commented on issue #8339: data iterators tutorial errors

2018-01-16 Thread GitBox
pracheer commented on issue #8339: data iterators tutorial errors URL: https://github.com/apache/incubator-mxnet/issues/8339#issuecomment-358152063 Apologies for the delay. Here is the pull request for it: https://github.com/apache/incubator-mxnet/pull/9460 -

[GitHub] szha commented on issue #7987: Per-sample gradients

2018-01-16 Thread GitBox
szha commented on issue #7987: Per-sample gradients URL: https://github.com/apache/incubator-mxnet/issues/7987#issuecomment-358153506 @apache/mxnet-committers: This issue has been inactive for the past 90 days. It has no label and needs triage. For general "how-to" questions, our [u

[GitHub] nicklhy commented on issue #9396: inference speed drop after updating mxnet from 0.10.0 to 1.0.0

2018-01-16 Thread GitBox
nicklhy commented on issue #9396: inference speed drop after updating mxnet from 0.10.0 to 1.0.0 URL: https://github.com/apache/incubator-mxnet/issues/9396#issuecomment-358157026 @eric-haibin-lin The above results are tested with a ResNet152 json file downloaded from [http://data.mxnet.i

[GitHub] nicklhy commented on issue #9396: inference speed drop after updating mxnet from 0.10.0 to 1.0.0

2018-01-16 Thread GitBox
nicklhy commented on issue #9396: inference speed drop after updating mxnet from 0.10.0 to 1.0.0 URL: https://github.com/apache/incubator-mxnet/issues/9396#issuecomment-358157026 @eric-haibin-lin The above results are tested from a ResNet152 json file downloaded from [http://data.mxnet.i

[GitHub] nicklhy commented on issue #9396: inference speed drop after updating mxnet from 0.10.0 to 1.0.0

2018-01-16 Thread GitBox
nicklhy commented on issue #9396: inference speed drop after updating mxnet from 0.10.0 to 1.0.0 URL: https://github.com/apache/incubator-mxnet/issues/9396#issuecomment-358157026 @eric-haibin-lin The above results are tested with a ResNet152 json file downloaded from [http://data.mxnet.i

[GitHub] piiswrong commented on a change in pull request #8302: Refactor operators & MKLDNN

2018-01-16 Thread GitBox
piiswrong commented on a change in pull request #8302: Refactor operators & MKLDNN URL: https://github.com/apache/incubator-mxnet/pull/8302#discussion_r161933076 ## File path: include/mxnet/ndarray.h ## @@ -645,6 +657,12 @@ class NDArray { for csr, aux_hand

[GitHub] piiswrong commented on a change in pull request #8302: Refactor operators & MKLDNN

2018-01-16 Thread GitBox
piiswrong commented on a change in pull request #8302: Refactor operators & MKLDNN URL: https://github.com/apache/incubator-mxnet/pull/8302#discussion_r161932398 ## File path: include/mxnet/ndarray.h ## @@ -611,6 +565,64 @@ class NDArray { << "CheckAndAllocAu

[GitHub] zhangguotai opened a new issue #9461: The fault in the process of running example

2018-01-16 Thread GitBox
zhangguotai opened a new issue #9461: The fault in the process of running example URL: https://github.com/apache/incubator-mxnet/issues/9461 I had compiled libmxnet.so and image-classification-predict.When running order that ./image-classification-predict apple.jpg,I got a fault that ima

  1   2   >