[GitHub] azai91 commented on issue #13524: MXNET can't build from source on MKLDNN enabled

2018-12-04 Thread GitBox
azai91 commented on issue #13524: MXNET can't build from source on MKLDNN enabled URL: https://github.com/apache/incubator-mxnet/issues/13524#issuecomment-444006865 looking into fixing. This is an automated message from

[GitHub] janelu9 closed issue #13329: problem about lstm_crf

2018-12-04 Thread GitBox
janelu9 closed issue #13329: problem about lstm_crf URL: https://github.com/apache/incubator-mxnet/issues/13329 This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and

[GitHub] Davdi opened a new issue #13526: distributed training van.cc Check failed

2018-12-04 Thread GitBox
Davdi opened a new issue #13526: distributed training van.cc Check failed URL: https://github.com/apache/incubator-mxnet/issues/13526 ## Description i used this shell to test distributed training but it shows this error ../../tools/launch.py -n 2 -H hosts --launcher ssh

[GitHub] azai91 commented on issue #13524: MXNET can't build from source on MKLDNN enabled

2018-12-04 Thread GitBox
azai91 commented on issue #13524: MXNET can't build from source on MKLDNN enabled URL: https://github.com/apache/incubator-mxnet/issues/13524#issuecomment-444006079 I believe the issue is with mkl. system builds fine with openblas. ``` make -j USE_MKLDNN=1 USE_OPENCV=1

[GitHub] larroy edited a comment on issue #13409: [MXNET-1234] Fix shape inference problems in Activation backward

2018-12-04 Thread GitBox
larroy edited a comment on issue #13409: [MXNET-1234] Fix shape inference problems in Activation backward URL: https://github.com/apache/incubator-mxnet/pull/13409#issuecomment-444064647 @mxnet-jenkins add [pr-awaiting-merge]

[GitHub] jlcontreras opened a new pull request #13527: Disabled flaky test test_gluon_data.test_recordimage_dataset_with_dat…

2018-12-04 Thread GitBox
jlcontreras opened a new pull request #13527: Disabled flaky test test_gluon_data.test_recordimage_dataset_with_dat… URL: https://github.com/apache/incubator-mxnet/pull/13527 Disabling the test as it is flaky. See https://github.com/apache/incubator-mxnet/issues/13484

[GitHub] jon-soc closed issue #13525: pip can't install mxnet

2018-12-04 Thread GitBox
jon-soc closed issue #13525: pip can't install mxnet URL: https://github.com/apache/incubator-mxnet/issues/13525 This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and

[GitHub] larroy commented on issue #13409: [MXNET-1234] Fix shape inference problems in Activation backward

2018-12-04 Thread GitBox
larroy commented on issue #13409: [MXNET-1234] Fix shape inference problems in Activation backward URL: https://github.com/apache/incubator-mxnet/pull/13409#issuecomment-444064647 @mxnet-jenkins add ['pr-awaiting-merge']

[GitHub] HauWong edited a comment on issue #3205: ImportError: No module named captcha.image

2018-12-04 Thread GitBox
HauWong edited a comment on issue #3205: ImportError: No module named captcha.image URL: https://github.com/apache/incubator-mxnet/issues/3205#issuecomment-443504941 Finally I have found the origin of my problem. That's the same name as the package I have given to my directory file. They

[GitHub] larroy commented on issue #13468: Running the mxnet scala jar in the interpreter throws an error

2018-12-04 Thread GitBox
larroy commented on issue #13468: Running the mxnet scala jar in the interpreter throws an error URL: https://github.com/apache/incubator-mxnet/issues/13468#issuecomment-444069055 Works for me with 2.11.7 compiled from master. Still we are packing the standard library, this doesn't seem

[GitHub] jlcontreras commented on issue #13527: [Flaky test] Disable test_gluon_data.test_recordimage_dataset_with_dat…

2018-12-04 Thread GitBox
jlcontreras commented on issue #13527: [Flaky test] Disable test_gluon_data.test_recordimage_dataset_with_dat… URL: https://github.com/apache/incubator-mxnet/pull/13527#issuecomment-444068975 @mxnet-label-bot add [Flaky, pr-awaiting-review]

[GitHub] larroy commented on issue #13468: Running the mxnet scala jar in the interpreter throws an error

2018-12-04 Thread GitBox
larroy commented on issue #13468: Running the mxnet scala jar in the interpreter throws an error URL: https://github.com/apache/incubator-mxnet/issues/13468#issuecomment-444069155 @nswamy @lanking520 This is an automated

[GitHub] Davdi edited a comment on issue #13526: distributed training van.cc Check failed

2018-12-04 Thread GitBox
Davdi edited a comment on issue #13526: distributed training van.cc Check failed URL: https://github.com/apache/incubator-mxnet/issues/13526#issuecomment-444328924 > @Davdi your make instruction should use USE_DIST_KVSTORE=1 I guess you probably did it, else

[GitHub] Davdi edited a comment on issue #13526: distributed training van.cc Check failed

