[GitHub] [incubator-mxnet] liuzh91 commented on a change in pull request #16982: Add support of plug and play fit_batch and evaluate_batch

2019-12-05 Thread GitBox
liuzh91 commented on a change in pull request #16982: Add support of plug and play fit_batch and evaluate_batch URL: https://github.com/apache/incubator-mxnet/pull/16982#discussion_r354696068 ## File path: python/mxnet/gluon/contrib/estimator/batch_processor.py ## @@

[GitHub] [incubator-mxnet] leezu commented on a change in pull request #16982: Add support of plug and play fit_batch and evaluate_batch

2019-12-05 Thread GitBox
leezu commented on a change in pull request #16982: Add support of plug and play fit_batch and evaluate_batch URL: https://github.com/apache/incubator-mxnet/pull/16982#discussion_r354693250 ## File path: python/mxnet/gluon/contrib/estimator/batch_processor.py ## @@ -27,6

[GitHub] [incubator-mxnet] rondogency commented on issue #15921: dynamic custom operator support

2019-12-05 Thread GitBox
rondogency commented on issue #15921: dynamic custom operator support URL: https://github.com/apache/incubator-mxnet/pull/15921#issuecomment-562461420 @wkcn Big thank to Jackie for the merging work! This is an automated

[GitHub] [incubator-mxnet] Alicia1529 opened a new issue #16991: Array Indexing and

2019-12-05 Thread GitBox
Alicia1529 opened a new issue #16991: Array Indexing and URL: https://github.com/apache/incubator-mxnet/issues/16991 ## Description (A clear and concise description of what the bug is.) ### Error Message (Paste the complete error message, including stack trace.) ## To

[GitHub] [incubator-mxnet] liuzh91 commented on a change in pull request #16982: Add support of plug and play fit_batch and evaluate_batch

2019-12-05 Thread GitBox
liuzh91 commented on a change in pull request #16982: Add support of plug and play fit_batch and evaluate_batch URL: https://github.com/apache/incubator-mxnet/pull/16982#discussion_r354688027 ## File path: python/mxnet/gluon/contrib/estimator/estimator.py ## @@ -269,9

[GitHub] [incubator-mxnet] wkcn edited a comment on issue #16864: [Discussion] 1.7.0 Roadmap

2019-12-05 Thread GitBox
wkcn edited a comment on issue #16864: [Discussion] 1.7.0 Roadmap URL: https://github.com/apache/incubator-mxnet/issues/16864#issuecomment-562453689 Existing Feature: - dynamic custom operator support on CPU #15921 Propose: - dynamic custom operator support on GPU

[GitHub] [incubator-mxnet] wkcn commented on issue #16864: [Discussion] 1.7.0 Roadmap

2019-12-05 Thread GitBox
wkcn commented on issue #16864: [Discussion] 1.7.0 Roadmap URL: https://github.com/apache/incubator-mxnet/issues/16864#issuecomment-562453689 Existing Feature: - dynamic custom operator support on CPU #15921 Propose: - dynamic custom operator support on GPU The

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

2019-12-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 b8d9068 Bump the

[GitHub] [incubator-mxnet] JiangZhaoh opened a new pull request #16990: [numpy] add op matmul

2019-12-05 Thread GitBox
JiangZhaoh opened a new pull request #16990: [numpy] add op matmul URL: https://github.com/apache/incubator-mxnet/pull/16990 ## Description ## unary op: matmul ## Checklist ## ### Essentials ### Please feel free to remove inapplicable items for your PR. - [ ] The PR title

[incubator-mxnet] branch master updated (8dd7051 -> ae472c2)

