[GitHub] [incubator-mxnet] kshitij12345 commented on issue #15120: [bug] fix higher grad log

2019-06-05 Thread GitBox
kshitij12345 commented on issue #15120: [bug] fix higher grad log URL: https://github.com/apache/incubator-mxnet/pull/15120#issuecomment-499290399 > @kshitij12345 The computation graph for the second backward pass makes sense to me. As you can see there is only one output from the graph,

[GitHub] [incubator-mxnet] kshitij12345 edited a comment on issue #15120: [bug] fix higher grad log

2019-06-05 Thread GitBox
kshitij12345 edited a comment on issue #15120: [bug] fix higher grad log URL: https://github.com/apache/incubator-mxnet/pull/15120#issuecomment-499290399 > @kshitij12345 The computation graph for the second backward pass makes sense to me. As you can see there is only one output from the

[GitHub] [incubator-mxnet] apeforest edited a comment on issue #15120: [bug] fix higher grad log

2019-06-05 Thread GitBox
apeforest edited a comment on issue #15120: [bug] fix higher grad log URL: https://github.com/apache/incubator-mxnet/pull/15120#issuecomment-499192329 I did some more probing. I think the reason that head_grads.grad being all zeros is the variable head_grads was not specified during the

[GitHub] [incubator-mxnet] lanking520 closed issue #14152: data layer grad problem

2019-06-05 Thread GitBox
lanking520 closed issue #14152: data layer grad problem URL: https://github.com/apache/incubator-mxnet/issues/14152 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub

[GitHub] [incubator-mxnet] lanking520 commented on issue #14152: data layer grad problem

2019-06-05 Thread GitBox
lanking520 commented on issue #14152: data layer grad problem URL: https://github.com/apache/incubator-mxnet/issues/14152#issuecomment-499240866 @songziqin Close this issue due to inactivity. Please feel free to reopen if you are still facing the same problems.

[GitHub] [incubator-mxnet] apeforest edited a comment on issue #15120: [bug] fix higher grad log

2019-06-05 Thread GitBox
apeforest edited a comment on issue #15120: [bug] fix higher grad log URL: https://github.com/apache/incubator-mxnet/pull/15120#issuecomment-499170409 @kshitij12345 I have some question about the equation `expected_head_grad = (grad_op(x) * head_grad_grads).asnumpy()` in your test.

[GitHub] [incubator-mxnet] roywei commented on a change in pull request #15128: update LICENSE

2019-06-05 Thread GitBox
roywei commented on a change in pull request #15128: update LICENSE URL: https://github.com/apache/incubator-mxnet/pull/15128#discussion_r290935384 ## File path: LICENSE ## @@ -349,6 +350,19 @@ Copyright 2012 Continuum Analytics, Inc. +

[GitHub] [incubator-mxnet] roywei commented on a change in pull request #15128: update LICENSE

2019-06-05 Thread GitBox
roywei commented on a change in pull request #15128: update LICENSE URL: https://github.com/apache/incubator-mxnet/pull/15128#discussion_r290935193 ## File path: LICENSE ## @@ -276,6 +276,7 @@ Copyright (c) 2015 by Contributors Copyright 1984, 1987,

[GitHub] [incubator-mxnet] apeforest commented on a change in pull request #15156: fix kvstore nightly failure

2019-06-05 Thread GitBox
apeforest commented on a change in pull request #15156: fix kvstore nightly failure URL: https://github.com/apache/incubator-mxnet/pull/15156#discussion_r290965138 ## File path: docs/tutorials/python/kvstore.md ## @@ -86,7 +86,7 @@ print(a.asnumpy()) `[[ 4. 4. 4.],[ 4.

[GitHub] [incubator-mxnet] eric-haibin-lin commented on a change in pull request #15156: fix kvstore nightly failure

2019-06-05 Thread GitBox
eric-haibin-lin commented on a change in pull request #15156: fix kvstore nightly failure URL: https://github.com/apache/incubator-mxnet/pull/15156#discussion_r290968140 ## File path: docs/tutorials/python/kvstore.md ## @@ -86,7 +86,7 @@ print(a.asnumpy()) `[[ 4. 4.

