[GitHub] [incubator-mxnet] zhreshold commented on issue #15673: [DOC] fix installation page cpu pip install

2019-07-26 Thread GitBox
zhreshold commented on issue #15673: [DOC] fix installation page cpu pip install URL: https://github.com/apache/incubator-mxnet/pull/15673#issuecomment-515653369 ![Screenshot from 2019-07-26

[GitHub] [incubator-mxnet] zhreshold opened a new pull request #15673: [DOC] fix installation page cpu pip install

2019-07-26 Thread GitBox
zhreshold opened a new pull request #15673: [DOC] fix installation page cpu pip install URL: https://github.com/apache/incubator-mxnet/pull/15673 ## Description ## Fix the wrong installation instruction for linux-cpu-pip This PR also removes the 1.4.0 version which is no longer

[GitHub] [incubator-mxnet] john- opened a new pull request #15672: Fix transform call in ImageFolderDataset

2019-07-26 Thread GitBox
john- opened a new pull request #15672: Fix transform call in ImageFolderDataset URL: https://github.com/apache/incubator-mxnet/pull/15672 ## Description ## Without this change I get the following (partial) error: Expected exactly one or two argument for an accessor of transform

[GitHub] [incubator-mxnet] ChaiBapchya commented on issue #15200: Broken Sidebar on website API for master

2019-07-26 Thread GitBox
ChaiBapchya commented on issue #15200: Broken Sidebar on website API for master URL: https://github.com/apache/incubator-mxnet/issues/15200#issuecomment-515643500 Yup. Went through the steps you mentioned, (breakpoints, comparison with previous version, debug) But missing the root

[GitHub] [incubator-mxnet] larroy commented on a change in pull request #15331: [fix] missing input log higher order.

2019-07-26 Thread GitBox
larroy commented on a change in pull request #15331: [fix] missing input log higher order. URL: https://github.com/apache/incubator-mxnet/pull/15331#discussion_r307949325 ## File path: src/operator/tensor/elemwise_unary_op_basic.cc ## @@ -1117,15 +1117,15 @@

[GitHub] [incubator-mxnet] larroy edited a comment on issue #15200: Broken Sidebar on website API for master

2019-07-26 Thread GitBox
larroy edited a comment on issue #15200: Broken Sidebar on website API for master URL: https://github.com/apache/incubator-mxnet/issues/15200#issuecomment-515640678 It's quite puzzling, I have look at many places, compared with 1.4.1 and don't find the root cause. We are using the

[GitHub] [incubator-mxnet] larroy commented on issue #15200: Broken Sidebar on website API for master

2019-07-26 Thread GitBox
larroy commented on issue #15200: Broken Sidebar on website API for master URL: https://github.com/apache/incubator-mxnet/issues/15200#issuecomment-515640678 It's quite puzzling, I have look at many places, compared with 1.4.1 and don't find the root cause.

[GitHub] [incubator-mxnet] ZhennanQin commented on issue #15670: Custom Operator Seg Fault

2019-07-26 Thread GitBox
ZhennanQin commented on issue #15670: Custom Operator Seg Fault URL: https://github.com/apache/incubator-mxnet/issues/15670#issuecomment-515640507 @Zha0q1 Thanks for reporting this. PR https://github.com/apache/incubator-mxnet/pull/15671 is created to fix this, your provided case can

[GitHub] [incubator-mxnet] ZhennanQin opened a new pull request #15671: Fix subgraph with custom_op

2019-07-26 Thread GitBox
ZhennanQin opened a new pull request #15671: Fix subgraph with custom_op URL: https://github.com/apache/incubator-mxnet/pull/15671 Should fix https://github.com/apache/incubator-mxnet/issues/15670 @pengzhao-intel @Zha0q1 ## Description ## (Brief description on what this PR

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

2019-07-26 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 0ae9ae6 Bump the publish

[GitHub] [incubator-mxnet] larroy edited a comment on issue #15200: Broken Sidebar on website API for master

2019-07-26 Thread GitBox
larroy edited a comment on issue #15200: Broken Sidebar on website API for master URL: https://github.com/apache/incubator-mxnet/issues/15200#issuecomment-515639596 I think the problem is in the generated html,is missing the element ul class "current" so the selector gets an empty text.

[GitHub] [incubator-mxnet] larroy commented on issue #15200: Broken Sidebar on website API for master

2019-07-26 Thread GitBox
larroy commented on issue #15200: Broken Sidebar on website API for master URL: https://github.com/apache/incubator-mxnet/issues/15200#issuecomment-515639596 I think the problem is in the generated html,is missing the element ul class "current" so the selector gets an empty text. Looks

[incubator-mxnet] branch master updated (7bc3db8 -> 6b22aa4)