2019-12-05 Thread wkcn
This is an automated email from the ASF dual-hosted git repository. wkcn pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git. from 8dd7051 Downgrade the cublas version for nightly gpu (#16985) add ae472c2 dynamic custom operator

[incubator-mxnet] branch master updated (8dd7051 -> ae472c2)

2019-12-05 Thread wkcn
This is an automated email from the ASF dual-hosted git repository. wkcn pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git. from 8dd7051 Downgrade the cublas version for nightly gpu (#16985) add ae472c2 dynamic custom operator

[GitHub] [incubator-mxnet] wkcn merged pull request #15921: dynamic custom operator support

2019-12-05 Thread GitBox
wkcn merged pull request #15921: dynamic custom operator support URL: https://github.com/apache/incubator-mxnet/pull/15921 This is an automated message from the Apache Git Service. To respond to the message, please log on to

[GitHub] [incubator-mxnet] leezu commented on a change in pull request #16982: Add support of plug and play fit_batch and evaluate_batch

2019-12-05 Thread GitBox
leezu commented on a change in pull request #16982: Add support of plug and play fit_batch and evaluate_batch URL: https://github.com/apache/incubator-mxnet/pull/16982#discussion_r354671363 ## File path: python/mxnet/gluon/contrib/estimator/estimator.py ## @@ -269,9

[GitHub] [incubator-mxnet] leezu commented on a change in pull request #16878: add micro to pearsonr

2019-12-05 Thread GitBox
leezu commented on a change in pull request #16878: add micro to pearsonr URL: https://github.com/apache/incubator-mxnet/pull/16878#discussion_r354671178 ## File path: python/mxnet/metric.py ## @@ -371,7 +372,8 @@ def reset(self): pass def

[GitHub] [incubator-mxnet] leezu commented on a change in pull request #16878: add micro to pearsonr

2019-12-05 Thread GitBox
leezu commented on a change in pull request #16878: add micro to pearsonr URL: https://github.com/apache/incubator-mxnet/pull/16878#discussion_r354671206 ## File path: python/mxnet/metric.py ## @@ -1597,7 +1654,8 @@ def reset(self): self.reset_local() def

[GitHub] [incubator-mxnet] leezu commented on a change in pull request #16878: add micro to pearsonr

2019-12-05 Thread GitBox
leezu commented on a change in pull request #16878: add micro to pearsonr URL: https://github.com/apache/incubator-mxnet/pull/16878#discussion_r354671154 ## File path: python/mxnet/metric.py ## @@ -153,7 +153,8 @@ def reset(self): self.global_sum_metric = 0.0

[GitHub] [incubator-mxnet] liuzh91 commented on a change in pull request #16982: Add support of plug and play fit_batch and evaluate_batch

2019-12-05 Thread GitBox
liuzh91 commented on a change in pull request #16982: Add support of plug and play fit_batch and evaluate_batch URL: https://github.com/apache/incubator-mxnet/pull/16982#discussion_r354660483 ## File path: python/mxnet/gluon/contrib/estimator/estimator_model.py ## @@ -0,0

[GitHub] [incubator-mxnet] liuzh91 commented on a change in pull request #16982: Add support of plug and play fit_batch and evaluate_batch

2019-12-05 Thread GitBox
liuzh91 commented on a change in pull request #16982: Add support of plug and play fit_batch and evaluate_batch URL: https://github.com/apache/incubator-mxnet/pull/16982#discussion_r354660403 ## File path: python/mxnet/gluon/contrib/estimator/estimator.py ## @@ -383,8

[GitHub] [incubator-mxnet] liuzh91 commented on a change in pull request #16982: Add support of plug and play fit_batch and evaluate_batch

2019-12-05 Thread GitBox
liuzh91 commented on a change in pull request #16982: Add support of plug and play fit_batch and evaluate_batch URL: https://github.com/apache/incubator-mxnet/pull/16982#discussion_r354660279 ## File path: python/mxnet/gluon/contrib/estimator/estimator.py ## @@ -269,9

[GitHub] [incubator-mxnet] Tommliu opened a new pull request #16989: Op_Diagonal [Numpy]

2019-12-05 Thread GitBox
Tommliu opened a new pull request #16989: Op_Diagonal [Numpy] URL: https://github.com/apache/incubator-mxnet/pull/16989 ## Description ## Op_Diagonal PR ## Checklist ## ### Essentials ### Please feel free to remove inapplicable items for your PR. - [ ] The PR title starts

[GitHub] [incubator-mxnet] leezu commented on a change in pull request #16982: Add support of plug and play fit_batch and evaluate_batch

2019-12-05 Thread GitBox
leezu commented on a change in pull request #16982: Add support of plug and play fit_batch and evaluate_batch URL: https://github.com/apache/incubator-mxnet/pull/16982#discussion_r354654920 ## File path: python/mxnet/gluon/contrib/estimator/estimator.py ## @@ -269,9

[GitHub] [incubator-mxnet] leezu commented on a change in pull request #16982: Add support of plug and play fit_batch and evaluate_batch

2019-12-05 Thread GitBox
leezu commented on a change in pull request #16982: Add support of plug and play fit_batch and evaluate_batch URL: https://github.com/apache/incubator-mxnet/pull/16982#discussion_r354654943 ## File path: python/mxnet/gluon/contrib/estimator/estimator.py ## @@ -383,8

[GitHub] [incubator-mxnet] leezu commented on a change in pull request #16982: Add support of plug and play fit_batch and evaluate_batch

2019-12-05 Thread GitBox
leezu commented on a change in pull request #16982: Add support of plug and play fit_batch and evaluate_batch URL: https://github.com/apache/incubator-mxnet/pull/16982#discussion_r354655106 ## File path: python/mxnet/gluon/contrib/estimator/estimator_model.py ## @@ -0,0

[GitHub] [incubator-mxnet] leezu commented on a change in pull request #16878: add micro to pearsonr

2019-12-05 Thread GitBox
leezu commented on a change in pull request #16878: add micro to pearsonr URL: https://github.com/apache/incubator-mxnet/pull/16878#discussion_r354654134 ## File path: python/mxnet/metric.py ## @@ -592,8 +592,7 @@ def update(self, labels, preds): class

[GitHub] [incubator-mxnet] leezu commented on a change in pull request #16878: add micro to pearsonr

2019-12-05 Thread GitBox
leezu commented on a change in pull request #16878: add micro to pearsonr URL: https://github.com/apache/incubator-mxnet/pull/16878#discussion_r354654043 ## File path: python/mxnet/metric.py ## @@ -610,8 +609,7 @@ def __init__(self): self.global_true_negatives = 0

[GitHub] [incubator-mxnet] sxjscience commented on a change in pull request #16979: [Bugfix] [Numpy] Add `kAddTo` and kNullOp to Transpose

2019-12-05 Thread GitBox
sxjscience commented on a change in pull request #16979: [Bugfix] [Numpy] Add `kAddTo` and kNullOp to Transpose URL: https://github.com/apache/incubator-mxnet/pull/16979#discussion_r354652158 ## File path: src/operator/tensor/pseudo2DTranspose_op-inl.cuh ## @@ -78,23

[GitHub] [incubator-mxnet] wb315 opened a new issue #16988: gluoncv resnet50_v1b load

2019-12-05 Thread GitBox
wb315 opened a new issue #16988: gluoncv resnet50_v1b load URL: https://github.com/apache/incubator-mxnet/issues/16988 ## Description (A clear and concise description of what the bug is.) ### Error Message (Paste the complete error message, including stack trace.) ## To

[GitHub] [incubator-mxnet] stu1130 opened a new pull request #16987: Fix nightly publishing scala gpu with cpu instance

2019-12-05 Thread GitBox
stu1130 opened a new pull request #16987: Fix nightly publishing scala gpu with cpu instance URL: https://github.com/apache/incubator-mxnet/pull/16987 ## Description ## Fix nightly publishing scala gpu with cpu instance ## Checklist ## ### Essentials ### Please feel free to

[GitHub] [incubator-mxnet] wkcn commented on issue #15921: dynamic custom operator support

2019-12-05 Thread GitBox
wkcn commented on issue #15921: dynamic custom operator support URL: https://github.com/apache/incubator-mxnet/pull/15921#issuecomment-562405259 I will merge this PR after the CI passes. Thank all contributors! This is an

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

2019-12-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 5de6556 Bump the

[incubator-mxnet] branch master updated (10903e8 -> 8dd7051)

2019-12-05 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 10903e8 Fix ndarray indexing bug (#16895) add 8dd7051 Downgrade the cublas version for nightly gpu

[incubator-mxnet] branch master updated (10903e8 -> 8dd7051)

2019-12-05 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 10903e8 Fix ndarray indexing bug (#16895) add 8dd7051 Downgrade the cublas version for nightly gpu

[GitHub] [incubator-mxnet] lanking520 merged pull request #16985: Downgrade the cublas version for nightly gpu

2019-12-05 Thread GitBox
lanking520 merged pull request #16985: Downgrade the cublas version for nightly gpu URL: https://github.com/apache/incubator-mxnet/pull/16985 This is an automated message from the Apache Git Service. To respond to the

[GitHub] [incubator-mxnet] samskalicky commented on issue #15921: dynamic custom operator support

2019-12-05 Thread GitBox
samskalicky commented on issue #15921: dynamic custom operator support URL: https://github.com/apache/incubator-mxnet/pull/15921#issuecomment-562375617 > Hi @samskalicky and @rondogency , is it ready to merge this PR after CI passes? Yes! We're soo ready to merge :)

[GitHub] [incubator-mxnet] TEChopra1000 opened a new pull request #16986: Link fixes5

2019-12-05 Thread GitBox
TEChopra1000 opened a new pull request #16986: Link fixes5 URL: https://github.com/apache/incubator-mxnet/pull/16986 Fixing links on index pages of the python tutorial docs. I will add the gluon data files in my next PR to fix those broken links in the Gluon tutorials index page.

[GitHub] [incubator-mxnet] haojin2 commented on a change in pull request #16865: [numpy]add op insert

2019-12-05 Thread GitBox
haojin2 commented on a change in pull request #16865: [numpy]add op insert URL: https://github.com/apache/incubator-mxnet/pull/16865#discussion_r354603687 ## File path: src/operator/numpy/np_insert_op.cc ## @@ -0,0 +1,177 @@ +/* + * Licensed to the Apache Software

[GitHub] [incubator-mxnet] haojin2 commented on a change in pull request #16865: [numpy]add op insert

2019-12-05 Thread GitBox
haojin2 commented on a change in pull request #16865: [numpy]add op insert URL: https://github.com/apache/incubator-mxnet/pull/16865#discussion_r354603595 ## File path: src/operator/numpy/np_insert_op.cc ## @@ -0,0 +1,177 @@ +/* + * Licensed to the Apache Software

[GitHub] [incubator-mxnet] haojin2 commented on a change in pull request #16865: [numpy]add op insert

2019-12-05 Thread GitBox
haojin2 commented on a change in pull request #16865: [numpy]add op insert URL: https://github.com/apache/incubator-mxnet/pull/16865#discussion_r354603418 ## File path: src/operator/numpy/np_insert_op.cc ## @@ -0,0 +1,177 @@ +/* + * Licensed to the Apache Software

[GitHub] [incubator-mxnet] haojin2 commented on a change in pull request #16865: [numpy]add op insert

2019-12-05 Thread GitBox
haojin2 commented on a change in pull request #16865: [numpy]add op insert URL: https://github.com/apache/incubator-mxnet/pull/16865#discussion_r354603246 ## File path: src/operator/numpy/np_insert_op.cc ## @@ -0,0 +1,177 @@ +/* + * Licensed to the Apache Software

[GitHub] [incubator-mxnet] haojin2 commented on a change in pull request #16865: [numpy]add op insert

2019-12-05 Thread GitBox
haojin2 commented on a change in pull request #16865: [numpy]add op insert URL: https://github.com/apache/incubator-mxnet/pull/16865#discussion_r354602762 ## File path: src/operator/numpy/np_insert_op-inl.h ## @@ -0,0 +1,632 @@ +/* + * Licensed to the Apache Software

[GitHub] [incubator-mxnet] haojin2 commented on a change in pull request #16865: [numpy]add op insert

2019-12-05 Thread GitBox
haojin2 commented on a change in pull request #16865: [numpy]add op insert URL: https://github.com/apache/incubator-mxnet/pull/16865#discussion_r354602917 ## File path: src/operator/numpy/np_insert_op-inl.h ## @@ -0,0 +1,632 @@ +/* + * Licensed to the Apache Software

[GitHub] [incubator-mxnet] haojin2 commented on a change in pull request #16865: [numpy]add op insert

2019-12-05 Thread GitBox
haojin2 commented on a change in pull request #16865: [numpy]add op insert URL: https://github.com/apache/incubator-mxnet/pull/16865#discussion_r354602637 ## File path: src/operator/numpy/np_insert_op-inl.h ## @@ -0,0 +1,632 @@ +/* + * Licensed to the Apache Software

[GitHub] [incubator-mxnet] haojin2 commented on a change in pull request #16865: [numpy]add op insert

2019-12-05 Thread GitBox
haojin2 commented on a change in pull request #16865: [numpy]add op insert URL: https://github.com/apache/incubator-mxnet/pull/16865#discussion_r354601789 ## File path: src/operator/numpy/np_insert_op-inl.h ## @@ -0,0 +1,632 @@ +/* + * Licensed to the Apache Software

[GitHub] [incubator-mxnet] haojin2 commented on a change in pull request #16865: [numpy]add op insert

2019-12-05 Thread GitBox
haojin2 commented on a change in pull request #16865: [numpy]add op insert URL: https://github.com/apache/incubator-mxnet/pull/16865#discussion_r354590825 ## File path: src/operator/numpy/np_insert_op-inl.h ## @@ -0,0 +1,632 @@ +/* + * Licensed to the Apache Software

[GitHub] [incubator-mxnet] haojin2 commented on a change in pull request #16865: [numpy]add op insert

2019-12-05 Thread GitBox
haojin2 commented on a change in pull request #16865: [numpy]add op insert URL: https://github.com/apache/incubator-mxnet/pull/16865#discussion_r354589044 ## File path: src/operator/numpy/np_insert_op-inl.h ## @@ -0,0 +1,632 @@ +/* + * Licensed to the Apache Software

[GitHub] [incubator-mxnet] haojin2 commented on a change in pull request #16913: [numpy] add op linalg solve

2019-12-05 Thread GitBox
haojin2 commented on a change in pull request #16913: [numpy] add op linalg solve URL: https://github.com/apache/incubator-mxnet/pull/16913#discussion_r354585755 ## File path: tests/python/unittest/test_numpy_op.py ## @@ -3412,6 +3412,97 @@ def check_inv(A_inv, data_np):

[GitHub] [incubator-mxnet] haojin2 commented on a change in pull request #16913: [numpy] add op linalg solve

2019-12-05 Thread GitBox
haojin2 commented on a change in pull request #16913: [numpy] add op linalg solve URL: https://github.com/apache/incubator-mxnet/pull/16913#discussion_r354585357 ## File path: src/operator/numpy/linalg/np_solve.cc ## @@ -0,0 +1,114 @@ +/* + * Licensed to the Apache

[GitHub] [incubator-mxnet] haojin2 commented on a change in pull request #16913: [numpy] add op linalg solve

2019-12-05 Thread GitBox
haojin2 commented on a change in pull request #16913: [numpy] add op linalg solve URL: https://github.com/apache/incubator-mxnet/pull/16913#discussion_r354584869 ## File path: src/operator/numpy/linalg/np_solve-inl.h ## @@ -0,0 +1,497 @@ +/* + * Licensed to the Apache

[GitHub] [incubator-mxnet] haojin2 commented on a change in pull request #16913: [numpy] add op linalg solve

2019-12-05 Thread GitBox
haojin2 commented on a change in pull request #16913: [numpy] add op linalg solve URL: https://github.com/apache/incubator-mxnet/pull/16913#discussion_r354585180 ## File path: src/operator/numpy/linalg/np_solve-inl.h ## @@ -0,0 +1,497 @@ +/* + * Licensed to the Apache

[GitHub] [incubator-mxnet] haojin2 commented on a change in pull request #16913: [numpy] add op linalg solve

2019-12-05 Thread GitBox
haojin2 commented on a change in pull request #16913: [numpy] add op linalg solve URL: https://github.com/apache/incubator-mxnet/pull/16913#discussion_r354583933 ## File path: src/operator/numpy/linalg/np_solve-inl.h ## @@ -0,0 +1,497 @@ +/* + * Licensed to the Apache

[GitHub] [incubator-mxnet] TEChopra1000 closed pull request #16975: Link fixes5

2019-12-05 Thread GitBox
TEChopra1000 closed pull request #16975: Link fixes5 URL: https://github.com/apache/incubator-mxnet/pull/16975 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

[incubator-mxnet] branch master updated (b5ee43e -> 10903e8)

2019-12-05 Thread haoj
This is an automated email from the ASF dual-hosted git repository. haoj pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git. from b5ee43e add aligned roi introduced in Detectron2 (#16619) add 10903e8 Fix ndarray indexing bug

[incubator-mxnet] branch master updated (b5ee43e -> 10903e8)

2019-12-05 Thread haoj
This is an automated email from the ASF dual-hosted git repository. haoj pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git. from b5ee43e add aligned roi introduced in Detectron2 (#16619) add 10903e8 Fix ndarray indexing bug

[GitHub] [incubator-mxnet] haojin2 closed issue #16647: Set range in NDArray from Python list fails

2019-12-05 Thread GitBox
haojin2 closed issue #16647: Set range in NDArray from Python list fails URL: https://github.com/apache/incubator-mxnet/issues/16647 This is an automated message from the Apache Git Service. To respond to the message, please

[GitHub] [incubator-mxnet] haojin2 merged pull request #16895: Fix ndarray indexing bug

2019-12-05 Thread GitBox
haojin2 merged pull request #16895: Fix ndarray indexing bug URL: https://github.com/apache/incubator-mxnet/pull/16895 This is an automated message from the Apache Git Service. To respond to the message, please log on to

[GitHub] [incubator-mxnet] anirudh2290 commented on issue #16431: [RFC] MXNet Multithreaded Inference Interface

2019-12-05 Thread GitBox
anirudh2290 commented on issue #16431: [RFC] MXNet Multithreaded Inference Interface URL: https://github.com/apache/incubator-mxnet/issues/16431#issuecomment-562335146 Thanks for the thoughtful and valuable comments @arcadiaphy. > I've deployed many models with scala API, and run

[GitHub] [incubator-mxnet] TEChopra1000 commented on a change in pull request #16975: Link fixes5

2019-12-05 Thread GitBox
TEChopra1000 commented on a change in pull request #16975: Link fixes5 URL: https://github.com/apache/incubator-mxnet/pull/16975#discussion_r354564580 ## File path: docs/python_docs/python/tutorials/packages/gluon/index.rst ## @@ -194,19 +194,15 @@ Advanced Topics

[GitHub] [incubator-mxnet] haojin2 commented on a change in pull request #16913: [numpy] add op linalg solve

2019-12-05 Thread GitBox
haojin2 commented on a change in pull request #16913: [numpy] add op linalg solve URL: https://github.com/apache/incubator-mxnet/pull/16913#discussion_r354560374 ## File path: python/mxnet/numpy/linalg.py ## @@ -370,3 +370,56 @@ def slogdet(a): (1.,

[GitHub] [incubator-mxnet] sxjscience commented on a change in pull request #16878: add micro to pearsonr

2019-12-05 Thread GitBox
sxjscience commented on a change in pull request #16878: add micro to pearsonr URL: https://github.com/apache/incubator-mxnet/pull/16878#discussion_r354556287 ## File path: python/mxnet/metric.py ## @@ -686,7 +689,8 @@ def global_fscore(self): return 0.

[GitHub] [incubator-mxnet] sxjscience commented on a change in pull request #16878: add micro to pearsonr

2019-12-05 Thread GitBox
sxjscience commented on a change in pull request #16878: add micro to pearsonr URL: https://github.com/apache/incubator-mxnet/pull/16878#discussion_r354554262 ## File path: python/mxnet/metric.py ## @@ -686,7 +689,8 @@ def global_fscore(self): return 0.

[GitHub] [incubator-mxnet] stu1130 opened a new pull request #16985: Downgrade the cublas version for nightly gpu

2019-12-05 Thread GitBox
stu1130 opened a new pull request #16985: Downgrade the cublas version for nightly gpu URL: https://github.com/apache/incubator-mxnet/pull/16985 ## Description ## downgrade the cublas version for nightly gpu ## Checklist ## ### Essentials ### Please feel free to remove

[GitHub] [incubator-mxnet] larroy commented on issue #16975: Link fixes5

2019-12-05 Thread GitBox
larroy commented on issue #16975: Link fixes5 URL: https://github.com/apache/incubator-mxnet/pull/16975#issuecomment-562320636 There's something failing in the website build in CI

[GitHub] [incubator-mxnet] larroy commented on a change in pull request #16654: Multithreaded Inference Support

2019-12-05 Thread GitBox
larroy commented on a change in pull request #16654: Multithreaded Inference Support URL: https://github.com/apache/incubator-mxnet/pull/16654#discussion_r354542395 ## File path: ci/docker/runtime_functions.sh ## @@ -1353,6 +1373,19 @@

[GitHub] [incubator-mxnet] josephevans opened a new pull request #16984: Joetest

2019-12-05 Thread GitBox
josephevans opened a new pull request #16984: Joetest URL: https://github.com/apache/incubator-mxnet/pull/16984 ## Description ## (Brief description on what this PR is about) ## Checklist ## ### Essentials ### Please feel free to remove inapplicable items for your PR. - [

[GitHub] [incubator-mxnet] sxjscience commented on a change in pull request #16979: [Bugfix] [Numpy] Add `kAddTo` and kNullOp to Transpose

2019-12-05 Thread GitBox
sxjscience commented on a change in pull request #16979: [Bugfix] [Numpy] Add `kAddTo` and kNullOp to Transpose URL: https://github.com/apache/incubator-mxnet/pull/16979#discussion_r354523591 ## File path: src/operator/tensor/pseudo2DTranspose_op-inl.cuh ## @@ -39,22

[GitHub] [incubator-mxnet] sxjscience commented on a change in pull request #16979: [Bugfix] [Numpy] Add `kAddTo` and kNullOp to Transpose

2019-12-05 Thread GitBox
sxjscience commented on a change in pull request #16979: [Bugfix] [Numpy] Add `kAddTo` and kNullOp to Transpose URL: https://github.com/apache/incubator-mxnet/pull/16979#discussion_r354520148 ## File path: src/operator/tensor/pseudo2DTranspose_op-inl.cuh ## @@ -39,22

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

2019-12-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 a3338db Bump the

[GitHub] [incubator-mxnet] DickJC123 commented on issue #16966: [WIP][CD] dynamic libmxet pipeline fix

2019-12-05 Thread GitBox
DickJC123 commented on issue #16966: [WIP][CD] dynamic libmxet pipeline fix URL: https://github.com/apache/incubator-mxnet/pull/16966#issuecomment-562254584 I'll work with @ptrendx to resolve this. This is an automated

[GitHub] [incubator-mxnet] sxjscience commented on a change in pull request #16979: [Bugfix] [Numpy] Add `kAddTo` and kNullOp to Transpose

2019-12-05 Thread GitBox
sxjscience commented on a change in pull request #16979: [Bugfix] [Numpy] Add `kAddTo` and kNullOp to Transpose URL: https://github.com/apache/incubator-mxnet/pull/16979#discussion_r354451534 ## File path: src/operator/tensor/pseudo2DTranspose_op-inl.cuh ## @@ -39,22

[GitHub] [incubator-mxnet] TEChopra1000 commented on a change in pull request #16975: Link fixes5

2019-12-05 Thread GitBox
TEChopra1000 commented on a change in pull request #16975: Link fixes5 URL: https://github.com/apache/incubator-mxnet/pull/16975#discussion_r354470170 ## File path: docs/python_docs/python/tutorials/packages/index.rst ## @@ -46,9 +46,9 @@ Shared APIs .. card::

[GitHub] [incubator-mxnet] lanking520 commented on a change in pull request #16980: change windows build system

2019-12-05 Thread GitBox
lanking520 commented on a change in pull request #16980: change windows build system URL: https://github.com/apache/incubator-mxnet/pull/16980#discussion_r354467301 ## File path: tools/gen_warp.cpp ## @@ -0,0 +1,211 @@ +/* + * Licensed to the Apache Software Foundation

[GitHub] [incubator-mxnet] sxjscience commented on a change in pull request #16979: [Bugfix] [Numpy] Add `kAddTo` and kNullOp to Transpose

2019-12-05 Thread GitBox
sxjscience commented on a change in pull request #16979: [Bugfix] [Numpy] Add `kAddTo` and kNullOp to Transpose URL: https://github.com/apache/incubator-mxnet/pull/16979#discussion_r354451534 ## File path: src/operator/tensor/pseudo2DTranspose_op-inl.cuh ## @@ -39,22

[GitHub] [incubator-mxnet] ptrendx commented on a change in pull request #16979: [Bugfix] [Numpy] Add `kAddTo` and kNullOp to Transpose

2019-12-05 Thread GitBox
ptrendx commented on a change in pull request #16979: [Bugfix] [Numpy] Add `kAddTo` and kNullOp to Transpose URL: https://github.com/apache/incubator-mxnet/pull/16979#discussion_r354439944 ## File path: src/operator/tensor/pseudo2DTranspose_op-inl.cuh ## @@ -78,23 +85,34

[GitHub] [incubator-mxnet] ptrendx commented on a change in pull request #16979: [Bugfix] [Numpy] Add `kAddTo` and kNullOp to Transpose

2019-12-05 Thread GitBox
ptrendx commented on a change in pull request #16979: [Bugfix] [Numpy] Add `kAddTo` and kNullOp to Transpose URL: https://github.com/apache/incubator-mxnet/pull/16979#discussion_r354438866 ## File path: src/operator/tensor/pseudo2DTranspose_op-inl.cuh ## @@ -39,22 +39,29

[GitHub] [incubator-mxnet] stereomatchingkiss edited a comment on issue #16983: C and cpp api of mxnet cannot load the yolov3 model of gluoncv

2019-12-05 Thread GitBox
stereomatchingkiss edited a comment on issue #16983: C and cpp api of mxnet cannot load the yolov3 model of gluoncv URL: https://github.com/apache/incubator-mxnet/issues/16983#issuecomment-562101815 Is is possible to release prebuild binary of c++/c on different platforms? Like windows,

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

2019-12-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 f977b79 Bump the

[GitHub] [incubator-mxnet] stereomatchingkiss commented on issue #16983: C and cpp api of mxnet cannot load the yolov3 model of gluoncv

2019-12-05 Thread GitBox
stereomatchingkiss commented on issue #16983: C and cpp api of mxnet cannot load the yolov3 model of gluoncv URL: https://github.com/apache/incubator-mxnet/issues/16983#issuecomment-562101815 Is is possible to release prebuild binary of c++ of mxnet on different platforms? Like windows,

[GitHub] [incubator-mxnet] stereomatchingkiss opened a new issue #16983: C and cpp api of mxnet cannot load the yolov3 model of gluoncv

2019-12-05 Thread GitBox
stereomatchingkiss opened a new issue #16983: C and cpp api of mxnet cannot load the yolov3 model of gluoncv URL: https://github.com/apache/incubator-mxnet/issues/16983 ## Description C and cpp api of mxnet cannot load the yolov3 model of gluoncv, same codes works on windows 10 64bits

[GitHub] [incubator-mxnet] arcadiaphy edited a comment on issue #16431: [RFC] MXNet Multithreaded Inference Interface

2019-12-05 Thread GitBox
arcadiaphy edited a comment on issue #16431: [RFC] MXNet Multithreaded Inference Interface URL: https://github.com/apache/incubator-mxnet/issues/16431#issuecomment-562052116 @anirudh2290 Just see this RFC. Let me share what I've done in multithreaded infererce, I think it's the only

[GitHub] [incubator-mxnet] perdasilva edited a comment on issue #16966: [CD] dynamic libmxet pipeline fix

2019-12-05 Thread GitBox
perdasilva edited a comment on issue #16966: [CD] dynamic libmxet pipeline fix URL: https://github.com/apache/incubator-mxnet/pull/16966#issuecomment-562069469 @DickJC123, I'm trying to fix CD and I think it's been failing since the [fuse op

[GitHub] [incubator-mxnet] liuzh91 opened a new pull request #16982: Add support of plug and play fit_batch and evaluate_batch

2019-12-05 Thread GitBox
liuzh91 opened a new pull request #16982: Add support of plug and play fit_batch and evaluate_batch URL: https://github.com/apache/incubator-mxnet/pull/16982 ## Description ## Due to the potential estimator explosion issue introduced in issue #16930, we add support of plug and play

[incubator-mxnet] branch master updated (34e7116 -> b5ee43e)

2019-12-05 Thread wkcn
This is an automated email from the ASF dual-hosted git repository. wkcn pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git. from 34e7116 [R package] Make R package compilation support opencv 4.0 (#16934) add b5ee43e add aligned

[incubator-mxnet] branch master updated (34e7116 -> b5ee43e)

2019-12-05 Thread wkcn
This is an automated email from the ASF dual-hosted git repository. wkcn pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git. from 34e7116 [R package] Make R package compilation support opencv 4.0 (#16934) add b5ee43e add aligned

[incubator-mxnet] branch master updated (34e7116 -> b5ee43e)

2019-12-05 Thread wkcn
This is an automated email from the ASF dual-hosted git repository. wkcn pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git. from 34e7116 [R package] Make R package compilation support opencv 4.0 (#16934) add b5ee43e add aligned

[GitHub] [incubator-mxnet] wkcn merged pull request #16619: add aligned roi introduced in Detectron2

2019-12-05 Thread GitBox
wkcn merged pull request #16619: add aligned roi introduced in Detectron2 URL: https://github.com/apache/incubator-mxnet/pull/16619 This is an automated message from the Apache Git Service. To respond to the message, please

[GitHub] [incubator-mxnet] perdasilva commented on issue #16966: [CD] dynamic libmxet pipeline fix

2019-12-05 Thread GitBox
perdasilva commented on issue #16966: [CD] dynamic libmxet pipeline fix URL: https://github.com/apache/incubator-mxnet/pull/16966#issuecomment-562069469 @DickJC123, I'm trying to fix CD and I think it's been failing since the [fuse op

[incubator-mxnet] branch master updated (edb583b -> 34e7116)

2019-12-05 Thread wkcn
This is an automated email from the ASF dual-hosted git repository. wkcn pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git. from edb583b Fix scala publish & nvidia-docker cublas issue (#16968) add 34e7116 [R package] Make R package

[incubator-mxnet] branch master updated (edb583b -> 34e7116)

2019-12-05 Thread wkcn
This is an automated email from the ASF dual-hosted git repository. wkcn pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git. from edb583b Fix scala publish & nvidia-docker cublas issue (#16968) add 34e7116 [R package] Make R package

[GitHub] [incubator-mxnet] wkcn commented on issue #16881: Add TypeFlag=>string macro

2019-12-05 Thread GitBox
wkcn commented on issue #16881: Add TypeFlag=>string macro URL: https://github.com/apache/incubator-mxnet/pull/16881#issuecomment-562069165 Hi @haojin2 , the request has been addressed. Could you please help take a review? Thank you!

[GitHub] [incubator-mxnet] wkcn merged pull request #16934: [R package] Make R package compilation support opencv 4.0

2019-12-05 Thread GitBox
wkcn merged pull request #16934: [R package] Make R package compilation support opencv 4.0 URL: https://github.com/apache/incubator-mxnet/pull/16934 This is an automated message from the Apache Git Service. To respond to

[GitHub] [incubator-mxnet] sjtuWangDing opened a new pull request #16981: [Numpy] add op tensorinv

2019-12-05 Thread GitBox
sjtuWangDing opened a new pull request #16981: [Numpy] add op tensorinv URL: https://github.com/apache/incubator-mxnet/pull/16981 ## Description ## add op tensorinv ## Checklist ## ### Essentials ### Please feel free to remove inapplicable items for your PR. - [ ] The PR

[GitHub] [incubator-mxnet] sjtuWangDing closed pull request #16970: [numpy] add op tensorinv

2019-12-05 Thread GitBox
sjtuWangDing closed pull request #16970: [numpy] add op tensorinv URL: https://github.com/apache/incubator-mxnet/pull/16970 This is an automated message from the Apache Git Service. To respond to the message, please log on

[GitHub] [incubator-mxnet] arcadiaphy edited a comment on issue #16431: [RFC] MXNet Multithreaded Inference Interface

2019-12-05 Thread GitBox
arcadiaphy edited a comment on issue #16431: [RFC] MXNet Multithreaded Inference Interface URL: https://github.com/apache/incubator-mxnet/issues/16431#issuecomment-562052116 @anirudh2290 Just see this RFC. Let me share what I've done in multithreaded infererce, I think it's the only

[GitHub] [incubator-mxnet] arcadiaphy edited a comment on issue #16431: [RFC] MXNet Multithreaded Inference Interface

2019-12-05 Thread GitBox
arcadiaphy edited a comment on issue #16431: [RFC] MXNet Multithreaded Inference Interface URL: https://github.com/apache/incubator-mxnet/issues/16431#issuecomment-562052116 @anirudh2290 Just see this RFC. Let me share what I've done in multithreaded infererce, I think it's the only

[GitHub] [incubator-mxnet] arcadiaphy commented on issue #16431: [RFC] MXNet Multithreaded Inference Interface

2019-12-05 Thread GitBox
arcadiaphy commented on issue #16431: [RFC] MXNet Multithreaded Inference Interface URL: https://github.com/apache/incubator-mxnet/issues/16431#issuecomment-562052116 @anirudh2290 Just see this RFC. Let me share what I've done in multithreaded infererce, I think it's the only viable way

[GitHub] [incubator-mxnet] Wallart opened a new issue #16754: Is mirroring working with MXNet 1.5.1 Gluon ?

2019-12-05 Thread GitBox
Wallart opened a new issue #16754: Is mirroring working with MXNet 1.5.1 Gluon ? URL: https://github.com/apache/incubator-mxnet/issues/16754 Hello everyone, I am currently implementing a Sparse/LogSparse transformer. I would like some layers results to be re-computed at backward pass

[GitHub] [incubator-mxnet] leezu commented on issue #16754: Is mirroring working with MXNet 1.5.1 Gluon ?

2019-12-05 Thread GitBox
leezu commented on issue #16754: Is mirroring working with MXNet 1.5.1 Gluon ? URL: https://github.com/apache/incubator-mxnet/issues/16754#issuecomment-562050718 I think you can set it on the symbol which you obtained via `output_symbols = net(*input_symbols)`.

[GitHub] [incubator-mxnet] Wallart edited a comment on issue #16754: Is mirroring working with MXNet 1.5.1 Gluon ?

2019-12-05 Thread GitBox
Wallart edited a comment on issue #16754: Is mirroring working with MXNet 1.5.1 Gluon ? URL: https://github.com/apache/incubator-mxnet/issues/16754#issuecomment-562044865 @leezu I'm still not sure how to use _set_attr(force_mirroring='True'). I can't see any impact on memory

[GitHub] [incubator-mxnet] Wallart commented on issue #16754: Is mirroring working with MXNet 1.5.1 Gluon ?

2019-12-05 Thread GitBox
Wallart commented on issue #16754: Is mirroring working with MXNet 1.5.1 Gluon ? URL: https://github.com/apache/incubator-mxnet/issues/16754#issuecomment-562044865 I'm still not sure how to use _set_attr(force_mirroring='True'). I can't see any impact on memory consumption. Can I set

[GitHub] [incubator-mxnet] dnzprmksz commented on issue #16911: [Question] MXNet on Scala Spark and Maven Repository

2019-12-05 Thread GitBox
dnzprmksz commented on issue #16911: [Question] MXNet on Scala Spark and Maven Repository URL: https://github.com/apache/incubator-mxnet/issues/16911#issuecomment-562041739 I tried building from source before asking the question but took me many hours and could not build due to

  1   2   >