[GitHub] [incubator-mxnet] josephevans closed pull request #17437: Update Win CI scripts to use syntax compatible with Win2019 server PS.

2020-02-05 Thread GitBox
josephevans closed pull request #17437: Update Win CI scripts to use syntax compatible with Win2019 server PS. URL: https://github.com/apache/incubator-mxnet/pull/17437 This is an automated message from the Apache Git

[incubator-mxnet] branch master updated (9f35376 -> dbf21e9)

2020-02-05 Thread apeforest
This is an automated email from the ASF dual-hosted git repository. apeforest pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git. from 9f35376 skipping tests that cannot fit in nightly CI machine corrected imports (#17450) add

[GitHub] [incubator-mxnet] apeforest commented on issue #17487: [OpPerf] Consolidate array manipulation related operators

2020-02-05 Thread GitBox
apeforest commented on issue #17487: [OpPerf] Consolidate array manipulation related operators URL: https://github.com/apache/incubator-mxnet/pull/17487#issuecomment-582553151 A small comment. Otherwise LGTM. Please rebase as well.

[GitHub] [incubator-mxnet] D-Roberts opened a new issue #17529: np.random.gamma(1, 0) and np.random.gamma(0, 0) hang

2020-02-05 Thread GitBox
D-Roberts opened a new issue #17529: np.random.gamma(1,0) and np.random.gamma(0,0) hang URL: https://github.com/apache/incubator-mxnet/issues/17529 ## Description On my system, numpy.random.gamma(1,0) and numpy.random.gamma(0,0) do not produce a value or an error, but just hang.

[GitHub] [incubator-mxnet] D-Roberts commented on a change in pull request #17517: [numpy] Add np.random.pareto and np.random.power

2020-02-05 Thread GitBox
D-Roberts commented on a change in pull request #17517: [numpy] Add np.random.pareto and np.random.power URL: https://github.com/apache/incubator-mxnet/pull/17517#discussion_r375478446 ## File path: python/mxnet/ndarray/numpy/random.py ## @@ -515,6 +515,92 @@ def

[incubator-mxnet] branch master updated (9f35376 -> dbf21e9)

2020-02-05 Thread apeforest
This is an automated email from the ASF dual-hosted git repository. apeforest pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git. from 9f35376 skipping tests that cannot fit in nightly CI machine corrected imports (#17450) add

[GitHub] [incubator-mxnet] apeforest commented on a change in pull request #17487: [OpPerf] Consolidate array manipulation related operators

2020-02-05 Thread GitBox
apeforest commented on a change in pull request #17487: [OpPerf] Consolidate array manipulation related operators URL: https://github.com/apache/incubator-mxnet/pull/17487#discussion_r375437459 ## File path: benchmark/opperf/README.md ## @@ -72,6 +73,8 @@ python

[incubator-mxnet] branch master updated (9f35376 -> dbf21e9)

2020-02-05 Thread apeforest
This is an automated email from the ASF dual-hosted git repository. apeforest pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git. from 9f35376 skipping tests that cannot fit in nightly CI machine corrected imports (#17450) add

[incubator-mxnet] branch master updated (dbf21e9 -> 8d820cf)

2020-02-05 Thread lausen
This is an automated email from the ASF dual-hosted git repository. lausen pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git. from dbf21e9 [OpPerf] Add Indexing ops (#16253) add 8d820cf Fix abort() calls on CHECK macro failures

[incubator-mxnet] branch master updated (dbf21e9 -> 8d820cf)

2020-02-05 Thread lausen
This is an automated email from the ASF dual-hosted git repository. lausen pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git. from dbf21e9 [OpPerf] Add Indexing ops (#16253) add 8d820cf Fix abort() calls on CHECK macro failures

[GitHub] [incubator-mxnet] yzhliu merged pull request #17519: [tvmop] use size_var for placeholder & compute to reduce size of codegen

2020-02-05 Thread GitBox
yzhliu merged pull request #17519: [tvmop] use size_var for placeholder & compute to reduce size of codegen URL: https://github.com/apache/incubator-mxnet/pull/17519 This is an automated message from the Apache Git Service.

[GitHub] [incubator-mxnet] eric-haibin-lin commented on a change in pull request #15969: Partitioning Gluon HybridBlocks

2020-02-05 Thread GitBox
eric-haibin-lin commented on a change in pull request #15969: Partitioning Gluon HybridBlocks URL: https://github.com/apache/incubator-mxnet/pull/15969#discussion_r375449272 ## File path: python/mxnet/gluon/block.py ## @@ -1040,7 +1052,12 @@ def register_child(self,

[GitHub] [incubator-mxnet] jonatan1626 edited a comment on issue #17331: [mxnet 2.0] [item 2.4] Turning on large tensor support by default

2020-02-05 Thread GitBox
jonatan1626 edited a comment on issue #17331: [mxnet 2.0] [item 2.4] Turning on large tensor support by default URL: https://github.com/apache/incubator-mxnet/issues/17331#issuecomment-582591625 Inference Benchmarks comparing LT_MKL with just MKL Enabled. All Time in MS. % Diff

[incubator-mxnet] branch master updated (be89d20 -> 9f35376)

2020-02-05 Thread apeforest
This is an automated email from the ASF dual-hosted git repository. apeforest pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git. from be89d20 Add dependency for cpp tests (#17520) add 9f35376 skipping tests that cannot fit in

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

2020-02-05 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 0652cbb Bump the

[GitHub] [incubator-mxnet] ChaiBapchya commented on a change in pull request #17487: [OpPerf] Consolidate array manipulation related operators

2020-02-05 Thread GitBox
ChaiBapchya commented on a change in pull request #17487: [OpPerf] Consolidate array manipulation related operators URL: https://github.com/apache/incubator-mxnet/pull/17487#discussion_r375443671 ## File path: benchmark/opperf/README.md ## @@ -72,6 +73,8 @@ python

[incubator-mxnet] branch master updated (8d820cf -> 4054355)

2020-02-05 Thread liuyizhi
This is an automated email from the ASF dual-hosted git repository. liuyizhi pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git. from 8d820cf Fix abort() calls on CHECK macro failures (#17509) add 4054355 [tvmop] use size_var for

[GitHub] [incubator-mxnet] yzhliu commented on issue #17519: [tvmop] use size_var for placeholder & compute to reduce size of codegen

2020-02-05 Thread GitBox
yzhliu commented on issue #17519: [tvmop] use size_var for placeholder & compute to reduce size of codegen URL: https://github.com/apache/incubator-mxnet/pull/17519#issuecomment-582562936 Thanks @reminisce This is an

[GitHub] [incubator-mxnet] leezu commented on a change in pull request #15969: Partitioning Gluon HybridBlocks

2020-02-05 Thread GitBox
leezu commented on a change in pull request #15969: Partitioning Gluon HybridBlocks URL: https://github.com/apache/incubator-mxnet/pull/15969#discussion_r375461369 ## File path: python/mxnet/gluon/block.py ## @@ -1040,7 +1052,12 @@ def register_child(self, block,

[GitHub] [incubator-mxnet] xidulu commented on a change in pull request #17524: add np.random.chisquare

2020-02-05 Thread GitBox
xidulu commented on a change in pull request #17524: add np.random.chisquare URL: https://github.com/apache/incubator-mxnet/pull/17524#discussion_r375414682 ## File path: python/mxnet/ndarray/numpy/random.py ## @@ -629,6 +629,85 @@ def beta(a, b, size=None, dtype=None,

[incubator-mxnet] branch master updated (be89d20 -> 9f35376)

2020-02-05 Thread apeforest
This is an automated email from the ASF dual-hosted git repository. apeforest pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git. from be89d20 Add dependency for cpp tests (#17520) add 9f35376 skipping tests that cannot fit in

[incubator-mxnet] branch master updated (be89d20 -> 9f35376)

2020-02-05 Thread apeforest
This is an automated email from the ASF dual-hosted git repository. apeforest pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git. from be89d20 Add dependency for cpp tests (#17520) add 9f35376 skipping tests that cannot fit in

[incubator-mxnet] branch master updated (8d820cf -> 4054355)

2020-02-05 Thread liuyizhi
This is an automated email from the ASF dual-hosted git repository. liuyizhi pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git. from 8d820cf Fix abort() calls on CHECK macro failures (#17509) add 4054355 [tvmop] use size_var for

[GitHub] [incubator-mxnet] rondogency commented on a change in pull request #15969: Partitioning Gluon HybridBlocks

2020-02-05 Thread GitBox
rondogency commented on a change in pull request #15969: Partitioning Gluon HybridBlocks URL: https://github.com/apache/incubator-mxnet/pull/15969#discussion_r375475561 ## File path: tests/python/unittest/test_subgraph_op.py ## @@ -18,351 +18,474 @@ import os import

[GitHub] [incubator-mxnet] jonatan1626 edited a comment on issue #17331: [mxnet 2.0] [item 2.4] Turning on large tensor support by default

2020-02-05 Thread GitBox
jonatan1626 edited a comment on issue #17331: [mxnet 2.0] [item 2.4] Turning on large tensor support by default URL: https://github.com/apache/incubator-mxnet/issues/17331#issuecomment-582591625 Inference Benchmarks comparing LT_MKL with just MKL Enabled. All Time in MS. % Diff

[GitHub] [incubator-mxnet] samskalicky commented on a change in pull request #17516: Fix custom op makefile and example test

2020-02-05 Thread GitBox
samskalicky commented on a change in pull request #17516: Fix custom op makefile and example test URL: https://github.com/apache/incubator-mxnet/pull/17516#discussion_r375409863 ## File path: Makefile ## @@ -666,18 +666,21 @@ pylint: python3 -m pylint

[GitHub] [incubator-mxnet] apeforest merged pull request #17450: skipping tests that cannot fit in nightly CI machine

2020-02-05 Thread GitBox
apeforest merged pull request #17450: skipping tests that cannot fit in nightly CI machine URL: https://github.com/apache/incubator-mxnet/pull/17450 This is an automated message from the Apache Git Service. To respond to

[incubator-mxnet] branch master updated (8d820cf -> 4054355)

2020-02-05 Thread liuyizhi
This is an automated email from the ASF dual-hosted git repository. liuyizhi pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git. from 8d820cf Fix abort() calls on CHECK macro failures (#17509) add 4054355 [tvmop] use size_var for

[incubator-mxnet] branch master updated (8d820cf -> 4054355)

2020-02-05 Thread liuyizhi
This is an automated email from the ASF dual-hosted git repository. liuyizhi pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git. from 8d820cf Fix abort() calls on CHECK macro failures (#17509) add 4054355 [tvmop] use size_var for

[GitHub] [incubator-mxnet] D-Roberts commented on a change in pull request #17517: [numpy] Add np.random.pareto and np.random.power

2020-02-05 Thread GitBox
D-Roberts commented on a change in pull request #17517: [numpy] Add np.random.pareto and np.random.power URL: https://github.com/apache/incubator-mxnet/pull/17517#discussion_r375465053 ## File path: python/mxnet/symbol/numpy/random.py ## @@ -523,6 +523,91 @@ def

[GitHub] [incubator-mxnet] jonatan1626 edited a comment on issue #17331: [mxnet 2.0] [item 2.4] Turning on large tensor support by default

2020-02-05 Thread GitBox
jonatan1626 edited a comment on issue #17331: [mxnet 2.0] [item 2.4] Turning on large tensor support by default URL: https://github.com/apache/incubator-mxnet/issues/17331#issuecomment-582591625 Inference Benchmarks comparing LT_MKL with just MKL Enabled. All Time in MS. % Diff

[GitHub] [incubator-mxnet] josephevans opened a new pull request #17526: Update Win CI scripts to use syntax compatible with Win2019 server PS.

2020-02-05 Thread GitBox
josephevans opened a new pull request #17526: Update Win CI scripts to use syntax compatible with Win2019 server PS. URL: https://github.com/apache/incubator-mxnet/pull/17526 ## Description ## Our win CI scripts are failing on Windows 2019 Server. The newer PowerShell on this Win2019

[GitHub] [incubator-mxnet] josephevans opened a new pull request #17527: Ensure destination directory exists before attempting to write.

2020-02-05 Thread GitBox
josephevans opened a new pull request #17527: Ensure destination directory exists before attempting to write. URL: https://github.com/apache/incubator-mxnet/pull/17527 ## Description ## Make sure build destination directory exists. Fixes race condition when compiling (with GNU make)

[GitHub] [incubator-mxnet] connorgoggins opened a new pull request #17528: [OpPerf] Implement all linalg ops

2020-02-05 Thread GitBox
connorgoggins opened a new pull request #17528: [OpPerf] Implement all linalg ops URL: https://github.com/apache/incubator-mxnet/pull/17528 ## Description ## This PR serves to implement all Linear Algebra operators in OpPerf. To achieve this, I created a file

[GitHub] [incubator-mxnet] connorgoggins commented on issue #17528: [OpPerf] Implement all linalg ops

2020-02-05 Thread GitBox
connorgoggins commented on issue #17528: [OpPerf] Implement all linalg ops URL: https://github.com/apache/incubator-mxnet/pull/17528#issuecomment-582562016 @mxnet-label-bot add [pr-awaiting-review] This is an automated

[GitHub] [incubator-mxnet] reminisce commented on a change in pull request #17517: [numpy] Add np.random.pareto and np.random.power

2020-02-05 Thread GitBox
reminisce commented on a change in pull request #17517: [numpy] Add np.random.pareto and np.random.power URL: https://github.com/apache/incubator-mxnet/pull/17517#discussion_r375466657 ## File path: python/mxnet/ndarray/numpy/random.py ## @@ -515,6 +515,92 @@ def

[GitHub] [incubator-mxnet] D-Roberts commented on a change in pull request #17517: [numpy] Add np.random.pareto and np.random.power

2020-02-05 Thread GitBox
D-Roberts commented on a change in pull request #17517: [numpy] Add np.random.pareto and np.random.power URL: https://github.com/apache/incubator-mxnet/pull/17517#discussion_r375478446 ## File path: python/mxnet/ndarray/numpy/random.py ## @@ -515,6 +515,92 @@ def

[GitHub] [incubator-mxnet] rondogency commented on a change in pull request #15969: Partitioning Gluon HybridBlocks

2020-02-05 Thread GitBox
rondogency commented on a change in pull request #15969: Partitioning Gluon HybridBlocks URL: https://github.com/apache/incubator-mxnet/pull/15969#discussion_r375479382 ## File path: python/mxnet/gluon/block.py ## @@ -1040,7 +1061,12 @@ def register_child(self, block,

[GitHub] [incubator-mxnet] rondogency commented on a change in pull request #15969: Partitioning Gluon HybridBlocks

2020-02-05 Thread GitBox
rondogency commented on a change in pull request #15969: Partitioning Gluon HybridBlocks URL: https://github.com/apache/incubator-mxnet/pull/15969#discussion_r375476278 ## File path: python/mxnet/gluon/block.py ## @@ -967,6 +968,26 @@ def _build_cache(self, *args):

[GitHub] [incubator-mxnet] leezu opened a new pull request #17530: Add deferred compute support

2020-02-05 Thread GitBox
leezu opened a new pull request #17530: Add deferred compute support URL: https://github.com/apache/incubator-mxnet/pull/17530 ## Description ## Implements https://github.com/apache/incubator-mxnet/issues/16376 ## Checklist ## ### Essentials ### Please feel free to remove

[GitHub] [incubator-mxnet] jonatan1626 edited a comment on issue #17331: [mxnet 2.0] [item 2.4] Turning on large tensor support by default

2020-02-05 Thread GitBox
jonatan1626 edited a comment on issue #17331: [mxnet 2.0] [item 2.4] Turning on large tensor support by default URL: https://github.com/apache/incubator-mxnet/issues/17331#issuecomment-582591625 Inference Benchmarks comparing LT_MKL with just MKL Enabled. All Time in MS. % Diff

[GitHub] [incubator-mxnet] apeforest merged pull request #16253: [OpPerf] Add Indexing ops

2020-02-05 Thread GitBox
apeforest merged pull request #16253: [OpPerf] Add Indexing ops URL: https://github.com/apache/incubator-mxnet/pull/16253 This is an automated message from the Apache Git Service. To respond to the message, please log on to

[incubator-mxnet] branch master updated (dbf21e9 -> 8d820cf)

2020-02-05 Thread lausen
This is an automated email from the ASF dual-hosted git repository. lausen pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git. from dbf21e9 [OpPerf] Add Indexing ops (#16253) add 8d820cf Fix abort() calls on CHECK macro failures

[GitHub] [incubator-mxnet] jonatan1626 commented on issue #17331: [mxnet 2.0] [item 2.4] Turning on large tensor support by default

2020-02-05 Thread GitBox
jonatan1626 commented on issue #17331: [mxnet 2.0] [item 2.4] Turning on large tensor support by default URL: https://github.com/apache/incubator-mxnet/issues/17331#issuecomment-582591625 Inference Benchmarks comparing LT_MKL with just MKL Enabled. All Time in MS. MXNet Type |

[GitHub] [incubator-mxnet] samskalicky commented on a change in pull request #15969: Partitioning Gluon HybridBlocks

2020-02-05 Thread GitBox
samskalicky commented on a change in pull request #15969: Partitioning Gluon HybridBlocks URL: https://github.com/apache/incubator-mxnet/pull/15969#discussion_r375498648 ## File path: python/mxnet/gluon/block.py ## @@ -1040,7 +1052,12 @@ def register_child(self, block,

[GitHub] [incubator-mxnet] leezu merged pull request #17509: Enforce DMLC_LOG_FATAL_THROW

2020-02-05 Thread GitBox
leezu merged pull request #17509: Enforce DMLC_LOG_FATAL_THROW URL: https://github.com/apache/incubator-mxnet/pull/17509 This is an automated message from the Apache Git Service. To respond to the message, please log on to

[GitHub] [incubator-mxnet] leezu closed issue #13956: C API should *never* call abort()

2020-02-05 Thread GitBox
leezu closed issue #13956: C API should *never* call abort() URL: https://github.com/apache/incubator-mxnet/issues/13956 This is an automated message from the Apache Git Service. To respond to the message, please log on to

[GitHub] [incubator-mxnet] rondogency commented on a change in pull request #15969: Partitioning Gluon HybridBlocks

2020-02-05 Thread GitBox
rondogency commented on a change in pull request #15969: Partitioning Gluon HybridBlocks URL: https://github.com/apache/incubator-mxnet/pull/15969#discussion_r375480397 ## File path: python/mxnet/gluon/block.py ## @@ -1040,7 +1052,12 @@ def register_child(self, block,

[GitHub] [incubator-mxnet] jonatan1626 edited a comment on issue #17331: [mxnet 2.0] [item 2.4] Turning on large tensor support by default

2020-02-05 Thread GitBox
jonatan1626 edited a comment on issue #17331: [mxnet 2.0] [item 2.4] Turning on large tensor support by default URL: https://github.com/apache/incubator-mxnet/issues/17331#issuecomment-582591625 Inference Benchmarks comparing LT_MKL with just MKL Enabled. All Time in MS. % Diff

[GitHub] [incubator-mxnet] leezu commented on issue #17448: cmake: staticbuild for binary distribution

2020-02-05 Thread GitBox
leezu commented on issue #17448: cmake: staticbuild for binary distribution URL: https://github.com/apache/incubator-mxnet/pull/17448#issuecomment-582560982 Ping @szha. Finally CI. 7 days stuck on flaky CI... Please review / merge once you have time.

[GitHub] [incubator-mxnet] szha commented on issue #13956: C API should *never* call abort()

2020-02-05 Thread GitBox
szha commented on issue #13956: C API should *never* call abort() URL: https://github.com/apache/incubator-mxnet/issues/13956#issuecomment-582607251 Thanks for fixing it @leezu This is an automated message from the Apache

[GitHub] [incubator-mxnet] guanxinq commented on a change in pull request #15969: Partitioning Gluon HybridBlocks

2020-02-05 Thread GitBox
guanxinq commented on a change in pull request #15969: Partitioning Gluon HybridBlocks URL: https://github.com/apache/incubator-mxnet/pull/15969#discussion_r375548552 ## File path: python/mxnet/gluon/block.py ## @@ -1040,7 +1052,12 @@ def register_child(self, block,

[GitHub] [incubator-mxnet] guanxinq commented on a change in pull request #15969: Partitioning Gluon HybridBlocks

2020-02-05 Thread GitBox
guanxinq commented on a change in pull request #15969: Partitioning Gluon HybridBlocks URL: https://github.com/apache/incubator-mxnet/pull/15969#discussion_r375548787 ## File path: python/mxnet/gluon/block.py ## @@ -1040,7 +1052,12 @@ def register_child(self, block,

[GitHub] [incubator-mxnet] connorgoggins commented on issue #17456: Implement remaining nn_basic ops in opperf

2020-02-05 Thread GitBox
connorgoggins commented on issue #17456: Implement remaining nn_basic ops in opperf URL: https://github.com/apache/incubator-mxnet/pull/17456#issuecomment-582667830 @mxnet-label-bot add [pr-awaiting-review] This is an

[GitHub] [incubator-mxnet] access2rohit commented on issue #16164: Re-Enabling Large Tensor and Vector Nightly on GPU

2020-02-05 Thread GitBox
access2rohit commented on issue #16164: Re-Enabling Large Tensor and Vector Nightly on GPU URL: https://github.com/apache/incubator-mxnet/pull/16164#issuecomment-582695300 @apeforest can you take a look ? This is an

[GitHub] [incubator-mxnet] ChaiBapchya commented on a change in pull request #17502: [OpPerf] Implement remaining random sampling ops

2020-02-05 Thread GitBox
ChaiBapchya commented on a change in pull request #17502: [OpPerf] Implement remaining random sampling ops URL: https://github.com/apache/incubator-mxnet/pull/17502#discussion_r375605955 ## File path: benchmark/opperf/rules/default_params.py ## @@ -152,7 +158,13 @@

[GitHub] [incubator-mxnet] ChaiBapchya commented on a change in pull request #17502: [OpPerf] Implement remaining random sampling ops

2020-02-05 Thread GitBox
ChaiBapchya commented on a change in pull request #17502: [OpPerf] Implement remaining random sampling ops URL: https://github.com/apache/incubator-mxnet/pull/17502#discussion_r375606358 ## File path: benchmark/opperf/utils/op_registry_utils.py ## @@ -279,9 +280,9 @@ def

[GitHub] [incubator-mxnet] TaoLv commented on a change in pull request #17516: Fix custom op makefile and example test

2020-02-05 Thread GitBox
TaoLv commented on a change in pull request #17516: Fix custom op makefile and example test URL: https://github.com/apache/incubator-mxnet/pull/17516#discussion_r375610869 ## File path: Makefile ## @@ -666,18 +666,21 @@ pylint: python3 -m pylint

[GitHub] [incubator-mxnet] Yiyan66 opened a new pull request #17534: [numpy] add logical op

2020-02-05 Thread GitBox
Yiyan66 opened a new pull request #17534: [numpy] add logical op URL: https://github.com/apache/incubator-mxnet/pull/17534 ## Description ## #16879 ## Checklist ## ### Essentials ### Please feel free to remove inapplicable items for your PR. - [ ] The PR title starts

[GitHub] [incubator-mxnet] eric-haibin-lin commented on issue #17531: [WIP] Integrate Horovod training API as part of MXNet native distributed training API

2020-02-05 Thread GitBox
eric-haibin-lin commented on issue #17531: [WIP] Integrate Horovod training API as part of MXNet native distributed training API URL: https://github.com/apache/incubator-mxnet/pull/17531#issuecomment-582646353 @chaokunchang FYI

[GitHub] [incubator-mxnet] mseth10 commented on a change in pull request #15969: Partitioning Gluon HybridBlocks

2020-02-05 Thread GitBox
mseth10 commented on a change in pull request #15969: Partitioning Gluon HybridBlocks URL: https://github.com/apache/incubator-mxnet/pull/15969#discussion_r37659 ## File path: python/mxnet/gluon/block.py ## @@ -1040,7 +1052,12 @@ def register_child(self, block,

[GitHub] [incubator-mxnet] haojin2 commented on a change in pull request #17416: [Numpy] add polynomial polyval

2020-02-05 Thread GitBox
haojin2 commented on a change in pull request #17416: [Numpy] add polynomial polyval URL: https://github.com/apache/incubator-mxnet/pull/17416#discussion_r375559526 ## File path: src/operator/numpy/np_polynomial_op-inl.h ## @@ -0,0 +1,100 @@ +/* + * Licensed to the Apache

[GitHub] [incubator-mxnet] mseth10 commented on a change in pull request #15969: Partitioning Gluon HybridBlocks

2020-02-05 Thread GitBox
mseth10 commented on a change in pull request #15969: Partitioning Gluon HybridBlocks URL: https://github.com/apache/incubator-mxnet/pull/15969#discussion_r375580505 ## File path: tests/python/unittest/test_subgraph_op.py ## @@ -18,351 +18,474 @@ import os import ctypes

[GitHub] [incubator-mxnet] eric-haibin-lin commented on a change in pull request #15969: Partitioning Gluon HybridBlocks

2020-02-05 Thread GitBox
eric-haibin-lin commented on a change in pull request #15969: Partitioning Gluon HybridBlocks URL: https://github.com/apache/incubator-mxnet/pull/15969#discussion_r375593102 ## File path: python/mxnet/gluon/block.py ## @@ -1040,7 +1052,12 @@ def register_child(self,

[GitHub] [incubator-mxnet] rondogency commented on a change in pull request #17486: Update CustomOp doc with changes for GPU support

2020-02-05 Thread GitBox
rondogency commented on a change in pull request #17486: Update CustomOp doc with changes for GPU support URL: https://github.com/apache/incubator-mxnet/pull/17486#discussion_r375602215 ## File path: example/extensions/lib_custom_op/README.md ## @@ -146,21 +186,160 @@

[GitHub] [incubator-mxnet] leezu commented on issue #17359: Mxnet doesn't install for R if OpenCV is build on linux

2020-02-05 Thread GitBox
leezu commented on issue #17359: Mxnet doesn't install for R if OpenCV is build on linux URL: https://github.com/apache/incubator-mxnet/issues/17359#issuecomment-582696269 Try editing https://github.com/apache/incubator-mxnet/pull/17404/files instead of renaming opencv4.pc to opencv.pc.

[GitHub] [incubator-mxnet] mseth10 commented on a change in pull request #15969: Partitioning Gluon HybridBlocks

2020-02-05 Thread GitBox
mseth10 commented on a change in pull request #15969: Partitioning Gluon HybridBlocks URL: https://github.com/apache/incubator-mxnet/pull/15969#discussion_r375551018 ## File path: python/mxnet/gluon/block.py ## @@ -1053,11 +1041,31 @@ def register_child(self, block,

[GitHub] [incubator-mxnet] haojin2 commented on a change in pull request #17416: [Numpy] add polynomial polyval

2020-02-05 Thread GitBox
haojin2 commented on a change in pull request #17416: [Numpy] add polynomial polyval URL: https://github.com/apache/incubator-mxnet/pull/17416#discussion_r375561015 ## File path: src/operator/numpy/np_polynomial_op.cu ## @@ -0,0 +1,97 @@ +/* + * Licensed to the Apache

[GitHub] [incubator-mxnet] mseth10 commented on a change in pull request #15969: Partitioning Gluon HybridBlocks

2020-02-05 Thread GitBox
mseth10 commented on a change in pull request #15969: Partitioning Gluon HybridBlocks URL: https://github.com/apache/incubator-mxnet/pull/15969#discussion_r375570021 ## File path: python/mxnet/gluon/block.py ## @@ -1040,7 +1052,12 @@ def register_child(self, block,

[GitHub] [incubator-mxnet] wkcn commented on a change in pull request #17486: Update CustomOp doc with changes for GPU support

2020-02-05 Thread GitBox
wkcn commented on a change in pull request #17486: Update CustomOp doc with changes for GPU support URL: https://github.com/apache/incubator-mxnet/pull/17486#discussion_r375598920 ## File path: example/extensions/lib_custom_op/README.md ## @@ -146,21 +186,160 @@ Let’s

[GitHub] [incubator-mxnet] access2rohit commented on issue #16164: Re-Enabling Large Tensor and Vector Nightly on GPU

2020-02-05 Thread GitBox
access2rohit commented on issue #16164: Re-Enabling Large Tensor and Vector Nightly on GPU URL: https://github.com/apache/incubator-mxnet/pull/16164#issuecomment-582695211 @mxnet-label-bot add [pr-awaiting-review] This is an

[GitHub] [incubator-mxnet] TaoLv commented on a change in pull request #17516: Fix custom op makefile and example test

2020-02-05 Thread GitBox
TaoLv commented on a change in pull request #17516: Fix custom op makefile and example test URL: https://github.com/apache/incubator-mxnet/pull/17516#discussion_r375604193 ## File path: Makefile ## @@ -666,18 +666,21 @@ pylint: python3 -m pylint

[GitHub] [incubator-mxnet] rondogency commented on a change in pull request #17516: Fix custom op makefile and example test

2020-02-05 Thread GitBox
rondogency commented on a change in pull request #17516: Fix custom op makefile and example test URL: https://github.com/apache/incubator-mxnet/pull/17516#discussion_r375615990 ## File path: Makefile ## @@ -666,18 +666,21 @@ pylint: python3 -m pylint

[GitHub] [incubator-mxnet] gino244 opened a new pull request #17533: replace the default value of context in load_checkpoint to cpu()

2020-02-05 Thread GitBox
gino244 opened a new pull request #17533: replace the default value of context in load_checkpoint to cpu() URL: https://github.com/apache/incubator-mxnet/pull/17533 ## Description ## When we call load_checkpoint(prefix, epoch, ::mx.FeedForward; context) without specifying context, the

[GitHub] [incubator-mxnet] apeforest opened a new pull request #17531: [WIP] Integrate Horovod training API as part of MXNet native distributed training API

2020-02-05 Thread GitBox
apeforest opened a new pull request #17531: [WIP] Integrate Horovod training API as part of MXNet native distributed training API URL: https://github.com/apache/incubator-mxnet/pull/17531 ## Description ## Integrate Horovod training API as part of MXNet native distributed training API

[GitHub] [incubator-mxnet] eric-haibin-lin commented on a change in pull request #15969: Partitioning Gluon HybridBlocks

2020-02-05 Thread GitBox
eric-haibin-lin commented on a change in pull request #15969: Partitioning Gluon HybridBlocks URL: https://github.com/apache/incubator-mxnet/pull/15969#discussion_r375544604 ## File path: python/mxnet/gluon/block.py ## @@ -1040,7 +1052,12 @@ def register_child(self,

[GitHub] [incubator-mxnet] haojin2 commented on a change in pull request #17416: [Numpy] add polynomial polyval

2020-02-05 Thread GitBox
haojin2 commented on a change in pull request #17416: [Numpy] add polynomial polyval URL: https://github.com/apache/incubator-mxnet/pull/17416#discussion_r375559615 ## File path: src/operator/numpy/np_polynomial_op.cc ## @@ -0,0 +1,124 @@ +/* + * Licensed to the Apache

[GitHub] [incubator-mxnet] haojin2 commented on a change in pull request #17416: [Numpy] add polynomial polyval

2020-02-05 Thread GitBox
haojin2 commented on a change in pull request #17416: [Numpy] add polynomial polyval URL: https://github.com/apache/incubator-mxnet/pull/17416#discussion_r375560377 ## File path: src/operator/numpy/np_polynomial_op.cc ## @@ -0,0 +1,124 @@ +/* + * Licensed to the Apache

[GitHub] [incubator-mxnet] zhreshold commented on issue #16794: Random rotation

2020-02-05 Thread GitBox
zhreshold commented on issue #16794: Random rotation URL: https://github.com/apache/incubator-mxnet/pull/16794#issuecomment-582674690 @lkubin I think the ci python3.5 error is fixed: https://github.com/apache/incubator-mxnet/issues/17457 Can you do rebase to master one more time?

[GitHub] [incubator-mxnet] mseth10 opened a new issue #17532: [RFC] Partitioning for a given backend

2020-02-05 Thread GitBox
mseth10 opened a new issue #17532: [RFC] Partitioning for a given backend URL: https://github.com/apache/incubator-mxnet/issues/17532 ## Description Request for comments for the next PR on partitioning for a given backend - Printing graph statistics after call to `optimize_for` -

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

2020-02-05 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 c07f984 Bump the

[GitHub] [incubator-mxnet] jonatan1626 commented on issue #17331: [mxnet 2.0] [item 2.4] Turning on large tensor support by default

2020-02-05 Thread GitBox
jonatan1626 commented on issue #17331: [mxnet 2.0] [item 2.4] Turning on large tensor support by default URL: https://github.com/apache/incubator-mxnet/issues/17331#issuecomment-582689067 Training Benchmarks comparing LT_MKL with just MKL Enabled. Speed measured seconds per Epoch.

[GitHub] [incubator-mxnet] rondogency commented on a change in pull request #17516: Fix custom op makefile and example test

2020-02-05 Thread GitBox
rondogency commented on a change in pull request #17516: Fix custom op makefile and example test URL: https://github.com/apache/incubator-mxnet/pull/17516#discussion_r375608129 ## File path: Makefile ## @@ -666,18 +666,21 @@ pylint: python3 -m pylint

[GitHub] [incubator-mxnet] guanxinq commented on a change in pull request #15969: Partitioning Gluon HybridBlocks

2020-02-05 Thread GitBox
guanxinq commented on a change in pull request #15969: Partitioning Gluon HybridBlocks URL: https://github.com/apache/incubator-mxnet/pull/15969#discussion_r37419 ## File path: python/mxnet/gluon/block.py ## @@ -1053,11 +1041,31 @@ def register_child(self, block,

[GitHub] [incubator-mxnet] haojin2 commented on a change in pull request #17416: [Numpy] add polynomial polyval

2020-02-05 Thread GitBox
haojin2 commented on a change in pull request #17416: [Numpy] add polynomial polyval URL: https://github.com/apache/incubator-mxnet/pull/17416#discussion_r375561336 ## File path: src/operator/numpy/np_polynomial_op.cu ## @@ -0,0 +1,97 @@ +/* + * Licensed to the Apache

[GitHub] [incubator-mxnet] haojin2 commented on a change in pull request #17416: [Numpy] add polynomial polyval

2020-02-05 Thread GitBox
haojin2 commented on a change in pull request #17416: [Numpy] add polynomial polyval URL: https://github.com/apache/incubator-mxnet/pull/17416#discussion_r375561270 ## File path: src/operator/numpy/np_polynomial_op.cu ## @@ -0,0 +1,97 @@ +/* + * Licensed to the Apache

[GitHub] [incubator-mxnet] haojin2 commented on a change in pull request #17416: [Numpy] add polynomial polyval

2020-02-05 Thread GitBox
haojin2 commented on a change in pull request #17416: [Numpy] add polynomial polyval URL: https://github.com/apache/incubator-mxnet/pull/17416#discussion_r375561422 ## File path: src/operator/numpy/np_polynomial_op.cu ## @@ -0,0 +1,97 @@ +/* + * Licensed to the Apache

[GitHub] [incubator-mxnet] rondogency commented on a change in pull request #17486: Update CustomOp doc with changes for GPU support

2020-02-05 Thread GitBox
rondogency commented on a change in pull request #17486: Update CustomOp doc with changes for GPU support URL: https://github.com/apache/incubator-mxnet/pull/17486#discussion_r375582060 ## File path: example/extensions/lib_custom_op/README.md ## @@ -146,21 +186,160 @@

[GitHub] [incubator-mxnet] eric-haibin-lin commented on issue #17331: [mxnet 2.0] [item 2.4] Turning on large tensor support by default

2020-02-05 Thread GitBox
eric-haibin-lin commented on issue #17331: [mxnet 2.0] [item 2.4] Turning on large tensor support by default URL: https://github.com/apache/incubator-mxnet/issues/17331#issuecomment-582694592 @jonatan1626 thanks for the update. Does `-22.98%` mean 22.98% slower?

[GitHub] [incubator-mxnet] guanxinq commented on a change in pull request #15969: Partitioning Gluon HybridBlocks

2020-02-05 Thread GitBox
guanxinq commented on a change in pull request #15969: Partitioning Gluon HybridBlocks URL: https://github.com/apache/incubator-mxnet/pull/15969#discussion_r375548787 ## File path: python/mxnet/gluon/block.py ## @@ -1040,7 +1052,12 @@ def register_child(self, block,

[GitHub] [incubator-mxnet] jonatan1626 edited a comment on issue #17331: [mxnet 2.0] [item 2.4] Turning on large tensor support by default

2020-02-05 Thread GitBox
jonatan1626 edited a comment on issue #17331: [mxnet 2.0] [item 2.4] Turning on large tensor support by default URL: https://github.com/apache/incubator-mxnet/issues/17331#issuecomment-582702619 @eric-haibin-lin Yes I am calculating this by: 1 - (LT, MKL value / MKL value). For the

[GitHub] [incubator-mxnet] guanxinq commented on a change in pull request #15969: Partitioning Gluon HybridBlocks

2020-02-05 Thread GitBox
guanxinq commented on a change in pull request #15969: Partitioning Gluon HybridBlocks URL: https://github.com/apache/incubator-mxnet/pull/15969#discussion_r375537304 ## File path: python/mxnet/gluon/block.py ## @@ -1040,7 +1052,12 @@ def register_child(self, block,

[GitHub] [incubator-mxnet] eric-haibin-lin commented on a change in pull request #15969: Partitioning Gluon HybridBlocks

2020-02-05 Thread GitBox
eric-haibin-lin commented on a change in pull request #15969: Partitioning Gluon HybridBlocks URL: https://github.com/apache/incubator-mxnet/pull/15969#discussion_r375544604 ## File path: python/mxnet/gluon/block.py ## @@ -1040,7 +1052,12 @@ def register_child(self,

[GitHub] [incubator-mxnet] leezu commented on issue #17058: CUDA 10.2 Python wheels

2020-02-05 Thread GitBox
leezu commented on issue #17058: CUDA 10.2 Python wheels URL: https://github.com/apache/incubator-mxnet/issues/17058#issuecomment-582644900 cu102 nightly convenience builds are now available at https://apache-mxnet.s3-us-west-2.amazonaws.com/dist/index.html thanks to @samskalicky

[GitHub] [incubator-mxnet] leezu closed issue #17058: CUDA 10.2 Python wheels

2020-02-05 Thread GitBox
leezu closed issue #17058: CUDA 10.2 Python wheels URL: https://github.com/apache/incubator-mxnet/issues/17058 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

[GitHub] [incubator-mxnet] mseth10 commented on a change in pull request #15969: Partitioning Gluon HybridBlocks

2020-02-05 Thread GitBox
mseth10 commented on a change in pull request #15969: Partitioning Gluon HybridBlocks URL: https://github.com/apache/incubator-mxnet/pull/15969#discussion_r375570558 ## File path: python/mxnet/gluon/block.py ## @@ -656,20 +656,8 @@ def initialize(self,

[GitHub] [incubator-mxnet] shawnbrar commented on issue #17359: Mxnet doesn't install for R if OpenCV is build on linux

2020-02-05 Thread GitBox
shawnbrar commented on issue #17359: Mxnet doesn't install for R if OpenCV is build on linux URL: https://github.com/apache/incubator-mxnet/issues/17359#issuecomment-582685585 I am using the latest master version. And if my PKG_CONFIG_PATH is wrong, then changing opencv4.pc to opencv.pc

[GitHub] [incubator-mxnet] mseth10 commented on a change in pull request #15969: Partitioning Gluon HybridBlocks

2020-02-05 Thread GitBox
mseth10 commented on a change in pull request #15969: Partitioning Gluon HybridBlocks URL: https://github.com/apache/incubator-mxnet/pull/15969#discussion_r375582671 ## File path: python/mxnet/gluon/block.py ## @@ -967,6 +968,26 @@ def _build_cache(self, *args):

[GitHub] [incubator-mxnet] jonatan1626 commented on issue #17331: [mxnet 2.0] [item 2.4] Turning on large tensor support by default

2020-02-05 Thread GitBox
jonatan1626 commented on issue #17331: [mxnet 2.0] [item 2.4] Turning on large tensor support by default URL: https://github.com/apache/incubator-mxnet/issues/17331#issuecomment-582702619 @eric-haibin-lin Yes I am calculating this by: 1 - ( / ). For the samples/sec I am multiplying by

[GitHub] [incubator-mxnet] connorgoggins commented on a change in pull request #17502: [OpPerf] Implement remaining random sampling ops

2020-02-05 Thread GitBox
connorgoggins commented on a change in pull request #17502: [OpPerf] Implement remaining random sampling ops URL: https://github.com/apache/incubator-mxnet/pull/17502#discussion_r375633107 ## File path: benchmark/opperf/utils/op_registry_utils.py ## @@ -279,9 +280,9 @@

  1   2   >