[GitHub] [incubator-mxnet] anirudh2290 commented on issue #15084: MXNet GPU MKLDNN Build failure

2019-06-05 Thread GitBox
anirudh2290 commented on issue #15084: MXNet GPU MKLDNN Build failure URL: https://github.com/apache/incubator-mxnet/issues/15084#issuecomment-499327579 Alright I was able to reproduce the issue with my commit and I was able to fix it on the commit when using ar version 2.27: GNU ar (GNU

[GitHub] [incubator-mxnet] apeforest commented on a change in pull request #14613: [MXNET-978] Second order gradient support for some unary operators

2019-06-05 Thread GitBox
apeforest commented on a change in pull request #14613: [MXNET-978] Second order gradient support for some unary operators URL: https://github.com/apache/incubator-mxnet/pull/14613#discussion_r290914583 ## File path: tests/python/unittest/test_higher_order_grad.py ## @@

[GitHub] [incubator-mxnet] larroy commented on issue #15109: [DOC] refine autograd docs

2019-06-05 Thread GitBox
larroy commented on issue #15109: [DOC] refine autograd docs URL: https://github.com/apache/incubator-mxnet/pull/15109#issuecomment-499246474 https://github.com/apache/incubator-mxnet/pull/15120 This is an automated message

[GitHub] [incubator-mxnet] larroy commented on issue #15109: [DOC] refine autograd docs

2019-06-05 Thread GitBox
larroy commented on issue #15109: [DOC] refine autograd docs URL: https://github.com/apache/incubator-mxnet/pull/15109#issuecomment-499246408 @kshitij12345 This is an automated message from the Apache Git Service. To respond

[GitHub] [incubator-mxnet] anirudh2290 commented on issue #15084: MXNet GPU MKLDNN Build failure

2019-06-05 Thread GitBox
anirudh2290 commented on issue #15084: MXNet GPU MKLDNN Build failure URL: https://github.com/apache/incubator-mxnet/issues/15084#issuecomment-499275258 I tried again with ``` make DEV=1 ENABLE_TESTCOVERAGE=1 USE_CPP_PACKAGE=1 USE_BLAS=openblas USE_CUDA=1

[GitHub] [incubator-mxnet] aaronmarkham closed issue #14507: model links data.dmlc.ml are broken

2019-06-05 Thread GitBox
aaronmarkham closed issue #14507: model links data.dmlc.ml are broken URL: https://github.com/apache/incubator-mxnet/issues/14507 This is an automated message from the Apache Git Service. To respond to the message, please

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

2019-06-05 Thread marcoabreu
This is an automated email from the ASF dual-hosted git repository. marcoabreu 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 3d87d18 Bump the publish

[GitHub] [incubator-mxnet] apeforest commented on a change in pull request #15120: [bug] fix higher grad log

2019-06-05 Thread GitBox
apeforest commented on a change in pull request #15120: [bug] fix higher grad log URL: https://github.com/apache/incubator-mxnet/pull/15120#discussion_r290902233 ## File path: tests/python/unittest/test_higher_order_grad.py ## @@ -27,52 +27,79 @@ def test_log(): def

[GitHub] [incubator-mxnet] lanking520 commented on issue #14795: c++ and python inference give different result with params trained on python

2019-06-05 Thread GitBox
lanking520 commented on issue #14795: c++ and python inference give different result with params trained on python URL: https://github.com/apache/incubator-mxnet/issues/14795#issuecomment-499240045 @hallazie Close it for now since the question has been answered. Please feel free to

[GitHub] [incubator-mxnet] abhinavs95 commented on issue #13135: [Python] CUDNN error from 3D deconvolution

2019-06-05 Thread GitBox
abhinavs95 commented on issue #13135: [Python] CUDNN error from 3D deconvolution URL: https://github.com/apache/incubator-mxnet/issues/13135#issuecomment-499240015 Reproducible in Ubuntu 16.04, mxnet 1.4.1, cuda 9.2, cudnn 7.3.1

