[GitHub] [incubator-mxnet] ChaiBapchya commented on issue #17407: Implemented final two binary ops, added default params for functionality

2020-01-22 Thread GitBox
ChaiBapchya commented on issue #17407: Implemented final two binary ops, added default params for functionality URL: https://github.com/apache/incubator-mxnet/pull/17407#issuecomment-577556427 A gist link with the results would do

[GitHub] [incubator-mxnet] ChaiBapchya commented on issue #17407: Implemented final two binary ops, added default params for functionality

2020-01-22 Thread GitBox
ChaiBapchya commented on issue #17407: Implemented final two binary ops, added default params for functionality URL: https://github.com/apache/incubator-mxnet/pull/17407#issuecomment-577556345 Please add results seen on CPU/GPU for reference. Did you run opperf for all operators after

[incubator-mxnet] branch master updated (ba47372 -> b72d195)

2020-01-22 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 ba47372 Sparse int64 Large tensor support (#16898) add b72d195 skipping flaky tests

[GitHub] [incubator-mxnet] apeforest merged pull request #17410: skipping flaky tests randint, log_softmax for large tensor. Added python gc to teardown.

2020-01-22 Thread GitBox
apeforest merged pull request #17410: skipping flaky tests randint,log_softmax for large tensor. Added python gc to teardown. URL: https://github.com/apache/incubator-mxnet/pull/17410 This is an automated message from the

[incubator-mxnet] branch master updated (ebb1ae6 -> ba47372)

2020-01-22 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 ebb1ae6 add random.multivariate_normal, fix empty_like dtype problem, fix gather_nd error test

[incubator-mxnet] branch master updated (ebb1ae6 -> ba47372)

2020-01-22 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 ebb1ae6 add random.multivariate_normal, fix empty_like dtype problem, fix gather_nd error test

[GitHub] [incubator-mxnet] apeforest merged pull request #16898: Sparse int64 Large tensor support

2020-01-22 Thread GitBox
apeforest merged pull request #16898: Sparse int64 Large tensor support URL: https://github.com/apache/incubator-mxnet/pull/16898 This is an automated message from the Apache Git Service. To respond to the message, please

[GitHub] [incubator-mxnet] eric-haibin-lin commented on issue #17372: [BUGFIX] fix model zoo parallel download

2020-01-22 Thread GitBox
eric-haibin-lin commented on issue #17372: [BUGFIX] fix model zoo parallel download URL: https://github.com/apache/incubator-mxnet/pull/17372#issuecomment-577534987 I keep getting permission denied when tempfile is used...

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

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

[GitHub] [incubator-mxnet] vexilligera commented on a change in pull request #17387: [TVM][Windows] TVM Ops windows build

2020-01-22 Thread GitBox
vexilligera commented on a change in pull request #17387: [TVM][Windows] TVM Ops windows build URL: https://github.com/apache/incubator-mxnet/pull/17387#discussion_r369947635 ## File path: python/mxnet/space.py ## @@ -1 +1,214 @@ -../../contrib/tvmop/space.py Review

[GitHub] [incubator-mxnet] vexilligera commented on a change in pull request #17387: [TVM][Windows] TVM Ops windows build

2020-01-22 Thread GitBox
vexilligera commented on a change in pull request #17387: [TVM][Windows] TVM Ops windows build URL: https://github.com/apache/incubator-mxnet/pull/17387#discussion_r369947635 ## File path: python/mxnet/space.py ## @@ -1 +1,214 @@ -../../contrib/tvmop/space.py Review

[incubator-mxnet] branch master updated (c81f2fe -> ebb1ae6)

2020-01-22 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 c81f2fe fix all/any (#17392) add ebb1ae6 add random.multivariate_normal, fix empty_like dtype problem,

[GitHub] [incubator-mxnet] haojin2 merged pull request #17360: add random.multivariate_normal, fix empty_like dtype problem, fix gat…

2020-01-22 Thread GitBox
haojin2 merged pull request #17360: add random.multivariate_normal, fix empty_like dtype problem, fix gat… URL: https://github.com/apache/incubator-mxnet/pull/17360 This is an automated message from the Apache Git Service.

[incubator-mxnet] branch master updated (085fd79 -> c81f2fe)

2020-01-22 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 085fd79 Fix R-package/src/Makevars for OpenCV 4 (#17404) add c81f2fe fix all/any (#17392) No new

[GitHub] [incubator-mxnet] haojin2 merged pull request #17392: fix all/any [Numpy]

2020-01-22 Thread GitBox
haojin2 merged pull request #17392: fix all/any [Numpy] URL: https://github.com/apache/incubator-mxnet/pull/17392 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub

[GitHub] [incubator-mxnet] AntiZpvoh commented on a change in pull request #17385: [NumPy] add random.geometric op

2020-01-22 Thread GitBox
AntiZpvoh commented on a change in pull request #17385: [NumPy] add random.geometric op URL: https://github.com/apache/incubator-mxnet/pull/17385#discussion_r369942090 ## File path: src/operator/numpy/random/np_geometric_op.h ## @@ -0,0 +1,177 @@ +/* + * Licensed to the

[GitHub] [incubator-mxnet] AntiZpvoh commented on a change in pull request #17385: [NumPy] add random.geometric op

2020-01-22 Thread GitBox
AntiZpvoh commented on a change in pull request #17385: [NumPy] add random.geometric op URL: https://github.com/apache/incubator-mxnet/pull/17385#discussion_r369942090 ## File path: src/operator/numpy/random/np_geometric_op.h ## @@ -0,0 +1,177 @@ +/* + * Licensed to the

[GitHub] [incubator-mxnet] jeremiedb commented on issue #17207: LR schedulers do not work in R

2020-01-22 Thread GitBox
jeremiedb commented on issue #17207: LR schedulers do not work in R URL: https://github.com/apache/incubator-mxnet/issues/17207#issuecomment-577516261 @onomatet Glad that you found a viable turn around. I performed a test with a modified SGD and updater where the execs get

[incubator-mxnet] branch master updated (32d3bd8 -> 085fd79)

2020-01-22 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 32d3bd8 Add API docs to INT64 APIs (#16617) add 085fd79 Fix R-package/src/Makevars for OpenCV 4

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

2020-01-22 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-577506236 @shawnbrar I fixed some issues with the R build recently, so at least the build should work well now. Please report

[incubator-mxnet] branch master updated (32d3bd8 -> 085fd79)

2020-01-22 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 32d3bd8 Add API docs to INT64 APIs (#16617) add 085fd79 Fix R-package/src/Makevars for OpenCV 4

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

2020-01-22 Thread GitBox
leezu closed issue #17359: Mxnet doesn't install for R if OpenCV is build on linux URL: https://github.com/apache/incubator-mxnet/issues/17359 This is an automated message from the Apache Git Service. To respond to the

[GitHub] [incubator-mxnet] leezu merged pull request #17404: Fix R-package/src/Makevars for OpenCV 4

2020-01-22 Thread GitBox
leezu merged pull request #17404: Fix R-package/src/Makevars for OpenCV 4 URL: https://github.com/apache/incubator-mxnet/pull/17404 This is an automated message from the Apache Git Service. To respond to the message, please

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

2020-01-22 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-577503123 You're welcome. I've been dying to try this library in R since mid 2019. But wasn't able to build it properly

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

2020-01-22 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-577502511 Thanks @shawnbrar for the elaboration. The issue will be fixed by

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

2020-01-22 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-577501568 > > It says `pkg-config --cflags opencv` > > Whereas it should be `pkg-config --cflags opencv4` > >

[GitHub] [incubator-mxnet] xidulu commented on a change in pull request #17415: [numpy]add op random.lognormal

2020-01-22 Thread GitBox
xidulu commented on a change in pull request #17415: [numpy]add op random.lognormal URL: https://github.com/apache/incubator-mxnet/pull/17415#discussion_r369928236 ## File path: tests/python/unittest/test_numpy_op.py ## @@ -3340,6 +3340,56 @@ def hybrid_forward(self, F,

[GitHub] [incubator-mxnet] rongzha1 commented on a change in pull request #17265: Add bfloat16 floating-point format support based on AMP

2020-01-22 Thread GitBox
rongzha1 commented on a change in pull request #17265: Add bfloat16 floating-point format support based on AMP URL: https://github.com/apache/incubator-mxnet/pull/17265#discussion_r369913346 ## File path: src/operator/nn/fully_connected.cc ## @@ -237,7 +238,7 @@ static

[GitHub] [incubator-mxnet] rongzha1 commented on a change in pull request #17265: Add bfloat16 floating-point format support based on AMP

2020-01-22 Thread GitBox
rongzha1 commented on a change in pull request #17265: Add bfloat16 floating-point format support based on AMP URL: https://github.com/apache/incubator-mxnet/pull/17265#discussion_r369913307 ## File path: .gitmodules ## @@ -6,7 +6,7 @@ url =

[GitHub] [incubator-mxnet] Yiyan66 opened a new pull request #17415: [numpy]add op random.lognormal

2020-01-22 Thread GitBox
Yiyan66 opened a new pull request #17415: [numpy]add op random.lognormal URL: https://github.com/apache/incubator-mxnet/pull/17415 ## Description ## add op random.lognormal ## Checklist ## ### Essentials ### Please feel free to remove inapplicable items for your PR. - [

[GitHub] [incubator-mxnet] leezu edited a comment on issue #16933: Python setup.py bdist_wheel broken

2020-01-22 Thread GitBox
leezu edited a comment on issue #16933: Python setup.py bdist_wheel broken URL: https://github.com/apache/incubator-mxnet/issues/16933#issuecomment-561461776 Thanks @zachgk. Actually it seems we have to copy all contents of `tools/pip` to the folder that contains the `mxnet` git

[GitHub] [incubator-mxnet] aaronmarkham commented on a change in pull request #17241: Add CustomOp tutorial doc

2020-01-22 Thread GitBox
aaronmarkham commented on a change in pull request #17241: Add CustomOp tutorial doc URL: https://github.com/apache/incubator-mxnet/pull/17241#discussion_r369906264 ## File path: example/extensions/lib_custom_op/README.md ## @@ -0,0 +1,118 @@ +CustomOp Example and

[GitHub] [incubator-mxnet] Kh4L commented on issue #17368: Faster GPU frozen BatchNorm

2020-01-22 Thread GitBox
Kh4L commented on issue #17368: Faster GPU frozen BatchNorm URL: https://github.com/apache/incubator-mxnet/pull/17368#issuecomment-577475334 @Jerryzcn it's in progress, I'll post results here This is an automated message from

[GitHub] [incubator-mxnet] Jerryzcn commented on issue #17368: Faster GPU frozen BatchNorm

2020-01-22 Thread GitBox
Jerryzcn commented on issue #17368: Faster GPU frozen BatchNorm URL: https://github.com/apache/incubator-mxnet/pull/17368#issuecomment-577471171 Could we get some convergence result on fasterrcnn before merging thanks! This

[GitHub] [incubator-mxnet] leezu commented on a change in pull request #17297: Fix NCCL Cmake autodetect issue

2020-01-22 Thread GitBox
leezu commented on a change in pull request #17297: Fix NCCL Cmake autodetect issue URL: https://github.com/apache/incubator-mxnet/pull/17297#discussion_r369899466 ## File path: cmake/Modules/FindNCCL.cmake ## @@ -31,7 +31,13 @@ # install NCCL in the same location as the

[GitHub] [incubator-mxnet] ChaiBapchya commented on a change in pull request #17297: Fix NCCL Cmake autodetect issue

2020-01-22 Thread GitBox
ChaiBapchya commented on a change in pull request #17297: Fix NCCL Cmake autodetect issue URL: https://github.com/apache/incubator-mxnet/pull/17297#discussion_r369890499 ## File path: cmake/Modules/FindNCCL.cmake ## @@ -31,7 +31,13 @@ # install NCCL in the same location

[GitHub] [incubator-mxnet] ChaiBapchya commented on a change in pull request #17297: Fix NCCL Cmake autodetect issue

2020-01-22 Thread GitBox
ChaiBapchya commented on a change in pull request #17297: Fix NCCL Cmake autodetect issue URL: https://github.com/apache/incubator-mxnet/pull/17297#discussion_r369890499 ## File path: cmake/Modules/FindNCCL.cmake ## @@ -31,7 +31,13 @@ # install NCCL in the same location

[GitHub] [incubator-mxnet] rondogency commented on a change in pull request #17241: Add CustomOp tutorial doc

2020-01-22 Thread GitBox
rondogency commented on a change in pull request #17241: Add CustomOp tutorial doc URL: https://github.com/apache/incubator-mxnet/pull/17241#discussion_r369889710 ## File path: example/extensions/lib_custom_op/README.md ## @@ -0,0 +1,118 @@ +CustomOp Example and Tutorial

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

2020-01-22 Thread GitBox
samskalicky commented on a change in pull request #15969: [WIP] Partitioning Gluon HybridBlocks URL: https://github.com/apache/incubator-mxnet/pull/15969#discussion_r369888599 ## File path: python/mxnet/gluon/block.py ## @@ -926,6 +928,11 @@ def _get_graph(self, *args):

[GitHub] [incubator-mxnet] rondogency commented on a change in pull request #17241: Add CustomOp tutorial doc

2020-01-22 Thread GitBox
rondogency commented on a change in pull request #17241: Add CustomOp tutorial doc URL: https://github.com/apache/incubator-mxnet/pull/17241#discussion_r369888289 ## File path: example/extensions/lib_custom_op/README.md ## @@ -0,0 +1,118 @@ +CustomOp Example and Tutorial

[GitHub] [incubator-mxnet] rondogency commented on a change in pull request #17241: Add CustomOp tutorial doc

2020-01-22 Thread GitBox
rondogency commented on a change in pull request #17241: Add CustomOp tutorial doc URL: https://github.com/apache/incubator-mxnet/pull/17241#discussion_r369887945 ## File path: example/extensions/lib_custom_op/README.md ## @@ -0,0 +1,118 @@ +CustomOp Example and Tutorial

[GitHub] [incubator-mxnet] ChaiBapchya commented on issue #16898: Sparse int64 Large tensor support

2020-01-22 Thread GitBox
ChaiBapchya commented on issue #16898: Sparse int64 Large tensor support URL: https://github.com/apache/incubator-mxnet/pull/16898#issuecomment-577458734 @mxnet-label-bot add [pr-awaiting-merge] This is an automated message

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

2020-01-22 Thread GitBox
leezu commented on a change in pull request #15969: [WIP] Partitioning Gluon HybridBlocks URL: https://github.com/apache/incubator-mxnet/pull/15969#discussion_r369887395 ## File path: python/mxnet/gluon/block.py ## @@ -926,6 +928,11 @@ def _get_graph(self, *args):

[GitHub] [incubator-mxnet] haojin2 commented on a change in pull request #17393: [Numpy] Add sort op

2020-01-22 Thread GitBox
haojin2 commented on a change in pull request #17393: [Numpy] Add sort op URL: https://github.com/apache/incubator-mxnet/pull/17393#discussion_r369886313 ## File path: python/mxnet/numpy/multiarray.py ## @@ -4635,6 +4635,47 @@ def argsort(a, axis=-1, kind=None,

[GitHub] [incubator-mxnet] haojin2 commented on a change in pull request #17393: [Numpy] Add sort op

2020-01-22 Thread GitBox
haojin2 commented on a change in pull request #17393: [Numpy] Add sort op URL: https://github.com/apache/incubator-mxnet/pull/17393#discussion_r369886145 ## File path: python/mxnet/ndarray/numpy/_op.py ## @@ -1223,6 +1224,49 @@ def argsort(a, axis=-1, kind=None,

[GitHub] [incubator-mxnet] haojin2 commented on a change in pull request #17393: [Numpy] Add sort op

2020-01-22 Thread GitBox
haojin2 commented on a change in pull request #17393: [Numpy] Add sort op URL: https://github.com/apache/incubator-mxnet/pull/17393#discussion_r369886193 ## File path: python/mxnet/ndarray/numpy/_op.py ## @@ -1223,6 +1224,49 @@ def argsort(a, axis=-1, kind=None,

[GitHub] [incubator-mxnet] haojin2 commented on a change in pull request #17393: [Numpy] Add sort op

2020-01-22 Thread GitBox
haojin2 commented on a change in pull request #17393: [Numpy] Add sort op URL: https://github.com/apache/incubator-mxnet/pull/17393#discussion_r369886238 ## File path: python/mxnet/ndarray/numpy/_op.py ## @@ -1223,6 +1224,49 @@ def argsort(a, axis=-1, kind=None,

[GitHub] [incubator-mxnet] haojin2 opened a new issue #17414: flaky test_deconvolution2d

2020-01-22 Thread GitBox
haojin2 opened a new issue #17414: flaky test_deconvolution2d URL: https://github.com/apache/incubator-mxnet/issues/17414 http://jenkins.mxnet-ci.amazon-ml.com/blue/organizations/jenkins/mxnet-validation%2Funix-gpu/detail/PR-17392/2/pipeline/ ```

[GitHub] [incubator-mxnet] leezu opened a new pull request #17413: cmake: remove outdated comments

2020-01-22 Thread GitBox
leezu opened a new pull request #17413: cmake: remove outdated comments URL: https://github.com/apache/incubator-mxnet/pull/17413 This is an automated message from the Apache Git Service. To respond to the message, please

[GitHub] [incubator-mxnet] samskalicky commented on issue #15969: [WIP] Partitioning Gluon HybridBlocks

2020-01-22 Thread GitBox
samskalicky commented on issue #15969: [WIP] Partitioning Gluon HybridBlocks URL: https://github.com/apache/incubator-mxnet/pull/15969#issuecomment-577454098 @eric-haibin-lin we shouldnt partition inside `_get_graph` since its also called here:

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

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

[GitHub] [incubator-mxnet] samskalicky commented on issue #15969: [WIP] Partitioning Gluon HybridBlocks

2020-01-22 Thread GitBox
samskalicky commented on issue #15969: [WIP] Partitioning Gluon HybridBlocks URL: https://github.com/apache/incubator-mxnet/pull/15969#issuecomment-577450050 Thanks @guanxinq for the latest update! I think we need to call optimize for again here too when we create a SymbolBlock, otherwise

[GitHub] [incubator-mxnet] eric-haibin-lin commented on issue #17370: backport ps-lite license fix to v1.6.x

2020-01-22 Thread GitBox
eric-haibin-lin commented on issue #17370: backport ps-lite license fix to v1.6.x URL: https://github.com/apache/incubator-mxnet/pull/17370#issuecomment-577444107 #17329 This is an automated message from the Apache Git

[GitHub] [incubator-mxnet] leezu commented on issue #14664: mxnet-cu100mkl "illegal instruction" on CPU

2020-01-22 Thread GitBox
leezu commented on issue #14664: mxnet-cu100mkl "illegal instruction" on CPU URL: https://github.com/apache/incubator-mxnet/issues/14664#issuecomment-577441854 Thank you. Please let me know if you face any issues with the source compiled version of mxnet

[GitHub] [incubator-mxnet] k128 edited a comment on issue #14664: mxnet-cu100mkl "illegal instruction" on CPU

2020-01-22 Thread GitBox
k128 edited a comment on issue #14664: mxnet-cu100mkl "illegal instruction" on CPU URL: https://github.com/apache/incubator-mxnet/issues/14664#issuecomment-577423447 ``` The following options are target specific: -m128bit-long-double [enabled] -m16

[GitHub] [incubator-mxnet] roywei commented on issue #17329: License issue with 1.6.0.rc1

2020-01-22 Thread GitBox
roywei commented on issue #17329: License issue with 1.6.0.rc1 URL: https://github.com/apache/incubator-mxnet/issues/17329#issuecomment-577440334 Yes, agree we need a script and the exclude rules for rat-check need to be revisited. We should avoid bulk exclusion entire folder. Anything in

[GitHub] [incubator-mxnet] ChaiBapchya commented on a change in pull request #17410: skipping flaky tests randint, log_softmax for large tensor. Added python gc to teardown.

2020-01-22 Thread GitBox
ChaiBapchya commented on a change in pull request #17410: skipping flaky tests randint,log_softmax for large tensor. Added python gc to teardown. URL: https://github.com/apache/incubator-mxnet/pull/17410#discussion_r369862370 ## File path: tests/python/unittest/common.py

[GitHub] [incubator-mxnet] connorgoggins commented on a change in pull request #17407: Implemented final two binary ops, added default params for functionality

2020-01-22 Thread GitBox
connorgoggins commented on a change in pull request #17407: Implemented final two binary ops, added default params for functionality URL: https://github.com/apache/incubator-mxnet/pull/17407#discussion_r369862344 ## File path: benchmark/opperf/utils/op_registry_utils.py ##

[GitHub] [incubator-mxnet] connorgoggins opened a new issue #17412: certain sample_ ops hanging with mx.nd.random_normal input

2020-01-22 Thread GitBox
connorgoggins opened a new issue #17412: certain sample_ ops hanging with mx.nd.random_normal input URL: https://github.com/apache/incubator-mxnet/issues/17412 ## Description While testing sample_ operators for opperf, I came across an issue where `sample_gamma`,

[GitHub] [incubator-mxnet] haojin2 commented on a change in pull request #17234: Op Quantile/Percentile [Numpy]

2020-01-22 Thread GitBox
haojin2 commented on a change in pull request #17234: Op Quantile/Percentile [Numpy] URL: https://github.com/apache/incubator-mxnet/pull/17234#discussion_r369860563 ## File path: src/operator/numpy/np_percentile_op-inl.h ## @@ -0,0 +1,272 @@ +/* + * Licensed to the Apache

[GitHub] [incubator-mxnet] access2rohit opened a new issue #17411: topk() takes more memory

2020-01-22 Thread GitBox
access2rohit opened a new issue #17411: topk() takes more memory URL: https://github.com/apache/incubator-mxnet/issues/17411 ## Description topk() takes more memory than the supplied input. ### Error Message ``` Memory Error ``` ## To Reproduce ``` b

[GitHub] [incubator-mxnet] access2rohit commented on a change in pull request #17410: skipping flaky tests randint, log_softmax. Added python gc to teardown.

2020-01-22 Thread GitBox
access2rohit commented on a change in pull request #17410: skipping flaky tests randint,log_softmax. Added python gc to teardown. URL: https://github.com/apache/incubator-mxnet/pull/17410#discussion_r369852113 ## File path: tests/python/unittest/common.py ## @@ -308,6

[GitHub] [incubator-mxnet] access2rohit commented on a change in pull request #17410: skipping flaky tests randint, log_softmax. Added python gc to teardown.

2020-01-22 Thread GitBox
access2rohit commented on a change in pull request #17410: skipping flaky tests randint,log_softmax. Added python gc to teardown. URL: https://github.com/apache/incubator-mxnet/pull/17410#discussion_r369852113 ## File path: tests/python/unittest/common.py ## @@ -308,6

[GitHub] [incubator-mxnet] access2rohit commented on a change in pull request #17410: skipping flaky tests randint, log_softmax. Added python gc to teardown.

2020-01-22 Thread GitBox
access2rohit commented on a change in pull request #17410: skipping flaky tests randint,log_softmax. Added python gc to teardown. URL: https://github.com/apache/incubator-mxnet/pull/17410#discussion_r369852132 ## File path: tests/python/unittest/common.py ## @@ -31,6

[GitHub] [incubator-mxnet] access2rohit commented on issue #17309: adding docs for 64bit C APIs of large tensor and removing not required int64 C APIs

2020-01-22 Thread GitBox
access2rohit commented on issue #17309: adding docs for 64bit C APIs of large tensor and removing not required int64 C APIs URL: https://github.com/apache/incubator-mxnet/pull/17309#issuecomment-577425103 > I think the *64APIs were introduce in 1.6. @access2rohit Please confirm. Thanks.

[GitHub] [incubator-mxnet] k128 commented on issue #14664: mxnet-cu100mkl "illegal instruction" on CPU

2020-01-22 Thread GitBox
k128 commented on issue #14664: mxnet-cu100mkl "illegal instruction" on CPU URL: https://github.com/apache/incubator-mxnet/issues/14664#issuecomment-577423447 The following options are target specific: -m128bit-long-double [enabled] -m16

[GitHub] [incubator-mxnet] apeforest commented on a change in pull request #17410: skipping flaky tests randint, log_softmax. Added python gc to teardown.

2020-01-22 Thread GitBox
apeforest commented on a change in pull request #17410: skipping flaky tests randint,log_softmax. Added python gc to teardown. URL: https://github.com/apache/incubator-mxnet/pull/17410#discussion_r369847719 ## File path: tests/python/unittest/common.py ## @@ -31,6 +31,7

[GitHub] [incubator-mxnet] apeforest commented on a change in pull request #17410: skipping flaky tests randint, log_softmax. Added python gc to teardown.

2020-01-22 Thread GitBox
apeforest commented on a change in pull request #17410: skipping flaky tests randint,log_softmax. Added python gc to teardown. URL: https://github.com/apache/incubator-mxnet/pull/17410#discussion_r369847269 ## File path: tests/python/unittest/common.py ## @@ -308,6 +309,7

[GitHub] [incubator-mxnet] leezu commented on issue #14664: mxnet-cu100mkl "illegal instruction" on CPU

2020-01-22 Thread GitBox
leezu commented on issue #14664: mxnet-cu100mkl "illegal instruction" on CPU URL: https://github.com/apache/incubator-mxnet/issues/14664#issuecomment-577421925 Thanks @k128. Your CPU doesn't support AVX instruction set, but the binary package you obtained via `pip install` requires AVX.

[GitHub] [incubator-mxnet] apeforest commented on a change in pull request #17410: skipping flaky tests randint, log_softmax. Added python gc to teardown.

2020-01-22 Thread GitBox
apeforest commented on a change in pull request #17410: skipping flaky tests randint,log_softmax. Added python gc to teardown. URL: https://github.com/apache/incubator-mxnet/pull/17410#discussion_r369847110 ## File path: tests/nightly/test_large_array.py ## @@ -1089,6

[GitHub] [incubator-mxnet] ChaiBapchya commented on a change in pull request #17407: Implemented final two binary ops, added default params for functionality

2020-01-22 Thread GitBox
ChaiBapchya commented on a change in pull request #17407: Implemented final two binary ops, added default params for functionality URL: https://github.com/apache/incubator-mxnet/pull/17407#discussion_r369844769 ## File path: benchmark/opperf/utils/op_registry_utils.py ##

[GitHub] [incubator-mxnet] leezu commented on issue #17322: Add event handlers in validation handler

2020-01-22 Thread GitBox
leezu commented on issue #17322: Add event handlers in validation handler URL: https://github.com/apache/incubator-mxnet/pull/17322#issuecomment-577419739 Restarted failing CI run

[GitHub] [incubator-mxnet] access2rohit commented on issue #17410: skipping flaky tests randint, log_softmax. Added python gc to teardown.

2020-01-22 Thread GitBox
access2rohit commented on issue #17410: skipping flaky tests randint,log_softmax. Added python gc to teardown. URL: https://github.com/apache/incubator-mxnet/pull/17410#issuecomment-577419193 @apeforest @ChaiBapchya PR ready for review. Had to skip topk() in order to execute all tests in

[GitHub] [incubator-mxnet] access2rohit commented on issue #17410: skipping flaky tests randint, log_softmax. Added python gc to teardown.

2020-01-22 Thread GitBox
access2rohit commented on issue #17410: skipping flaky tests randint,log_softmax. Added python gc to teardown. URL: https://github.com/apache/incubator-mxnet/pull/17410#issuecomment-577418954 @mxnet-label-bot add [pr-awaiting-review]

[GitHub] [incubator-mxnet] access2rohit opened a new pull request #17410: skipping flaky tests randint, log_softmax. Added python gc to teardown.

2020-01-22 Thread GitBox
access2rohit opened a new pull request #17410: skipping flaky tests randint,log_softmax. Added python gc to teardown. URL: https://github.com/apache/incubator-mxnet/pull/17410 ## Description ## skipping flaky tests randint,log_softmax. Added python gc to teardown. Skipped topk due to

[GitHub] [incubator-mxnet] eric-haibin-lin opened a new issue #17409: operator missing in AMP operator lists

2020-01-22 Thread GitBox
eric-haibin-lin opened a new issue #17409: operator missing in AMP operator lists URL: https://github.com/apache/incubator-mxnet/issues/17409 These operators do not appear in any of the AMP list: '_contrib_interleaved_matmul_encdec_qk', '_contrib_interleaved_matmul_encdec_valatt',

[GitHub] [incubator-mxnet] eric-haibin-lin opened a new pull request #17408: [AMP] Add fast multi-head attention op to AMP list

2020-01-22 Thread GitBox
eric-haibin-lin opened a new pull request #17408: [AMP] Add fast multi-head attention op to AMP list URL: https://github.com/apache/incubator-mxnet/pull/17408 ## Description ## @ptrendx ## Checklist ## ### Essentials ### Please feel free to remove inapplicable items for

[GitHub] [incubator-mxnet] aaronmarkham commented on a change in pull request #17241: Add CustomOp tutorial doc

2020-01-22 Thread GitBox
aaronmarkham commented on a change in pull request #17241: Add CustomOp tutorial doc URL: https://github.com/apache/incubator-mxnet/pull/17241#discussion_r369833473 ## File path: example/extensions/lib_custom_op/README.md ## @@ -0,0 +1,118 @@ +CustomOp Example and

[GitHub] [incubator-mxnet] rondogency commented on a change in pull request #17241: Add CustomOp tutorial doc

2020-01-22 Thread GitBox
rondogency commented on a change in pull request #17241: Add CustomOp tutorial doc URL: https://github.com/apache/incubator-mxnet/pull/17241#discussion_r369830264 ## File path: example/extensions/lib_custom_op/README.md ## @@ -0,0 +1,118 @@ +CustomOp Example and Tutorial

[GitHub] [incubator-mxnet] samskalicky commented on a change in pull request #17241: Add CustomOp tutorial doc

2020-01-22 Thread GitBox
samskalicky commented on a change in pull request #17241: Add CustomOp tutorial doc URL: https://github.com/apache/incubator-mxnet/pull/17241#discussion_r369829524 ## File path: example/extensions/lib_custom_op/README.md ## @@ -0,0 +1,118 @@ +CustomOp Example and Tutorial

[GitHub] [incubator-mxnet] connorgoggins opened a new pull request #17407: Implemented final two binary ops, added default params for functionality

2020-01-22 Thread GitBox
connorgoggins opened a new pull request #17407: Implemented final two binary ops, added default params for functionality URL: https://github.com/apache/incubator-mxnet/pull/17407 ## Description ## Added implementation for `reshape_like` and `choose_element_0index` in opperf, as well as

[GitHub] [incubator-mxnet] ChaiBapchya commented on issue #17406: fix template param as ndim is internally int

2020-01-22 Thread GitBox
ChaiBapchya commented on issue #17406: fix template param as ndim is internally int URL: https://github.com/apache/incubator-mxnet/pull/17406#issuecomment-577390875 @mxnet-label-bot add [pr-awaiting-review] This is an

[GitHub] [incubator-mxnet] ChaiBapchya opened a new pull request #17406: fix template param as ndim is internally int

2020-01-22 Thread GitBox
ChaiBapchya opened a new pull request #17406: fix template param as ndim is internally int URL: https://github.com/apache/incubator-mxnet/pull/17406 ## Description ## Remove the template param for dimtype since internally MXNet uses int (no need for uint32 in that case) Introduced

[GitHub] [incubator-mxnet] ChaiBapchya opened a new pull request #17405: remove unnecessary nvtx set

2020-01-22 Thread GitBox
ChaiBapchya opened a new pull request #17405: remove unnecessary nvtx set URL: https://github.com/apache/incubator-mxnet/pull/17405 ## Description ## Setting empty string as Cmake Cache variable isn't correct. Fixing it. ## Checklist ## ### Essentials ### Please feel free to

[incubator-mxnet] branch master updated (3de5cae -> 32d3bd8)

2020-01-22 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 3de5cae Guess NCCL path as /usr/local/cuda on UNIX systems (#17297) add 32d3bd8 Add API docs to

[GitHub] [incubator-mxnet] apeforest merged pull request #16617: Add API docs to INT64 APIs

2020-01-22 Thread GitBox
apeforest merged pull request #16617: Add API docs to INT64 APIs URL: https://github.com/apache/incubator-mxnet/pull/16617 This is an automated message from the Apache Git Service. To respond to the message, please log on to

[GitHub] [incubator-mxnet] apeforest commented on a change in pull request #16898: Sparse int64 Large tensor support

2020-01-22 Thread GitBox
apeforest commented on a change in pull request #16898: Sparse int64 Large tensor support URL: https://github.com/apache/incubator-mxnet/pull/16898#discussion_r369749905 ## File path: src/c_api/c_api.cc ## @@ -972,6 +972,44 @@ int MXNDArrayCreateSparseEx(int storage_type,

[GitHub] [incubator-mxnet] apeforest commented on a change in pull request #16898: Sparse int64 Large tensor support

2020-01-22 Thread GitBox
apeforest commented on a change in pull request #16898: Sparse int64 Large tensor support URL: https://github.com/apache/incubator-mxnet/pull/16898#discussion_r369749986 ## File path: src/c_api/c_api.cc ## @@ -972,6 +972,44 @@ int MXNDArrayCreateSparseEx(int storage_type,

[GitHub] [incubator-mxnet] access2rohit commented on issue #16617: Add API docs to INT64 APIs

2020-01-22 Thread GitBox
access2rohit commented on issue #16617: Add API docs to INT64 APIs URL: https://github.com/apache/incubator-mxnet/pull/16617#issuecomment-577337894 @mxnet-label-bot add [pr-awaiting-merge] This is an automated message from

[GitHub] [incubator-mxnet] leezu opened a new pull request #17404: Fix R-package/src/Makevars for OpenCV 4

2020-01-22 Thread GitBox
leezu opened a new pull request #17404: Fix R-package/src/Makevars for OpenCV 4 URL: https://github.com/apache/incubator-mxnet/pull/17404 ## Description ## For OpenCV 4, the `pkg-config` file is named `opencv4.pc` instead of `opencv.pc`. See for example `opencv.pc` in Debian Stable

[GitHub] [incubator-mxnet] apeforest opened a new pull request #17403: [Flaky Test] enable test_dropout with cudnn off

2020-01-22 Thread GitBox
apeforest opened a new pull request #17403: [Flaky Test] enable test_dropout with cudnn off URL: https://github.com/apache/incubator-mxnet/pull/17403 ## Description ## dropout has randomness not controlled by fixed random seed. This issue is reported in

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

2020-01-22 Thread GitBox
leezu edited a comment 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-577331501 @shawnbrar how did you generate `opencv4.pc`? I tried compiling OpenCV 4.2 from source but didn't get a

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

2020-01-22 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-577331501 @shawnbrar how did you generate `opencv4.pc`? I tried compiling OpenCV 4.2 from source but didn't get a

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

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

[GitHub] [incubator-mxnet] leezu commented on issue #17402: Cannot install mxnet-cu101mkl with pip

2020-01-22 Thread GitBox
leezu commented on issue #17402: Cannot install mxnet-cu101mkl with pip URL: https://github.com/apache/incubator-mxnet/issues/17402#issuecomment-577312178 https://github.com/pypa/pip/issues/7629 This is an automated message

[GitHub] [incubator-mxnet] leezu edited a comment on issue #17402: Cannot install mxnet-cu101mkl with pip

2020-01-22 Thread GitBox
leezu edited a comment on issue #17402: Cannot install mxnet-cu101mkl with pip URL: https://github.com/apache/incubator-mxnet/issues/17402#issuecomment-577312178 https://github.com/pypa/pip/issues/7629 and related This is an

[GitHub] [incubator-mxnet] TBag-ui commented on issue #16651: I'm sorry I've triggered an error in mxnet source code, how can I debug it? It seems like a check failure on custom operators, how can I f

2020-01-22 Thread GitBox
TBag-ui commented on issue #16651: I'm sorry I've triggered an error in mxnet source code, how can I debug it? It seems like a check failure on custom operators, how can I find more details? URL: https://github.com/apache/incubator-mxnet/issues/16651#issuecomment-577303756 Was a

[GitHub] [incubator-mxnet] bricksdont commented on issue #17402: Cannot install mxnet-cu101mkl with pip

2020-01-22 Thread GitBox
bricksdont commented on issue #17402: Cannot install mxnet-cu101mkl with pip URL: https://github.com/apache/incubator-mxnet/issues/17402#issuecomment-577292774 @leezu Which bug with pip version 20 vs. 19 are you referring to?

[incubator-mxnet] branch master updated (b295d13 -> 3de5cae)

2020-01-22 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 b295d13 Fix IOT Devices section of Get Started page (#17326) add 3de5cae Guess NCCL path as

[GitHub] [incubator-mxnet] leezu closed issue #17239: Cmake with NCCL flag does not work.

2020-01-22 Thread GitBox
leezu closed issue #17239: Cmake with NCCL flag does not work. URL: https://github.com/apache/incubator-mxnet/issues/17239 This is an automated message from the Apache Git Service. To respond to the message, please log on to

  1   2   >