[GitHub] nanchen322 closed issue #13035: cannot library rvg package

2018-10-29 Thread GitBox
nanchen322 closed issue #13035: cannot library rvg package URL: https://github.com/apache/incubator-mxnet/issues/13035 This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub

[GitHub] zheng-da opened a new issue #13036: fix operators to support large arrays.

2018-10-29 Thread GitBox
zheng-da opened a new issue #13036: fix operators to support large arrays. URL: https://github.com/apache/incubator-mxnet/issues/13036 We're working on a model that requires very large NDArrays. For example, we want to create an NDArray as follows: ```python arr =

[GitHub] nanchen322 opened a new issue #13035: cannot library rvg package

2018-10-29 Thread GitBox
nanchen322 opened a new issue #13035: cannot library rvg package URL: https://github.com/apache/incubator-mxnet/issues/13035 ## Description Recently, I need rvg package to publish powerpoint slides directly by R. However, I cannot library rvg package because of this following

[GitHub] szha opened a new pull request #13034: sample_like operators

2018-10-29 Thread GitBox
szha opened a new pull request #13034: sample_like operators URL: https://github.com/apache/incubator-mxnet/pull/13034 ## Description ## add sample_like operators for the following random operators: ``` uniform normal gamma exponential poisson negative_binomial

[GitHub] szha commented on issue #13001: Feature request: numpy.cumsum

2018-10-29 Thread GitBox
szha commented on issue #13001: Feature request: numpy.cumsum URL: https://github.com/apache/incubator-mxnet/issues/13001#issuecomment-434163210 `cumsum` is needed when you have an array of lengths with which to slice another concatenated array, and you want to calculate the start and end

[GitHub] lihaofd commented on a change in pull request #12922: Support Quantized Fully Connected by INT8 GEMM

2018-10-29 Thread GitBox
lihaofd commented on a change in pull request #12922: Support Quantized Fully Connected by INT8 GEMM URL: https://github.com/apache/incubator-mxnet/pull/12922#discussion_r229146882 ## File path: tests/python/quantization/test_quantization.py ## @@ -283,16 +283,16 @@ def

[GitHub] TaoLv commented on issue #12953: Update MKL-DNN dependency

2018-10-29 Thread GitBox
TaoLv commented on issue #12953: Update MKL-DNN dependency URL: https://github.com/apache/incubator-mxnet/pull/12953#issuecomment-434154758 @ankkhedia Thank you for asking. I’m afraid the MKL-DNN binary or other artifacts used for the failed test is not the latest one or compiled on other

[GitHub] harshp8l commented on issue #13032: requests need upgrade due to security risk (CVE-2018-18074)

2018-10-29 Thread GitBox
harshp8l commented on issue #13032: requests need upgrade due to security risk (CVE-2018-18074) URL: https://github.com/apache/incubator-mxnet/issues/13032#issuecomment-434154267 @mxnet-label-bot add [Bug, Build, Python]

[GitHub] ChaiBapchya opened a new pull request #13033: Fix inconsistent naming, description in operator/tensor files

2018-10-29 Thread GitBox
ChaiBapchya opened a new pull request #13033: Fix inconsistent naming, description in operator/tensor files URL: https://github.com/apache/incubator-mxnet/pull/13033 ## Description ## Title ## Checklist ## ### Essentials ### Please feel free to remove inapplicable items for

[GitHub] mseth10 commented on a change in pull request #12985: adding unit test for MKLDNN FullyConnected operator

2018-10-29 Thread GitBox
mseth10 commented on a change in pull request #12985: adding unit test for MKLDNN FullyConnected operator URL: https://github.com/apache/incubator-mxnet/pull/12985#discussion_r229155884 ## File path: tests/cpp/operator/mkldnn_operator_test.cc ## @@ -554,6 +586,129 @@ void

[GitHub] mseth10 commented on a change in pull request #12985: adding unit test for MKLDNN FullyConnected operator

2018-10-29 Thread GitBox
mseth10 commented on a change in pull request #12985: adding unit test for MKLDNN FullyConnected operator URL: https://github.com/apache/incubator-mxnet/pull/12985#discussion_r229155791 ## File path: tests/cpp/operator/mkldnn_operator_test.cc ## @@ -213,6 +213,38 @@

[GitHub] mseth10 commented on a change in pull request #12985: adding unit test for MKLDNN FullyConnected operator

2018-10-29 Thread GitBox
mseth10 commented on a change in pull request #12985: adding unit test for MKLDNN FullyConnected operator URL: https://github.com/apache/incubator-mxnet/pull/12985#discussion_r229155848 ## File path: tests/cpp/operator/mkldnn_operator_test.cc ## @@ -554,6 +586,129 @@ void

[GitHub] mseth10 commented on a change in pull request #12985: adding unit test for MKLDNN FullyConnected operator