[GitHub] [incubator-mxnet] lanking520 closed issue #14795: c++ and python inference give different result with params trained on python

2019-06-05 Thread GitBox
lanking520 closed issue #14795: c++ and python inference give different result with params trained on python URL: https://github.com/apache/incubator-mxnet/issues/14795 This is an automated message from the Apache Git

[GitHub] [incubator-mxnet] larroy commented on issue #15120: [bug] fix higher grad log

2019-06-05 Thread GitBox
larroy commented on issue #15120: [bug] fix higher grad log URL: https://github.com/apache/incubator-mxnet/pull/15120#issuecomment-499261023 > @kshitij12345 I have some question about the equation `expected_head_grad = (grad_op(x) * head_grad_grads).asnumpy()` in your test. > > My

[GitHub] [incubator-mxnet] larroy commented on issue #14779: Fully connected, higher order grad

2019-06-05 Thread GitBox
larroy commented on issue #14779: Fully connected, higher order grad URL: https://github.com/apache/incubator-mxnet/pull/14779#issuecomment-499270509 @apeforest @kshitij12345 This is an automated message from the Apache

[GitHub] [incubator-mxnet] larroy edited a comment on issue #14779: Fully connected, higher order grad

2019-06-05 Thread GitBox
larroy edited a comment on issue #14779: Fully connected, higher order grad URL: https://github.com/apache/incubator-mxnet/pull/14779#issuecomment-499270509 @apeforest @kshitij12345 please review This is an automated

[GitHub] [incubator-mxnet] Ishitori opened a new pull request #15158: [TUTORIAL] Add multiple GPUs training tutorial

2019-06-05 Thread GitBox
Ishitori opened a new pull request #15158: [TUTORIAL] Add multiple GPUs training tutorial URL: https://github.com/apache/incubator-mxnet/pull/15158 ## Description ## Add new tutorial about multigpu training using Gluon API.

[GitHub] [incubator-mxnet] kshitij12345 edited a comment on issue #15120: [bug] fix higher grad log

2019-06-05 Thread GitBox
kshitij12345 edited a comment on issue #15120: [bug] fix higher grad log URL: https://github.com/apache/incubator-mxnet/pull/15120#issuecomment-499271979 > @kshitij12345 I have some question about the equation `expected_head_grad = (grad_op(x) * head_grad_grads).asnumpy()` in your test.

[GitHub] [incubator-mxnet] apeforest commented on issue #15120: [bug] fix higher grad log

2019-06-05 Thread GitBox
apeforest commented on issue #15120: [bug] fix higher grad log URL: https://github.com/apache/incubator-mxnet/pull/15120#issuecomment-499287059 @kshitij12345 The computation graph for the second backward pass makes sense to me. As you can see there is only one output from the graph, that

[GitHub] [incubator-mxnet] kshitij12345 commented on a change in pull request #15120: [bug] fix higher grad log

2019-06-05 Thread GitBox
kshitij12345 commented on a change in pull request #15120: [bug] fix higher grad log URL: https://github.com/apache/incubator-mxnet/pull/15120#discussion_r290967427 ## File path: tests/python/unittest/test_higher_order_grad.py ## @@ -27,52 +27,79 @@ def test_log():

[GitHub] [incubator-mxnet] anirudh2290 commented on issue #15084: MXNet GPU MKLDNN Build failure

2019-06-05 Thread GitBox
anirudh2290 commented on issue #15084: MXNet GPU MKLDNN Build failure URL: https://github.com/apache/incubator-mxnet/issues/15084#issuecomment-499287179 This seems to be related to the archive utility ar bug: https://sourceware.org/bugzilla/show_bug.cgi?id=14625 . It has been fixed in a

[GitHub] [incubator-mxnet] szha closed issue #12460: Dynamic size will appear out of memory

2019-06-05 Thread GitBox
szha closed issue #12460: Dynamic size will appear out of memory URL: https://github.com/apache/incubator-mxnet/issues/12460 This is an automated message from the Apache Git Service. To respond to the message, please log on

