[GitHub] [incubator-mxnet] mxnet-label-bot commented on issue #14808: amalgamation compile error : /amalgamation/python/../../lib/libmxnet_predict.so: undefined symbol: shm_unlink

2019-04-25 Thread GitBox
mxnet-label-bot commented on issue #14808: amalgamation compile error : /amalgamation/python/../../lib/libmxnet_predict.so: undefined symbol: shm_unlink URL: https://github.com/apache/incubator-mxnet/issues/14808#issuecomment-486948356 Hey, this is the MXNet Label Bot. Thank you for s

[GitHub] [incubator-mxnet] jeehyun100 opened a new issue #14808: amalgamation compile error : /amalgamation/python/../../lib/libmxnet_predict.so: undefined symbol: shm_unlink

2019-04-25 Thread GitBox
jeehyun100 opened a new issue #14808: amalgamation compile error : /amalgamation/python/../../lib/libmxnet_predict.so: undefined symbol: shm_unlink URL: https://github.com/apache/incubator-mxnet/issues/14808 Note: Providing complete information in the most concise form is the best way to g

[GitHub] [incubator-mxnet] TaoLv commented on a change in pull request #14614: [MKLDNN] add quantized sum

2019-04-25 Thread GitBox
TaoLv commented on a change in pull request #14614: [MKLDNN] add quantized sum URL: https://github.com/apache/incubator-mxnet/pull/14614#discussion_r278806834 ## File path: src/operator/quantization/quantized_elemwise_add.cc ## @@ -0,0 +1,145 @@ +/* + * Licensed to the Apac

[GitHub] [incubator-mxnet] TaoLv commented on a change in pull request #14614: [MKLDNN] add quantized sum

2019-04-25 Thread GitBox
TaoLv commented on a change in pull request #14614: [MKLDNN] add quantized sum URL: https://github.com/apache/incubator-mxnet/pull/14614#discussion_r278810319 ## File path: src/operator/quantization/mkldnn/mkldnn_quantized_elemwise_add.cc ## @@ -0,0 +1,206 @@ +/* + * Licens

[GitHub] [incubator-mxnet] androuino removed a comment on issue #14756: Mismatch between shape Java API

2019-04-25 Thread GitBox
androuino removed a comment on issue #14756: Mismatch between shape Java API URL: https://github.com/apache/incubator-mxnet/issues/14756#issuecomment-486904668 looks like the check is failed with your push: https://github.com/apache/incubator-mxnet/pull/14804 -

[GitHub] [incubator-mxnet] xinyu-intel commented on a change in pull request #14608: [MKLDNN]Refactor requantize to speed up execution

2019-04-25 Thread GitBox
xinyu-intel commented on a change in pull request #14608: [MKLDNN]Refactor requantize to speed up execution URL: https://github.com/apache/incubator-mxnet/pull/14608#discussion_r278810732 ## File path: src/operator/quantization/mkldnn/mkldnn_requantize-inl.h ## @@ -99,55 +

[GitHub] [incubator-mxnet] xinyu-intel commented on a change in pull request #14608: [MKLDNN]Refactor requantize to speed up execution

2019-04-25 Thread GitBox
xinyu-intel commented on a change in pull request #14608: [MKLDNN]Refactor requantize to speed up execution URL: https://github.com/apache/incubator-mxnet/pull/14608#discussion_r278810732 ## File path: src/operator/quantization/mkldnn/mkldnn_requantize-inl.h ## @@ -99,55 +

[GitHub] [incubator-mxnet] TaoLv commented on issue #14766: MKLDNN doesn't support 6 dimensions

2019-04-25 Thread GitBox
TaoLv commented on issue #14766: MKLDNN doesn't support 6 dimensions URL: https://github.com/apache/incubator-mxnet/issues/14766#issuecomment-486922604 Should be this one: https://github.com/apache/incubator-mxnet/commit/c4a619c6808df82e65081bf55e815c7a7ec55566 --

[GitHub] [incubator-mxnet] pengzhao-intel commented on issue #14801: mxnet.ndarray.contrib.requantize introduces too much error

2019-04-25 Thread GitBox
pengzhao-intel commented on issue #14801: mxnet.ndarray.contrib.requantize introduces too much error URL: https://github.com/apache/incubator-mxnet/issues/14801#issuecomment-486922259 > Hi @shoubhik, the problem of your case is, > > ``` > requantized_data, requantized_data_min, r

[GitHub] [incubator-mxnet] reminisce commented on issue #14758: [WIP] Infra for supporting numpy ops in imperative mode and Gluon APIs

2019-04-25 Thread GitBox
reminisce commented on issue #14758: [WIP] Infra for supporting numpy ops in imperative mode and Gluon APIs URL: https://github.com/apache/incubator-mxnet/pull/14758#issuecomment-486921295 @szha I addressed all your cr comments and added detailed descriptions in the beginning of this PR. I

[GitHub] [incubator-mxnet] reminisce commented on a change in pull request #14758: [WIP] Infra for supporting numpy ops in imperative mode and Gluon APIs

2019-04-25 Thread GitBox
reminisce commented on a change in pull request #14758: [WIP] Infra for supporting numpy ops in imperative mode and Gluon APIs URL: https://github.com/apache/incubator-mxnet/pull/14758#discussion_r278804986 ## File path: include/mxnet/c_api.h ## @@ -2794,6 +2794,36 @@ MXNE

