[GitHub] [incubator-mxnet] haojin2 commented on a change in pull request #15387: Add docs for 7 ops

2019-06-27 Thread GitBox
haojin2 commented on a change in pull request #15387: Add docs for 7 ops URL: https://github.com/apache/incubator-mxnet/pull/15387#discussion_r298469524 ## File path: python/mxnet/ndarray/numpy/_op.py ## @@ -501,20 +513,20 @@ def clip(a, a_min, a_max, out=None): def swapax

[GitHub] [incubator-mxnet] zoeygxy commented on a change in pull request #15388: Doc

2019-06-27 Thread GitBox
zoeygxy commented on a change in pull request #15388: Doc URL: https://github.com/apache/incubator-mxnet/pull/15388#discussion_r298469097 ## File path: python/mxnet/ndarray/numpy/_op.py ## @@ -242,6 +253,17 @@ def arange(start, stop=None, step=1, dtype=None, ctx=None):

[GitHub] [incubator-mxnet] zoeygxy commented on a change in pull request #15388: Doc

2019-06-27 Thread GitBox
zoeygxy commented on a change in pull request #15388: Doc URL: https://github.com/apache/incubator-mxnet/pull/15388#discussion_r298468771 ## File path: python/mxnet/ndarray/numpy/_op.py ## @@ -232,6 +236,13 @@ def arange(start, stop=None, step=1, dtype=None, ctx=None):

[GitHub] [incubator-mxnet] zoeygxy commented on a change in pull request #15388: Doc

2019-06-27 Thread GitBox
zoeygxy commented on a change in pull request #15388: Doc URL: https://github.com/apache/incubator-mxnet/pull/15388#discussion_r298468698 ## File path: python/mxnet/_numpy_op_doc.py ## @@ -176,3 +176,116 @@ def _np_cumsum(a, axis=None, dtype=None, out=None): `axis`

[GitHub] [incubator-mxnet] wuxun-zhang commented on a change in pull request #15351: fix fp32 flatten issue

2019-06-27 Thread GitBox
wuxun-zhang commented on a change in pull request #15351: fix fp32 flatten issue URL: https://github.com/apache/incubator-mxnet/pull/15351#discussion_r298461383 ## File path: src/operator/nn/mkldnn/mkldnn_flatten.cc ## @@ -0,0 +1,87 @@ +/* + * Licensed to the Apache Softwar

[GitHub] [incubator-mxnet] zoeygxy commented on a change in pull request #15388: Doc

2019-06-27 Thread GitBox
zoeygxy commented on a change in pull request #15388: Doc URL: https://github.com/apache/incubator-mxnet/pull/15388#discussion_r298461030 ## File path: python/mxnet/_numpy_op_doc.py ## @@ -176,3 +176,116 @@ def _np_cumsum(a, axis=None, dtype=None, out=None): `axis`

[GitHub] [incubator-mxnet] zoeygxy commented on a change in pull request #15388: Doc

2019-06-27 Thread GitBox
zoeygxy commented on a change in pull request #15388: Doc URL: https://github.com/apache/incubator-mxnet/pull/15388#discussion_r298460964 ## File path: python/mxnet/_numpy_op_doc.py ## @@ -176,3 +176,116 @@ def _np_cumsum(a, axis=None, dtype=None, out=None): `axis`

[GitHub] [incubator-mxnet] zoeygxy commented on a change in pull request #15390: [Numpy fix-doc]modify numpy doc

2019-06-27 Thread GitBox
zoeygxy commented on a change in pull request #15390: [Numpy fix-doc]modify numpy doc URL: https://github.com/apache/incubator-mxnet/pull/15390#discussion_r298459420 ## File path: python/mxnet/_numpy_op_doc.py ## @@ -173,3 +220,87 @@ def _np_cumsum(a, axis=None, dtype=Non

[GitHub] [incubator-mxnet] reminisce opened a new pull request #15398: [numpy] Fix several places in numpy

2019-06-27 Thread GitBox
reminisce opened a new pull request #15398: [numpy] Fix several places in numpy URL: https://github.com/apache/incubator-mxnet/pull/15398 ## Description ## (Brief description on what this PR is about) ## Checklist ## ### Essentials ### Please feel free to remove inapplicable

[GitHub] [incubator-mxnet] zoeygxy commented on a change in pull request #15390: [Numpy fix-doc]modify numpy doc

2019-06-27 Thread GitBox
zoeygxy commented on a change in pull request #15390: [Numpy fix-doc]modify numpy doc URL: https://github.com/apache/incubator-mxnet/pull/15390#discussion_r298458646 ## File path: python/mxnet/_numpy_op_doc.py ## @@ -32,24 +33,70 @@ def _np_reshape(a, newshape, order='C')

[GitHub] [incubator-mxnet] srijiths commented on issue #15080: tensorrt.tensorrt_bind results NDArray with NaN

2019-06-27 Thread GitBox
srijiths commented on issue #15080: tensorrt.tensorrt_bind results NDArray with NaN URL: https://github.com/apache/incubator-mxnet/issues/15080#issuecomment-506607163 Thank you @sandeep-krishnamurthy and @KellenSunderland . I have tried with mxnet-tensorrt-cu92 before , but it failed beca

[GitHub] [incubator-mxnet] sandeep-krishnamurthy commented on issue #15080: tensorrt.tensorrt_bind results NDArray with NaN

2019-06-27 Thread GitBox
sandeep-krishnamurthy commented on issue #15080: tensorrt.tensorrt_bind results NDArray with NaN URL: https://github.com/apache/incubator-mxnet/issues/15080#issuecomment-506605675 Thanks Kellen. @srijiths - Please try with installing mxnet with tensorrt support ``` pip install