2018-10-29 Thread GitBox
mseth10 commented on a change in pull request #12985: adding unit test for MKLDNN FullyConnected operator URL: https://github.com/apache/incubator-mxnet/pull/12985#discussion_r229155824 ## File path: tests/cpp/operator/mkldnn_operator_test.cc ## @@ -213,6 +213,38 @@

[GitHub] lihaofd commented on a change in pull request #12922: Support Quantized Fully Connected by INT8 GEMM

2018-10-29 Thread GitBox
lihaofd commented on a change in pull request #12922: Support Quantized Fully Connected by INT8 GEMM URL: https://github.com/apache/incubator-mxnet/pull/12922#discussion_r229152175 ## File path: src/operator/quantization/quantized_fully_connected.cc ## @@ -79,6 +80,20 @@

[GitHub] lihaofd commented on a change in pull request #12922: Support Quantized Fully Connected by INT8 GEMM

2018-10-29 Thread GitBox
lihaofd commented on a change in pull request #12922: Support Quantized Fully Connected by INT8 GEMM URL: https://github.com/apache/incubator-mxnet/pull/12922#discussion_r229152145 ## File path: src/operator/quantization/quantized_fully_connected.cc ## @@ -79,6 +85,148 @@

[GitHub] iblis17 commented on issue #12845: WIP: Julia v0.7/1.0 support and drop v0.6 support

2018-10-29 Thread GitBox
iblis17 commented on issue #12845: WIP: Julia v0.7/1.0 support and drop v0.6 support URL: https://github.com/apache/incubator-mxnet/pull/12845#issuecomment-434140740 yeah, will do that. but this PR isn't ready. This is an

[GitHub] wkcn commented on issue #12972: [MXNET-1174]Support np.longlong on Linux and Fix issue #12843

2018-10-29 Thread GitBox
wkcn commented on issue #12972: [MXNET-1174]Support np.longlong on Linux and Fix issue #12843 URL: https://github.com/apache/incubator-mxnet/pull/12972#issuecomment-434134894 @ankkhedia Thanks! I have resolved the conflicts.

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

2018-10-29 Thread zhasheng
This is an automated email from the ASF dual-hosted git repository. zhasheng 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 8c1f30f Bump the publish

[GitHub] lihaofd commented on a change in pull request #12922: Support Quantized Fully Connected by INT8 GEMM

2018-10-29 Thread GitBox
lihaofd commented on a change in pull request #12922: Support Quantized Fully Connected by INT8 GEMM URL: https://github.com/apache/incubator-mxnet/pull/12922#discussion_r229146882 ## File path: tests/python/quantization/test_quantization.py ## @@ -283,16 +283,16 @@ def

[GitHub] yajiedesign removed a comment on issue #11148: [MXNET-679] Refactor handling BLAS libraries with cmake

2018-10-29 Thread GitBox
yajiedesign removed a comment on issue #11148: [MXNET-679] Refactor handling BLAS libraries with cmake URL: https://github.com/apache/incubator-mxnet/pull/11148#issuecomment-434132287 look like good This is an automated

[GitHub] yajiedesign commented on issue #11148: [MXNET-679] Refactor handling BLAS libraries with cmake

2018-10-29 Thread GitBox
yajiedesign commented on issue #11148: [MXNET-679] Refactor handling BLAS libraries with cmake URL: https://github.com/apache/incubator-mxnet/pull/11148#issuecomment-434132287 look like good This is an automated message from

[GitHub] frankfliu commented on issue #13032: requests need upgrade due to security risk (CVE-2018-18074)

2018-10-29 Thread GitBox
frankfliu commented on issue #13032: requests need upgrade due to security risk (CVE-2018-18074) URL: https://github.com/apache/incubator-mxnet/issues/13032#issuecomment-434125211 @mxnet-lable-bot [Bug, Build, Python] This

[GitHub] azai91 commented on a change in pull request #12985: adding unit test for MKLDNN FullyConnected operator

2018-10-29 Thread GitBox
azai91 commented on a change in pull request #12985: adding unit test for MKLDNN FullyConnected operator URL: https://github.com/apache/incubator-mxnet/pull/12985#discussion_r229139235 ## File path: tests/cpp/operator/mkldnn_operator_test.cc ## @@ -554,6 +586,129 @@ void

[GitHub] azai91 commented on a change in pull request #12985: adding unit test for MKLDNN FullyConnected operator

2018-10-29 Thread GitBox
azai91 commented on a change in pull request #12985: adding unit test for MKLDNN FullyConnected operator URL: https://github.com/apache/incubator-mxnet/pull/12985#discussion_r229138638 ## File path: tests/cpp/operator/mkldnn_operator_test.cc ## @@ -213,6 +213,38 @@

[GitHub] azai91 commented on a change in pull request #12985: adding unit test for MKLDNN FullyConnected operator

2018-10-29 Thread GitBox
azai91 commented on a change in pull request #12985: adding unit test for MKLDNN FullyConnected operator URL: https://github.com/apache/incubator-mxnet/pull/12985#discussion_r229138622 ## File path: tests/cpp/operator/mkldnn_operator_test.cc ## @@ -213,6 +213,38 @@