[GitHub] [incubator-mxnet] reminisce commented on a change in pull request #14758: [WIP] Infra for supporting numpy ops in imperative mode and Gluon APIs

2019-04-25 Thread GitBox
reminisce commented on a change in pull request #14758: [WIP] Infra for supporting numpy ops in imperative mode and Gluon APIs URL: https://github.com/apache/incubator-mxnet/pull/14758#discussion_r278804950 ## File path: python/mxnet/_ctypes/ndarray.py ## @@ -93,13 +101,28

[GitHub] [incubator-mxnet] reminisce commented on a change in pull request #14758: [WIP] Infra for supporting numpy ops in imperative mode and Gluon APIs

2019-04-25 Thread GitBox
reminisce commented on a change in pull request #14758: [WIP] Infra for supporting numpy ops in imperative mode and Gluon APIs URL: https://github.com/apache/incubator-mxnet/pull/14758#discussion_r278804978 ## File path: python/mxnet/_ctypes/ndarray.py ## @@ -152,9 +175,12

[GitHub] [incubator-mxnet] reminisce commented on a change in pull request #14758: [WIP] Infra for supporting numpy ops in imperative mode and Gluon APIs

2019-04-25 Thread GitBox
reminisce commented on a change in pull request #14758: [WIP] Infra for supporting numpy ops in imperative mode and Gluon APIs URL: https://github.com/apache/incubator-mxnet/pull/14758#discussion_r278804960 ## File path: python/mxnet/_ctypes/ndarray.py ## @@ -93,13 +101,28

[GitHub] [incubator-mxnet] pengzhao-intel commented on issue #14729: Build with CMake under windows can't trigger USE_MKLDNN in CI

2019-04-25 Thread GitBox
pengzhao-intel commented on issue #14729: Build with CMake under windows can't trigger USE_MKLDNN in CI URL: https://github.com/apache/incubator-mxnet/issues/14729#issuecomment-486919172 Thanks, closing now :) This is an aut

[GitHub] [incubator-mxnet] pengzhao-intel closed issue #14729: Build with CMake under windows can't trigger USE_MKLDNN in CI

2019-04-25 Thread GitBox
pengzhao-intel closed issue #14729: Build with CMake under windows can't trigger USE_MKLDNN in CI URL: https://github.com/apache/incubator-mxnet/issues/14729 This is an automated message from the Apache Git Service. To respo

[GitHub] [incubator-mxnet] pengzhao-intel commented on issue #14785: Improve cached_op performance for static mode

2019-04-25 Thread GitBox
pengzhao-intel commented on issue #14785: Improve cached_op performance for static mode URL: https://github.com/apache/incubator-mxnet/pull/14785#issuecomment-486918891 @zhreshold please help to review again :) This is an aut

[GitHub] [incubator-mxnet] pengzhao-intel edited a comment on issue #14743: change mxnet_option behavior

2019-04-25 Thread GitBox
pengzhao-intel edited a comment on issue #14743: change mxnet_option behavior URL: https://github.com/apache/incubator-mxnet/pull/14743#issuecomment-486918357 Thanks all of your effort and Intel TCE team (@yinghu5 @neozhangjianyu) will continuously work on CMake improvement :) Mergin