[GitHub] [incubator-mxnet] sandeep-krishnamurthy closed issue #15080: tensorrt.tensorrt_bind results NDArray with NaN

2019-06-27 Thread GitBox
sandeep-krishnamurthy closed issue #15080: tensorrt.tensorrt_bind results NDArray with NaN URL: https://github.com/apache/incubator-mxnet/issues/15080 This is an automated message from the Apache Git Service. To respond to t

[GitHub] [incubator-mxnet] Zha0q1 commented on a change in pull request #15210: Custom Operator Profiling Enhancement

2019-06-27 Thread GitBox
Zha0q1 commented on a change in pull request #15210: Custom Operator Profiling Enhancement URL: https://github.com/apache/incubator-mxnet/pull/15210#discussion_r298451670 ## File path: src/profiler/custom_op_profiler.h ## @@ -0,0 +1,125 @@ +/* +* Licensed to the Apache Sof

[GitHub] [incubator-mxnet] Zha0q1 commented on a change in pull request #15210: Custom Operator Profiling Enhancement

2019-06-27 Thread GitBox
Zha0q1 commented on a change in pull request #15210: Custom Operator Profiling Enhancement URL: https://github.com/apache/incubator-mxnet/pull/15210#discussion_r298451670 ## File path: src/profiler/custom_op_profiler.h ## @@ -0,0 +1,125 @@ +/* +* Licensed to the Apache Sof

[GitHub] [incubator-mxnet] reminisce merged pull request #15386: [numpy][doc-fix] multinomial, dot, cumsum, clip, abs, exp and arctan

2019-06-27 Thread GitBox
reminisce merged pull request #15386: [numpy][doc-fix] multinomial, dot, cumsum, clip, abs, exp and arctan URL: https://github.com/apache/incubator-mxnet/pull/15386 This is an automated message from the Apache Git Service. T