[GitHub] [incubator-mxnet] kshitij12345 commented on a change in pull request #15120: [bug] fix higher grad log

2019-06-05 Thread GitBox
kshitij12345 commented on a change in pull request #15120: [bug] fix higher grad log URL: https://github.com/apache/incubator-mxnet/pull/15120#discussion_r290967879 ## File path: tests/python/unittest/test_higher_order_grad.py ## @@ -27,52 +27,79 @@ def test_log():

[GitHub] [incubator-mxnet] roywei commented on a change in pull request #15128: update LICENSE

2019-06-05 Thread GitBox
roywei commented on a change in pull request #15128: update LICENSE URL: https://github.com/apache/incubator-mxnet/pull/15128#discussion_r290973566 ## File path: example/gluon/style_transfer/dataset/download_dataset.py ## @@ -26,6 +26,8 @@ def unzip_file(filename,

[GitHub] [incubator-mxnet] stu1130 opened a new pull request #15161: [WIP] numpy max

2019-06-05 Thread GitBox
stu1130 opened a new pull request #15161: [WIP] numpy max URL: https://github.com/apache/incubator-mxnet/pull/15161 ## Description ## I'm still testing against gpu numpy amax operator ## Checklist ## ### Essentials ### Please feel free to remove inapplicable items for

[GitHub] [incubator-mxnet] apeforest commented on a change in pull request #14613: [MXNET-978] Second order gradient support for some unary operators

2019-06-05 Thread GitBox
apeforest commented on a change in pull request #14613: [MXNET-978] Second order gradient support for some unary operators URL: https://github.com/apache/incubator-mxnet/pull/14613#discussion_r290914583 ## File path: tests/python/unittest/test_higher_order_grad.py ## @@

[GitHub] [incubator-mxnet] larroy commented on issue #15109: [DOC] refine autograd docs

2019-06-05 Thread GitBox
larroy commented on issue #15109: [DOC] refine autograd docs URL: https://github.com/apache/incubator-mxnet/pull/15109#issuecomment-499246633 https://github.com/apache/incubator-mxnet/pull/14613 This is an automated message

[GitHub] [incubator-mxnet] roywei edited a comment on issue #15152: [CI][nightly] nightly test tutorial failure: test_tutorials.test_python_kvstore

2019-06-05 Thread GitBox
roywei edited a comment on issue #15152: [CI][nightly] nightly test tutorial failure: test_tutorials.test_python_kvstore URL: https://github.com/apache/incubator-mxnet/issues/15152#issuecomment-499193612 root cause is num of GPUs changed from 2 to 1. `NODE_LINUX_GPU` is G3.8x wiht 2 GPUs

[GitHub] [incubator-mxnet] leleamol commented on issue #14721: Random number generator seed setting does not always work for `mxnet.ndarray.linalg.potrf`

2019-06-05 Thread GitBox
leleamol commented on issue #14721: Random number generator seed setting does not always work for `mxnet.ndarray.linalg.potrf` URL: https://github.com/apache/incubator-mxnet/issues/14721#issuecomment-499258865 @mxnet-label-bot add [Pending Requester Info]

[GitHub] [incubator-mxnet] larroy edited a comment on issue #15120: [bug] fix higher grad log

2019-06-05 Thread GitBox
larroy edited a comment on issue #15120: [bug] fix higher grad log URL: https://github.com/apache/incubator-mxnet/pull/15120#issuecomment-499261023 > @kshitij12345 I have some question about the equation `expected_head_grad = (grad_op(x) * head_grad_grads).asnumpy()` in your test. >

[GitHub] [incubator-mxnet] anirudh2290 commented on issue #15032: FC with bias ndim > 1 fails with MKLDNN

2019-06-05 Thread GitBox
anirudh2290 commented on issue #15032: FC with bias ndim > 1 fails with MKLDNN URL: https://github.com/apache/incubator-mxnet/issues/15032#issuecomment-499329730 @pengzhao-intel @TaoLv Sorry for the late reply. Thanks for bringing up the documentation. Currnetly it core dumps and better