2018-12-04 Thread GitBox
Davdi edited a comment on issue #13526: distributed training van.cc Check failed URL: https://github.com/apache/incubator-mxnet/issues/13526#issuecomment-444328924 > @Davdi your make instruction should use USE_DIST_KVSTORE=1 I guess you probably did it, else

[GitHub] TaoLv commented on issue #13362: Add NHWC layout support to Pooling (cuDNN only)

2018-12-04 Thread GitBox
TaoLv commented on issue #13362: Add NHWC layout support to Pooling (cuDNN only) URL: https://github.com/apache/incubator-mxnet/pull/13362#issuecomment-444389018 Have you ever tried to pass NHWC input into MKL-DNN pooling? Seems it's not well handled here.

[GitHub] TaoLv commented on issue #13362: Add NHWC layout support to Pooling (cuDNN only)

2018-12-04 Thread GitBox
TaoLv commented on issue #13362: Add NHWC layout support to Pooling (cuDNN only) URL: https://github.com/apache/incubator-mxnet/pull/13362#issuecomment-444389421 The new parameter `layout` will also be passed to quantized_pooling:

[GitHub] larroy commented on a change in pull request #13224: [WIP] Quantize/digitize operator

2018-12-04 Thread GitBox
larroy commented on a change in pull request #13224: [WIP] Quantize/digitize operator URL: https://github.com/apache/incubator-mxnet/pull/13224#discussion_r238637076 ## File path: src/operator/tensor/digitize_op.h ## @@ -0,0 +1,196 @@ +/* + * Licensed to the Apache

[GitHub] janelu9 removed a comment on issue #13329: problem about lstm_crf

2018-12-04 Thread GitBox
janelu9 removed a comment on issue #13329: problem about lstm_crf URL: https://github.com/apache/incubator-mxnet/issues/13329#issuecomment-443061810 ``` def _forward_alg(self, feats): alphas = [[0.] * self.tagset_size]

[GitHub] larroy commented on a change in pull request #13224: [WIP] Quantize/digitize operator

2018-12-04 Thread GitBox
larroy commented on a change in pull request #13224: [WIP] Quantize/digitize operator URL: https://github.com/apache/incubator-mxnet/pull/13224#discussion_r238638238 ## File path: src/operator/tensor/digitize_op.h ## @@ -0,0 +1,196 @@ +/* + * Licensed to the Apache

[GitHub] larroy commented on a change in pull request #13224: [WIP] Quantize/digitize operator

2018-12-04 Thread GitBox
larroy commented on a change in pull request #13224: [WIP] Quantize/digitize operator URL: https://github.com/apache/incubator-mxnet/pull/13224#discussion_r238638462 ## File path: src/operator/tensor/digitize_op.h ## @@ -0,0 +1,196 @@ +/* + * Licensed to the Apache

[GitHub] larroy commented on a change in pull request #13224: [WIP] Quantize/digitize operator

2018-12-04 Thread GitBox
larroy commented on a change in pull request #13224: [WIP] Quantize/digitize operator URL: https://github.com/apache/incubator-mxnet/pull/13224#discussion_r238638122 ## File path: src/operator/tensor/digitize_op.h ## @@ -0,0 +1,196 @@ +/* + * Licensed to the Apache