[incubator-mxnet] branch numpy updated: add doc for multinomial, dot, cumsum, clip, abs, exp, arctan (#15386)

2019-06-27 Thread reminisce
This is an automated email from the ASF dual-hosted git repository. reminisce pushed a commit to branch numpy in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git The following commit(s) were added to refs/heads/numpy by this push: new 4dfb7b9 add doc for multinomial, dot,

[GitHub] [incubator-mxnet] reminisce commented on issue #15387: Add docs for 7 ops

2019-06-27 Thread GitBox
reminisce commented on issue #15387: Add docs for 7 ops URL: https://github.com/apache/incubator-mxnet/pull/15387#issuecomment-506589770 Please rebase with upstream/numpy and add Examples section in the doc of each op. This i

[GitHub] [incubator-mxnet] reminisce commented on a change in pull request #15390: [Numpy fix-doc]modify numpy doc

2019-06-27 Thread GitBox
reminisce commented on a change in pull request #15390: [Numpy fix-doc]modify numpy doc URL: https://github.com/apache/incubator-mxnet/pull/15390#discussion_r298443960 ## File path: python/mxnet/_numpy_op_doc.py ## @@ -32,24 +33,70 @@ def _np_reshape(a, newshape, order='C

[GitHub] [incubator-mxnet] reminisce commented on a change in pull request #15390: [Numpy fix-doc]modify numpy doc

2019-06-27 Thread GitBox
reminisce commented on a change in pull request #15390: [Numpy fix-doc]modify numpy doc URL: https://github.com/apache/incubator-mxnet/pull/15390#discussion_r298443896 ## File path: python/mxnet/_numpy_op_doc.py ## @@ -32,24 +33,70 @@ def _np_reshape(a, newshape, order='C

[GitHub] [incubator-mxnet] endvroy commented on a change in pull request #15385: added doc for numpy operators

2019-06-27 Thread GitBox
endvroy commented on a change in pull request #15385: added doc for numpy operators URL: https://github.com/apache/incubator-mxnet/pull/15385#discussion_r298443966 ## File path: python/mxnet/ndarray/numpy/_op.py ## @@ -882,3 +883,172 @@ def sqrt(x, out=None, **kwargs):

[GitHub] [incubator-mxnet] endvroy commented on a change in pull request #15385: added doc for numpy operators

2019-06-27 Thread GitBox
endvroy commented on a change in pull request #15385: added doc for numpy operators URL: https://github.com/apache/incubator-mxnet/pull/15385#discussion_r298443917 ## File path: python/mxnet/ndarray/numpy/_op.py ## @@ -882,3 +883,172 @@ def sqrt(x, out=None, **kwargs):

[GitHub] [incubator-mxnet] endvroy commented on a change in pull request #15385: added doc for numpy operators

2019-06-27 Thread GitBox
endvroy commented on a change in pull request #15385: added doc for numpy operators URL: https://github.com/apache/incubator-mxnet/pull/15385#discussion_r298443730 ## File path: python/mxnet/_numpy_op_doc.py ## @@ -176,3 +176,229 @@ def _np_cumsum(a, axis=None, dtype=None,

[GitHub] [incubator-mxnet] endvroy commented on a change in pull request #15385: added doc for numpy operators

2019-06-27 Thread GitBox
endvroy commented on a change in pull request #15385: added doc for numpy operators URL: https://github.com/apache/incubator-mxnet/pull/15385#discussion_r298443757 ## File path: python/mxnet/_numpy_op_doc.py ## @@ -176,3 +176,229 @@ def _np_cumsum(a, axis=None, dtype=None,

[GitHub] [incubator-mxnet] endvroy commented on a change in pull request #15385: added doc for numpy operators

2019-06-27 Thread GitBox
endvroy commented on a change in pull request #15385: added doc for numpy operators URL: https://github.com/apache/incubator-mxnet/pull/15385#discussion_r298443772 ## File path: python/mxnet/_numpy_op_doc.py ## @@ -176,3 +176,229 @@ def _np_cumsum(a, axis=None, dtype=None,

[GitHub] [incubator-mxnet] endvroy commented on a change in pull request #15385: added doc for numpy operators

2019-06-27 Thread GitBox
endvroy commented on a change in pull request #15385: added doc for numpy operators URL: https://github.com/apache/incubator-mxnet/pull/15385#discussion_r298443712 ## File path: python/mxnet/_numpy_op_doc.py ## @@ -176,3 +176,229 @@ def _np_cumsum(a, axis=None, dtype=None,

[GitHub] [incubator-mxnet] reminisce commented on issue #15330: [numpy] ndarray.reshape accepts a shape as *args

2019-06-27 Thread GitBox
reminisce commented on issue #15330: [numpy] ndarray.reshape accepts a shape as *args URL: https://github.com/apache/incubator-mxnet/issues/15330#issuecomment-506588039 Fixed in https://github.com/apache/incubator-mxnet/pull/15332. -

[GitHub] [incubator-mxnet] reminisce closed issue #15330: [numpy] ndarray.reshape accepts a shape as *args

2019-06-27 Thread GitBox
reminisce closed issue #15330: [numpy] ndarray.reshape accepts a shape as *args URL: https://github.com/apache/incubator-mxnet/issues/15330 This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] [incubator-mxnet] stu1130 opened a new pull request #15397: fix memory override bug in multinomial

2019-06-27 Thread GitBox
stu1130 opened a new pull request #15397: fix memory override bug in multinomial URL: https://github.com/apache/incubator-mxnet/pull/15397 ## Description ## fix memory override bug in multinomial ## Checklist ## ### Essentials ### Please feel free to remove inapplicable items

[GitHub] [incubator-mxnet] stu1130 commented on issue #15383: [numpy] np.random.multinomial is different from _np

2019-06-27 Thread GitBox
stu1130 commented on issue #15383: [numpy] np.random.multinomial is different from _np URL: https://github.com/apache/incubator-mxnet/issues/15383#issuecomment-506587349 #15397 This is an automated message from the Apache G

[incubator-mxnet] branch master updated (582489c -> cd19367)

2019-06-27 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 582489c Fix Cached_op with static_shape=true (#15298) add cd19367 add 'asnumpy' dtype option to check_s

[GitHub] [incubator-mxnet] wkcn merged pull request #15186: Add 'asnumpy' dtype option to check_symbolic_backward

2019-06-27 Thread GitBox
wkcn merged pull request #15186: Add 'asnumpy' dtype option to check_symbolic_backward URL: https://github.com/apache/incubator-mxnet/pull/15186 This is an automated message from the Apache Git Service. To respond to the mes

[GitHub] [incubator-mxnet] wkcn commented on issue #15186: Add 'asnumpy' dtype option to check_symbolic_backward

2019-06-27 Thread GitBox
wkcn commented on issue #15186: Add 'asnumpy' dtype option to check_symbolic_backward URL: https://github.com/apache/incubator-mxnet/pull/15186#issuecomment-506585706 Merged. Thank you : ) This is an automated message from th

[GitHub] [incubator-mxnet] szha commented on issue #9686: [Discussion] MXNet 2.0 Roadmap (was: APIs that might be a good idea to break in 2.0)

2019-06-27 Thread GitBox
szha commented on issue #9686: [Discussion] MXNet 2.0 Roadmap (was: APIs that might be a good idea to break in 2.0) URL: https://github.com/apache/incubator-mxnet/issues/9686#issuecomment-506584380 #9182 This is an automate

[GitHub] [incubator-mxnet] tlby commented on issue #15395: [Perl] - simplify aliasing strategy

2019-06-27 Thread GitBox
tlby commented on issue #15395: [Perl] - simplify aliasing strategy URL: https://github.com/apache/incubator-mxnet/pull/15395#issuecomment-506583472 test_cuda_module.t didn't pass on the last run and I discovered I'd added a new `->register()` call to `AI/MXNet/CudaModule.pm`, but didn't re

[GitHub] [incubator-mxnet] arcadiaphy commented on a change in pull request #15210: Custom Operator Profiling Enhancement

2019-06-27 Thread GitBox
arcadiaphy commented on a change in pull request #15210: Custom Operator Profiling Enhancement URL: https://github.com/apache/incubator-mxnet/pull/15210#discussion_r298436206 ## File path: src/profiler/custom_op_profiler.h ## @@ -0,0 +1,125 @@ +/* +* Licensed to the Apache

[GitHub] [incubator-mxnet] arcadiaphy commented on a change in pull request #15210: Custom Operator Profiling Enhancement

2019-06-27 Thread GitBox
arcadiaphy commented on a change in pull request #15210: Custom Operator Profiling Enhancement URL: https://github.com/apache/incubator-mxnet/pull/15210#discussion_r298436206 ## File path: src/profiler/custom_op_profiler.h ## @@ -0,0 +1,125 @@ +/* +* Licensed to the Apache

[GitHub] [incubator-mxnet] wuxun-zhang commented on a change in pull request #15351: fix fp32 flatten issue

2019-06-27 Thread GitBox
wuxun-zhang commented on a change in pull request #15351: fix fp32 flatten issue URL: https://github.com/apache/incubator-mxnet/pull/15351#discussion_r298435204 ## File path: src/operator/tensor/matrix_op.cc ## @@ -233,12 +234,8 @@ static void FlattenEx(const nnvm::NodeAttr

[GitHub] [incubator-mxnet] cjolivier01 commented on issue #15375: Memory leak in Naive engine when profiling

2019-06-27 Thread GitBox
cjolivier01 commented on issue #15375: Memory leak in Naive engine when profiling URL: https://github.com/apache/incubator-mxnet/issues/15375#issuecomment-506577210 I agree with Anirudh. I didn’t write the object pool code, but the reason it was done that way was to avoid a new/

[GitHub] [incubator-mxnet] chrisboo closed issue #15176: MXNet TensorRT: Please ensure build was compiled with MXNET_USE_TENSORRT enabled.

2019-06-27 Thread GitBox
chrisboo closed issue #15176: MXNet TensorRT: Please ensure build was compiled with MXNET_USE_TENSORRT enabled. URL: https://github.com/apache/incubator-mxnet/issues/15176 This is an automated message from the Apache Git Ser

[GitHub] [incubator-mxnet] gyshi commented on a change in pull request #15390: [Numpy fix-doc]modify numpy doc

2019-06-27 Thread GitBox
gyshi commented on a change in pull request #15390: [Numpy fix-doc]modify numpy doc URL: https://github.com/apache/incubator-mxnet/pull/15390#discussion_r298430456 ## File path: python/mxnet/_numpy_op_doc.py ## @@ -32,24 +33,70 @@ def _np_reshape(a, newshape, order='C'):

[GitHub] [incubator-mxnet] gyshi commented on a change in pull request #15390: [Numpy fix-doc]modify numpy doc

2019-06-27 Thread GitBox
gyshi commented on a change in pull request #15390: [Numpy fix-doc]modify numpy doc URL: https://github.com/apache/incubator-mxnet/pull/15390#discussion_r298430178 ## File path: python/mxnet/_numpy_op_doc.py ## @@ -32,24 +33,70 @@ def _np_reshape(a, newshape, order='C'):

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

2019-06-27 Thread GitBox
larroy commented on issue #15109: [DOC] refine autograd docs URL: https://github.com/apache/incubator-mxnet/pull/15109#issuecomment-506572487 @apeforest @kshitij12345 can this go? This is an automated message from the Apache G

[GitHub] [incubator-mxnet] haojin2 commented on a change in pull request #15390: [Numpy fix-doc]modify numpy doc

2019-06-27 Thread GitBox
haojin2 commented on a change in pull request #15390: [Numpy fix-doc]modify numpy doc URL: https://github.com/apache/incubator-mxnet/pull/15390#discussion_r298428829 ## File path: python/mxnet/_numpy_op_doc.py ## @@ -32,24 +33,70 @@ def _np_reshape(a, newshape, order='C')

[GitHub] [incubator-mxnet] ciyongch commented on a change in pull request #15351: fix fp32 flatten issue

2019-06-27 Thread GitBox
ciyongch commented on a change in pull request #15351: fix fp32 flatten issue URL: https://github.com/apache/incubator-mxnet/pull/15351#discussion_r298427539 ## File path: src/operator/tensor/matrix_op.cc ## @@ -233,12 +234,8 @@ static void FlattenEx(const nnvm::NodeAttrs&

[GitHub] [incubator-mxnet] ciyongch commented on a change in pull request #15351: fix fp32 flatten issue

2019-06-27 Thread GitBox
ciyongch commented on a change in pull request #15351: fix fp32 flatten issue URL: https://github.com/apache/incubator-mxnet/pull/15351#discussion_r298428090 ## File path: src/operator/nn/mkldnn/mkldnn_reshape.cc ## @@ -98,62 +75,63 @@ class MKLDNNReshapeForward { } el

[GitHub] [incubator-mxnet] ciyongch commented on a change in pull request #15351: fix fp32 flatten issue

2019-06-27 Thread GitBox
ciyongch commented on a change in pull request #15351: fix fp32 flatten issue URL: https://github.com/apache/incubator-mxnet/pull/15351#discussion_r298428514 ## File path: src/operator/nn/mkldnn/mkldnn_flatten.cc ## @@ -0,0 +1,87 @@ +/* + * Licensed to the Apache Software F

[GitHub] [incubator-mxnet] ciyongch commented on a change in pull request #15351: fix fp32 flatten issue

2019-06-27 Thread GitBox
ciyongch commented on a change in pull request #15351: fix fp32 flatten issue URL: https://github.com/apache/incubator-mxnet/pull/15351#discussion_r298428202 ## File path: src/operator/nn/mkldnn/mkldnn_ops-inl.h ## @@ -119,12 +119,11 @@ void MKLDNNTransposeForward(const nnv

[GitHub] [incubator-mxnet] haojin2 commented on a change in pull request #15390: [Numpy fix-doc]modify numpy doc

2019-06-27 Thread GitBox
haojin2 commented on a change in pull request #15390: [Numpy fix-doc]modify numpy doc URL: https://github.com/apache/incubator-mxnet/pull/15390#discussion_r298428394 ## File path: python/mxnet/_numpy_op_doc.py ## @@ -32,24 +33,70 @@ def _np_reshape(a, newshape, order='C')

[GitHub] [incubator-mxnet] haojin2 commented on a change in pull request #15370: [numpy][doc-fix] mean, transpose, stack, split, log2, rint and radians

2019-06-27 Thread GitBox
haojin2 commented on a change in pull request #15370: [numpy][doc-fix] mean, transpose, stack, split, log2, rint and radians URL: https://github.com/apache/incubator-mxnet/pull/15370#discussion_r298426875 ## File path: python/mxnet/_numpy_op_doc.py ## @@ -173,3 +173,107 @@

[GitHub] [incubator-mxnet] haojin2 commented on a change in pull request #15385: added doc for numpy operators

2019-06-27 Thread GitBox
haojin2 commented on a change in pull request #15385: added doc for numpy operators URL: https://github.com/apache/incubator-mxnet/pull/15385#discussion_r298426733 ## File path: python/mxnet/ndarray/numpy/_op.py ## @@ -882,3 +883,172 @@ def sqrt(x, out=None, **kwargs):

[GitHub] [incubator-mxnet] haojin2 commented on a change in pull request #15385: added doc for numpy operators

2019-06-27 Thread GitBox
haojin2 commented on a change in pull request #15385: added doc for numpy operators URL: https://github.com/apache/incubator-mxnet/pull/15385#discussion_r298425588 ## File path: python/mxnet/ndarray/numpy/_op.py ## @@ -882,3 +883,172 @@ def sqrt(x, out=None, **kwargs):

[GitHub] [incubator-mxnet] haojin2 commented on a change in pull request #15385: added doc for numpy operators

2019-06-27 Thread GitBox
haojin2 commented on a change in pull request #15385: added doc for numpy operators URL: https://github.com/apache/incubator-mxnet/pull/15385#discussion_r298425349 ## File path: python/mxnet/_numpy_op_doc.py ## @@ -176,3 +176,229 @@ def _np_cumsum(a, axis=None, dtype=None,

[GitHub] [incubator-mxnet] sxjscience edited a comment on issue #9182: Optimizer wish list

2019-06-27 Thread GitBox
sxjscience edited a comment on issue #9182: Optimizer wish list URL: https://github.com/apache/incubator-mxnet/issues/9182#issuecomment-506566901 - [ ] AdaFactor [Adafactor: Adaptive Learning Rates with Sublinear Memory Cost, ICML2018](http://proceedings.mlr.press/v80/shazeer18a/shazeer

[GitHub] [incubator-mxnet] sxjscience edited a comment on issue #9182: Optimizer wish list

2019-06-27 Thread GitBox
sxjscience edited a comment on issue #9182: Optimizer wish list URL: https://github.com/apache/incubator-mxnet/issues/9182#issuecomment-506566901 - [ ] AdaFactor [Adafactor: Adaptive Learning Rates with Sublinear Memory Cost, ICML2018](http://proceedings.mlr.press/v80/shazeer18a/shazeer18a

[GitHub] [incubator-mxnet] sxjscience commented on issue #9182: Optimizer wish list

2019-06-27 Thread GitBox
sxjscience commented on issue #9182: Optimizer wish list URL: https://github.com/apache/incubator-mxnet/issues/9182#issuecomment-506566901 - [ ] AdaFactor [Adafactor: Adaptive Learning Rates with Sublinear Memory Cost , ICML2018](http://proceedings.mlr.press/v80/shazeer18a/shazeer18a.pd

[GitHub] [incubator-mxnet] haojin2 commented on a change in pull request #15385: added doc for numpy operators

2019-06-27 Thread GitBox
haojin2 commented on a change in pull request #15385: added doc for numpy operators URL: https://github.com/apache/incubator-mxnet/pull/15385#discussion_r298425313 ## File path: python/mxnet/_numpy_op_doc.py ## @@ -176,3 +176,229 @@ def _np_cumsum(a, axis=None, dtype=None,

[GitHub] [incubator-mxnet] haojin2 commented on a change in pull request #15385: added doc for numpy operators

2019-06-27 Thread GitBox
haojin2 commented on a change in pull request #15385: added doc for numpy operators URL: https://github.com/apache/incubator-mxnet/pull/15385#discussion_r298424996 ## File path: python/mxnet/_numpy_op_doc.py ## @@ -176,3 +176,229 @@ def _np_cumsum(a, axis=None, dtype=None,

[GitHub] [incubator-mxnet] haojin2 commented on a change in pull request #15385: added doc for numpy operators

2019-06-27 Thread GitBox
haojin2 commented on a change in pull request #15385: added doc for numpy operators URL: https://github.com/apache/incubator-mxnet/pull/15385#discussion_r298424927 ## File path: python/mxnet/_numpy_op_doc.py ## @@ -176,3 +176,229 @@ def _np_cumsum(a, axis=None, dtype=None,

[GitHub] [incubator-mxnet] haojin2 commented on a change in pull request #15385: added doc for numpy operators

2019-06-27 Thread GitBox
haojin2 commented on a change in pull request #15385: added doc for numpy operators URL: https://github.com/apache/incubator-mxnet/pull/15385#discussion_r298424854 ## File path: python/mxnet/_numpy_op_doc.py ## @@ -176,3 +176,229 @@ def _np_cumsum(a, axis=None, dtype=None,

[GitHub] [incubator-mxnet] Zha0q1 commented on a change in pull request #15210: Custom Operator Profiling Enhancement

2019-06-27 Thread GitBox
Zha0q1 commented on a change in pull request #15210: Custom Operator Profiling Enhancement URL: https://github.com/apache/incubator-mxnet/pull/15210#discussion_r298424408 ## File path: src/profiler/profiler.h ## @@ -1240,6 +1277,8 @@ struct ProfileOperator : public Profile

[GitHub] [incubator-mxnet] Zha0q1 commented on a change in pull request #15210: Custom Operator Profiling Enhancement

2019-06-27 Thread GitBox
Zha0q1 commented on a change in pull request #15210: Custom Operator Profiling Enhancement URL: https://github.com/apache/incubator-mxnet/pull/15210#discussion_r298424347 ## File path: src/profiler/custom_op_profiler.h ## @@ -0,0 +1,125 @@ +/* +* Licensed to the Apache Sof

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

2019-06-27 Thread marcoabreu
This is an automated email from the ASF dual-hosted git repository. marcoabreu pushed a commit to branch asf-site in repository https://gitbox.apache.org/repos/asf/incubator-mxnet-site.git The following commit(s) were added to refs/heads/asf-site by this push: new 45de0bd Bump the publish

[GitHub] [incubator-mxnet] WilliamTambellini commented on issue #15106: NER example: fix metrics computation

2019-06-27 Thread GitBox
WilliamTambellini commented on issue #15106: NER example: fix metrics computation URL: https://github.com/apache/incubator-mxnet/pull/15106#issuecomment-506564091 @szha tks, it's better but now unix-cpu failed. This is an au

[GitHub] [incubator-mxnet] NeoZhangJianyu commented on issue #15391: Fails to build with MKL-DNN on Windows (VS 15 14.16), Intel MKL FATAL ERROR

2019-06-27 Thread GitBox
NeoZhangJianyu commented on issue #15391: Fails to build with MKL-DNN on Windows (VS 15 14.16), Intel MKL FATAL ERROR URL: https://github.com/apache/incubator-mxnet/issues/15391#issuecomment-506562087 @Crunchy9 Several suggestions: 1. remove all of clones of mkl_intel_thread.dll in your

[GitHub] [incubator-mxnet] thomelane commented on issue #15396: [TUTORIAL] Gluon and Sparse NDArray

2019-06-27 Thread GitBox
thomelane commented on issue #15396: [TUTORIAL] Gluon and Sparse NDArray URL: https://github.com/apache/incubator-mxnet/pull/15396#issuecomment-506561234 @eric-haibin-lin @aaronmarkham please review, thanks! This is an automat

[GitHub] [incubator-mxnet] thomelane opened a new pull request #15396: [TUTORIAL] Gluon and Sparse NDArray

2019-06-27 Thread GitBox
thomelane opened a new pull request #15396: [TUTORIAL] Gluon and Sparse NDArray URL: https://github.com/apache/incubator-mxnet/pull/15396 ## Description ## Added a brand new tutorial on how to use Sparse NDArray with Gluon API. Other tutorials on Sparse NDArray exist but cover low-le

[GitHub] [incubator-mxnet] tlby opened a new pull request #15395: [Perl] - simplify aliasing strategy

2019-06-27 Thread GitBox
tlby opened a new pull request #15395: [Perl] - simplify aliasing strategy URL: https://github.com/apache/incubator-mxnet/pull/15395 ## Description ## There is some unnecessary complexity in the shorthand aliasing scheme this work aims to correct. We expect `mx->nd->array(...)` and `AI

[GitHub] [incubator-mxnet] anirudh2290 commented on issue #15375: Memory leak in Naive engine when profiling

2019-06-27 Thread GitBox
anirudh2290 commented on issue #15375: Memory leak in Naive engine when profiling URL: https://github.com/apache/incubator-mxnet/issues/15375#issuecomment-506535345 I agree with you about fixing the memory leak in the NaiveEngine and thanks for raising that. But i disagree about the need

[GitHub] [incubator-mxnet] KellenSunderland commented on issue #15080: tensorrt.tensorrt_bind results NDArray with NaN

2019-06-27 Thread GitBox
KellenSunderland commented on issue #15080: tensorrt.tensorrt_bind results NDArray with NaN URL: https://github.com/apache/incubator-mxnet/issues/15080#issuecomment-506531203 I don't think mxnet-cu100 has tensorrt enabled by default. I'd recommend building from source on master and retry

[GitHub] [incubator-mxnet] Jerryzcn commented on issue #14959: Group Normalization

2019-06-27 Thread GitBox
Jerryzcn commented on issue #14959: Group Normalization URL: https://github.com/apache/incubator-mxnet/pull/14959#issuecomment-506515516 Is there an issue related to CI failing? This is an automated message from the Apache Git

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

2019-06-27 Thread marcoabreu
This is an automated email from the ASF dual-hosted git repository. marcoabreu pushed a commit to branch asf-site in repository https://gitbox.apache.org/repos/asf/incubator-mxnet-site.git The following commit(s) were added to refs/heads/asf-site by this push: new 66b158a Bump the publish

[GitHub] [incubator-mxnet] eric-haibin-lin commented on a change in pull request #15378: Add Sparse NDArray support for Scala

2019-06-27 Thread GitBox
eric-haibin-lin commented on a change in pull request #15378: Add Sparse NDArray support for Scala URL: https://github.com/apache/incubator-mxnet/pull/15378#discussion_r298355673 ## File path: scala-package/core/src/test/scala/org/apache/mxnet/NDArraySuite.scala ## @@ -45

[GitHub] [incubator-mxnet] roywei commented on issue #15355: [CI] nightly failure test on amp tutorial

2019-06-27 Thread GitBox
roywei commented on issue #15355: [CI] nightly failure test on amp tutorial URL: https://github.com/apache/incubator-mxnet/issues/15355#issuecomment-506479645 closing in favor of https://github.com/apache/incubator-mxnet/issues/15374

[GitHub] [incubator-mxnet] roywei closed issue #15355: [CI] nightly failure test on amp tutorial

2019-06-27 Thread GitBox
roywei closed issue #15355: [CI] nightly failure test on amp tutorial URL: https://github.com/apache/incubator-mxnet/issues/15355 This is an automated message from the Apache Git Service. To respond to the message, please log

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

2019-06-27 Thread marcoabreu
This is an automated email from the ASF dual-hosted git repository. marcoabreu pushed a commit to branch asf-site in repository https://gitbox.apache.org/repos/asf/incubator-mxnet-site.git The following commit(s) were added to refs/heads/asf-site by this push: new eff68da Bump the publish

[GitHub] [incubator-mxnet] tklein23 commented on issue #15361: [WIP] Exclude external dependencies from MXNet JAR.

2019-06-27 Thread GitBox
tklein23 commented on issue #15361: [WIP] Exclude external dependencies from MXNet JAR. URL: https://github.com/apache/incubator-mxnet/pull/15361#issuecomment-506475017 @lanking520 - Thanks, I updated a few POM files similar to the PR you mentioned. Except, there's no `scala-package/deplo

[GitHub] [incubator-mxnet] stu1130 edited a comment on issue #15383: [numpy] np.random.multinomial is different from _np

2019-06-27 Thread GitBox
stu1130 edited a comment on issue #15383: [numpy] np.random.multinomial is different from _np URL: https://github.com/apache/incubator-mxnet/issues/15383#issuecomment-506473410 Have narrowed down the root cause is that the instability of SampleUniform I used for loc value ``` the va

[GitHub] [incubator-mxnet] stu1130 commented on issue #15383: [numpy] np.random.multinomial is different from _np

2019-06-27 Thread GitBox
stu1130 commented on issue #15383: [numpy] np.random.multinomial is different from _np URL: https://github.com/apache/incubator-mxnet/issues/15383#issuecomment-506473410 Have narrowed down the root cause is the instability of SampleUniform I used for loc value ``` the value below sh

[GitHub] [incubator-mxnet] stu1130 edited a comment on issue #15383: [numpy] np.random.multinomial is different from _np

2019-06-27 Thread GitBox
stu1130 edited a comment on issue #15383: [numpy] np.random.multinomial is different from _np URL: https://github.com/apache/incubator-mxnet/issues/15383#issuecomment-506473410 Have narrowed down the root cause is that the instability of SampleUniform I used for loc value ``` the va

[GitHub] [incubator-mxnet] sandeep-krishnamurthy commented on issue #15226: [Opperf] Make module/namespace of the operator parameterized

2019-06-27 Thread GitBox
sandeep-krishnamurthy commented on issue #15226: [Opperf] Make module/namespace of the operator parameterized URL: https://github.com/apache/incubator-mxnet/pull/15226#issuecomment-506462285 @apeforest - Thanks for your review. Addressed your comments. Sorry for the delay. ---

[GitHub] [incubator-mxnet] sandeep-krishnamurthy commented on a change in pull request #15226: [Opperf] Make module/namespace of the operator parameterized

2019-06-27 Thread GitBox
sandeep-krishnamurthy commented on a change in pull request #15226: [Opperf] Make module/namespace of the operator parameterized URL: https://github.com/apache/incubator-mxnet/pull/15226#discussion_r298314548 ## File path: benchmark/opperf/results/mxnet_operator_benchmark_results_gp

[incubator-mxnet] branch retain-doc updated (c756a71 -> 1e3cee0)

2019-06-27 Thread haibin
This is an automated email from the ASF dual-hosted git repository. haibin pushed a change to branch retain-doc in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git. from c756a71 Update sparse_retain.cc add 1e3cee0 Update sparse_retain.cc No new revisions were added

[GitHub] [incubator-mxnet] lanking520 commented on a change in pull request #15394: Update sparse_retain Documentation

2019-06-27 Thread GitBox
lanking520 commented on a change in pull request #15394: Update sparse_retain Documentation URL: https://github.com/apache/incubator-mxnet/pull/15394#discussion_r298304720 ## File path: src/operator/tensor/sparse_retain.cc ## @@ -42,7 +42,7 @@ Example:: rsp_in = row_spa

[GitHub] [incubator-mxnet] sandeep-krishnamurthy commented on issue #15298: Fix Cached_op with static_shape=true

2019-06-27 Thread GitBox
sandeep-krishnamurthy commented on issue #15298: Fix Cached_op with static_shape=true URL: https://github.com/apache/incubator-mxnet/pull/15298#issuecomment-506452866 > > > @ZhennanQin Please verify the performance of this PR with our internal tests and NLP tests. > > > If everything is

[GitHub] [incubator-mxnet] lanking520 commented on issue #15123: [Clojure][Scala] Converting an ndarray to a BufferedImage is really slow

2019-06-27 Thread GitBox
lanking520 commented on issue #15123: [Clojure][Scala] Converting an ndarray to a BufferedImage is really slow URL: https://github.com/apache/incubator-mxnet/issues/15123#issuecomment-506452628 Yeah it is kind of slow due to the naïve implementation of https://github.com/apache/incubator

[GitHub] [incubator-mxnet] arcadiaphy commented on a change in pull request #15210: Custom Operator Profiling Enhancement

2019-06-27 Thread GitBox
arcadiaphy commented on a change in pull request #15210: Custom Operator Profiling Enhancement URL: https://github.com/apache/incubator-mxnet/pull/15210#discussion_r298301412 ## File path: src/profiler/custom_op_profiler.h ## @@ -0,0 +1,125 @@ +/* +* Licensed to the Apache

[GitHub] [incubator-mxnet] arcadiaphy commented on a change in pull request #15210: Custom Operator Profiling Enhancement

2019-06-27 Thread GitBox
arcadiaphy commented on a change in pull request #15210: Custom Operator Profiling Enhancement URL: https://github.com/apache/incubator-mxnet/pull/15210#discussion_r298300718 ## File path: src/profiler/profiler.h ## @@ -1240,6 +1277,8 @@ struct ProfileOperator : public Pro

[GitHub] [incubator-mxnet] vdantu commented on issue #15393: Unable to build mxnet with OpenCV4 on Raspberry Pi 3B

2019-06-27 Thread GitBox
vdantu commented on issue #15393: Unable to build mxnet with OpenCV4 on Raspberry Pi 3B URL: https://github.com/apache/incubator-mxnet/issues/15393#issuecomment-506444148 @mxnet-label-bot add [question, build] This is an au

[GitHub] [incubator-mxnet] Kangzf1996 edited a comment on issue #15392: Fails to make -j4

2019-06-27 Thread GitBox
Kangzf1996 edited a comment on issue #15392: Fails to make -j4 URL: https://github.com/apache/incubator-mxnet/issues/15392#issuecomment-506440182 > @Kangzf1996 could you provide more information about this failure. I am able to build from source on my end. Could you add more error trace? A

[GitHub] [incubator-mxnet] Kangzf1996 commented on issue #15392: Fails to make -j4

2019-06-27 Thread GitBox
Kangzf1996 commented on issue #15392: Fails to make -j4 URL: https://github.com/apache/incubator-mxnet/issues/15392#issuecomment-506440182 > @Kangzf1996 could you provide more information about this failure. I am able to build from source on my end. Could you add more error trace? Are you

[GitHub] [incubator-mxnet] vdantu commented on issue #15392: Fails to make -j4

2019-06-27 Thread GitBox
vdantu commented on issue #15392: Fails to make -j4 URL: https://github.com/apache/incubator-mxnet/issues/15392#issuecomment-506435739 @mxnet-label-bot add ["Pending Requester Info"] This is an automated message from the Apac

[GitHub] [incubator-mxnet] vdantu commented on issue #15392: Fails to make -j4

2019-06-27 Thread GitBox
vdantu commented on issue #15392: Fails to make -j4 URL: https://github.com/apache/incubator-mxnet/issues/15392#issuecomment-506435515 @Kangzf1996 could you provide more information about this failure. I am able to build from source on my end. Could you add more error trace? Are you build

[GitHub] [incubator-mxnet] ptrendx commented on a change in pull request #15167: [WIP] Pointwise fusion for GPU

2019-06-27 Thread GitBox
ptrendx commented on a change in pull request #15167: [WIP] Pointwise fusion for GPU URL: https://github.com/apache/incubator-mxnet/pull/15167#discussion_r298278388 ## File path: docs/faq/env_var.md ## @@ -309,6 +309,17 @@ If ctypes is used, it must be `mxnet._ctypes.ndar

[incubator-mxnet] annotated tag 1.5.0.rc1 deleted (was 820a6de)

2019-06-27 Thread zhasheng
This is an automated email from the ASF dual-hosted git repository. zhasheng pushed a change to annotated tag 1.5.0.rc1 in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git. *** WARNING: tag 1.5.0.rc1 was deleted! *** tag was 820a6de The revisions that were on this annotat

svn commit: r34662 - in /dev/incubator/mxnet: 1.5.0.rc1/ 1.5.0.rc2/ 1.5.0.rc2/apache-mxnet-src-1.5.0.rc2-incubating.tar.gz 1.5.0.rc2/apache-mxnet-src-1.5.0.rc2-incubating.tar.gz.asc 1.5.0.rc2/apache-m

2019-06-27 Thread zhasheng
Author: zhasheng Date: Thu Jun 27 16:53:23 2019 New Revision: 34662 Log: update mxnet-1.5.0.rc2 Added: dev/incubator/mxnet/1.5.0.rc2/ dev/incubator/mxnet/1.5.0.rc2/apache-mxnet-src-1.5.0.rc2-incubating.tar.gz (with props) dev/incubator/mxnet/1.5.0.rc2/apache-mxnet-src-1.5.0.rc2-in

[incubator-mxnet] annotated tag 1.5.0.rc2 updated (75a9e18 -> bc631ea)

2019-06-27 Thread zhasheng
This is an automated email from the ASF dual-hosted git repository. zhasheng pushed a change to annotated tag 1.5.0.rc2 in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git. *** WARNING: tag 1.5.0.rc2 was modified! *** from 75a9e18 (commit) to bc631ea (tag) tagging

[GitHub] [incubator-mxnet] vdantu commented on issue #15392: Fails to make -j4

2019-06-27 Thread GitBox
vdantu commented on issue #15392: Fails to make -j4 URL: https://github.com/apache/incubator-mxnet/issues/15392#issuecomment-506425957 @mxnet-label-bot add [build] This is an automated message from the Apache Git Service. To

[incubator-mxnet] branch v1.5.x updated: [backport 1.5.x]Fix Cached_op with static_shape=true (#15298) (#15380)

2019-06-27 Thread zhasheng
This is an automated email from the ASF dual-hosted git repository. zhasheng pushed a commit to branch v1.5.x in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git The following commit(s) were added to refs/heads/v1.5.x by this push: new 75a9e18 [backport 1.5.x]Fix Cached_o

[GitHub] [incubator-mxnet] szha merged pull request #15380: [backport 1.5.x]Fix Cached_op with static_shape=true (#15298)

2019-06-27 Thread GitBox
szha merged pull request #15380: [backport 1.5.x]Fix Cached_op with static_shape=true (#15298) URL: https://github.com/apache/incubator-mxnet/pull/15380 This is an automated message from the Apache Git Service. To respond to

  1   2   >