[GitHub] azai91 commented on a change in pull request #12985: adding unit test for MKLDNN FullyConnected operator

2018-10-29 Thread GitBox
azai91 commented on a change in pull request #12985: adding unit test for MKLDNN FullyConnected operator URL: https://github.com/apache/incubator-mxnet/pull/12985#discussion_r229138906 ## File path: tests/cpp/operator/mkldnn_operator_test.cc ## @@ -554,6 +586,129 @@ void

[GitHub] zhanghang1989 commented on issue #12803: Fix Extremely Unbalanced Issue in split_and_load

2018-10-29 Thread GitBox
zhanghang1989 commented on issue #12803: Fix Extremely Unbalanced Issue in split_and_load URL: https://github.com/apache/incubator-mxnet/pull/12803#issuecomment-434124179 @ankkhedia I have made the changes according to @sandeep-krishnamurthy 's comments

[GitHub] KellenSunderland commented on issue #12328: [WIP] [MXNET-857] Add initial NVTX profiler implementation

2018-10-29 Thread GitBox
KellenSunderland commented on issue #12328: [WIP] [MXNET-857] Add initial NVTX profiler implementation URL: https://github.com/apache/incubator-mxnet/pull/12328#issuecomment-434123445 Hey @lupesko. Sorry still in my backlog. I've reviewed a few suggestions so no longer blocked on

[GitHub] szha opened a new issue #13032: requests need upgrade due to security risk (CVE-2018-18074)

2018-10-29 Thread GitBox
szha opened a new issue #13032: requests need upgrade due to security risk (CVE-2018-18074) URL: https://github.com/apache/incubator-mxnet/issues/13032 Details can be found in https://nvd.nist.gov/vuln/detail/CVE-2018-18074 Currently requests are fixed to be below 2.19.0

[GitHub] lupesko commented on issue #12328: [WIP] [MXNET-857] Add initial NVTX profiler implementation

2018-10-29 Thread GitBox
lupesko commented on issue #12328: [WIP] [MXNET-857] Add initial NVTX profiler implementation URL: https://github.com/apache/incubator-mxnet/pull/12328#issuecomment-434121048 @KellenSunderland thanks for the contribution! Any updates on progress/ETA?

[GitHub] ankkhedia commented on issue #13031: Update CONTRIBUTORS.md

2018-10-29 Thread GitBox
ankkhedia commented on issue #13031: Update CONTRIBUTORS.md URL: https://github.com/apache/incubator-mxnet/pull/13031#issuecomment-434117818 @mxnet-label-bot [ pr-awaiting-review ] @sandeep-krishnamurthy Could you please merge this PR