[incubator-mxnet] branch master updated: Disabled flaky test test_gluon_data.test_recordimage_dataset_with_data_loader_multiworker (#13527)

2018-12-04 Thread marcoabreu
This is an automated email from the ASF dual-hosted git repository. marcoabreu pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git The following commit(s) were added to refs/heads/master by this push: new 3d499cb Disabled flaky test

[GitHub] larroy opened a new pull request #13529: Improve dev_menu usability, local build and virtualenv

2018-12-04 Thread GitBox
larroy opened a new pull request #13529: Improve dev_menu usability, local build and virtualenv URL: https://github.com/apache/incubator-mxnet/pull/13529 ## Description ## Adds a convenient `./dev_menu.py build` command which does a local build with the settings defined in

[GitHub] gigasquid commented on issue #13478: Bumped minor version from 1.4.0 to 1.5.0 on master, updated License file

2018-12-04 Thread GitBox
gigasquid commented on issue #13478: Bumped minor version from 1.4.0 to 1.5.0 on master, updated License file URL: https://github.com/apache/incubator-mxnet/pull/13478#issuecomment-444120446 @srochel - Sure go ahead and merge this PR first - I will either close mine or update it based on

[GitHub] larroy commented on a change in pull request #13224: [WIP] Quantize/digitize operator

2018-12-04 Thread GitBox
larroy commented on a change in pull request #13224: [WIP] Quantize/digitize operator URL: https://github.com/apache/incubator-mxnet/pull/13224#discussion_r238639061 ## File path: src/operator/tensor/digitize_op.h ## @@ -0,0 +1,196 @@ +/* + * Licensed to the Apache

[GitHub] janelu9 edited a comment on issue #13329: problem about lstm_crf

2018-12-04 Thread GitBox
janelu9 edited a comment on issue #13329: problem about lstm_crf URL: https://github.com/apache/incubator-mxnet/issues/13329#issuecomment-441164957 I have resolved my doubt by initial the probility alphas with 'exp(x)' , rather than 'x'. this two method seem achieve the same .but the

[GitHub] janelu9 edited a comment on issue #13329: problem about lstm_crf

2018-12-04 Thread GitBox
janelu9 edited a comment on issue #13329: problem about lstm_crf URL: https://github.com/apache/incubator-mxnet/issues/13329#issuecomment-441164957 I have resolved my doubt by initial the probility alphas with 'exp(x)' , rather than 'x'. this two method seem achieve the same .but the

[GitHub] xinyu-intel opened a new pull request #13530: Integrate MKLDNN Conv1d and support 3d layout

2018-12-04 Thread GitBox
xinyu-intel opened a new pull request #13530: Integrate MKLDNN Conv1d and support 3d layout URL: https://github.com/apache/incubator-mxnet/pull/13530 ## Description ## This PR aims to integrate MKLDNN Conv1d and enable 3d layout for Conv and Activation. ## Checklist ## ###

[GitHub] larroy commented on issue #13527: [Flaky test] Disable test_gluon_data.test_recordimage_dataset_with_dat…

2018-12-04 Thread GitBox
larroy commented on issue #13527: [Flaky test] Disable test_gluon_data.test_recordimage_dataset_with_dat… URL: https://github.com/apache/incubator-mxnet/pull/13527#issuecomment-444109298 See my comment: https://github.com/apache/incubator-mxnet/issues/13484#issuecomment-444109174

[GitHub] larroy commented on issue #13484: flaky test test_gluon_data.test_recordimage_dataset_with_data_loader_multiworker

2018-12-04 Thread GitBox
larroy commented on issue #13484: flaky test test_gluon_data.test_recordimage_dataset_with_data_loader_multiworker URL: https://github.com/apache/incubator-mxnet/issues/13484#issuecomment-444109174 Guys, disabling the test is not the right thing to do, I added MXNET_HOME variable (see

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

2018-12-04 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 91505ea Bump the publish

[GitHub] sernaton commented on issue #8438: HybridBlocks don't work with constant NDArray initialized Parameters

2018-12-04 Thread GitBox
sernaton commented on issue #8438: HybridBlocks don't work with constant NDArray initialized Parameters URL: https://github.com/apache/incubator-mxnet/issues/8438#issuecomment-444122964 I have not been able to make the workaround suggested by @piiswrong work. In any case, it is a

[GitHub] larroy commented on a change in pull request #13224: [WIP] Quantize/digitize operator

2018-12-04 Thread GitBox
larroy commented on a change in pull request #13224: [WIP] Quantize/digitize operator URL: https://github.com/apache/incubator-mxnet/pull/13224#discussion_r238638238 ## File path: src/operator/tensor/digitize_op.h ## @@ -0,0 +1,196 @@ +/* + * Licensed to the Apache

[GitHub] TaoLv commented on issue #13530: Integrate MKLDNN Conv1d and support 3d layout

2018-12-04 Thread GitBox
TaoLv commented on issue #13530: Integrate MKLDNN Conv1d and support 3d layout URL: https://github.com/apache/incubator-mxnet/pull/13530#issuecomment-444121435 Related issues: https://github.com/apache/incubator-mxnet/issues/11906, https://github.com/apache/incubator-mxnet/issues/11161

[GitHub] marcoabreu commented on a change in pull request #13456: Improve CCache handling

2018-12-04 Thread GitBox
marcoabreu commented on a change in pull request #13456: Improve CCache handling URL: https://github.com/apache/incubator-mxnet/pull/13456#discussion_r238647346 ## File path: ci/docker/runtime_functions.sh ## @@ -39,32 +39,59 @@ clean_repo() { build_ccache_wrappers() {

[GitHub] marcoabreu closed pull request #13527: [Flaky test] Disable test_gluon_data.test_recordimage_dataset_with_dat…

2018-12-04 Thread GitBox
marcoabreu closed pull request #13527: [Flaky test] Disable test_gluon_data.test_recordimage_dataset_with_dat… URL: https://github.com/apache/incubator-mxnet/pull/13527 This is a PR merged from a forked repository. As GitHub hides the original diff on merge, it is displayed below for the

[GitHub] pengzhao-intel commented on issue #13530: Integrate MKLDNN Conv1d and support 3d layout

2018-12-04 Thread GitBox
pengzhao-intel commented on issue #13530: Integrate MKLDNN Conv1d and support 3d layout URL: https://github.com/apache/incubator-mxnet/pull/13530#issuecomment-444118304 @eric-haibin-lin @zheng-da @azai91 This is an

[GitHub] larroy commented on issue #13528: Scala jar contains the scala standard library

2018-12-04 Thread GitBox
larroy commented on issue #13528: Scala jar contains the scala standard library URL: https://github.com/apache/incubator-mxnet/issues/13528#issuecomment-444073477 @nswamy @lanking520 This is an automated message from the

[GitHub] larroy opened a new issue #13528: Scala jar contains the scala standard library

2018-12-04 Thread GitBox
larroy opened a new issue #13528: Scala jar contains the scala standard library URL: https://github.com/apache/incubator-mxnet/issues/13528 ## Description Created scala package with make && make scalapkg Following command shows that it contains the scala standard library in

[GitHub] marcoabreu commented on a change in pull request #13456: Improve CCache handling

2018-12-04 Thread GitBox
marcoabreu commented on a change in pull request #13456: Improve CCache handling URL: https://github.com/apache/incubator-mxnet/pull/13456#discussion_r238649103 ## File path: ci/docker/runtime_functions.sh ## @@ -39,32 +39,59 @@ clean_repo() { build_ccache_wrappers() {

[GitHub] larroy opened a new pull request #13531: [WIP] Use MXNET_HOME in a tempdir in windows to prevent access denied due t…

2018-12-04 Thread GitBox
larroy opened a new pull request #13531: [WIP] Use MXNET_HOME in a tempdir in windows to prevent access denied due t… URL: https://github.com/apache/incubator-mxnet/pull/13531 …o concurrent data downloads ## Description ## see title fixes #13484 ## Checklist ##

[GitHub] Chancebair commented on a change in pull request #13531: Use MXNET_HOME in a tempdir in windows to prevent access denied due t…

2018-12-04 Thread GitBox
Chancebair commented on a change in pull request #13531: Use MXNET_HOME in a tempdir in windows to prevent access denied due t… URL: https://github.com/apache/incubator-mxnet/pull/13531#discussion_r238745292 ## File path: ci/windows/test_py2_cpu.ps1 ## @@ -16,11 +16,18 @@

[GitHub] apeforest commented on issue #13083: [WIP] [MXNET-345] Hardmax operator

2018-12-04 Thread GitBox
apeforest commented on issue #13083: [WIP] [MXNET-345] Hardmax operator URL: https://github.com/apache/incubator-mxnet/pull/13083#issuecomment-444183929 @ChaiBapchya Is this PR ready for review? This is an automated message

[GitHub] piyushghai commented on a change in pull request #13208: [MXNET-1209] Tutorial transpose reshape

2018-12-04 Thread GitBox
piyushghai commented on a change in pull request #13208: [MXNET-1209] Tutorial transpose reshape URL: https://github.com/apache/incubator-mxnet/pull/13208#discussion_r238763420 ## File path: docs/tutorials/basic/reshape_transpose.md ## @@ -1,7 +1,6 @@ ## Difference

[GitHub] tsuberim commented on issue #13001: Feature request: numpy.cumsum

2018-12-04 Thread GitBox
tsuberim commented on issue #13001: Feature request: numpy.cumsum URL: https://github.com/apache/incubator-mxnet/issues/13001#issuecomment-444190502 I'd really like to have this function for computing returns of rewards in the context of reinforcement learning.

[GitHub] piyushghai commented on a change in pull request #13450: [WIP][MXNET-862] Basic maven jenkins pipeline

2018-12-04 Thread GitBox
piyushghai commented on a change in pull request #13450: [WIP][MXNET-862] Basic maven jenkins pipeline URL: https://github.com/apache/incubator-mxnet/pull/13450#discussion_r238771861 ## File path: ci/Jenkinsfile_utils.groovy ## @@ -18,18 +18,23 @@ // under the License.

[GitHub] piyushghai commented on a change in pull request #13450: [WIP][MXNET-862] Basic maven jenkins pipeline

2018-12-04 Thread GitBox
piyushghai commented on a change in pull request #13450: [WIP][MXNET-862] Basic maven jenkins pipeline URL: https://github.com/apache/incubator-mxnet/pull/13450#discussion_r238773163 ## File path: scala-package/examples/pom.xml ## @@ -119,6 +119,14 @@

[GitHub] ChaiBapchya commented on issue #13083: [MXNET-345] Hardmax operator

2018-12-04 Thread GitBox
ChaiBapchya commented on issue #13083: [MXNET-345] Hardmax operator URL: https://github.com/apache/incubator-mxnet/pull/13083#issuecomment-444201556 Ya, given our discussion, to implement it in front-end temporarily. Have started working on its backend implementation side-by-side.

[GitHub] larroy removed a comment on issue #13529: Improve dev_menu usability, local build and virtualenv

2018-12-04 Thread GitBox
larroy removed a comment on issue #13529: Improve dev_menu usability, local build and virtualenv URL: https://github.com/apache/incubator-mxnet/pull/13529#issuecomment-444131227 @mxnet-label-bot [pr-awaiting-review] This is

[GitHub] gigasquid commented on issue #13523: #13441 [Clojure] Add Spec Validations for the Random namespace

2018-12-04 Thread GitBox
gigasquid commented on issue #13523: #13441 [Clojure] Add Spec Validations for the Random namespace URL: https://github.com/apache/incubator-mxnet/pull/13523#issuecomment-444212606 Thanks @hellonico ! I'll take a look shortly

[GitHub] larroy commented on issue #13529: Improve dev_menu usability, local build and virtualenv

2018-12-04 Thread GitBox
larroy commented on issue #13529: Improve dev_menu usability, local build and virtualenv URL: https://github.com/apache/incubator-mxnet/pull/13529#issuecomment-444212632 @mxnet-label-bot add [pr-awaiting-review] This is an

[GitHub] larroy commented on issue #13531: Use MXNET_HOME in a tempdir in windows to prevent access denied due t…

2018-12-04 Thread GitBox
larroy commented on issue #13531: Use MXNET_HOME in a tempdir in windows to prevent access denied due t… URL: https://github.com/apache/incubator-mxnet/pull/13531#issuecomment-444215614 @marcoabreu ok, it's good point to put it in the workspace. The problem is linked in the description.

[GitHub] apeforest commented on a change in pull request #12440: Add stable nrm2 for L2 normalization

2018-12-04 Thread GitBox
apeforest commented on a change in pull request #12440: Add stable nrm2 for L2 normalization URL: https://github.com/apache/incubator-mxnet/pull/12440#discussion_r238762576 ## File path: src/operator/l2_normalization-inl.h ## @@ -87,22 +88,24 @@ class L2NormalizationOp :

[GitHub] anirudhacharya commented on issue #13439: [Test Failure] R: CPU

2018-12-04 Thread GitBox
anirudhacharya commented on issue #13439: [Test Failure] R: CPU URL: https://github.com/apache/incubator-mxnet/issues/13439#issuecomment-444188003 @mxnet-label-bot add [CI] This is an automated message from the

[GitHub] eric-haibin-lin closed pull request #13409: [MXNET-1234] Fix shape inference problems in Activation backward

2018-12-04 Thread GitBox
eric-haibin-lin closed pull request #13409: [MXNET-1234] Fix shape inference problems in Activation backward URL: https://github.com/apache/incubator-mxnet/pull/13409 This is a PR merged from a forked repository. As GitHub hides the original diff on merge, it is displayed below for the

[incubator-mxnet] branch master updated: [MXNET-1234] Fix shape inference problems in Activation backward (#13409)

2018-12-04 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 7dde0eb [MXNET-1234] Fix shape

[GitHub] nswamy commented on a change in pull request #13493: [MXNET-1224]: improve scala maven jni build.

2018-12-04 Thread GitBox
nswamy commented on a change in pull request #13493: [MXNET-1224]: improve scala maven jni build. URL: https://github.com/apache/incubator-mxnet/pull/13493#discussion_r238772896 ## File path: scala-package/init-native/linux-x86_64/pom.xml ## @@ -62,22 +66,24 @@

[incubator-mxnet] branch v1.4.x updated: [v1.4.x][MXNET-1234] Port of #13409 to the release branch (#13487)

2018-12-04 Thread haibin
This is an automated email from the ASF dual-hosted git repository. haibin 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 45fafc2 [v1.4.x][MXNET-1234] Port of

[GitHub] piyushghai commented on a change in pull request #13450: [WIP][MXNET-862] Basic maven jenkins pipeline

2018-12-04 Thread GitBox
piyushghai commented on a change in pull request #13450: [WIP][MXNET-862] Basic maven jenkins pipeline URL: https://github.com/apache/incubator-mxnet/pull/13450#discussion_r238776158 ## File path: Makefile ## @@ -650,11 +662,20 @@ scalarelease-perform: scaladeploy:

[GitHub] ChaiBapchya commented on a change in pull request #13498: Fix flaky test test_random:test_randint_generator

2018-12-04 Thread GitBox
ChaiBapchya commented on a change in pull request #13498: Fix flaky test test_random:test_randint_generator URL: https://github.com/apache/incubator-mxnet/pull/13498#discussion_r238776724 ## File path: python/mxnet/test_utils.py ## @@ -1920,7 +1919,7 @@ def

[GitHub] roywei commented on issue #13534: add cpp example inception to nightly test

2018-12-04 Thread GitBox
roywei commented on issue #13534: add cpp example inception to nightly test URL: https://github.com/apache/incubator-mxnet/pull/13534#issuecomment-444200532 @mxnet-label-bot add [pr-awaiting-testing] This is an automated

[GitHub] ChaiBapchya commented on a change in pull request #13083: [WIP] [MXNET-345] Hardmax operator

2018-12-04 Thread GitBox
ChaiBapchya commented on a change in pull request #13083: [WIP] [MXNET-345] Hardmax operator URL: https://github.com/apache/incubator-mxnet/pull/13083#discussion_r238778161 ## File path: python/mxnet/ndarray/contrib.py ## @@ -542,3 +542,31 @@ def isnan(data):

[GitHub] stu1130 commented on issue #12401: cpp_package instructions need clarification and examples need repair

2018-12-04 Thread GitBox
stu1130 commented on issue #12401: cpp_package instructions need clarification and examples need repair URL: https://github.com/apache/incubator-mxnet/issues/12401#issuecomment-444204882 @sandeep-krishnamurthy could you close this issue? @roywei PR has been merged into master

[GitHub] larroy opened a new pull request #13535: Work around likely compiler bug on nested inlines and temporary acces…

2018-12-04 Thread GitBox
larroy opened a new pull request #13535: Work around likely compiler bug on nested inlines and temporary acces… URL: https://github.com/apache/incubator-mxnet/pull/13535 …s to stream ## Description ## This fixes a segfault in ARMv7 on throwing a fatal error on the lapack

[GitHub] larroy commented on issue #13532: Fix Jetson compilation

2018-12-04 Thread GitBox
larroy commented on issue #13532: Fix Jetson compilation URL: https://github.com/apache/incubator-mxnet/pull/13532#issuecomment-444211102 @KellenSunderland This is an automated message from the Apache Git Service. To respond

[GitHub] gigasquid commented on issue #13453: [Clojure] - Add Spec Validations to the Optimizer namespace

2018-12-04 Thread GitBox
gigasquid commented on issue #13453: [Clojure] - Add Spec Validations to the Optimizer namespace URL: https://github.com/apache/incubator-mxnet/issues/13453#issuecomment-444212938 Thanks for fixing this @hellonico :) This

[GitHub] larroy opened a new pull request #13533: Add notes about debug with libstdc++ symbols

2018-12-04 Thread GitBox
larroy opened a new pull request #13533: Add notes about debug with libstdc++ symbols URL: https://github.com/apache/incubator-mxnet/pull/13533 ## Description ## see title ## Checklist ## ### Essentials ### Please feel free to remove inapplicable items for your PR. - [x]

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

2018-12-04 Thread GitBox
aaronmarkham commented on issue #13364: [MXNET-1225] Always use config.mk in make install instructions URL: https://github.com/apache/incubator-mxnet/pull/13364#issuecomment-444191681 @larroy Can you point me to more info on "dev menu"? I think I understand what you're suggesting, but I

[GitHub] roywei opened a new pull request #13534: add cpp example inception to nightly test

2018-12-04 Thread GitBox
roywei opened a new pull request #13534: add cpp example inception to nightly test URL: https://github.com/apache/incubator-mxnet/pull/13534 ## Description ## replace https://github.com/apache/incubator-mxnet/pull/13367 a follow up to add inception into nightly test after fix in

[GitHub] piyushghai commented on a change in pull request #13450: [WIP][MXNET-862] Basic maven jenkins pipeline

2018-12-04 Thread GitBox
piyushghai commented on a change in pull request #13450: [WIP][MXNET-862] Basic maven jenkins pipeline URL: https://github.com/apache/incubator-mxnet/pull/13450#discussion_r238775496 ## File path: scala-package/packageTest/README.md ## @@ -0,0 +1,50 @@ +# MXNet Scala

[GitHub] piyushghai commented on a change in pull request #13450: [WIP][MXNET-862] Basic maven jenkins pipeline

2018-12-04 Thread GitBox
piyushghai commented on a change in pull request #13450: [WIP][MXNET-862] Basic maven jenkins pipeline URL: https://github.com/apache/incubator-mxnet/pull/13450#discussion_r238775618 ## File path: scala-package/packageTest/Makefile ## @@ -0,0 +1,92 @@ +# Licensed to the

[GitHub] ChaiBapchya commented on a change in pull request #13498: Fix flaky test test_random:test_randint_generator

2018-12-04 Thread GitBox
ChaiBapchya commented on a change in pull request #13498: Fix flaky test test_random:test_randint_generator URL: https://github.com/apache/incubator-mxnet/pull/13498#discussion_r238776724 ## File path: python/mxnet/test_utils.py ## @@ -1920,7 +1919,7 @@ def

[GitHub] ChaiBapchya commented on a change in pull request #13498: Fix flaky test test_random:test_randint_generator

2018-12-04 Thread GitBox
ChaiBapchya commented on a change in pull request #13498: Fix flaky test test_random:test_randint_generator URL: https://github.com/apache/incubator-mxnet/pull/13498#discussion_r238777802 ## File path: tests/python/unittest/test_random.py ## @@ -859,8 +859,8 @@ def

[GitHub] piyushghai commented on a change in pull request #13450: [WIP][MXNET-862] Basic maven jenkins pipeline

2018-12-04 Thread GitBox
piyushghai commented on a change in pull request #13450: [WIP][MXNET-862] Basic maven jenkins pipeline URL: https://github.com/apache/incubator-mxnet/pull/13450#discussion_r238777520 ## File path: Makefile ## @@ -454,6 +454,10 @@ else CFLAGS +=

[GitHub] lanking520 commented on issue #13528: Scala jar contains the scala standard library

2018-12-04 Thread GitBox
lanking520 commented on issue #13528: Scala jar contains the scala standard library URL: https://github.com/apache/incubator-mxnet/issues/13528#issuecomment-444208166 @larroy Hi Pedro, indeed. It contains all Scala needs. You can run your code by simply starting with ``` java -cp

[GitHub] stu1130 commented on issue #11184: Make amalgamation part be suitable for iOS

2018-12-04 Thread GitBox
stu1130 commented on issue #11184: Make amalgamation part be suitable for iOS URL: https://github.com/apache/incubator-mxnet/pull/11184#issuecomment-444210408 @Aozorany we were reorganizing our CI system for the past two weeks and it's done! Could you rebase it?

[GitHub] stu1130 edited a comment on issue #11184: Make amalgamation part be suitable for iOS

2018-12-04 Thread GitBox
stu1130 edited a comment on issue #11184: Make amalgamation part be suitable for iOS URL: https://github.com/apache/incubator-mxnet/pull/11184#issuecomment-444210408 @Aozorany we were refactoring our CI system for the past two weeks and it's done! Could you rebase it?

[GitHub] azai91 commented on issue #13226: [MXNet-1211] Factor and "Like" modes in BilinearResize2D operator

2018-12-04 Thread GitBox
azai91 commented on issue #13226: [MXNet-1211] Factor and "Like" modes in BilinearResize2D operator URL: https://github.com/apache/incubator-mxnet/pull/13226#issuecomment-444212011 @lobanov-m this was around the time we were changing our CI. can you retrigger the build (push an empty

[GitHub] larroy commented on issue #13342: inv_khatri_rao.OneInputMatrixTransposed segfaults on ARM

2018-12-04 Thread GitBox
larroy commented on issue #13342: inv_khatri_rao.OneInputMatrixTransposed segfaults on ARM URL: https://github.com/apache/incubator-mxnet/issues/13342#issuecomment-444179734 Theres a crash because lapack is no available. 369+> MXNET_LAPACK_UNAVAILABLE(dposv) Crash when

[GitHub] marcoabreu commented on issue #13531: Use MXNET_HOME in a tempdir in windows to prevent access denied due t…

2018-12-04 Thread GitBox
marcoabreu commented on issue #13531: Use MXNET_HOME in a tempdir in windows to prevent access denied due t… URL: https://github.com/apache/incubator-mxnet/pull/13531#issuecomment-444184934 Mxnet Home should be local to the workspace and not in a temporary folder. What is chosen right

[GitHub] eric-haibin-lin closed pull request #13487: [v1.4.x][MXNET-1234] Port of #13409 to the release branch

2018-12-04 Thread GitBox
eric-haibin-lin closed pull request #13487: [v1.4.x][MXNET-1234] Port of #13409 to the release branch URL: https://github.com/apache/incubator-mxnet/pull/13487 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

[GitHub] roywei commented on issue #13367: [Example] add cpp inception in Jenkins and nightly test

2018-12-04 Thread GitBox
roywei commented on issue #13367: [Example] add cpp inception in Jenkins and nightly test URL: https://github.com/apache/incubator-mxnet/pull/13367#issuecomment-444197129 closing this as Jenkinsfiles changed a lot and adding cpp test does not require changing Jekins file anymore

[GitHub] roywei closed pull request #13367: [Example] add cpp inception in Jenkins and nightly test

2018-12-04 Thread GitBox
roywei closed pull request #13367: [Example] add cpp inception in Jenkins and nightly test URL: https://github.com/apache/incubator-mxnet/pull/13367 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:

[GitHub] piyushghai commented on a change in pull request #13522: [MXNET-1249] Fix Object Detector Performance with GPU

2018-12-04 Thread GitBox
piyushghai commented on a change in pull request #13522: [MXNET-1249] Fix Object Detector Performance with GPU URL: https://github.com/apache/incubator-mxnet/pull/13522#discussion_r238784850 ## File path:

[GitHub] gigasquid closed issue #13453: [Clojure] - Add Spec Validations to the Optimizer namespace

2018-12-04 Thread GitBox
gigasquid closed issue #13453: [Clojure] - Add Spec Validations to the Optimizer namespace URL: https://github.com/apache/incubator-mxnet/issues/13453 This is an automated message from the Apache Git Service. To respond to

[GitHub] larroy commented on issue #13528: Scala jar contains the scala standard library

2018-12-04 Thread GitBox
larroy commented on issue #13528: Scala jar contains the scala standard library URL: https://github.com/apache/incubator-mxnet/issues/13528#issuecomment-444213568 This doesn't sound like a good idea. Libraries shouldn't include the scala standard library. You should use scala -cp to run ,

[GitHub] larroy commented on a change in pull request #13531: Use MXNET_HOME in a tempdir in windows to prevent access denied due t…

2018-12-04 Thread GitBox
larroy commented on a change in pull request #13531: Use MXNET_HOME in a tempdir in windows to prevent access denied due t… URL: https://github.com/apache/incubator-mxnet/pull/13531#discussion_r238794072 ## File path: ci/windows/test_py2_cpu.ps1 ## @@ -16,11 +16,18 @@ #

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

2018-12-04 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 c56e82b Bump the publish

[GitHub] larroy commented on issue #13529: Improve dev_menu usability, local build and virtualenv

2018-12-04 Thread GitBox
larroy commented on issue #13529: Improve dev_menu usability, local build and virtualenv URL: https://github.com/apache/incubator-mxnet/pull/13529#issuecomment-444131227 @mxnet-label-bot [pr-awaiting-review] This is an

[GitHub] Chancebair commented on a change in pull request #13531: Use MXNET_HOME in a tempdir in windows to prevent access denied due t…

2018-12-04 Thread GitBox
Chancebair commented on a change in pull request #13531: Use MXNET_HOME in a tempdir in windows to prevent access denied due t… URL: https://github.com/apache/incubator-mxnet/pull/13531#discussion_r238745531 ## File path: tests/python/unittest/test_gluon_data.py ## @@

[GitHub] larroy opened a new pull request #13532: Fix Jetson compilation

2018-12-04 Thread GitBox
larroy opened a new pull request #13532: Fix Jetson compilation URL: https://github.com/apache/incubator-mxnet/pull/13532 ## Description ## Fix NVidia Jetson builds and add to CI ## Checklist ## ### Essentials ### Please feel free to remove inapplicable items for your

[GitHub] Chancebair commented on issue #13531: Use MXNET_HOME in a tempdir in windows to prevent access denied due t…

2018-12-04 Thread GitBox
Chancebair commented on issue #13531: Use MXNET_HOME in a tempdir in windows to prevent access denied due t… URL: https://github.com/apache/incubator-mxnet/pull/13531#issuecomment-444169516 If we use pythons virtualenv we can knock out many birds with one stone

[GitHub] larroy commented on issue #13531: [WIP] Use MXNET_HOME in a tempdir in windows to prevent access denied due t…

2018-12-04 Thread GitBox
larroy commented on issue #13531: [WIP] Use MXNET_HOME in a tempdir in windows to prevent access denied due t… URL: https://github.com/apache/incubator-mxnet/pull/13531#issuecomment-444167298 @Chancebair @jlcontreras @marcoabreu

[GitHub] larroy commented on issue #13409: [MXNET-1234] Fix shape inference problems in Activation backward

2018-12-04 Thread GitBox
larroy commented on issue #13409: [MXNET-1234] Fix shape inference problems in Activation backward URL: https://github.com/apache/incubator-mxnet/pull/13409#issuecomment-444129529 @mxnet-label-bot [pr-awaiting-merge] This is

[GitHub] larroy removed a comment on issue #13409: [MXNET-1234] Fix shape inference problems in Activation backward

2018-12-04 Thread GitBox
larroy removed a comment on issue #13409: [MXNET-1234] Fix shape inference problems in Activation backward URL: https://github.com/apache/incubator-mxnet/pull/13409#issuecomment-444064647 @mxnet-jenkins add [pr-awaiting-merge]

[GitHub] Ajoo opened a new issue #8438: HybridBlocks don't work with constant NDArray initialized Parameters

2018-12-04 Thread GitBox
Ajoo opened a new issue #8438: HybridBlocks don't work with constant NDArray initialized Parameters URL: https://github.com/apache/incubator-mxnet/issues/8438 Hi. HybridBlocks with parameters initialized with a constant NDArray parameter don't seem to work with hybridize(). I always get a

[GitHub] indhub closed pull request #13488: Docs & website sphinx errors squished 

2018-12-04 Thread GitBox
indhub closed pull request #13488: Docs & website sphinx errors squished  URL: https://github.com/apache/incubator-mxnet/pull/13488 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 (7dde0eb -> d60f37b)

2018-12-04 Thread indhub
This is an automated email from the ASF dual-hosted git repository. indhub pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git. from 7dde0eb [MXNET-1234] Fix shape inference problems in Activation backward (#13409) add d60f37b Docs

[GitHub] zhanghang1989 closed pull request #12853: Add GN

2018-12-04 Thread GitBox
zhanghang1989 closed pull request #12853: Add GN URL: https://github.com/apache/incubator-mxnet/pull/12853 This is a PR merged from a forked repository. As GitHub hides the original diff on merge, it is displayed below for the sake of provenance: As this is a foreign pull request (from a

[GitHub] Vikas89 commented on issue #13524: MXNET can't build from source on MKLDNN enabled

2018-12-04 Thread GitBox
Vikas89 commented on issue #13524: MXNET can't build from source on MKLDNN enabled URL: https://github.com/apache/incubator-mxnet/issues/13524#issuecomment-444233187 @azai91 Can we revert this first and then work on the fix ?

  1   2   3   >