[incubator-mxnet] branch master updated: change mxnet_option behavior (#14743)

2019-04-25 Thread patriczhao
This is an automated email from the ASF dual-hosted git repository. patriczhao 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 6aeb97e change mxnet_option behavi

[GitHub] [incubator-mxnet] pengzhao-intel merged pull request #14743: change mxnet_option behavior

2019-04-25 Thread GitBox
pengzhao-intel merged pull request #14743: change mxnet_option behavior URL: https://github.com/apache/incubator-mxnet/pull/14743 This is an automated message from the Apache Git Service. To respond to the message, please log

[GitHub] [incubator-mxnet] pengzhao-intel commented on issue #14743: change mxnet_option behavior

2019-04-25 Thread GitBox
pengzhao-intel commented on issue #14743: change mxnet_option behavior URL: https://github.com/apache/incubator-mxnet/pull/14743#issuecomment-486918357 Thanks all of your effort and Intel TCE team will continuously work on CMake improvement :) Merging now. --

[GitHub] [incubator-mxnet] yinghu5 commented on issue #14729: Build with CMake under windows can't trigger USE_MKLDNN in CI

2019-04-25 Thread GitBox
yinghu5 commented on issue #14729: Build with CMake under windows can't trigger USE_MKLDNN in CI URL: https://github.com/apache/incubator-mxnet/issues/14729#issuecomment-486917870 @yajiedesign @pengzhao-intel @TaoLv @juliusshufan verify the change mxnet_option behavior #14743 fix the

[GitHub] [incubator-mxnet] yinghu5 edited a comment on issue #14743: change mxnet_option behavior

2019-04-25 Thread GitBox
yinghu5 edited a comment on issue #14743: change mxnet_option behavior URL: https://github.com/apache/incubator-mxnet/pull/14743#issuecomment-486917256 @yajiedesign, @TaoLv @pengzhao-intel @larroy thank you for the fix . It also fixes the issue #14729 Build with CMake under windows can'

[GitHub] [incubator-mxnet] yinghu5 commented on issue #14743: change mxnet_option behavior

2019-04-25 Thread GitBox
yinghu5 commented on issue #14743: change mxnet_option behavior URL: https://github.com/apache/incubator-mxnet/pull/14743#issuecomment-486917256 @yajiedesign, @TaoLv @pengzhao-intel @larroy thank you for the fix . It also fixes the issue #14729 Build with CMake under windows can't trigg

[GitHub] [incubator-mxnet] houweidong commented on issue #14742: CPU memory leak when running train_yolov3.py

2019-04-25 Thread GitBox
houweidong commented on issue #14742: CPU memory leak when running train_yolov3.py URL: https://github.com/apache/incubator-mxnet/issues/14742#issuecomment-486909840 i just add thread_pool in three place: ("n" presents the nth added param ) ``` def get_dataloader(net, train_datas

[GitHub] [incubator-mxnet] androuino commented on issue #14756: Mismatch between shape Java API

2019-04-25 Thread GitBox
androuino commented on issue #14756: Mismatch between shape Java API URL: https://github.com/apache/incubator-mxnet/issues/14756#issuecomment-486904668 looks like the check is failed with your push: https://github.com/apache/incubator-mxnet/pull/14804 -

[GitHub] [incubator-mxnet] ZhennanQin commented on a change in pull request #14785: Improve cached_op performance for static mode

2019-04-25 Thread GitBox
ZhennanQin commented on a change in pull request #14785: Improve cached_op performance for static mode URL: https://github.com/apache/incubator-mxnet/pull/14785#discussion_r278789069 ## File path: src/executor/attach_op_execs_pass.cc ## @@ -302,6 +302,7 @@ void CreateOpExe

[GitHub] [incubator-mxnet] ZhennanQin commented on issue #14801: mxnet.ndarray.contrib.requantize introduces too much error

2019-04-25 Thread GitBox
ZhennanQin commented on issue #14801: mxnet.ndarray.contrib.requantize introduces too much error URL: https://github.com/apache/incubator-mxnet/issues/14801#issuecomment-486899138 Add the reason behind. `requantize` is to convert int32 to int8. Its int32 input should come from fp32 to in

[GitHub] [incubator-mxnet] TaoLv commented on issue #14755: Build on Linux will fail if "test" option used

2019-04-25 Thread GitBox
TaoLv commented on issue #14755: Build on Linux will fail if "test" option used URL: https://github.com/apache/incubator-mxnet/issues/14755#issuecomment-486898135 @larroy this line? https://github.com/apache/incubator-mxnet/blob/master/tests/cpp/unittest.mk#L39 ---

[GitHub] [incubator-mxnet] ZhennanQin commented on issue #14801: mxnet.ndarray.contrib.requantize introduces too much error

2019-04-25 Thread GitBox
ZhennanQin commented on issue #14801: mxnet.ndarray.contrib.requantize introduces too much error URL: https://github.com/apache/incubator-mxnet/issues/14801#issuecomment-486896785 Hi @shoubhik, the problem of your case is, ``` requantized_data, requantized_data_min, requantized_d

[GitHub] [incubator-mxnet] pengzhao-intel commented on issue #14806: [Don't Merge] Revert "use mkl sparse matrix to improve performance (#14492)"

2019-04-25 Thread GitBox
pengzhao-intel commented on issue #14806: [Don't Merge] Revert "use mkl sparse matrix to improve performance (#14492)" URL: https://github.com/apache/incubator-mxnet/pull/14806#issuecomment-486893854 @triplekings is WIP for the cmake issue of the original PR. Let us wait for a while, if

[GitHub] [incubator-mxnet] triplekings commented on a change in pull request #14764: fix win compiler error for mkl sparse matrix

2019-04-25 Thread GitBox
triplekings commented on a change in pull request #14764: fix win compiler error for mkl sparse matrix URL: https://github.com/apache/incubator-mxnet/pull/14764#discussion_r278783643 ## File path: Makefile ## @@ -412,8 +412,8 @@ ifeq ($(USE_DIST_KVSTORE), 1) endif #spa

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

2019-04-25 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 4ebe038 Bump the publish ti

[GitHub] [incubator-mxnet] stu1130 opened a new pull request #14807: Upgrade Pylint version to 2.3.1

2019-04-25 Thread GitBox
stu1130 opened a new pull request #14807: Upgrade Pylint version to 2.3.1 URL: https://github.com/apache/incubator-mxnet/pull/14807 ## Description ## * This PR is required when upgrading the numpy to 1.16.0 since Pylint have false alarms on some of Numpy functions but the patch is only a

[GitHub] [incubator-mxnet] pengzhao-intel commented on issue #14801: mxnet.ndarray.contrib.requantize introduces too much error

2019-04-25 Thread GitBox
pengzhao-intel commented on issue #14801: mxnet.ndarray.contrib.requantize introduces too much error URL: https://github.com/apache/incubator-mxnet/issues/14801#issuecomment-486890358 @xinyu-intel @ZhennanQin This is an aut

[GitHub] [incubator-mxnet] pengzhao-intel opened a new pull request #14806: Revert "use mkl sparse matrix to improve performance (#14492)"

2019-04-25 Thread GitBox
pengzhao-intel opened a new pull request #14806: Revert "use mkl sparse matrix to improve performance (#14492)" URL: https://github.com/apache/incubator-mxnet/pull/14806 This reverts commit c437d5b789c9d9892522a9c32ef6e6f20785a3a2. The current design is problematic, leading the issue

[GitHub] [incubator-mxnet] sl1pkn07 edited a comment on issue #14692: Fix cmake installation failed (Fix #13578)

2019-04-25 Thread GitBox
sl1pkn07 edited a comment on issue #14692: Fix cmake installation failed (Fix #13578) URL: https://github.com/apache/incubator-mxnet/pull/14692#issuecomment-48512 super ugly quick workground ~~~ # Not install dmlc-core docs in / sed '/doc/s/^/#/g' \ -i 3rdparty/dm

[GitHub] [incubator-mxnet] yuxihu commented on issue #14805: Fix memory leak when executing monitor callback in GraphExecutor

2019-04-25 Thread GitBox
yuxihu commented on issue #14805: Fix memory leak when executing monitor callback in GraphExecutor URL: https://github.com/apache/incubator-mxnet/pull/14805#issuecomment-486886250 @mxnet-label-bot add [pr-work-in-progress] Th

[GitHub] [incubator-mxnet] androuino commented on issue #14756: Mismatch between shape Java API

2019-04-25 Thread GitBox
androuino commented on issue #14756: Mismatch between shape Java API URL: https://github.com/apache/incubator-mxnet/issues/14756#issuecomment-486884743 Hi @lanking520, wow the fix is here already! I am now testing the fix for the Java API. I will also highly consider the script for install

[GitHub] [incubator-mxnet] apeforest commented on a change in pull request #14797: adding large tensor support tests for depth_to_space and space_to_depth

2019-04-25 Thread GitBox
apeforest commented on a change in pull request #14797: adding large tensor support tests for depth_to_space and space_to_depth URL: https://github.com/apache/incubator-mxnet/pull/14797#discussion_r278771748 ## File path: tests/nightly/test_large_array.py ## @@ -185,7 +186

[GitHub] [incubator-mxnet] apeforest commented on a change in pull request #14797: adding large tensor support tests for depth_to_space and space_to_depth

2019-04-25 Thread GitBox
apeforest commented on a change in pull request #14797: adding large tensor support tests for depth_to_space and space_to_depth URL: https://github.com/apache/incubator-mxnet/pull/14797#discussion_r278771837 ## File path: tests/nightly/test_large_array.py ## @@ -185,7 +186

[GitHub] [incubator-mxnet] apeforest commented on a change in pull request #14797: adding large tensor support tests for depth_to_space and space_to_depth

2019-04-25 Thread GitBox
apeforest commented on a change in pull request #14797: adding large tensor support tests for depth_to_space and space_to_depth URL: https://github.com/apache/incubator-mxnet/pull/14797#discussion_r278771844 ## File path: tests/nightly/test_large_array.py ## @@ -185,7 +186

[GitHub] [incubator-mxnet] yuxihu opened a new pull request #14805: Fix memory leak when executing monitor callback in GraphExecutor

2019-04-25 Thread GitBox
yuxihu opened a new pull request #14805: Fix memory leak when executing monitor callback in GraphExecutor URL: https://github.com/apache/incubator-mxnet/pull/14805 We create a copy of input/output NDArray to pass into the monitor callback function in GraphExecutor. However, we did not free

[GitHub] [incubator-mxnet] apeforest commented on a change in pull request #14797: adding large tensor support tests for depth_to_space and space_to_depth

2019-04-25 Thread GitBox
apeforest commented on a change in pull request #14797: adding large tensor support tests for depth_to_space and space_to_depth URL: https://github.com/apache/incubator-mxnet/pull/14797#discussion_r278771899 ## File path: tests/nightly/test_large_array.py ## @@ -185,7 +186

[GitHub] [incubator-mxnet] apeforest commented on a change in pull request #14797: adding large tensor support tests for depth_to_space and space_to_depth

2019-04-25 Thread GitBox
apeforest commented on a change in pull request #14797: adding large tensor support tests for depth_to_space and space_to_depth URL: https://github.com/apache/incubator-mxnet/pull/14797#discussion_r278771625 ## File path: tests/nightly/test_large_array.py ## @@ -185,7 +186

[GitHub] [incubator-mxnet] apeforest commented on a change in pull request #14797: adding large tensor support tests for depth_to_space and space_to_depth

2019-04-25 Thread GitBox
apeforest commented on a change in pull request #14797: adding large tensor support tests for depth_to_space and space_to_depth URL: https://github.com/apache/incubator-mxnet/pull/14797#discussion_r278771693 ## File path: tests/nightly/test_large_array.py ## @@ -185,7 +186

[GitHub] [incubator-mxnet] piyushghai commented on a change in pull request #14804: Scala/Java Predict API fix #14756

2019-04-25 Thread GitBox
piyushghai commented on a change in pull request #14804: Scala/Java Predict API fix #14756 URL: https://github.com/apache/incubator-mxnet/pull/14804#discussion_r278770456 ## File path: scala-package/core/src/main/scala/org/apache/mxnet/module/BaseModule.scala ## @@ -247,6

[GitHub] [incubator-mxnet] piyushghai commented on a change in pull request #14804: Scala/Java Predict API fix #14756

2019-04-25 Thread GitBox
piyushghai commented on a change in pull request #14804: Scala/Java Predict API fix #14756 URL: https://github.com/apache/incubator-mxnet/pull/14804#discussion_r278770456 ## File path: scala-package/core/src/main/scala/org/apache/mxnet/module/BaseModule.scala ## @@ -247,6

[GitHub] [incubator-mxnet] piyushghai commented on a change in pull request #14804: Scala/Java Predict API fix #14756

2019-04-25 Thread GitBox
piyushghai commented on a change in pull request #14804: Scala/Java Predict API fix #14756 URL: https://github.com/apache/incubator-mxnet/pull/14804#discussion_r278770308 ## File path: scala-package/core/src/main/scala/org/apache/mxnet/module/BaseModule.scala ## @@ -264,7

[GitHub] [incubator-mxnet] wkcn edited a comment on issue #14798: Mention additional language bindings

2019-04-25 Thread GitBox
wkcn edited a comment on issue #14798: Mention additional language bindings URL: https://github.com/apache/incubator-mxnet/pull/14798#issuecomment-486875419 @terrytangyuan Hi! Sorry for my review. [Java] (https://github.com/apache/incubator-mxnet/tree/master/scala-package) Is Scala

[GitHub] [incubator-mxnet] wkcn commented on issue #14798: Mention additional language bindings

2019-04-25 Thread GitBox
wkcn commented on issue #14798: Mention additional language bindings URL: https://github.com/apache/incubator-mxnet/pull/14798#issuecomment-486875419 @terrytangyuan Hi! Sorry for my review. [Java] (https://github.com/apache/incubator-mxnet/tree/master/scala-package) Is Scala-Packag

[GitHub] [incubator-mxnet] wkcn edited a comment on issue #14798: Mention additional language bindings

2019-04-25 Thread GitBox
wkcn edited a comment on issue #14798: Mention additional language bindings URL: https://github.com/apache/incubator-mxnet/pull/14798#issuecomment-486875419 @terrytangyuan Hi! Sorry for my review. [Java] (https://github.com/apache/incubator-mxnet/tree/master/scala-package) Is Scala

[GitHub] [incubator-mxnet] lanking520 commented on issue #14756: Mismatch between shape Java API

2019-04-25 Thread GitBox
lanking520 commented on issue #14756: Mismatch between shape Java API URL: https://github.com/apache/incubator-mxnet/issues/14756#issuecomment-486867232 I add a PR to fix this problem. The problem is the wrong ways of concatenating the NDArrays. It used to be: ``` outputBatches = [

[GitHub] [incubator-mxnet] roywei edited a comment on issue #14751: Model build error: Check failed: i >= 0 && i < ndim(): index = -2 must be in range [0, -1)

2019-04-25 Thread GitBox
roywei edited a comment on issue #14751: Model build error: Check failed: i >= 0 && i < ndim(): index = -2 must be in range [0, -1) URL: https://github.com/apache/incubator-mxnet/issues/14751#issuecomment-486866935 @atopion thanks a lot for the detailed info, I m able to reproduce now, thi

[GitHub] [incubator-mxnet] roywei commented on issue #14751: Model build error: Check failed: i >= 0 && i < ndim(): index = -2 must be in range [0, -1)

2019-04-25 Thread GitBox
roywei commented on issue #14751: Model build error: Check failed: i >= 0 && i < ndim(): index = -2 must be in range [0, -1) URL: https://github.com/apache/incubator-mxnet/issues/14751#issuecomment-486866935 @atopion thanks a lot for the detailed info, I m able to reproduce now, this is b

[GitHub] [incubator-mxnet] lanking520 opened a new pull request #14804: Scala/Java Predict API fix #14756

2019-04-25 Thread GitBox
lanking520 opened a new pull request #14804: Scala/Java Predict API fix #14756 URL: https://github.com/apache/incubator-mxnet/pull/14804 ## Description ## A bug are being identifed that the concatenation process applied on the predict is incorrect. This PR is a fix on that. @zachgk @g

[GitHub] [incubator-mxnet] apeforest merged pull request #14757: Improve CMake handling of sse2 and sse3 and fix compile error

2019-04-25 Thread GitBox
apeforest merged pull request #14757: Improve CMake handling of sse2 and sse3 and fix compile error URL: https://github.com/apache/incubator-mxnet/pull/14757 This is an automated message from the Apache Git Service. To respo

[incubator-mxnet] branch master updated: Improve CMake handling of sse2 and sse3 (#14757)

2019-04-25 Thread apeforest
This is an automated email from the ASF dual-hosted git repository. apeforest 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 97e09f2 Improve CMake handling of s

[GitHub] [incubator-mxnet] apeforest closed issue #14304: error: inlining failed in call to always_inline 'float _cvtsh_ss(short unsigned int)': target specific option mismatch

2019-04-25 Thread GitBox
apeforest closed issue #14304: error: inlining failed in call to always_inline 'float _cvtsh_ss(short unsigned int)': target specific option mismatch URL: https://github.com/apache/incubator-mxnet/issues/14304 This is an aut

[GitHub] [incubator-mxnet] ThomasDelteil merged pull request #14778: Updates python setup.py for recent license changes

2019-04-25 Thread GitBox
ThomasDelteil merged pull request #14778: Updates python setup.py for recent license changes URL: https://github.com/apache/incubator-mxnet/pull/14778 This is an automated message from the Apache Git Service. To respond to t

[incubator-mxnet] branch master updated: Updates python setup.py for recent license changes (#14778)

2019-04-25 Thread thomasdelteil
This is an automated email from the ASF dual-hosted git repository. thomasdelteil 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 3d3803e Updates python setup.py

[GitHub] [incubator-mxnet] atopion commented on issue #14751: Model build error: Check failed: i >= 0 && i < ndim(): index = -2 must be in range [0, -1)

2019-04-25 Thread GitBox
atopion commented on issue #14751: Model build error: Check failed: i >= 0 && i < ndim(): index = -2 must be in range [0, -1) URL: https://github.com/apache/incubator-mxnet/issues/14751#issuecomment-486852648 Hello @roywei, I'm very sorry for the mixup, I was actually using version 1.5.

[GitHub] [incubator-mxnet] arun-gupta commented on issue #14802: mxnet-cu92mkl can't be installed on Mac

2019-04-25 Thread GitBox
arun-gupta commented on issue #14802: mxnet-cu92mkl can't be installed on Mac URL: https://github.com/apache/incubator-mxnet/issues/14802#issuecomment-486843040 @lanking520 that's not clear from the docs This is an automated

[GitHub] [incubator-mxnet] arun-gupta edited a comment on issue #14802: mxnet-cu92mkl can't be installed on Mac

2019-04-25 Thread GitBox
arun-gupta edited a comment on issue #14802: mxnet-cu92mkl can't be installed on Mac URL: https://github.com/apache/incubator-mxnet/issues/14802#issuecomment-486843040 @lanking520 that's not clear from the docs or did I miss it?

[GitHub] [incubator-mxnet] anirudhacharya commented on issue #14718: [Flaky] Flaky test (test_random_size_crop)

2019-04-25 Thread GitBox
anirudhacharya commented on issue #14718: [Flaky] Flaky test (test_random_size_crop) URL: https://github.com/apache/incubator-mxnet/issues/14718#issuecomment-486839931 failure log - http://jenkins.mxnet-ci.amazon-ml.com/blue/rest/organizations/jenkins/pipelines/mxnet-validation/pipelines

[GitHub] [incubator-mxnet] anirudhacharya commented on issue #14803: Flaky test: test_random_size_crop

2019-04-25 Thread GitBox
anirudhacharya commented on issue #14803: Flaky test: test_random_size_crop URL: https://github.com/apache/incubator-mxnet/issues/14803#issuecomment-486839806 closing as a duplicate of this - https://github.com/apache/incubator-mxnet/issues/14718 --

[GitHub] [incubator-mxnet] anirudhacharya opened a new issue #14803: Flaky test: test_random_size_crop

2019-04-25 Thread GitBox
anirudhacharya opened a new issue #14803: Flaky test: test_random_size_crop URL: https://github.com/apache/incubator-mxnet/issues/14803 logs - http://jenkins.mxnet-ci.amazon-ml.com/blue/rest/organizations/jenkins/pipelines/mxnet-validation/pipelines/unix-cpu/branches/PR-14503/runs/16/nodes/

[GitHub] [incubator-mxnet] mxnet-label-bot commented on issue #14803: Flaky test: test_random_size_crop

2019-04-25 Thread GitBox
mxnet-label-bot commented on issue #14803: Flaky test: test_random_size_crop URL: https://github.com/apache/incubator-mxnet/issues/14803#issuecomment-486838882 Hey, this is the MXNet Label Bot. Thank you for submitting the issue! I will try and suggest some labels so that the appropri

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

2019-04-25 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 93923d3 Bump the publish ti

[GitHub] [incubator-mxnet] lanking520 commented on issue #14802: mxnet-cu92mkl can't be installed on Mac

2019-04-25 Thread GitBox
lanking520 commented on issue #14802: mxnet-cu92mkl can't be installed on Mac URL: https://github.com/apache/incubator-mxnet/issues/14802#issuecomment-486820860 Hi @arun-gupta ,this is only available on Linux machine, currently we do not support Mac with GPU --

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

2019-04-25 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 b485cc9 Bump the publish ti

[GitHub] [incubator-mxnet] larroy commented on a change in pull request #14764: fix win compiler error for mkl sparse matrix

2019-04-25 Thread GitBox
larroy commented on a change in pull request #14764: fix win compiler error for mkl sparse matrix URL: https://github.com/apache/incubator-mxnet/pull/14764#discussion_r278693504 ## File path: Makefile ## @@ -412,8 +412,8 @@ ifeq ($(USE_DIST_KVSTORE), 1) endif #sparse-m

[GitHub] [incubator-mxnet] larroy commented on issue #14755: Build on Linux will fail if "test" option used

2019-04-25 Thread GitBox
larroy commented on issue #14755: Build on Linux will fail if "test" option used URL: https://github.com/apache/incubator-mxnet/issues/14755#issuecomment-486802287 Can you print full compiler invocation? looks like std=c++11 is missing, so it can't find make_tuple. I think this is an easy

[GitHub] [incubator-mxnet] larroy commented on issue #13955: adding the gluon implementation of deformable convolution

2019-04-25 Thread GitBox
larroy commented on issue #13955: adding the gluon implementation of deformable convolution URL: https://github.com/apache/incubator-mxnet/pull/13955#issuecomment-486801585 @suyz526 please rebase for CI. This is an automated

[GitHub] [incubator-mxnet] samskalicky edited a comment on issue #14790: training speed at 1.4.0 is slower than 1.3.1 with large number of classes.

2019-04-25 Thread GitBox
samskalicky edited a comment on issue #14790: training speed at 1.4.0 is slower than 1.3.1 with large number of classes. URL: https://github.com/apache/incubator-mxnet/issues/14790#issuecomment-486788931 @fullfanta we just fixed one issue: https://github.com/apache/incubator-mxnet/pull/14

[GitHub] [incubator-mxnet] samskalicky edited a comment on issue #14790: training speed at 1.4.0 is slower than 1.3.1 with large number of classes.

2019-04-25 Thread GitBox
samskalicky edited a comment on issue #14790: training speed at 1.4.0 is slower than 1.3.1 with large number of classes. URL: https://github.com/apache/incubator-mxnet/issues/14790#issuecomment-486788931 @fullfanta we just fixed one issue: https://github.com/apache/incubator-mxnet/pull/14

[GitHub] [incubator-mxnet] szha merged pull request #14789: [v1.4.x] Use DEFAULT macro in C APIs (#14767)

2019-04-25 Thread GitBox
szha merged pull request #14789: [v1.4.x] Use DEFAULT macro in C APIs (#14767) URL: https://github.com/apache/incubator-mxnet/pull/14789 This is an automated message from the Apache Git Service. To respond to the message, ple

[incubator-mxnet] branch v1.4.x updated: Use DEFAULT macro in C APIs (#14767) (#14789)

2019-04-25 Thread zhasheng
This is an automated email from the ASF dual-hosted git repository. zhasheng pushed a commit to branch v1.4.x in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git The following commit(s) were added to refs/heads/v1.4.x by this push: new 19d78e5 Use DEFAULT macro in C APIs

[GitHub] [incubator-mxnet] zhreshold commented on issue #14742: CPU memory leak when running train_yolov3.py

2019-04-25 Thread GitBox
zhreshold commented on issue #14742: CPU memory leak when running train_yolov3.py URL: https://github.com/apache/incubator-mxnet/issues/14742#issuecomment-486792511 @houweidong need further investigation, please use thread_pool=True to avoid memory issue as a temporary solution.

[GitHub] [incubator-mxnet] roywei commented on issue #14774: Port binding failed in distributed training example

2019-04-25 Thread GitBox
roywei commented on issue #14774: Port binding failed in distributed training example URL: https://github.com/apache/incubator-mxnet/issues/14774#issuecomment-486791799 Hi @irishjars, try replacing the content of host file to ip addresses intead of host names. ---

[GitHub] [incubator-mxnet] roywei edited a comment on issue #14774: Port binding failed in distributed training example

2019-04-25 Thread GitBox
roywei edited a comment on issue #14774: Port binding failed in distributed training example URL: https://github.com/apache/incubator-mxnet/issues/14774#issuecomment-486791799 Hi @irishjars, try replacing the content of host file with ip addresses intead of host names. --

[GitHub] [incubator-mxnet] stu1130 commented on issue #14794: Fix wrong description of output range of ToTensor

2019-04-25 Thread GitBox
stu1130 commented on issue #14794: Fix wrong description of output range of ToTensor URL: https://github.com/apache/incubator-mxnet/pull/14794#issuecomment-486791381 Sorry I forgot the C++ side of API doc should be changed as well https://github.com/apache/incubator-mxnet/blob/acf53fd54

[GitHub] [incubator-mxnet] lanking520 commented on issue #14791: When can I support shufflenet?

2019-04-25 Thread GitBox
lanking520 commented on issue #14791: When can I support shufflenet? URL: https://github.com/apache/incubator-mxnet/issues/14791#issuecomment-486789431 @92ypli Is this a feature request? There are some third-party shufflenet implementation available. -

[GitHub] [incubator-mxnet] samskalicky commented on issue #14790: training speed at 1.4.0 is slower than 1.3.1 with large number of classes.

2019-04-25 Thread GitBox
samskalicky commented on issue #14790: training speed at 1.4.0 is slower than 1.3.1 with large number of classes. URL: https://github.com/apache/incubator-mxnet/issues/14790#issuecomment-486788931 @fullfanta we just fixed one issue: https://github.com/apache/incubator-mxnet/pull/14570 can

[GitHub] [incubator-mxnet] shoubhik commented on issue #14801: mxnet.ndarray.contrib.requantize introduces too much error

2019-04-25 Thread GitBox
shoubhik commented on issue #14801: mxnet.ndarray.contrib.requantize introduces too much error URL: https://github.com/apache/incubator-mxnet/issues/14801#issuecomment-486787124 To add more data and another example ``` # original data [[ 98.7307786.5326132.946667 22

[GitHub] [incubator-mxnet] lanking520 commented on issue #14790: training speed at 1.4.0 is slower than 1.3.1 with large number of classes.

2019-04-25 Thread GitBox
lanking520 commented on issue #14790: training speed at 1.4.0 is slower than 1.3.1 with large number of classes. URL: https://github.com/apache/incubator-mxnet/issues/14790#issuecomment-486785261 @fullfanta Thanks for reporting that. @apeforest @samskalicky @szha Please take a look if y

[GitHub] [incubator-mxnet] mxnet-label-bot commented on issue #14802: mxnet-cu92mkl can't be installed on Mac

2019-04-25 Thread GitBox
mxnet-label-bot commented on issue #14802: mxnet-cu92mkl can't be installed on Mac URL: https://github.com/apache/incubator-mxnet/issues/14802#issuecomment-486783521 Hey, this is the MXNet Label Bot. Thank you for submitting the issue! I will try and suggest some labels so that the a

[GitHub] [incubator-mxnet] arun-gupta opened a new issue #14802: mxnet-cu92mkl can't be installed on Mac

2019-04-25 Thread GitBox
arun-gupta opened a new issue #14802: mxnet-cu92mkl can't be installed on Mac URL: https://github.com/apache/incubator-mxnet/issues/14802 Trying to install MXNet Model Server on Mac: ``` pip install mxnet-cu92mkl ``` And getting the error: `` pip install mxnet-c

[GitHub] [incubator-mxnet] shoubhik opened a new issue #14801: mxnet.ndarray.contrib.requantize introduces too much error

2019-04-25 Thread GitBox
shoubhik opened a new issue #14801: mxnet.ndarray.contrib.requantize introduces too much error URL: https://github.com/apache/incubator-mxnet/issues/14801 Note: Providing complete information in the most concise form is the best way to get help. This issue template serves as the checklist

[GitHub] [incubator-mxnet] mxnet-label-bot commented on issue #14801: mxnet.ndarray.contrib.requantize introduces too much error

2019-04-25 Thread GitBox
mxnet-label-bot commented on issue #14801: mxnet.ndarray.contrib.requantize introduces too much error URL: https://github.com/apache/incubator-mxnet/issues/14801#issuecomment-486781642 Hey, this is the MXNet Label Bot. Thank you for submitting the issue! I will try and suggest some la

[GitHub] [incubator-mxnet] lanking520 commented on issue #14756: Mismatch between shape Java API

2019-04-25 Thread GitBox
lanking520 commented on issue #14756: Mismatch between shape Java API URL: https://github.com/apache/incubator-mxnet/issues/14756#issuecomment-486769617 Minimum reproducible Java code: ``` import org.apache.mxnet.infer.javaapi.Predictor; import org.apache.mxnet.javaapi.*; im

[GitHub] [incubator-mxnet] lanking520 commented on issue #14756: Mismatch between shape Java API

2019-04-25 Thread GitBox
lanking520 commented on issue #14756: Mismatch between shape Java API URL: https://github.com/apache/incubator-mxnet/issues/14756#issuecomment-486768458 @androuino Currently, we publish our CUDA package under 9.2 version, all version prior will not be supported unfortunatly. Please install

[incubator-mxnet] branch terrytangyuan-patch-1 deleted (was 41a6eca)

2019-04-25 Thread terrytangyuan
This is an automated email from the ASF dual-hosted git repository. terrytangyuan pushed a change to branch terrytangyuan-patch-1 in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git. was 41a6eca Add links to each language binding The revisions that were on this branch ar

[incubator-mxnet] branch master updated: Mention additional language bindings and add links (#14798)

2019-04-25 Thread terrytangyuan
This is an automated email from the ASF dual-hosted git repository. terrytangyuan 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 acf53fd Mention additional lang

[GitHub] [incubator-mxnet] terrytangyuan merged pull request #14798: Mention additional language bindings

2019-04-25 Thread GitBox
terrytangyuan merged pull request #14798: Mention additional language bindings URL: https://github.com/apache/incubator-mxnet/pull/14798 This is an automated message from the Apache Git Service. To respond to the message, ple

[GitHub] [incubator-mxnet] Chouffe commented on issue #14800: Arthur/clojure ndarray api random merged

2019-04-25 Thread GitBox
Chouffe commented on issue #14800: Arthur/clojure ndarray api random merged URL: https://github.com/apache/incubator-mxnet/pull/14800#issuecomment-486752630 cc @kedarbellare This is an automated message from the Apache Git Se

[GitHub] [incubator-mxnet] Chouffe commented on issue #14750: [clojure][generator][WIP] add random namespace generation

2019-04-25 Thread GitBox
Chouffe commented on issue #14750: [clojure][generator][WIP] add random namespace generation URL: https://github.com/apache/incubator-mxnet/pull/14750#issuecomment-486752551 I reopened a PR here: https://github.com/apache/incubator-mxnet/pull/14800 -

[GitHub] [incubator-mxnet] Chouffe opened a new pull request #14800: Arthur/clojure ndarray api random merged

2019-04-25 Thread GitBox
Chouffe opened a new pull request #14800: Arthur/clojure ndarray api random merged URL: https://github.com/apache/incubator-mxnet/pull/14800 Reopened from PR #14750 ## Description ## Split random functions in their own generated namespace. * `ndarray_random_api` * `s

[GitHub] [incubator-mxnet] Chouffe commented on issue #14744: [clojure][generator][WIP] add proper newlines in generated files

2019-04-25 Thread GitBox
Chouffe commented on issue #14744: [clojure][generator][WIP] add proper newlines in generated files URL: https://github.com/apache/incubator-mxnet/pull/14744#issuecomment-486742010 I will close this as @kedarbellare implemented it in his branch -

[GitHub] [incubator-mxnet] Chouffe closed pull request #14744: [clojure][generator][WIP] add proper newlines in generated files

2019-04-25 Thread GitBox
Chouffe closed pull request #14744: [clojure][generator][WIP] add proper newlines in generated files URL: https://github.com/apache/incubator-mxnet/pull/14744 This is an automated message from the Apache Git Service. To resp

  1   2   >