[incubator-mxnet] branch numpy_staging_prs updated: numpy operator nonzero (#15838)

2019-09-22 Thread reminisce
This is an automated email from the ASF dual-hosted git repository. reminisce pushed a commit to branch numpy_staging_prs in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git The following commit(s) were added to refs/heads/numpy_staging_prs by this push: new c36819e

[GitHub] [incubator-mxnet] reminisce merged pull request #15838: [numpy] nonzero

2019-09-22 Thread GitBox
reminisce merged pull request #15838: [numpy] nonzero URL: https://github.com/apache/incubator-mxnet/pull/15838 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

[incubator-mxnet] branch numpy_staging_prs updated: numpy operator arctan2 (#15890)

2019-09-22 Thread reminisce
This is an automated email from the ASF dual-hosted git repository. reminisce pushed a commit to branch numpy_staging_prs in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git The following commit(s) were added to refs/heads/numpy_staging_prs by this push: new 6e2a58d

[GitHub] [incubator-mxnet] reminisce merged pull request #15890: [Numpy] operator arctan2

2019-09-22 Thread GitBox
reminisce merged pull request #15890: [Numpy] operator arctan2 URL: https://github.com/apache/incubator-mxnet/pull/15890 This is an automated message from the Apache Git Service. To respond to the message, please log on to

[GitHub] [incubator-mxnet] reminisce commented on issue #16247: [Feature request] mx.ndarray.any and mx.ndarray.all

2019-09-22 Thread GitBox
reminisce commented on issue #16247: [Feature request] mx.ndarray.any and mx.ndarray.all URL: https://github.com/apache/incubator-mxnet/issues/16247#issuecomment-533959215 These ops are included in NumPy Operator Coverage list but haven't been implemented yet.

[GitHub] [incubator-mxnet] reminisce commented on a change in pull request #15825: Numpy . add numpy op logspace

2019-09-22 Thread GitBox
reminisce commented on a change in pull request #15825: Numpy . add numpy op logspace URL: https://github.com/apache/incubator-mxnet/pull/15825#discussion_r326946349 ## File path: src/operator/numpy/np_init_op.h ## @@ -101,6 +102,64 @@ void IndicesCompute(const

[GitHub] [incubator-mxnet] reminisce commented on a change in pull request #15825: Numpy . add numpy op logspace

2019-09-22 Thread GitBox
reminisce commented on a change in pull request #15825: Numpy . add numpy op logspace URL: https://github.com/apache/incubator-mxnet/pull/15825#discussion_r326946493 ## File path: src/operator/numpy/np_init_op.h ## @@ -101,6 +102,64 @@ void IndicesCompute(const

[GitHub] [incubator-mxnet] reminisce commented on a change in pull request #15825: Numpy . add numpy op logspace

2019-09-22 Thread GitBox
reminisce commented on a change in pull request #15825: Numpy . add numpy op logspace URL: https://github.com/apache/incubator-mxnet/pull/15825#discussion_r326947082 ## File path: tests/python/unittest/test_numpy_op.py ## @@ -1951,13 +1951,77 @@ def get_grad_right(a1,

[GitHub] [incubator-mxnet] reminisce commented on a change in pull request #15825: Numpy . add numpy op logspace

2019-09-22 Thread GitBox
reminisce commented on a change in pull request #15825: Numpy . add numpy op logspace URL: https://github.com/apache/incubator-mxnet/pull/15825#discussion_r326945782 ## File path: tests/python/unittest/test_numpy_op.py ## @@ -1951,13 +1951,77 @@ def get_grad_right(a1,

[GitHub] [incubator-mxnet] mxnet-label-bot commented on issue #16247: [Feature request] mx.ndarray.any and mx.ndarray.all

2019-09-22 Thread GitBox
mxnet-label-bot commented on issue #16247: [Feature request] mx.ndarray.any and mx.ndarray.all URL: https://github.com/apache/incubator-mxnet/issues/16247#issuecomment-533957178 Hey, this is the MXNet Label Bot. Thank you for submitting the issue! I will try and suggest some labels

[GitHub] [incubator-mxnet] chinakook opened a new issue #16247: [Feature request] mx.ndarray.any and mx.ndarray.all

2019-09-22 Thread GitBox
chinakook opened a new issue #16247: [Feature request] mx.ndarray.any and mx.ndarray.all URL: https://github.com/apache/incubator-mxnet/issues/16247 I think numpy.any/numpy.all are both common used, so mx.ndarray.any and mx.ndarray.all should be implemented.

[incubator-mxnet] branch numpy_staging_prs created (now 7344c91)

2019-09-22 Thread reminisce
This is an automated email from the ASF dual-hosted git repository. reminisce pushed a change to branch numpy_staging_prs in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git. at 7344c91 numpy operator around (#16126) No new revisions were added by this update.

[GitHub] [incubator-mxnet] TaoLv commented on issue #16199: [mkldnn-v1.0] Add MKL-DNN BN

2019-09-22 Thread GitBox
TaoLv commented on issue #16199: [mkldnn-v1.0] Add MKL-DNN BN URL: https://github.com/apache/incubator-mxnet/pull/16199#issuecomment-533948170 Please try to enable below tests int tests/python/mkl/test_subgraph.py: - test_pos_single_conv - test_pos_conv_bn - test_neg_conv_bn

[GitHub] [incubator-mxnet] rongzha1 opened a new pull request #16246: [mkldnn-v1.0] Add MKL-DNN softmax

2019-09-22 Thread GitBox
rongzha1 opened a new pull request #16246: [mkldnn-v1.0] Add MKL-DNN softmax URL: https://github.com/apache/incubator-mxnet/pull/16246 ## Description ## (Brief description on what this PR is about) ## Checklist ## ### Essentials ### Please feel free to remove inapplicable

[GitHub] [incubator-mxnet] TaoLv commented on issue #16143: Failure of MKL-DNN Convolution from C API

2019-09-22 Thread GitBox
TaoLv commented on issue #16143: Failure of MKL-DNN Convolution from C API URL: https://github.com/apache/incubator-mxnet/issues/16143#issuecomment-533945302 @marcoabreu Do you have any suggestion about including @matteosal 's demo case as unit tests of MXNet? Where should I put the cpp

[GitHub] [incubator-mxnet] gyshi commented on issue #15825: Numpy . add numpy op logspace

2019-09-22 Thread GitBox
gyshi commented on issue #15825: Numpy . add numpy op logspace URL: https://github.com/apache/incubator-mxnet/pull/15825#issuecomment-533943404 @haojin2 @reminisce thx for reviewing This is an automated message from the

[incubator-mxnet] branch master updated (dccfc88 -> 7344c91)

2019-09-22 Thread reminisce
This is an automated email from the ASF dual-hosted git repository. reminisce pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git. from dccfc88 [Numpy]flip (#15819) add 7344c91 numpy operator around (#16126) No new revisions were

[GitHub] [incubator-mxnet] reminisce merged pull request #16126: [numpy] operator around

2019-09-22 Thread GitBox
reminisce merged pull request #16126: [numpy] operator around URL: https://github.com/apache/incubator-mxnet/pull/16126 This is an automated message from the Apache Git Service. To respond to the message, please log on to

[GitHub] [incubator-mxnet] wkcn commented on issue #16234: [MXNET-1426] Fix the wrong result of sum, mean, argmin, argmax when inputs contain inf or nan

2019-09-22 Thread GitBox
wkcn commented on issue #16234: [MXNET-1426] Fix the wrong result of sum, mean, argmin, argmax when inputs contain inf or nan URL: https://github.com/apache/incubator-mxnet/pull/16234#issuecomment-533940916 Hi @marcoabreu @access2rohit , could you please help take a review? The PR fixes

[GitHub] [incubator-mxnet] rongzha1 commented on a change in pull request #16221: [mkldnn-v1.0] Add MKL-DNN FC

2019-09-22 Thread GitBox
rongzha1 commented on a change in pull request #16221: [mkldnn-v1.0] Add MKL-DNN FC URL: https://github.com/apache/incubator-mxnet/pull/16221#discussion_r326931728 ## File path: src/operator/nn/mkldnn/mkldnn_fully_connected.cc ## @@ -339,37 +293,45 @@ void

[GitHub] [incubator-mxnet] rongzha1 commented on a change in pull request #16221: [mkldnn-v1.0] Add MKL-DNN FC

2019-09-22 Thread GitBox
rongzha1 commented on a change in pull request #16221: [mkldnn-v1.0] Add MKL-DNN FC URL: https://github.com/apache/incubator-mxnet/pull/16221#discussion_r326931494 ## File path: src/operator/nn/mkldnn/mkldnn_fully_connected.cc ## @@ -244,35 +198,35 @@ void

[GitHub] [incubator-mxnet] junrushao1994 commented on issue #16245: [Build][CMake] LIBOMP: Cannot find llvm-lit

2019-09-22 Thread GitBox
junrushao1994 commented on issue #16245: [Build][CMake] LIBOMP: Cannot find llvm-lit URL: https://github.com/apache/incubator-mxnet/issues/16245#issuecomment-533938135 Tried with the most recent HEAD (dccfc88f66d23366bd478ec42fd9b106ae74d2ad) the issue still exists.

[GitHub] [incubator-mxnet] ciyongch commented on a change in pull request #16221: [mkldnn-v1.0] Add MKL-DNN FC

2019-09-22 Thread GitBox
ciyongch commented on a change in pull request #16221: [mkldnn-v1.0] Add MKL-DNN FC URL: https://github.com/apache/incubator-mxnet/pull/16221#discussion_r326931187 ## File path: src/operator/nn/mkldnn/mkldnn_fully_connected.cc ## @@ -339,37 +293,45 @@ void

[GitHub] [incubator-mxnet] ciyongch commented on a change in pull request #16221: [mkldnn-v1.0] Add MKL-DNN FC

2019-09-22 Thread GitBox
ciyongch commented on a change in pull request #16221: [mkldnn-v1.0] Add MKL-DNN FC URL: https://github.com/apache/incubator-mxnet/pull/16221#discussion_r326930913 ## File path: src/operator/nn/mkldnn/mkldnn_fully_connected.cc ## @@ -244,35 +198,35 @@ void

[GitHub] [incubator-mxnet] mxnet-label-bot commented on issue #16245: [Build][CMake] LIBOMP: Cannot find llvm-lit

2019-09-22 Thread GitBox
mxnet-label-bot commented on issue #16245: [Build][CMake] LIBOMP: Cannot find llvm-lit URL: https://github.com/apache/incubator-mxnet/issues/16245#issuecomment-533937329 Hey, this is the MXNet Label Bot. Thank you for submitting the issue! I will try and suggest some labels so that

[GitHub] [incubator-mxnet] junrushao1994 opened a new issue #16245: [Build][CMake] LIBOMP: Cannot find llvm-lit

2019-09-22 Thread GitBox
junrushao1994 opened a new issue #16245: [Build][CMake] LIBOMP: Cannot find llvm-lit URL: https://github.com/apache/incubator-mxnet/issues/16245 ## Description Hey, I am trying building MXNet from source using CMake. Although I am able to build it, cmake does produce some warnings that

[GitHub] [incubator-mxnet] adc17 commented on issue #16106: src/executor/graph_executor.cc:1847: Check failed: arg_names.size() == in_args_map.size() (2 vs. 1)

2019-09-22 Thread GitBox
adc17 commented on issue #16106: src/executor/graph_executor.cc:1847: Check failed: arg_names.size() == in_args_map.size() (2 vs. 1) URL: https://github.com/apache/incubator-mxnet/issues/16106#issuecomment-533935214 @lanking520 I'm wondering if console output would be better than actually

[GitHub] [incubator-mxnet] access2rohit opened a new pull request #16242: [DEBUG]Argmax base

2019-09-22 Thread GitBox
access2rohit opened a new pull request #16242: [DEBUG]Argmax base URL: https://github.com/apache/incubator-mxnet/pull/16242 ## Description ## (Brief description on what this PR is about) ## Checklist ## ### Essentials ### Please feel free to remove inapplicable items for

[GitHub] [incubator-mxnet] access2rohit opened a new pull request #16243: [DEBUG]Argmax 2d 3d impv

2019-09-22 Thread GitBox
access2rohit opened a new pull request #16243: [DEBUG]Argmax 2d 3d impv URL: https://github.com/apache/incubator-mxnet/pull/16243 ## Description ## (Brief description on what this PR is about) ## Checklist ## ### Essentials ### Please feel free to remove inapplicable items

[GitHub] [incubator-mxnet] access2rohit opened a new pull request #16244: [DEBUG]Argmax 2d impv 3d

2019-09-22 Thread GitBox
access2rohit opened a new pull request #16244: [DEBUG]Argmax 2d impv 3d URL: https://github.com/apache/incubator-mxnet/pull/16244 ## Description ## (Brief description on what this PR is about) ## Checklist ## ### Essentials ### Please feel free to remove inapplicable items

[GitHub] [incubator-mxnet] access2rohit opened a new pull request #16241: [DEBUG]Argmax 2d 3d

2019-09-22 Thread GitBox
access2rohit opened a new pull request #16241: [DEBUG]Argmax 2d 3d URL: https://github.com/apache/incubator-mxnet/pull/16241 ## Description ## (Brief description on what this PR is about) ## Checklist ## ### Essentials ### Please feel free to remove inapplicable items for

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

2019-09-22 Thread aaronmarkham
This is an automated email from the ASF dual-hosted git repository. aaronmarkham 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 0de3f4b Bump the

[GitHub] [incubator-mxnet] reminisce commented on a change in pull request #16100: Infra for tvm op runtime dispatch

2019-09-22 Thread GitBox
reminisce commented on a change in pull request #16100: Infra for tvm op runtime dispatch URL: https://github.com/apache/incubator-mxnet/pull/16100#discussion_r326925999 ## File path: contrib/tvmop/space.py ## @@ -0,0 +1,212 @@ +# Licensed to the Apache Software

[GitHub] [incubator-mxnet] reminisce commented on a change in pull request #16100: Infra for tvm op runtime dispatch

2019-09-22 Thread GitBox
reminisce commented on a change in pull request #16100: Infra for tvm op runtime dispatch URL: https://github.com/apache/incubator-mxnet/pull/16100#discussion_r326925976 ## File path: contrib/tvmop/core/multiarray.py ## @@ -0,0 +1,53 @@ +# Licensed to the Apache Software

[GitHub] [incubator-mxnet] eric-haibin-lin commented on issue #16233: Fix dataloader bug

2019-09-22 Thread GitBox
eric-haibin-lin commented on issue #16233: Fix dataloader bug URL: https://github.com/apache/incubator-mxnet/pull/16233#issuecomment-533928411 @zhreshold was this intentional?? This is an automated message from the Apache

[incubator-mxnet] branch master updated (8e48cec -> dccfc88)

2019-09-22 Thread reminisce
This is an automated email from the ASF dual-hosted git repository. reminisce pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git. from 8e48cec julia: add `AbstractMXError` as parent type (#16235) add dccfc88 [Numpy]flip (#15819) No

[GitHub] [incubator-mxnet] reminisce merged pull request #15819: [Numpy]flip

2019-09-22 Thread GitBox
reminisce merged pull request #15819: [Numpy]flip URL: https://github.com/apache/incubator-mxnet/pull/15819 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use

[GitHub] [incubator-mxnet] wkcn commented on a change in pull request #16234: [MXNET-1426] Fix the wrong result of sum, mean, argmin, argmax when inputs contain inf or nan

2019-09-22 Thread GitBox
wkcn commented on a change in pull request #16234: [MXNET-1426] Fix the wrong result of sum, mean, argmin, argmax when inputs contain inf or nan URL: https://github.com/apache/incubator-mxnet/pull/16234#discussion_r326923532 ## File path:

[GitHub] [incubator-mxnet] chunhanl opened a new issue #16240: Broken Links

2019-09-22 Thread GitBox
chunhanl opened a new issue #16240: Broken Links URL: https://github.com/apache/incubator-mxnet/issues/16240 ## Description Links under README -> Content are broken [Tutorials](https://mxnet.incubator.apache.org/tutorials/) [Design

[GitHub] [incubator-mxnet] mxnet-label-bot commented on issue #16240: Broken Links

2019-09-22 Thread GitBox
mxnet-label-bot commented on issue #16240: Broken Links URL: https://github.com/apache/incubator-mxnet/issues/16240#issuecomment-533923182 Hey, this is the MXNet Label Bot. Thank you for submitting the issue! I will try and suggest some labels so that the appropriate MXNet community

[GitHub] [incubator-mxnet] marcoabreu commented on issue #16178: [WIP]improving argmax perf

2019-09-22 Thread GitBox
marcoabreu commented on issue #16178: [WIP]improving argmax perf URL: https://github.com/apache/incubator-mxnet/pull/16178#issuecomment-533922585 Did you mess up with the rebasing by any chance? This is an automated message

[GitHub] [incubator-mxnet] access2rohit commented on issue #16178: [WIP]improving argmax perf

2019-09-22 Thread GitBox
access2rohit commented on issue #16178: [WIP]improving argmax perf URL: https://github.com/apache/incubator-mxnet/pull/16178#issuecomment-533922434 > @access2rohit: It seems that to pass following test from /work/mxnet/julia/test/unittest/ndarray.jl, lines1511-1531: > > ``` >

[GitHub] [incubator-mxnet] mxnet-label-bot commented on issue #16239: train_imagenet.py fails with float16 + alexnet

2019-09-22 Thread GitBox
mxnet-label-bot commented on issue #16239: train_imagenet.py fails with float16 + alexnet URL: https://github.com/apache/incubator-mxnet/issues/16239#issuecomment-533922210 Hey, this is the MXNet Label Bot. Thank you for submitting the issue! I will try and suggest some labels so

[GitHub] [incubator-mxnet] johnbroughton2017 opened a new issue #16239: train_imagenet.py fails with float16 + alexnet

2019-09-22 Thread GitBox
johnbroughton2017 opened a new issue #16239: train_imagenet.py fails with float16 + alexnet URL: https://github.com/apache/incubator-mxnet/issues/16239 ## Description I found the following error when training an alexnet using fp16. It is very easy reproduce using the command below. I

[incubator-mxnet] branch master updated (0994ea0 -> 8e48cec)

2019-09-22 Thread marcoabreu
This is an automated email from the ASF dual-hosted git repository. marcoabreu pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git. from 0994ea0 julia: implement `context.num_gpus` (#16236) add 8e48cec julia: add `AbstractMXError` as

[incubator-mxnet] branch master updated (53ebe12 -> 0994ea0)

2019-09-22 Thread marcoabreu
This is an automated email from the ASF dual-hosted git repository. marcoabreu pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git. from 53ebe12 add numpy op hanning, hamming, blackman (#15815) add 0994ea0 julia: implement

[GitHub] [incubator-mxnet] marcoabreu merged pull request #16235: julia: add `AbstractMXError` as parent type

2019-09-22 Thread GitBox
marcoabreu merged pull request #16235: julia: add `AbstractMXError` as parent type URL: https://github.com/apache/incubator-mxnet/pull/16235 This is an automated message from the Apache Git Service. To respond to the

[GitHub] [incubator-mxnet] marcoabreu merged pull request #16236: [MXNET-1427] julia: implement `context.num_gpus`

2019-09-22 Thread GitBox
marcoabreu merged pull request #16236: [MXNET-1427] julia: implement `context.num_gpus` URL: https://github.com/apache/incubator-mxnet/pull/16236 This is an automated message from the Apache Git Service. To respond to the

[GitHub] [incubator-mxnet] mxnet-label-bot commented on issue #16238: [Flaky] test_convolution_multiple_streams

2019-09-22 Thread GitBox
mxnet-label-bot commented on issue #16238: [Flaky] test_convolution_multiple_streams URL: https://github.com/apache/incubator-mxnet/issues/16238#issuecomment-533916620 Hey, this is the MXNet Label Bot. Thank you for submitting the issue! I will try and suggest some labels so that

[GitHub] [incubator-mxnet] reminisce opened a new issue #16238: [Flaky] test_convolution_multiple_streams

2019-09-22 Thread GitBox
reminisce opened a new issue #16238: [Flaky] test_convolution_multiple_streams URL: https://github.com/apache/incubator-mxnet/issues/16238 ```bash 48560 test_operator_gpu.test_convolution_multiple_streams ... Starting engine NaiveEngine with 1 streams. 48561 [INFO] Setting test

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

2019-09-22 Thread aaronmarkham
This is an automated email from the ASF dual-hosted git repository. aaronmarkham 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 caa2d43 Bump the

[incubator-mxnet] branch master updated (da6e744 -> 53ebe12)

2019-09-22 Thread reminisce
This is an automated email from the ASF dual-hosted git repository. reminisce pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git. from da6e744 add numpy compatible trace (#16008) add 53ebe12 add numpy op hanning, hamming, blackman

[GitHub] [incubator-mxnet] reminisce merged pull request #15815: Numpy add numpy op hanning, hamming, blackman

2019-09-22 Thread GitBox
reminisce merged pull request #15815: Numpy add numpy op hanning, hamming, blackman URL: https://github.com/apache/incubator-mxnet/pull/15815 This is an automated message from the Apache Git Service. To respond to the

[GitHub] [incubator-mxnet] mifan0208 opened a new issue #16237: Mxnet official website before the search function area ran where? Updated?

2019-09-22 Thread GitBox
mifan0208 opened a new issue #16237: Mxnet official website before the search function area ran where? Updated? URL: https://github.com/apache/incubator-mxnet/issues/16237 Note: Providing complete information in the most concise form is the best way to get help. This issue template serves

[GitHub] [incubator-mxnet] mxnet-label-bot commented on issue #16237: Mxnet official website before the search function area ran where? Updated?

2019-09-22 Thread GitBox
mxnet-label-bot commented on issue #16237: Mxnet official website before the search function area ran where? Updated? URL: https://github.com/apache/incubator-mxnet/issues/16237#issuecomment-533882959 Hey, this is the MXNet Label Bot. Thank you for submitting the issue! I will try

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

2019-09-22 Thread aaronmarkham
This is an automated email from the ASF dual-hosted git repository. aaronmarkham 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 d81adb6 Bump the

[GitHub] [incubator-mxnet] wkcn commented on a change in pull request #16234: [MXNET-1426] Fix the wrong result of sum, mean, argmin, argmax when inputs contain inf or nan

2019-09-22 Thread GitBox
wkcn commented on a change in pull request #16234: [MXNET-1426] Fix the wrong result of sum, mean, argmin, argmax when inputs contain inf or nan URL: https://github.com/apache/incubator-mxnet/pull/16234#discussion_r326893960 ## File path: julia/test/unittest/ndarray.jl ##

[GitHub] [incubator-mxnet] iblis17 commented on a change in pull request #16234: [MXNET-1426] Fix the wrong result of sum, mean, argmin, argmax when inputs contain inf or nan

2019-09-22 Thread GitBox
iblis17 commented on a change in pull request #16234: [MXNET-1426] Fix the wrong result of sum, mean, argmin, argmax when inputs contain inf or nan URL: https://github.com/apache/incubator-mxnet/pull/16234#discussion_r326893626 ## File path: julia/test/unittest/ndarray.jl

[incubator-mxnet] 01/01: julia: implement `context.num_gpus`

2019-09-22 Thread iblis
This is an automated email from the ASF dual-hosted git repository. iblis pushed a commit to branch ib/jl-context-num-gpus in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git commit 01de29fa0cca2107b0d92fffb24349f0271af03d Author: Iblis Lin AuthorDate: Sun Sep 22 09:54:22 2019

[GitHub] [incubator-mxnet] iblis17 opened a new pull request #16236: [MXNET-1427] julia: implement `context.num_gpus`

2019-09-22 Thread GitBox
iblis17 opened a new pull request #16236: [MXNET-1427] julia: implement `context.num_gpus` URL: https://github.com/apache/incubator-mxnet/pull/16236 - test cases included. This is an automated message from the Apache Git

[incubator-mxnet] branch ib/jl-context-num-gpus created (now 01de29f)

2019-09-22 Thread iblis
This is an automated email from the ASF dual-hosted git repository. iblis pushed a change to branch ib/jl-context-num-gpus in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git. at 01de29f julia: implement `context.num_gpus` This branch includes the following new

[GitHub] [incubator-mxnet] wkcn commented on a change in pull request #16234: [MXNET-1426] Fix the wrong result of sum, mean, argmin, argmax when inputs contain inf or nan

2019-09-22 Thread GitBox
wkcn commented on a change in pull request #16234: [MXNET-1426] Fix the wrong result of sum, mean, argmin, argmax when inputs contain inf or nan URL: https://github.com/apache/incubator-mxnet/pull/16234#discussion_r326891143 ## File path: julia/test/unittest/ndarray.jl ##

[incubator-mxnet] branch ib/jl-mxerror updated (801f0c9 -> 36d5684)

2019-09-22 Thread iblis
This is an automated email from the ASF dual-hosted git repository. iblis pushed a change to branch ib/jl-mxerror in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git. discard 801f0c9 julia: add `AbstractMXError` as parent type add 36d5684 julia: add `AbstractMXError`

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

2019-09-22 Thread GitBox
iblis17 commented on issue #15613: [Discussion] 1.5.1 Patch Release URL: https://github.com/apache/incubator-mxnet/issues/15613#issuecomment-533856570 No idea why my backporting PR got closed (#16142). This is an automated

[incubator-mxnet] branch master updated: add numpy compatible trace (#16008)

2019-09-22 Thread reminisce
This is an automated email from the ASF dual-hosted git repository. reminisce 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 da6e744 add numpy compatible trace

[GitHub] [incubator-mxnet] reminisce merged pull request #16008: [Numpy] Trace

2019-09-22 Thread GitBox
reminisce merged pull request #16008: [Numpy] Trace URL: https://github.com/apache/incubator-mxnet/pull/16008 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

[incubator-mxnet] branch ib/jl-mxerror created (now 801f0c9)

2019-09-22 Thread iblis
This is an automated email from the ASF dual-hosted git repository. iblis pushed a change to branch ib/jl-mxerror in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git. at 801f0c9 julia: add `AbstractMXError` as parent type No new revisions were added by this update.

[GitHub] [incubator-mxnet] iblis17 opened a new pull request #16235: julia: add `AbstractMXError` as parent type

2019-09-22 Thread GitBox
iblis17 opened a new pull request #16235: julia: add `AbstractMXError` as parent type URL: https://github.com/apache/incubator-mxnet/pull/16235 This is an automated message from the Apache Git Service. To respond to the

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

2019-09-22 Thread aaronmarkham
This is an automated email from the ASF dual-hosted git repository. aaronmarkham 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 16633c9 Bump the