2019-07-26 Thread kellen
This is an automated email from the ASF dual-hosted git repository. kellen pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git. from 7bc3db8 Bump Scala version to 1.6 (#15660) add 6b22aa4 handle fix_gamma in tensorrt subgraph

[GitHub] [incubator-mxnet] KellenSunderland merged pull request #15645: handle fix_gamma in tensorrt subgraph conversion correctly

2019-07-26 Thread GitBox
KellenSunderland merged pull request #15645: handle fix_gamma in tensorrt subgraph conversion correctly URL: https://github.com/apache/incubator-mxnet/pull/15645 This is an automated message from the Apache Git Service. To

[GitHub] [incubator-mxnet] larroy edited a comment on issue #15200: Broken Sidebar on website API for master

2019-07-26 Thread GitBox
larroy edited a comment on issue #15200: Broken Sidebar on website API for master URL: https://github.com/apache/incubator-mxnet/issues/15200#issuecomment-515629300 I think the problem is in sidebar.js that component is loaded dynamically in JS. It has to be debugged with the browser

[GitHub] [incubator-mxnet] larroy edited a comment on issue #15200: Broken Sidebar on website API for master

2019-07-26 Thread GitBox
larroy edited a comment on issue #15200: Broken Sidebar on website API for master URL: https://github.com/apache/incubator-mxnet/issues/15200#issuecomment-515629300 I think the problem is in sidebar.js that component is loaded dynamically in JS. It has to be debugged with the browser

[GitHub] [incubator-mxnet] Zha0q1 commented on issue #15670: Custom Operator Seg Fault

2019-07-26 Thread GitBox
Zha0q1 commented on issue #15670: Custom Operator Seg Fault URL: https://github.com/apache/incubator-mxnet/issues/15670#issuecomment-515629519 @mxnet-label-bot add [Bug] This is an automated message from the Apache Git

[GitHub] [incubator-mxnet] larroy edited a comment on issue #15200: Broken Sidebar on website API for master

2019-07-26 Thread GitBox
larroy edited a comment on issue #15200: Broken Sidebar on website API for master URL: https://github.com/apache/incubator-mxnet/issues/15200#issuecomment-515629300 I think the problem is in sidebar.js that component is loaded dynamically in JS.

[GitHub] [incubator-mxnet] Zha0q1 commented on issue #15670: Custom Operator Seg Fault

2019-07-26 Thread GitBox
Zha0q1 commented on issue #15670: Custom Operator Seg Fault URL: https://github.com/apache/incubator-mxnet/issues/15670#issuecomment-515629317 @PatricZhao @ZhennanQin This is an automated message from the Apache Git

[GitHub] [incubator-mxnet] larroy commented on issue #15200: Broken Sidebar on website API for master

2019-07-26 Thread GitBox
larroy commented on issue #15200: Broken Sidebar on website API for master URL: https://github.com/apache/incubator-mxnet/issues/15200#issuecomment-515629300 I think the problem is in sidebar.js that component is loaded dynamically in JS, has to be debugged. Also layout.html is somehow

[GitHub] [incubator-mxnet] Zha0q1 opened a new issue #15670: Custom Operator Seg Fault

2019-07-26 Thread GitBox
Zha0q1 opened a new issue #15670: Custom Operator Seg Fault URL: https://github.com/apache/incubator-mxnet/issues/15670 After this PR: https://github.com/apache/incubator-mxnet/pull/15518, custom operators will seg fault in symbolic mode. I have created a script to reproduce the issue

[GitHub] [incubator-mxnet] mxnet-label-bot commented on issue #15670: Custom Operator Seg Fault

2019-07-26 Thread GitBox
mxnet-label-bot commented on issue #15670: Custom Operator Seg Fault URL: https://github.com/apache/incubator-mxnet/issues/15670#issuecomment-515628670 Hey, this is the MXNet Label Bot. Thank you for submitting the issue! I will try and suggest some labels so that the appropriate

[GitHub] [incubator-mxnet] mseth10 commented on a change in pull request #15489: Dynamic Library Loading Support

2019-07-26 Thread GitBox
mseth10 commented on a change in pull request #15489: Dynamic Library Loading Support URL: https://github.com/apache/incubator-mxnet/pull/15489#discussion_r307935967 ## File path: src/common/library.cc ## @@ -0,0 +1,73 @@ +/* + * Licensed to the Apache Software Foundation

[GitHub] [incubator-mxnet] samskalicky commented on a change in pull request #15489: Dynamic Library Loading Support

2019-07-26 Thread GitBox
samskalicky commented on a change in pull request #15489: Dynamic Library Loading Support URL: https://github.com/apache/incubator-mxnet/pull/15489#discussion_r307935371 ## File path: include/mxnet/lib_api.h ## @@ -0,0 +1,47 @@ +/* + * Licensed to the Apache Software

[GitHub] [incubator-mxnet] abhinavs95 commented on issue #14838: regression from cudnn upgrade from 7.3.1 to 7.5.0

2019-07-26 Thread GitBox
abhinavs95 commented on issue #14838: regression from cudnn upgrade from 7.3.1 to 7.5.0 URL: https://github.com/apache/incubator-mxnet/issues/14838#issuecomment-515618542 Hi @ptrendx did you get a chance to look into this?

[GitHub] [incubator-mxnet] ChaiBapchya commented on issue #15603: Flaky test test_operator_gpu.test_convolution_independent_gradients

2019-07-26 Thread GitBox
ChaiBapchya commented on issue #15603: Flaky test test_operator_gpu.test_convolution_independent_gradients URL: https://github.com/apache/incubator-mxnet/issues/15603#issuecomment-515615162 #15522 Same as above (noting just for reference)

[GitHub] [incubator-mxnet] zhanghang1989 commented on issue #11502: [MXNET-614] Adding Synchronized Batch Normalization

2019-07-26 Thread GitBox
zhanghang1989 commented on issue #11502: [MXNET-614] Adding Synchronized Batch Normalization URL: https://github.com/apache/incubator-mxnet/pull/11502#issuecomment-515614555 > How to use it? https://github.com/apache/incubator-mxnet/pull/11502#issuecomment-424058490

[GitHub] [incubator-mxnet] sandeep-krishnamurthy commented on issue #15636: Benchmark/opperf on CPU

2019-07-26 Thread GitBox
sandeep-krishnamurthy commented on issue #15636: Benchmark/opperf on CPU URL: https://github.com/apache/incubator-mxnet/issues/15636#issuecomment-515613776 cc: @ChaiBapchya This is an automated message from the Apache Git

[GitHub] [incubator-mxnet] ChaiBapchya commented on issue #15603: Flaky test test_operator_gpu.test_convolution_independent_gradients

2019-07-26 Thread GitBox
ChaiBapchya commented on issue #15603: Flaky test test_operator_gpu.test_convolution_independent_gradients URL: https://github.com/apache/incubator-mxnet/issues/15603#issuecomment-515612816 #15661 Failed 20 h ago (PR to skip it was merged later.)

[GitHub] [incubator-mxnet] zachgk commented on issue #15669: pypi manylinux1 is not manylinux1

2019-07-26 Thread GitBox
zachgk commented on issue #15669: pypi manylinux1 is not manylinux1 URL: https://github.com/apache/incubator-mxnet/issues/15669#issuecomment-515612182 Right now, we build to be compatible with CentOS 7. We should switch to tagging it appropriately, but PyPI only supports `manylinux1` for

[GitHub] [incubator-mxnet] ptrendx commented on a change in pull request #15285: Graph dumper

2019-07-26 Thread GitBox
ptrendx commented on a change in pull request #15285: Graph dumper URL: https://github.com/apache/incubator-mxnet/pull/15285#discussion_r307919949 ## File path: src/nnvm/graph_dump.cc ## @@ -0,0 +1,83 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under

[GitHub] [incubator-mxnet] larroy commented on a change in pull request #15285: Graph dumper

2019-07-26 Thread GitBox
larroy commented on a change in pull request #15285: Graph dumper URL: https://github.com/apache/incubator-mxnet/pull/15285#discussion_r307917983 ## File path: src/nnvm/graph_dump.cc ## @@ -0,0 +1,83 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one

[GitHub] [incubator-mxnet] larroy commented on a change in pull request #15285: Graph dumper

2019-07-26 Thread GitBox
larroy commented on a change in pull request #15285: Graph dumper URL: https://github.com/apache/incubator-mxnet/pull/15285#discussion_r307917983 ## File path: src/nnvm/graph_dump.cc ## @@ -0,0 +1,83 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one

[GitHub] [incubator-mxnet] junrushao1994 commented on a change in pull request #15489: Dynamic Library Loading Support

2019-07-26 Thread GitBox
junrushao1994 commented on a change in pull request #15489: Dynamic Library Loading Support URL: https://github.com/apache/incubator-mxnet/pull/15489#discussion_r307915557 ## File path: include/mxnet/lib_api.h ## @@ -0,0 +1,47 @@ +/* + * Licensed to the Apache Software

[GitHub] [incubator-mxnet] eric-haibin-lin edited a comment on issue #15037: use MXNET_SAFE_ACCUMULATION for softmax accumulator

2019-07-26 Thread GitBox
eric-haibin-lin edited a comment on issue #15037: use MXNET_SAFE_ACCUMULATION for softmax accumulator URL: https://github.com/apache/incubator-mxnet/pull/15037#issuecomment-515604013 @nswamy says it causes regression and backward compatibility should be kept

[GitHub] [incubator-mxnet] eric-haibin-lin commented on issue #15037: use MXNET_SAFE_ACCUMULATION for softmax accumulator

2019-07-26 Thread GitBox
eric-haibin-lin commented on issue #15037: use MXNET_SAFE_ACCUMULATION for softmax accumulator URL: https://github.com/apache/incubator-mxnet/pull/15037#issuecomment-515604013 @nswamy says it cause regression and backward compatibility should be kept

[GitHub] [incubator-mxnet] larroy commented on issue #15200: Broken Sidebar on website API for master

2019-07-26 Thread GitBox
larroy commented on issue #15200: Broken Sidebar on website API for master URL: https://github.com/apache/incubator-mxnet/issues/15200#issuecomment-515603550 I don't know much about sphinx. https://github.com/apache/incubator-mxnet/blob/master/docs/_static/mxnet-theme/layout.html

[GitHub] [incubator-mxnet] marcoabreu closed pull request #14470: Bug fixed: https://github.com/apache/incubator-mxnet/issues/13485

2019-07-26 Thread GitBox
marcoabreu closed pull request #14470: Bug fixed: https://github.com/apache/incubator-mxnet/issues/13485 URL: https://github.com/apache/incubator-mxnet/pull/14470 This is an automated message from the Apache Git Service. To

[GitHub] [incubator-mxnet] rondogency commented on a change in pull request #15489: Dynamic Library Loading Support

2019-07-26 Thread GitBox
rondogency commented on a change in pull request #15489: Dynamic Library Loading Support URL: https://github.com/apache/incubator-mxnet/pull/15489#discussion_r307912199 ## File path: example/lib_api/libtest.cc ## @@ -0,0 +1,77 @@ +/* + * Licensed to the Apache Software

[GitHub] [incubator-mxnet] rondogency commented on a change in pull request #15489: Dynamic Library Loading Support

2019-07-26 Thread GitBox
rondogency commented on a change in pull request #15489: Dynamic Library Loading Support URL: https://github.com/apache/incubator-mxnet/pull/15489#discussion_r307911877 ## File path: example/lib_api/test.py ## @@ -0,0 +1,27 @@ +# Licensed to the Apache Software Foundation

[GitHub] [incubator-mxnet] ChaiBapchya commented on issue #15200: Broken Sidebar on website API for master

2019-07-26 Thread GitBox
ChaiBapchya commented on issue #15200: Broken Sidebar on website API for master URL: https://github.com/apache/incubator-mxnet/issues/15200#issuecomment-515601721 @aaronmarkham > I noticed that the content is in the page, but not visible Well. I tried to compare the working

[GitHub] [incubator-mxnet] abhinavs95 commented on issue #14470: Bug fixed: https://github.com/apache/incubator-mxnet/issues/13485

2019-07-26 Thread GitBox
abhinavs95 commented on issue #14470: Bug fixed: https://github.com/apache/incubator-mxnet/issues/13485 URL: https://github.com/apache/incubator-mxnet/pull/14470#issuecomment-515601582 Can a committer close this? There has been no response from the requester for more than 4 months.

[GitHub] [incubator-mxnet] lanking520 merged pull request #15660: Bump Scala version to 1.6

2019-07-26 Thread GitBox
lanking520 merged pull request #15660: Bump Scala version to 1.6 URL: https://github.com/apache/incubator-mxnet/pull/15660 This is an automated message from the Apache Git Service. To respond to the message, please log on to

[GitHub] [incubator-mxnet] abhinavs95 commented on issue #15480: [MXNET-978] [WIP] Higher Order Gradient Support `elemwise_mul`, `elemwise_div`.

2019-07-26 Thread GitBox
abhinavs95 commented on issue #15480: [MXNET-978] [WIP] Higher Order Gradient Support `elemwise_mul`, `elemwise_div`. URL: https://github.com/apache/incubator-mxnet/pull/15480#issuecomment-515598928 Adding WIP tag since its there in the title @mxnet-label-bot add [Operator, Backend,

[incubator-mxnet] branch master updated (c310763 -> 7bc3db8)

2019-07-26 Thread lanking
This is an automated email from the ASF dual-hosted git repository. lanking pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git. from c310763 update profiler tutorial (#15580) add 7bc3db8 Bump Scala version to 1.6 (#15660) No new

[GitHub] [incubator-mxnet] abhinavs95 commented on issue #15037: use MXNET_SAFE_ACCUMULATION for softmax accumulator

2019-07-26 Thread GitBox
abhinavs95 commented on issue #15037: use MXNET_SAFE_ACCUMULATION for softmax accumulator URL: https://github.com/apache/incubator-mxnet/pull/15037#issuecomment-515597366 @szha why is the default value for MXNET_SAFE_ACCUMULATE=0? When training a word language model (from #14722 ) I'm

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

2019-07-26 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 2f0225b Bump the publish

[GitHub] [incubator-mxnet] chargrnv opened a new issue #15669: pypi manylinux1 is not manylinux1

2019-07-26 Thread GitBox
chargrnv opened a new issue #15669: pypi manylinux1 is not manylinux1 URL: https://github.com/apache/incubator-mxnet/issues/15669 ## Description manylinux1 package that is published is not manylinux1. OSError: /lib64/libc.so.6: version `GLIBC_2.16' not found

[GitHub] [incubator-mxnet] mxnet-label-bot commented on issue #15669: pypi manylinux1 is not manylinux1

2019-07-26 Thread GitBox
mxnet-label-bot commented on issue #15669: pypi manylinux1 is not manylinux1 URL: https://github.com/apache/incubator-mxnet/issues/15669#issuecomment-515594133 Hey, this is the MXNet Label Bot. Thank you for submitting the issue! I will try and suggest some labels so that the

[GitHub] [incubator-mxnet] sxjscience commented on a change in pull request #14779: Fully connected, higher order grad

2019-07-26 Thread GitBox
sxjscience commented on a change in pull request #14779: Fully connected, higher order grad URL: https://github.com/apache/incubator-mxnet/pull/14779#discussion_r307903135 ## File path: src/operator/nn/fully_connected-inl.h ## @@ -249,6 +285,114 @@ void

[GitHub] [incubator-mxnet] szha commented on issue #15613: [Discussion] 1.5.1 Patch Release

2019-07-26 Thread GitBox
szha commented on issue #15613: [Discussion] 1.5.1 Patch Release URL: https://github.com/apache/incubator-mxnet/issues/15613#issuecomment-515587581 @samskalicky thanks for starting the discussion. @PatricZhao @TaoLv could you drive this release?

[GitHub] [incubator-mxnet] ChaiBapchya commented on issue #15641: update website for 1.5.0

2019-07-26 Thread GitBox
ChaiBapchya commented on issue #15641: update website for 1.5.0 URL: https://github.com/apache/incubator-mxnet/pull/15641#issuecomment-515583870 the reason why ``` $ pip install mxnet==1.4.0 ``` continues to exist is because for some weird reason only that particular div

[GitHub] [incubator-mxnet] sandeep-krishnamurthy commented on issue #13143: [MXNET-1206] Support NDArray indexing with None and Ellipsis

2019-07-26 Thread GitBox
sandeep-krishnamurthy commented on issue #13143: [MXNET-1206] Support NDArray indexing with None and Ellipsis URL: https://github.com/apache/incubator-mxnet/pull/13143#issuecomment-515579630 FYI - @apeforest @access2rohit

[GitHub] [incubator-mxnet] ptrendx commented on a change in pull request #15285: Graph dumper

2019-07-26 Thread GitBox
ptrendx commented on a change in pull request #15285: Graph dumper URL: https://github.com/apache/incubator-mxnet/pull/15285#discussion_r307887745 ## File path: src/nnvm/graph_dump.cc ## @@ -0,0 +1,83 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under

[GitHub] [incubator-mxnet] vishaalkapoor commented on a change in pull request #15668: [WIP] Separate Jenkins docs pipelines per language

2019-07-26 Thread GitBox
vishaalkapoor commented on a change in pull request #15668: [WIP] Separate Jenkins docs pipelines per language URL: https://github.com/apache/incubator-mxnet/pull/15668#discussion_r307885336 ## File path: ci/docker/runtime_functions.sh ## @@ -1442,6 +1413,67 @@

[GitHub] [incubator-mxnet] larroy commented on a change in pull request #15285: Graph dumper

2019-07-26 Thread GitBox
larroy commented on a change in pull request #15285: Graph dumper URL: https://github.com/apache/incubator-mxnet/pull/15285#discussion_r307885347 ## File path: src/nnvm/graph_dump.cc ## @@ -0,0 +1,83 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one

[GitHub] [incubator-mxnet] vishaalkapoor commented on a change in pull request #15668: [WIP] Separate Jenkins docs pipelines per language

2019-07-26 Thread GitBox
vishaalkapoor commented on a change in pull request #15668: [WIP] Separate Jenkins docs pipelines per language URL: https://github.com/apache/incubator-mxnet/pull/15668#discussion_r307885336 ## File path: ci/docker/runtime_functions.sh ## @@ -1442,6 +1413,67 @@

[GitHub] [incubator-mxnet] larroy commented on a change in pull request #15285: Graph dumper

2019-07-26 Thread GitBox
larroy commented on a change in pull request #15285: Graph dumper URL: https://github.com/apache/incubator-mxnet/pull/15285#discussion_r307885174 ## File path: src/nnvm/graph_dump.cc ## @@ -0,0 +1,83 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one

[GitHub] [incubator-mxnet] abhinavs95 commented on issue #15630: [DO NOT REVIEW] [DO NOT MERGE] Numpy branch trial build

2019-07-26 Thread GitBox
abhinavs95 commented on issue #15630: [DO NOT REVIEW] [DO NOT MERGE] Numpy branch trial build URL: https://github.com/apache/incubator-mxnet/pull/15630#issuecomment-515573179 @mxnet-label-bot add [numpy] This is an automated

[GitHub] [incubator-mxnet] abhinavs95 commented on issue #15617: Remove myself from CODEOWNERS

2019-07-26 Thread GitBox
abhinavs95 commented on issue #15617: Remove myself from CODEOWNERS URL: https://github.com/apache/incubator-mxnet/pull/15617#issuecomment-515573739 @mxnet-label-bot add [pr-awaiting-review] This is an automated message from

[GitHub] [incubator-mxnet] abhinavs95 commented on issue #15668: [WIP] Separate Jenkins docs pipelines per language

2019-07-26 Thread GitBox
abhinavs95 commented on issue #15668: [WIP] Separate Jenkins docs pipelines per language URL: https://github.com/apache/incubator-mxnet/pull/15668#issuecomment-515573555 @mxnet-label-bot add [CI, Doc, pr-work-in-progress]

[GitHub] [incubator-mxnet] larroy commented on a change in pull request #15285: Graph dumper

2019-07-26 Thread GitBox
larroy commented on a change in pull request #15285: Graph dumper URL: https://github.com/apache/incubator-mxnet/pull/15285#discussion_r307881582 ## File path: include/mxnet/imperative.h ## @@ -191,6 +191,7 @@ class Imperative { std::atomic variable_count_{0}; /*!

[GitHub] [incubator-mxnet] abhinavs95 commented on issue #15660: Bump Scala version to 1.6

2019-07-26 Thread GitBox
abhinavs95 commented on issue #15660: Bump Scala version to 1.6 URL: https://github.com/apache/incubator-mxnet/pull/15660#issuecomment-515572272 @mxnet-label-bot add [Scala] This is an automated message from the Apache Git

[GitHub] [incubator-mxnet] aaronmarkham opened a new pull request #15668: [WIP] Separate Jenkins docs pipelines per language

2019-07-26 Thread GitBox
aaronmarkham opened a new pull request #15668: [WIP] Separate Jenkins docs pipelines per language URL: https://github.com/apache/incubator-mxnet/pull/15668 ## Description ## Break out each docs package generation to separate pipelines.

[GitHub] [incubator-mxnet] larroy commented on a change in pull request #15285: Graph dumper

2019-07-26 Thread GitBox
larroy commented on a change in pull request #15285: Graph dumper URL: https://github.com/apache/incubator-mxnet/pull/15285#discussion_r307881165 ## File path: src/nnvm/graph_dump.h ## @@ -0,0 +1,43 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + *

[GitHub] [incubator-mxnet] larroy commented on a change in pull request #15285: Graph dumper

2019-07-26 Thread GitBox
larroy commented on a change in pull request #15285: Graph dumper URL: https://github.com/apache/incubator-mxnet/pull/15285#discussion_r307881219 ## File path: src/nnvm/graph_dump.cc ## @@ -0,0 +1,83 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one

[GitHub] [incubator-mxnet] abhinavs95 edited a comment on issue #15661: [OpPerf] PDF Random ops fix

2019-07-26 Thread GitBox
abhinavs95 edited a comment on issue #15661: [OpPerf] PDF Random ops fix URL: https://github.com/apache/incubator-mxnet/pull/15661#issuecomment-515572009 @mxnet-label-bot add [Performance, pr-awaiting-review] This is an

[GitHub] [incubator-mxnet] abhinavs95 commented on issue #15664: add int8 bn mkldnn implementation and test

2019-07-26 Thread GitBox
abhinavs95 commented on issue #15664: add int8 bn mkldnn implementation and test URL: https://github.com/apache/incubator-mxnet/pull/15664#issuecomment-515571424 @mxnet-label-bot add [mkldnn, Backend, pr-awaiting-review] This

[GitHub] [incubator-mxnet] larroy commented on a change in pull request #14779: Fully connected, higher order grad

2019-07-26 Thread GitBox
larroy commented on a change in pull request #14779: Fully connected, higher order grad URL: https://github.com/apache/incubator-mxnet/pull/14779#discussion_r307879732 ## File path: src/operator/nn/fully_connected-inl.h ## @@ -47,7 +48,24 @@ namespace fullc { enum

[GitHub] [incubator-mxnet] abhinavs95 commented on issue #15666: add deconv in TRT subgraph

2019-07-26 Thread GitBox
abhinavs95 commented on issue #15666: add deconv in TRT subgraph URL: https://github.com/apache/incubator-mxnet/pull/15666#issuecomment-515570731 @mxnet-label-bot add [Backend, pr-awaiting-review] This is an automated message

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

2019-07-26 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 8ff448a Bump the publish

[GitHub] [incubator-mxnet] access2rohit commented on issue #15667: CI/CD: mxnet-validation windows-gpu terminating

2019-07-26 Thread GitBox
access2rohit commented on issue #15667: CI/CD: mxnet-validation windows-gpu terminating URL: https://github.com/apache/incubator-mxnet/issues/15667#issuecomment-515567316 @mxnet-label-bot add [CI] This is an automated

[GitHub] [incubator-mxnet] mxnet-label-bot commented on issue #15667: CI/CD: mxnet-validation windows-gpu terminating

2019-07-26 Thread GitBox
mxnet-label-bot commented on issue #15667: CI/CD: mxnet-validation windows-gpu terminating URL: https://github.com/apache/incubator-mxnet/issues/15667#issuecomment-515567046 Hey, this is the MXNet Label Bot. Thank you for submitting the issue! I will try and suggest some labels

[incubator-mxnet] 40/42: [Numpy] Numpy hstack (#15302)

2019-07-26 Thread haoj
This is an automated email from the ASF dual-hosted git repository. haoj pushed a commit to branch numpy in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git commit 1beb70db78837a897f6546282e47d14cd29920b0 Author: Mike AuthorDate: Sat Jul 13 01:08:11 2019 +0800 [Numpy]

[incubator-mxnet] 33/42: [numpy][doc-fix] sum, copy, tile, argmax, sign, log, degrees (#15382)

2019-07-26 Thread haoj
This is an automated email from the ASF dual-hosted git repository. haoj pushed a commit to branch numpy in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git commit fe15eb3e51500c027ce988dcad536f2c4ce8a140 Author: Zoey Xinyi Ge <33736316+zoey...@users.noreply.github.com>

[incubator-mxnet] 41/42: Numpy Tensordot Operator (#15349)

2019-07-26 Thread haoj
This is an automated email from the ASF dual-hosted git repository. haoj pushed a commit to branch numpy in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git commit 31fbd2f4dd462ebe01317dae8431d69a7f0db6e9 Author: ckt624 AuthorDate: Wed Jul 17 10:49:23 2019 +0800 Numpy

[incubator-mxnet] 27/42: numpy-compatible cumsum (#15309)

2019-07-26 Thread haoj
This is an automated email from the ASF dual-hosted git repository. haoj pushed a commit to branch numpy in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git commit 18daffecb20099aa0747b6d98e9bdf6a5b87833d Author: Hao Jin AuthorDate: Sun Jun 23 12:27:16 2019 +0800

[incubator-mxnet] 09/42: Change np_compat to np_shape

2019-07-26 Thread haoj
This is an automated email from the ASF dual-hosted git repository. haoj pushed a commit to branch numpy in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git commit fd0cb053e253cbf2d0cd498f79dec96ba30fe155 Author: reminisce AuthorDate: Sun May 26 22:41:28 2019 -0700 Change

[incubator-mxnet] 25/42: Numpy compatible multinomial (#15219)

2019-07-26 Thread haoj
This is an automated email from the ASF dual-hosted git repository. haoj pushed a commit to branch numpy in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git commit c81c12904795e6bf96112b3e6452e1504e0c691e Author: Jake Lee AuthorDate: Thu Jun 20 00:14:36 2019 -0700 Numpy

[incubator-mxnet] 11/42: Numpy-compatible stack (#15027)

2019-07-26 Thread haoj
This is an automated email from the ASF dual-hosted git repository. haoj pushed a commit to branch numpy in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git commit 1e567048630983eaee0b9ed05db4bd0c4f4e7121 Author: Hao Jin AuthorDate: Fri May 31 14:49:34 2019 -0700

[incubator-mxnet] 17/42: Fix (#15188)

2019-07-26 Thread haoj
This is an automated email from the ASF dual-hosted git repository. haoj pushed a commit to branch numpy in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git commit ab38acbdc38b12a05061411e7b1b8d7fbb913ea1 Author: reminisce AuthorDate: Sun Jun 9 08:56:16 2019 -0700 Fix

[incubator-mxnet] 14/42: numpy concatenate (#15104)

2019-07-26 Thread haoj
This is an automated email from the ASF dual-hosted git repository. haoj pushed a commit to branch numpy in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git commit 54543742ea89417a155d510c2a36d5f63dd9fdc0 Author: Hao Jin AuthorDate: Tue Jun 4 15:55:27 2019 -0700 numpy

[incubator-mxnet] 24/42: Numpy compatible max (#15161)

2019-07-26 Thread haoj
This is an automated email from the ASF dual-hosted git repository. haoj pushed a commit to branch numpy in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git commit 8e743904b4e76b29f61f2d5bb34f5dfaa272 Author: Jake Lee AuthorDate: Tue Jun 18 23:45:32 2019 -0700 Numpy

[incubator-mxnet] 22/42: [numpy] [DO NOT MERGE] Fix d2l chapters 9 and 13 (#15246)

2019-07-26 Thread haoj
This is an automated email from the ASF dual-hosted git repository. haoj pushed a commit to branch numpy in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git commit 011d66b0fe5f0f79368dd8559b4d306909c2e849 Author: reminisce AuthorDate: Mon Jun 17 00:24:58 2019 -0700

[incubator-mxnet] 39/42: numpy eye op (#15282)

2019-07-26 Thread haoj
This is an automated email from the ASF dual-hosted git repository. haoj pushed a commit to branch numpy in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git commit e080ceb049548b8628e2d756b646ee0bf9072612 Author: Jake Lee AuthorDate: Fri Jul 12 03:18:53 2019 -0700 numpy

[incubator-mxnet] 26/42: Numpy compatible linspace (#15256)

2019-07-26 Thread haoj
This is an automated email from the ASF dual-hosted git repository. haoj pushed a commit to branch numpy in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git commit d4b26e504b708b56fa7339d453971391965cfbb9 Author: Jake Lee AuthorDate: Thu Jun 20 10:39:30 2019 -0700 Numpy

[incubator-mxnet] 29/42: [numpy] Change d2l chapters cv and gan to use numpy (#15368)

2019-07-26 Thread haoj
This is an automated email from the ASF dual-hosted git repository. haoj pushed a commit to branch numpy in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git commit 1e415c7359aae9e4baf9d52b6245e194f9ba92ff Author: reminisce AuthorDate: Wed Jun 26 20:35:06 2019 -0700

[incubator-mxnet] 18/42: fix for chapter6 conv nn (#15224)

2019-07-26 Thread haoj
This is an automated email from the ASF dual-hosted git repository. haoj pushed a commit to branch numpy in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git commit b26abdc7783aeae118a3e8c96d75b14e7d2b2f51 Author: Hao Jin AuthorDate: Wed Jun 12 16:17:47 2019 -0700 fix for

[incubator-mxnet] 42/42: Fix build failure

2019-07-26 Thread haoj
This is an automated email from the ASF dual-hosted git repository. haoj pushed a commit to branch numpy in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git commit 47f4cd39a279d2c14d4b590d64fc0099695b7c1e Author: reminisce AuthorDate: Wed Jul 17 13:14:27 2019 +0800 Fix

[incubator-mxnet] 15/42: [WIP][numpy] Fix for D2L Chapters 2/3/4 (#15139)

2019-07-26 Thread haoj
This is an automated email from the ASF dual-hosted git repository. haoj pushed a commit to branch numpy in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git commit a7203a253e8a7f07be6a25bef7d6e929168ace38 Author: reminisce AuthorDate: Tue Jun 4 22:55:10 2019 -0700

[incubator-mxnet] 21/42: Numpy-compatible split (#15049)

2019-07-26 Thread haoj
This is an automated email from the ASF dual-hosted git repository. haoj pushed a commit to branch numpy in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git commit fff4a912b331a96cb4a4877f97930e420024f5ba Author: Hao Jin AuthorDate: Mon Jun 17 12:27:51 2019 +0800

[incubator-mxnet] 20/42: fix for ch11 (#15244)

2019-07-26 Thread haoj
This is an automated email from the ASF dual-hosted git repository. haoj pushed a commit to branch numpy in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git commit 4b2efb13214a4736e3bd551cc2185f197032da95 Author: Hao Jin AuthorDate: Fri Jun 14 14:26:36 2019 -0700 fix for

[incubator-mxnet] 28/42: [numpy] Misc fix for other chapters (#15332)

2019-07-26 Thread haoj
This is an automated email from the ASF dual-hosted git repository. haoj pushed a commit to branch numpy in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git commit 0565405699403698573224b4d8fc01700cae87e5 Author: reminisce AuthorDate: Sun Jun 23 14:16:31 2019 -0700

[incubator-mxnet] 35/42: [numpy][doc-fix] zeros_like, linspace, reciprocal, square, and arcsin (#15377)

2019-07-26 Thread haoj
This is an automated email from the ASF dual-hosted git repository. haoj pushed a commit to branch numpy in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git commit 90518ddb6692c7bd0d9625f1c086120bff9e7f44 Author: Huang, Guangtai AuthorDate: Thu Jul 4 16:48:51 2019 +0800

[incubator-mxnet] 31/42: [numpy] Fix several places in numpy (#15398)

2019-07-26 Thread haoj
This is an automated email from the ASF dual-hosted git repository. haoj pushed a commit to branch numpy in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git commit 39f3420a9ce697be73828c0b9fdac23a5514b468 Author: reminisce AuthorDate: Fri Jun 28 01:08:12 2019 -0700

[incubator-mxnet] 10/42: Temporarily disable test_amp

2019-07-26 Thread haoj
This is an automated email from the ASF dual-hosted git repository. haoj pushed a commit to branch numpy in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git commit 30e808e6735f7b2694963a1252e1f4197e9da972 Author: reminisce AuthorDate: Mon May 27 00:27:26 2019 -0700

[incubator-mxnet] 30/42: add doc for multinomial, dot, cumsum, clip, abs, exp, arctan (#15386)

2019-07-26 Thread haoj
This is an automated email from the ASF dual-hosted git repository. haoj pushed a commit to branch numpy in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git commit 13404d701dd26864868eec135c1a59683d0887e6 Author: Haozheng Fan AuthorDate: Fri Jun 28 11:54:59 2019 +0800 add

[incubator-mxnet] 13/42: [numpy] Fix np branch after rebase (#15086)

2019-07-26 Thread haoj
This is an automated email from the ASF dual-hosted git repository. haoj pushed a commit to branch numpy in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git commit 73cb5a62f8d8d47b9aae5f2bd1dbb86b3bdeabcb Author: reminisce AuthorDate: Sun Jun 2 10:37:15 2019 -0700 [numpy]

[incubator-mxnet] 36/42: Numpy Trace (#15258)

2019-07-26 Thread haoj
This is an automated email from the ASF dual-hosted git repository. haoj pushed a commit to branch numpy in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git commit cb8f4b6cf3f5214af875dc36a06b5e1b92de1c72 Author: Haozheng Fan AuthorDate: Tue Jul 9 17:05:49 2019 +0800

[incubator-mxnet] 34/42: [numpy][doc-fix] mean, transpose, stack, split, log2, rint and radians (#15370)

2019-07-26 Thread haoj
This is an automated email from the ASF dual-hosted git repository. haoj pushed a commit to branch numpy in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git commit ae00c517cb27b97c08f3b2ed13372562c4a51c83 Author: Mike AuthorDate: Wed Jul 3 17:16:32 2019 +0800

  1   2   >