[incubator-mxnet] branch master updated: [MXNET-1111] Remove CPUPinned in ImageRecordIter (#12666)

2018-10-29 Thread haibin
This is an automated email from the ASF dual-hosted git repository. haibin pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git The following commit(s) were added to refs/heads/master by this push: new 12371fb [MXNET-] Remove CPUPinned

[GitHub] eric-haibin-lin closed pull request #12666: [MXNET-1111] Horovod support for MXNet

2018-10-29 Thread GitBox
eric-haibin-lin closed pull request #12666: [MXNET-] Horovod support for MXNet URL: https://github.com/apache/incubator-mxnet/pull/12666 This is a PR merged from a forked repository. As GitHub hides the original diff on merge, it is displayed below for the sake of provenance: As

[GitHub] mxnet-label-bot opened a new pull request #13031: Update CONTRIBUTORS.md

2018-10-29 Thread GitBox
mxnet-label-bot opened a new pull request #13031: Update CONTRIBUTORS.md URL: https://github.com/apache/incubator-mxnet/pull/13031 Including myself in the list of contributors ## Description ## (Brief description on what this PR is about) ## Checklist ## ### Essentials

[GitHub] ankkhedia commented on issue #12666: [MXNET-1111] Horovod support for MXNet

2018-10-29 Thread GitBox
ankkhedia commented on issue #12666: [MXNET-] Horovod support for MXNet URL: https://github.com/apache/incubator-mxnet/pull/12666#issuecomment-434114611 @eric-haibin-lin Could you please take a look in the above PR? This

[GitHub] ankkhedia commented on issue #12691: [MXNET-1001] Add new cuddn flag in Gluon Conv blocks to control - cudnn_tune, cudnn_off params

2018-10-29 Thread GitBox
ankkhedia commented on issue #12691: [MXNET-1001] Add new cuddn flag in Gluon Conv blocks to control - cudnn_tune, cudnn_off params URL: https://github.com/apache/incubator-mxnet/pull/12691#issuecomment-434112034 @sandeep-krishnamurthy ping! Could you please address the review comments

[GitHub] kohr-h commented on issue #12881: Improve the Clojure Package README to Make it Easier to Get Started

2018-10-29 Thread GitBox
kohr-h commented on issue #12881: Improve the Clojure Package README to Make it Easier to Get Started URL: https://github.com/apache/incubator-mxnet/pull/12881#issuecomment-434112175 @ankkhedia @aaronmarkham Note that https://github.com/gigasquid/incubator-mxnet/pull/2 addresses a bunch

[GitHub] ankkhedia commented on issue #12746: Add env flag to disable MKLDNN cache (MXNET_MKLDNN_CACHE_ENABLED)

2018-10-29 Thread GitBox
ankkhedia commented on issue #12746: Add env flag to disable MKLDNN cache (MXNET_MKLDNN_CACHE_ENABLED) URL: https://github.com/apache/incubator-mxnet/pull/12746#issuecomment-434111654 @azai91 ping! Any updates on this PR

[GitHub] ankkhedia commented on issue #12748: [MXNET-1028] Adding CELU Activation function

2018-10-29 Thread GitBox
ankkhedia commented on issue #12748: [MXNET-1028] Adding CELU Activation function URL: https://github.com/apache/incubator-mxnet/pull/12748#issuecomment-434110931 @anirudhacharya ping! Did you get a chance to look into the above flakiness?

[GitHub] ankkhedia commented on issue #12749: [MXNET-1029] Feature request: randint operator

2018-10-29 Thread GitBox
ankkhedia commented on issue #12749: [MXNET-1029] Feature request: randint operator URL: https://github.com/apache/incubator-mxnet/pull/12749#issuecomment-434110147 @ChaiBapchya ping! Could you please take a look into the failing CI

[GitHub] ankkhedia commented on issue #12775: randn operator for symbol and NDarray API

2018-10-29 Thread GitBox
ankkhedia commented on issue #12775: randn operator for symbol and NDarray API URL: https://github.com/apache/incubator-mxnet/pull/12775#issuecomment-434109921 @ChaiBapchya ping! Could you please take a look into the failing CI?

[GitHub] frankfliu commented on issue #12990: [MKL-DNN] Enabling Winograd algorithm for AVX 512?

2018-10-29 Thread GitBox
frankfliu commented on issue #12990: [MKL-DNN] Enabling Winograd algorithm for AVX 512? URL: https://github.com/apache/incubator-mxnet/issues/12990#issuecomment-434109662 @mxnet-label-bot [Question] This is an automated

[GitHub] ankkhedia commented on issue #12689: [WIP] Search update

2018-10-29 Thread GitBox
ankkhedia commented on issue #12689: [WIP] Search update URL: https://github.com/apache/incubator-mxnet/pull/12689#issuecomment-434109041 @safrooze Could you please take a look into this PR? This is an automated message from

[GitHub] ankkhedia commented on issue #12635: [WIP] initial commit for trace op feature

2018-10-29 Thread GitBox
ankkhedia commented on issue #12635: [WIP] initial commit for trace op feature URL: https://github.com/apache/incubator-mxnet/pull/12635#issuecomment-434108794 @samskalicky ping! Any update on the above PR. This is an

[GitHub] bzcheeseman commented on issue #12467: Add PolyScheduler which mimics the caffe polynomial lr scheduler

2018-10-29 Thread GitBox
bzcheeseman commented on issue #12467: Add PolyScheduler which mimics the caffe polynomial lr scheduler URL: https://github.com/apache/incubator-mxnet/pull/12467#issuecomment-434107972 I was never able to find an applicable test to base a new one off of (unless one was added in the last

[GitHub] ankkhedia commented on issue #12784: Improved git reset for CI builds

2018-10-29 Thread GitBox
ankkhedia commented on issue #12784: Improved git reset for CI builds URL: https://github.com/apache/incubator-mxnet/pull/12784#issuecomment-434107737 @marcoabreu @lebeg ping! Any updates on the PR. This is an automated

[GitHub] roywei commented on issue #12792: Fix broken amalgamation

2018-10-29 Thread GitBox
roywei commented on issue #12792: Fix broken amalgamation URL: https://github.com/apache/incubator-mxnet/pull/12792#issuecomment-434107323 ping @reminisce @zheng-da could you take a look at this PR? thanks! This is an

[GitHub] ankkhedia commented on issue #12791: [MXNET-1093] Add python3 Docker images for each MXNet release

2018-10-29 Thread GitBox
ankkhedia commented on issue #12791: [MXNET-1093] Add python3 Docker images for each MXNet release URL: https://github.com/apache/incubator-mxnet/pull/12791#issuecomment-434106655 @marcoabreu It seems that your review comments has been addressed. Could you please take a look?

[GitHub] ankkhedia commented on issue #12803: Fix Extremely Unbalanced Issue in split_and_load

2018-10-29 Thread GitBox
ankkhedia commented on issue #12803: Fix Extremely Unbalanced Issue in split_and_load URL: https://github.com/apache/incubator-mxnet/pull/12803#issuecomment-434106249 @zhanghang1989 ping! Did you get a chance to look into @sandeep-krishnamurthy's comments above and could you also look

[GitHub] roywei commented on issue #12720: [MXNET-649] [R] CNN Tutorial Fix

2018-10-29 Thread GitBox
roywei commented on issue #12720: [MXNET-649] [R] CNN Tutorial Fix URL: https://github.com/apache/incubator-mxnet/pull/12720#issuecomment-434105217 ping @anirudhacharya, any updates on this PR? This is an automated message

[GitHub] szha commented on issue #12535: [MXNET-954] Implementation of Structured-Self-Attentive-Sentence-Embedding

2018-10-29 Thread GitBox
szha commented on issue #12535: [MXNET-954] Implementation of Structured-Self-Attentive-Sentence-Embedding URL: https://github.com/apache/incubator-mxnet/pull/12535#issuecomment-434105208 @kenjewu thanks for the contribution!

[GitHub] szha closed pull request #12535: [MXNET-954] Implementation of Structured-Self-Attentive-Sentence-Embedding

2018-10-29 Thread GitBox
szha closed pull request #12535: [MXNET-954] Implementation of Structured-Self-Attentive-Sentence-Embedding URL: https://github.com/apache/incubator-mxnet/pull/12535 This is a PR merged from a forked repository. As GitHub hides the original diff on merge, it is displayed below for the

[GitHub] ankkhedia commented on issue #12818: [MXNET-1094] Add tests to check operators for registered FGradients

2018-10-29 Thread GitBox
ankkhedia commented on issue #12818: [MXNET-1094] Add tests to check operators for registered FGradients URL: https://github.com/apache/incubator-mxnet/pull/12818#issuecomment-434104804 @JohnCalhoun Thanks for the contribution. Could you please make sure that the PR changes passes CI.

[GitHub] roywei commented on issue #12631: [MXNET-953] Fix oob memory read

2018-10-29 Thread GitBox
roywei commented on issue #12631: [MXNET-953] Fix oob memory read URL: https://github.com/apache/incubator-mxnet/pull/12631#issuecomment-434104514 ping @apeforest @anirudh2290 could you take a look again? Thanks! This is an

[GitHub] ankkhedia commented on issue #12821: [MXNET-1095] [WIP] Support higher order gradient for cos, sin, negative, mul

2018-10-29 Thread GitBox
ankkhedia commented on issue #12821: [MXNET-1095] [WIP] Support higher order gradient for cos,sin,negative,mul URL: https://github.com/apache/incubator-mxnet/pull/12821#issuecomment-434104399 @sxjscience Thanks for the contribution! Did you get a chance to benchmark theses changes?

[GitHub] roywei commented on issue #12542: [MXNET-949] Module API to Gluon API tutorial

2018-10-29 Thread GitBox
roywei commented on issue #12542: [MXNET-949] Module API to Gluon API tutorial URL: https://github.com/apache/incubator-mxnet/pull/12542#issuecomment-434104217 ping @ThomasDelteil , any update on this PR? This is an automated

[GitHub] roywei commented on issue #12535: [MXNET-954] Implementation of Structured-Self-Attentive-Sentence-Embedding

2018-10-29 Thread GitBox
roywei commented on issue #12535: [MXNET-954] Implementation of Structured-Self-Attentive-Sentence-Embedding URL: https://github.com/apache/incubator-mxnet/pull/12535#issuecomment-434103943 ping @kenjewu please close this PR. Thanks!

[GitHub] ankkhedia commented on issue #12827: Update scala intellij tutorial

2018-10-29 Thread GitBox
ankkhedia commented on issue #12827: Update scala intellij tutorial URL: https://github.com/apache/incubator-mxnet/pull/12827#issuecomment-434103955 @zachgk Thanks for the contribution. Could you please look into the comments and also fix the PR so that it passes CI.

[GitHub] ankkhedia commented on issue #12831: Add imresize to mxnet.image documentation

2018-10-29 Thread GitBox
ankkhedia commented on issue #12831: Add imresize to mxnet.image documentation URL: https://github.com/apache/incubator-mxnet/pull/12831#issuecomment-434103590 @nswamy @marcoabreu It seems that your review comments has been addressed. Could you please look into the PR again?

[GitHub] roywei commented on issue #12467: Add PolyScheduler which mimics the caffe polynomial lr scheduler

2018-10-29 Thread GitBox
roywei commented on issue #12467: Add PolyScheduler which mimics the caffe polynomial lr scheduler URL: https://github.com/apache/incubator-mxnet/pull/12467#issuecomment-434103387 Hi @bzcheeseman just checking were you able to update this PR? do you need any help?

[GitHub] ankkhedia commented on issue #12833: [MXNET-1042] Module API extension

2018-10-29 Thread GitBox
ankkhedia commented on issue #12833: [MXNET-1042] Module API extension URL: https://github.com/apache/incubator-mxnet/pull/12833#issuecomment-434103249 @lanking520 Could you please look into the CI failures and update the PR following review comments.

[GitHub] ankkhedia commented on issue #12845: WIP: Julia v0.7/1.0 support and drop v0.6 support

2018-10-29 Thread GitBox
ankkhedia commented on issue #12845: WIP: Julia v0.7/1.0 support and drop v0.6 support URL: https://github.com/apache/incubator-mxnet/pull/12845#issuecomment-434103001 @iblis17 Could you please update the PR description and check into the CI failure and change the title when the PR is

[GitHub] roywei commented on issue #12399: ONNX export: Add Crop, Deconvolution and fix the default stride of Pooling to 1

2018-10-29 Thread GitBox
roywei commented on issue #12399: ONNX export: Add Crop, Deconvolution and fix the default stride of Pooling to 1 URL: https://github.com/apache/incubator-mxnet/pull/12399#issuecomment-434102587 Hi @ptrendx , were you able to get some time on this PR? Do you need any help to continue with

[GitHub] ankkhedia commented on issue #12850: Updated nvidia docker base image to CUDA 9.2

2018-10-29 Thread GitBox
ankkhedia commented on issue #12850: Updated nvidia docker base image to CUDA 9.2 URL: https://github.com/apache/incubator-mxnet/pull/12850#issuecomment-434102452 @lebeg Could you please take a look into the CI failures.

[GitHub] roywei commented on issue #11991: [MXNET-644] Automated flaky test detection

2018-10-29 Thread GitBox
roywei commented on issue #11991: [MXNET-644] Automated flaky test detection URL: https://github.com/apache/incubator-mxnet/pull/11991#issuecomment-434101902 ping @cetsai any updates? This is an automated message from the

[GitHub] ankkhedia commented on issue #12853: Add GN

2018-10-29 Thread GitBox
ankkhedia commented on issue #12853: Add GN URL: https://github.com/apache/incubator-mxnet/pull/12853#issuecomment-434101403 @zhanghang1989 Could you please look into the CI failures and fix the PR This is an automated

[GitHub] roywei commented on issue #11945: python/setup.py modified to accept a package name argument.

2018-10-29 Thread GitBox
roywei commented on issue #11945: python/setup.py modified to accept a package name argument. URL: https://github.com/apache/incubator-mxnet/pull/11945#issuecomment-434101338 Thanks for this option! LGTM! ping @nswamy @sandeep-krishnamurthy could you take a look and merge this?

[GitHub] ankkhedia commented on issue #12866: Optimization for embedding OP for CPU

2018-10-29 Thread GitBox
ankkhedia commented on issue #12866: Optimization for embedding OP for CPU URL: https://github.com/apache/incubator-mxnet/pull/12866#issuecomment-434101043 @szha @ZiyueHuang @eric-haibin-lin @haojin2 Could you please take a look?

[GitHub] ankkhedia commented on issue #12880: Fix variational autoencoder example

2018-10-29 Thread GitBox
ankkhedia commented on issue #12880: Fix variational autoencoder example URL: https://github.com/apache/incubator-mxnet/pull/12880#issuecomment-434100272 @ThomasDelteil @thomelane It seems that your review comments has been addressed. Could you please take a look?

[GitHub] frankfliu commented on issue #13027: mxnet.ndarray.sparse docs errors

2018-10-29 Thread GitBox
frankfliu commented on issue #13027: mxnet.ndarray.sparse docs errors URL: https://github.com/apache/incubator-mxnet/issues/13027#issuecomment-434099678 @mxnet-label-bot [Doc] This is an automated message from the Apache Git

[GitHub] thomelane commented on issue #12918: Update adversary attack generation example

2018-10-29 Thread GitBox
thomelane commented on issue #12918: Update adversary attack generation example URL: https://github.com/apache/incubator-mxnet/pull/12918#issuecomment-434099853 LGTM This is an automated message from the Apache Git Service.

[GitHub] frankfliu commented on issue #13026: mxnet.ndarray.sparse.RowSparseNDArray docs errors

2018-10-29 Thread GitBox
frankfliu commented on issue #13026: mxnet.ndarray.sparse.RowSparseNDArray docs errors URL: https://github.com/apache/incubator-mxnet/issues/13026#issuecomment-434099655 @mxnet-label-bot [Doc] This is an automated message

[GitHub] frankfliu commented on issue #13028: mxnet.ndarray.load docs error

2018-10-29 Thread GitBox
frankfliu commented on issue #13028: mxnet.ndarray.load docs error URL: https://github.com/apache/incubator-mxnet/issues/13028#issuecomment-434099705 @mxnet-label-bot [Doc] This is an automated message from the Apache Git

[GitHub] frankfliu commented on issue #13030: mxnet.optimizer.LBSGD docs error

2018-10-29 Thread GitBox
frankfliu commented on issue #13030: mxnet.optimizer.LBSGD docs error URL: https://github.com/apache/incubator-mxnet/issues/13030#issuecomment-434099783 @mxnet-label-bot [Doc] This is an automated message from the Apache Git

[GitHub] frankfliu commented on issue #13029: mxnet.ndarray.save docs error

2018-10-29 Thread GitBox
frankfliu commented on issue #13029: mxnet.ndarray.save docs error URL: https://github.com/apache/incubator-mxnet/issues/13029#issuecomment-434099747 @mxnet-label-bot [Doc] This is an automated message from the Apache Git

[GitHub] ankkhedia commented on issue #12881: Improve the Clojure Package README to Make it Easier to Get Started

2018-10-29 Thread GitBox
ankkhedia commented on issue #12881: Improve the Clojure Package README to Make it Easier to Get Started URL: https://github.com/apache/incubator-mxnet/pull/12881#issuecomment-434099657 @gigasquid Could you please look into comments given by @aaronmarkham Also, could you make sure that

[GitHub] frankfliu commented on issue #13025: mxnet.ndarray.sparse.CSRNDArray.astype docs error

2018-10-29 Thread GitBox
frankfliu commented on issue #13025: mxnet.ndarray.sparse.CSRNDArray.astype docs error URL: https://github.com/apache/incubator-mxnet/issues/13025#issuecomment-434099627 @mxnet-label-bot [Doc] This is an automated message

[GitHub] ankkhedia commented on issue #12884: adding unittest for MKLDNN Softmax operator

2018-10-29 Thread GitBox
ankkhedia commented on issue #12884: adding unittest for MKLDNN Softmax operator URL: https://github.com/apache/incubator-mxnet/pull/12884#issuecomment-434098790 @mseth10 Thanks for the contribution! Could you please look into the CI failures.

[GitHub] ankkhedia commented on issue #12893: Dummy-data based benchmarking script for Gluon RNN-API

2018-10-29 Thread GitBox
ankkhedia commented on issue #12893: Dummy-data based benchmarking script for Gluon RNN-API URL: https://github.com/apache/incubator-mxnet/pull/12893#issuecomment-434098326 @sandeep-krishnamurthy It seems that your comments has been addressed. Could you please take a look?

[GitHub] ankkhedia commented on issue #12902: Disable Flaky test test_operator.test_clip

2018-10-29 Thread GitBox
ankkhedia commented on issue #12902: Disable Flaky test test_operator.test_clip URL: https://github.com/apache/incubator-mxnet/pull/12902#issuecomment-434098006 @marcoabreu Could you please re-trigger the CI build for this change using empty commit.

[GitHub] ankkhedia commented on issue #12904: support upper triangular matrices in linalg

2018-10-29 Thread GitBox
ankkhedia commented on issue #12904: support upper triangular matrices in linalg URL: https://github.com/apache/incubator-mxnet/pull/12904#issuecomment-434097505 @mseeger Could you please review it again to see if all the comments has been addressed. @marcoabreu @lebeg @larroy It

[GitHub] aaronmarkham opened a new issue #13030: mxnet.optimizer.LBSGD docs error

2018-10-29 Thread GitBox
aaronmarkham opened a new issue #13030: mxnet.optimizer.LBSGD docs error URL: https://github.com/apache/incubator-mxnet/issues/13030 ## Description Sphinx throws an error when generating the docs for this function. ## Error ```

[GitHub] aaronmarkham opened a new issue #13029: mxnet.ndarray.save docs error

2018-10-29 Thread GitBox
aaronmarkham opened a new issue #13029: mxnet.ndarray.save docs error URL: https://github.com/apache/incubator-mxnet/issues/13029 ## Description Sphinx throws an error when generating the docs for this function. ## Error ```

[GitHub] aaronmarkham opened a new issue #13028: mxnet.ndarray.load docs error

2018-10-29 Thread GitBox
aaronmarkham opened a new issue #13028: mxnet.ndarray.load docs error URL: https://github.com/apache/incubator-mxnet/issues/13028 ## Description Sphinx throws an error when generating the docs for this function. ## Error ```

[GitHub] ankkhedia commented on issue #12918: Update adversary attack generation example

2018-10-29 Thread GitBox
ankkhedia commented on issue #12918: Update adversary attack generation example URL: https://github.com/apache/incubator-mxnet/pull/12918#issuecomment-434096521 @safrooze @thomelane It seems that the review comments has been addressed. Could you please take a look?

[GitHub] aaronmarkham opened a new issue #13027: mxnet.ndarray.sparse docs errors

2018-10-29 Thread GitBox
aaronmarkham opened a new issue #13027: mxnet.ndarray.sparse docs errors URL: https://github.com/apache/incubator-mxnet/issues/13027 ## Description Sphinx throws an error when generating the docs for this function. ## Error ```

[GitHub] aaronmarkham opened a new issue #13026: mxnet.ndarray.sparse.RowSparseNDArray docs errors

2018-10-29 Thread GitBox
aaronmarkham opened a new issue #13026: mxnet.ndarray.sparse.RowSparseNDArray docs errors URL: https://github.com/apache/incubator-mxnet/issues/13026 ## Description Sphinx throws errors when generating the docs for this function. ## Error ```

[GitHub] aaronmarkham opened a new issue #13025: mxnet.ndarray.sparse.CSRNDArray.astype docs error

2018-10-29 Thread GitBox
aaronmarkham opened a new issue #13025: mxnet.ndarray.sparse.CSRNDArray.astype docs error URL: https://github.com/apache/incubator-mxnet/issues/13025 ## Description Sphinx throws an error when generating the docs for this function. ## Error ```

[GitHub] ankkhedia commented on issue #12922: Support Quantized Fully Connected by INT8 GEMM

2018-10-29 Thread GitBox
ankkhedia commented on issue #12922: Support Quantized Fully Connected by INT8 GEMM URL: https://github.com/apache/incubator-mxnet/pull/12922#issuecomment-434095374 @zheng-da Could you please take a look? This is an

[GitHub] roywei commented on issue #11520: [WIP] Improve Ccache

2018-10-29 Thread GitBox
roywei commented on issue #11520: [WIP] Improve Ccache URL: https://github.com/apache/incubator-mxnet/pull/11520#issuecomment-434095274 ping @marcoabreu any updates? This is an automated message from the Apache Git Service.

[GitHub] frankfliu commented on issue #13021: mxnet.ndarray.BatchNorm docs error

2018-10-29 Thread GitBox
frankfliu commented on issue #13021: mxnet.ndarray.BatchNorm docs error URL: https://github.com/apache/incubator-mxnet/issues/13021#issuecomment-434093615 @mxnet-label-bot [Doc] This is an automated message from the Apache

[GitHub] frankfliu commented on issue #13023: mxnet.ndarray.slice docs error

2018-10-29 Thread GitBox
frankfliu commented on issue #13023: mxnet.ndarray.slice docs error URL: https://github.com/apache/incubator-mxnet/issues/13023#issuecomment-434093717 @mxnet-label-bot [Doc] This is an automated message from the Apache Git

[GitHub] frankfliu commented on issue #13020: ndarray.reshape docs errors

2018-10-29 Thread GitBox
frankfliu commented on issue #13020: ndarray.reshape docs errors URL: https://github.com/apache/incubator-mxnet/issues/13020#issuecomment-434093594 @mxnet-label-bot [Doc] This is an automated message from the Apache Git

[GitHub] frankfliu commented on issue #13024: mxnet.random.seed docs error

2018-10-29 Thread GitBox
frankfliu commented on issue #13024: mxnet.random.seed docs error URL: https://github.com/apache/incubator-mxnet/issues/13024#issuecomment-434093744 @mxnet-label-bot [Doc] This is an automated message from the Apache Git

[GitHub] frankfliu commented on issue #13022: mxnet.ndarray.crop docs error

2018-10-29 Thread GitBox
frankfliu commented on issue #13022: mxnet.ndarray.crop docs error URL: https://github.com/apache/incubator-mxnet/issues/13022#issuecomment-434093649 @mxnet-label-bot [Doc] This is an automated message from the Apache Git

[GitHub] frankfliu commented on issue #13019: quadratic operator docs errors

2018-10-29 Thread GitBox
frankfliu commented on issue #13019: quadratic operator docs errors URL: https://github.com/apache/incubator-mxnet/issues/13019#issuecomment-434093572 @mxnet-label-bot [Doc] This is an automated message from the Apache Git

[GitHub] frankfliu commented on issue #13017: box_non_maximum_suppression operator docs error

2018-10-29 Thread GitBox
frankfliu commented on issue #13017: box_non_maximum_suppression operator docs error URL: https://github.com/apache/incubator-mxnet/issues/13017#issuecomment-434093488 @mxnet-label-bot [Doc] This is an automated message

[GitHub] frankfliu commented on issue #13016: box_nms operator docs error

2018-10-29 Thread GitBox
frankfliu commented on issue #13016: box_nms operator docs error URL: https://github.com/apache/incubator-mxnet/issues/13016#issuecomment-434093467 @mxnet-label-bot [Doc] This is an automated message from the Apache Git

[GitHub] frankfliu commented on issue #13018: index_copy operator docs errors

2018-10-29 Thread GitBox
frankfliu commented on issue #13018: index_copy operator docs errors URL: https://github.com/apache/incubator-mxnet/issues/13018#issuecomment-434093533 @mxnet-label-bot [Doc] This is an automated message from the Apache Git

[GitHub] frankfliu commented on issue #13015: ROIAlign docs error

2018-10-29 Thread GitBox
frankfliu commented on issue #13015: ROIAlign docs error URL: https://github.com/apache/incubator-mxnet/issues/13015#issuecomment-434093419 @mxnet-label-bot [Doc] This is an automated message from the Apache Git Service. To

  1   2   3   >