[GitHub] [incubator-mxnet] eric-haibin-lin closed issue #14073: Fp16 support for layernorm

2019-06-05 Thread GitBox
eric-haibin-lin closed issue #14073: Fp16 support for layernorm URL: https://github.com/apache/incubator-mxnet/issues/14073 This is an automated message from the Apache Git Service. To respond to the message, please log on

[GitHub] [incubator-mxnet] roywei commented on issue #15156: fix kvstore nightly failure

2019-06-05 Thread GitBox
roywei commented on issue #15156: fix kvstore nightly failure URL: https://github.com/apache/incubator-mxnet/pull/15156#issuecomment-499346802 @apeforest any more concerns? I have tested the following nightly job passed. ``` ci/build.py --docker-registry mxnetci --nvidiadocker

[GitHub] [incubator-mxnet] roywei commented on issue #15084: MXNet GPU MKLDNN Build failure

2019-06-05 Thread GitBox
roywei commented on issue #15084: MXNet GPU MKLDNN Build failure URL: https://github.com/apache/incubator-mxnet/issues/15084#issuecomment-499353950 Maybe we can add a script to upgrade the archive utility during the build stage of `GPU: MKLDNN`. This will ensure all auto-scaled machines

[GitHub] [incubator-mxnet] mxnet-label-bot commented on issue #15162: mxnet website should link the branding guidelines from apache incubator

2019-06-05 Thread GitBox
mxnet-label-bot commented on issue #15162: mxnet website should link the branding guidelines from apache incubator URL: https://github.com/apache/incubator-mxnet/issues/15162#issuecomment-499331969 Hey, this is the MXNet Label Bot. Thank you for submitting the issue! I will try and

[GitHub] [incubator-mxnet] szha opened a new issue #15162: mxnet website should link the branding guidelines from apache incubator

2019-06-05 Thread GitBox
szha opened a new issue #15162: mxnet website should link the branding guidelines from apache incubator URL: https://github.com/apache/incubator-mxnet/issues/15162 related guidelines: - http://apache.org/foundation/press/Project-PR-BrandGuidelines.pdf - Linked to from

[GitHub] [incubator-mxnet] roywei edited a comment on issue #15156: fix kvstore nightly failure

2019-06-05 Thread GitBox
roywei edited a comment on issue #15156: fix kvstore nightly failure URL: https://github.com/apache/incubator-mxnet/pull/15156#issuecomment-499346802 @apeforest any more concerns? I have documented the sum/aggregation behavior(only happens for >1 lists). I have also taken another look

[GitHub] [incubator-mxnet] apeforest commented on a change in pull request #15156: fix kvstore nightly failure

2019-06-05 Thread GitBox
apeforest commented on a change in pull request #15156: fix kvstore nightly failure URL: https://github.com/apache/incubator-mxnet/pull/15156#discussion_r291021519 ## File path: docs/tutorials/python/kvstore.md ## @@ -53,15 +53,11 @@ print(a.asnumpy()) The data for

[GitHub] [incubator-mxnet] apeforest commented on a change in pull request #15156: fix kvstore nightly failure

2019-06-05 Thread GitBox
apeforest commented on a change in pull request #15156: fix kvstore nightly failure URL: https://github.com/apache/incubator-mxnet/pull/15156#discussion_r291021519 ## File path: docs/tutorials/python/kvstore.md ## @@ -53,15 +53,11 @@ print(a.asnumpy()) The data for

[GitHub] [incubator-mxnet] roywei edited a comment on issue #15084: MXNet GPU MKLDNN Build failure

2019-06-05 Thread GitBox
roywei edited a comment on issue #15084: MXNet GPU MKLDNN Build failure URL: https://github.com/apache/incubator-mxnet/issues/15084#issuecomment-499353950 Maybe we can add a script to upgrade the archive utility during the [build

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

2019-06-05 Thread marcoabreu
This is an automated email from the ASF dual-hosted git repository. marcoabreu 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 2a6480c Bump the publish

<    1   2