[GitHub] [incubator-mxnet] JiangZhaoh edited a comment on pull request #18404: try without force inline

2020-05-26 Thread GitBox
JiangZhaoh edited a comment on pull request #18404: URL: https://github.com/apache/incubator-mxnet/pull/18404#issuecomment-634465972 Sorry but I can't reproduce the CI compile issue. I made the same change as your commit in master branch, it can build successfully. I use **Deep Learni

[GitHub] [incubator-mxnet] JiangZhaoh commented on pull request #18404: try without force inline

2020-05-26 Thread GitBox
JiangZhaoh commented on pull request #18404: URL: https://github.com/apache/incubator-mxnet/pull/18404#issuecomment-634465972 Sorry but I can't reproduce the CI compile issue. I use **Deep Learning AMI (Ubuntu 18.04) Version 29.0 (ami-0ffd41ee43c386b23)** as my local machine and the buil

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

2020-05-26 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 c14e13d Bump the publis

[GitHub] [incubator-mxnet] sxjscience opened a new issue #18414: Type inference bug of negation

2020-05-26 Thread GitBox
sxjscience opened a new issue #18414: URL: https://github.com/apache/incubator-mxnet/issues/18414 ```python import mxnet as mx mx.npx.set_np() a = mx.np.ones((10, 10), dtype=mx.np.int32) b = -a print(b.dtype) ``` Output: ``` float64 ``` ---

[GitHub] [incubator-mxnet] mxnet-bot commented on pull request #18413: Simplifying mxnet.gluon.block APIs

2020-05-26 Thread GitBox
mxnet-bot commented on pull request #18413: URL: https://github.com/apache/incubator-mxnet/pull/18413#issuecomment-634442512 Hey @acphile , Thanks for submitting the PR All tests are already queued to run once. If tests fail, you can trigger one or more tests again with the following co

[GitHub] [incubator-mxnet] acphile opened a new pull request #18413: Simplifying mxnet.gluon.block APIs

2020-05-26 Thread GitBox
acphile opened a new pull request #18413: URL: https://github.com/apache/incubator-mxnet/pull/18413 ## Description ## A draft PR for issue https://github.com/apache/incubator-mxnet/issues/18412 ## Checklist ## ### Essentials ### Please feel free to remove inapplicable items f

[GitHub] [incubator-mxnet] acphile opened a new issue #18412: Simplifying mxnet.gluon.block APIs

2020-05-26 Thread GitBox
acphile opened a new issue #18412: URL: https://github.com/apache/incubator-mxnet/issues/18412 ## Motivations Currently the implementation of mxnet.gluon.block is not so pythonic and there are many redundancies ### 1. overlaps between Block._params and Block._reg_params when

[GitHub] [incubator-mxnet] leezu commented on issue #17335: Excessive GPU memory usage with dynamic shape input using Gluon interface

2020-05-26 Thread GitBox
leezu commented on issue #17335: URL: https://github.com/apache/incubator-mxnet/issues/17335#issuecomment-634439759 @andrei5055 as I fixed a few other reference leaks in the Gluon API, could you help verify if the `del` still helps improve performance on latest master? --

[GitHub] [incubator-mxnet] leezu commented on issue #17335: Excessive GPU memory usage with dynamic shape input using Gluon interface

2020-05-26 Thread GitBox
leezu commented on issue #17335: URL: https://github.com/apache/incubator-mxnet/issues/17335#issuecomment-634439188 There are reference leaks in the Gluon data API. See the tests marked with garbage_expected in https://github.com/apache/incubator-mxnet/blob/c3aff732371d6177e5d522c052fb725

[GitHub] [incubator-mxnet] sxjscience commented on a change in pull request #18089: Add npx op 'index_add'

2020-05-26 Thread GitBox
sxjscience commented on a change in pull request #18089: URL: https://github.com/apache/incubator-mxnet/pull/18089#discussion_r430856261 ## File path: src/operator/tensor/index_add_backward.cc ## @@ -0,0 +1,107 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under o

[GitHub] [incubator-mxnet] leezu merged pull request #18407: Mark test_function1 as garbage_expected

2020-05-26 Thread GitBox
leezu merged pull request #18407: URL: https://github.com/apache/incubator-mxnet/pull/18407 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above t

[GitHub] [incubator-mxnet] zhreshold merged pull request #18379: change _Pragma to #pragma

2020-05-26 Thread GitBox
zhreshold merged pull request #18379: URL: https://github.com/apache/incubator-mxnet/pull/18379 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL abo

[GitHub] [incubator-mxnet] leezu merged pull request #18387: fix the error of resnet output weight sharing

2020-05-26 Thread GitBox
leezu merged pull request #18387: URL: https://github.com/apache/incubator-mxnet/pull/18387 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above t

[GitHub] [incubator-mxnet] leezu closed issue #18400: flaky test: check leak ndarray

2020-05-26 Thread GitBox
leezu closed issue #18400: URL: https://github.com/apache/incubator-mxnet/issues/18400 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go

[GitHub] [incubator-mxnet] leezu closed issue #18372: Question about testing weight sharing of two resnets in test_gluon_estimator.py

2020-05-26 Thread GitBox
leezu closed issue #18372: URL: https://github.com/apache/incubator-mxnet/issues/18372 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go

[GitHub] [incubator-mxnet] mxnet-bot commented on pull request #18408: Fix CD failure due to illegal instruction in OpenBLAS

2020-05-26 Thread GitBox
mxnet-bot commented on pull request #18408: URL: https://github.com/apache/incubator-mxnet/pull/18408#issuecomment-634416236 Jenkins CI successfully triggered : [unix-cpu] This is an automated message from the Apache Git Serv

[GitHub] [incubator-mxnet] leezu commented on pull request #18379: change _Pragma to #pragma

2020-05-26 Thread GitBox
leezu commented on pull request #18379: URL: https://github.com/apache/incubator-mxnet/pull/18379#issuecomment-634416400 @yajiedesign please clarify how you plan to address the CI CD discrepancy? This is an automated message

[GitHub] [incubator-mxnet] leezu commented on issue #18400: flaky test: check leak ndarray

2020-05-26 Thread GitBox
leezu commented on issue #18400: URL: https://github.com/apache/incubator-mxnet/issues/18400#issuecomment-634416116 Happened also in http://jenkins.mxnet-ci.amazon-ml.com/blue/rest/organizations/jenkins/pipelines/mxnet-validation/pipelines/unix-cpu/branches/PR-18408/runs/4/nodes/364/steps/

[GitHub] [incubator-mxnet] leezu commented on pull request #18408: Fix CD failure due to illegal instruction in OpenBLAS

2020-05-26 Thread GitBox
leezu commented on pull request #18408: URL: https://github.com/apache/incubator-mxnet/pull/18408#issuecomment-634416206 @mxnet-bot run ci [unix-cpu] This is an automated message from the Apache Git Service. To respond to the

[GitHub] [incubator-mxnet] yzhliu merged pull request #18399: Add docs about default dtype

2020-05-26 Thread GitBox
yzhliu merged pull request #18399: URL: https://github.com/apache/incubator-mxnet/pull/18399 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above

[GitHub] [incubator-mxnet] ciyongch commented on pull request #18236: [1.7] Pass args fix2

2020-05-26 Thread GitBox
ciyongch commented on pull request #18236: URL: https://github.com/apache/incubator-mxnet/pull/18236#issuecomment-634380782 Hi @samskalicky , probably rename the title to [1.x] instead of [1.7] for this PR? Thanks. This is a

[GitHub] [incubator-mxnet] Kh4L opened a new pull request #18405: Add deleting of args aux aux to Partition API

2020-05-26 Thread GitBox
Kh4L opened a new pull request #18405: URL: https://github.com/apache/incubator-mxnet/pull/18405 ## Description ## A custom Partition API backend may delete parameters during the partitioning (creating others, or interpreting them internally, as in the TensorRT backend). In th

[GitHub] [incubator-mxnet] szha commented on pull request #18383: Disable test_composite_embedding_with_one_embedding

2020-05-26 Thread GitBox
szha commented on pull request #18383: URL: https://github.com/apache/incubator-mxnet/pull/18383#issuecomment-634186867 contrib.text is going to be deprecated in 2.0 This is an automated message from the Apache Git Service. T

[GitHub] [incubator-mxnet] leezu commented on pull request #18407: Mark test_function1 as garbage_expected

2020-05-26 Thread GitBox
leezu commented on pull request #18407: URL: https://github.com/apache/incubator-mxnet/pull/18407#issuecomment-634336593 @mxnet-bot run ci [unix-cpu] This is an automated message from the Apache Git Service. To respond to the

[incubator-mxnet] branch master updated (2806212 -> 305fe07)

2020-05-26 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 2806212 change _Pragma to #pragma (#18379) add 305fe07 Fix the output weight sharing in test_gluon_es

[incubator-mxnet] branch master updated (305fe07 -> a02829e)

2020-05-26 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 305fe07 Fix the output weight sharing in test_gluon_estimator script (#18387) add a02829e Mark test_

[GitHub] [incubator-mxnet] moveforever commented on pull request #18411: add multi-formated feature and multi-label dataiter for recommendation

2020-05-26 Thread GitBox
moveforever commented on pull request #18411: URL: https://github.com/apache/incubator-mxnet/pull/18411#issuecomment-634393347 This is an automated message from the Apache Git Service. To respond to the message, please log on

[GitHub] [incubator-mxnet] mxnet-bot commented on pull request #18317: [1.x] Backport of LSTM and GRU fix (#17898) and RNN op (#17632)

2020-05-26 Thread GitBox
mxnet-bot commented on pull request #18317: URL: https://github.com/apache/incubator-mxnet/pull/18317#issuecomment-633885238 Jenkins CI successfully triggered : [edge] This is an automated message from the Apache Git Service.

[GitHub] [incubator-mxnet] mxnet-bot commented on pull request #18309: Revert PR 17767 for fixing GPU memory usage regression (#18283)

2020-05-26 Thread GitBox
mxnet-bot commented on pull request #18309: URL: https://github.com/apache/incubator-mxnet/pull/18309#issuecomment-634192167 This is an automated message from the Apache Git Service. To respond to the message, please log on to

[GitHub] [incubator-mxnet] sxjscience commented on a change in pull request #18089: Add npx op 'index_add'

2020-05-26 Thread GitBox
sxjscience commented on a change in pull request #18089: URL: https://github.com/apache/incubator-mxnet/pull/18089#discussion_r430831424 ## File path: src/operator/tensor/index_add-inl.h ## @@ -0,0 +1,275 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + *

[GitHub] [incubator-mxnet] mxnet-bot commented on pull request #18411: add multi-formated feature and multi-label dataiter for recommendation

2020-05-26 Thread GitBox
mxnet-bot commented on pull request #18411: URL: https://github.com/apache/incubator-mxnet/pull/18411#issuecomment-634302278 Hey @moveforever , Thanks for submitting the PR All tests are already queued to run once. If tests fail, you can trigger one or more tests again with the followin

[GitHub] [incubator-mxnet] reminisce closed pull request #16207: Bump numpy version >=1.17.0

2020-05-26 Thread GitBox
reminisce closed pull request #16207: URL: https://github.com/apache/incubator-mxnet/pull/16207 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL abo

[GitHub] [incubator-mxnet] reminisce closed pull request #15704: [DO NOT REVIEW] Test

2020-05-26 Thread GitBox
reminisce closed pull request #15704: URL: https://github.com/apache/incubator-mxnet/pull/15704 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL abo

[GitHub] [incubator-mxnet] szha opened a new pull request #18404: try without force inline

2020-05-26 Thread GitBox
szha opened a new pull request #18404: URL: https://github.com/apache/incubator-mxnet/pull/18404 ## Description ## (Brief description on what this PR is about) ## Checklist ## ### Essentials ### Please feel free to remove inapplicable items for your PR. - [ ] The PR title

[GitHub] [incubator-mxnet] BogdanovKirill commented on issue #17045: Relocation truncation issues

2020-05-26 Thread GitBox
BogdanovKirill commented on issue #17045: URL: https://github.com/apache/incubator-mxnet/issues/17045#issuecomment-633848004 Same issue This is an automated message from the Apache Git Service. To respond to the message, ple

[GitHub] [incubator-mxnet] reminisce closed pull request #16824: Enable unit tests for TVM ops for all cuda compute capabilities

2020-05-26 Thread GitBox
reminisce closed pull request #16824: URL: https://github.com/apache/incubator-mxnet/pull/16824 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL abo

[GitHub] [incubator-mxnet] ChaiBapchya commented on pull request #18375: [v1.x] Backport edge pipeline

2020-05-26 Thread GitBox
ChaiBapchya commented on pull request #18375: URL: https://github.com/apache/incubator-mxnet/pull/18375#issuecomment-634115897 This is an automated message from the Apache Git Service. To respond to the message, please log on

[GitHub] [incubator-mxnet] ciyongch commented on pull request #18311: Revert PR 17767 [1.7 branch] (#18283)

2020-05-26 Thread GitBox
ciyongch commented on pull request #18311: URL: https://github.com/apache/incubator-mxnet/pull/18311#issuecomment-634383645 Hi @ptrendx @TaoLv @pengzhao-intel , please help to take a review and merged if it's ok to you :) Th

[GitHub] [incubator-mxnet] zhreshold commented on pull request #18411: add multi-formated feature and multi-label dataiter for recommendation

2020-05-26 Thread GitBox
zhreshold commented on pull request #18411: URL: https://github.com/apache/incubator-mxnet/pull/18411#issuecomment-634330047 @moveforever Nice, can you also point me to the changes for dmlc-core? This is an automated message

[GitHub] [incubator-mxnet] mxnet-bot commented on pull request #18311: Revert PR 17767 [1.7 branch] (#18283)

2020-05-26 Thread GitBox
mxnet-bot commented on pull request #18311: URL: https://github.com/apache/incubator-mxnet/pull/18311#issuecomment-634160197 Jenkins CI successfully triggered : [edge] This is an automated message from the Apache Git Service.

[GitHub] [incubator-mxnet] zhreshold commented on issue #18346: contribute c++ code DataIter to support multi-formated-feature and multi-storage and multi-label sample of recommend?

2020-05-26 Thread GitBox
zhreshold commented on issue #18346: URL: https://github.com/apache/incubator-mxnet/issues/18346#issuecomment-633812409 @moveforever Do you mind open a PR to track the discussion? BTW, the changes seems to be incompatible with the existing API in MXDataIter and c_api

[GitHub] [incubator-mxnet] leezu closed issue #18298: [v1.x] CI pipeline for NVIDIA Jetson fails with "unsupported GNU version"

2020-05-26 Thread GitBox
leezu closed issue #18298: URL: https://github.com/apache/incubator-mxnet/issues/18298 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go

[GitHub] [incubator-mxnet] leezu opened a new pull request #18410: Remove references to MXNet convenience binaries on Maven

2020-05-26 Thread GitBox
leezu opened a new pull request #18410: URL: https://github.com/apache/incubator-mxnet/pull/18410 These convenience binaries redistributed Category-X binaries in violation of ASF policies. Currently no-one stepped up to redo the old releases in a compliant manner. Until prebuilt jars be

[GitHub] [incubator-mxnet] samskalicky commented on pull request #18236: [1.7] Pass args fix2 + Fix pylint with unpinned astroid causing CI issues

2020-05-26 Thread GitBox
samskalicky commented on pull request #18236: URL: https://github.com/apache/incubator-mxnet/pull/18236#issuecomment-634123665 According to https://github.com/iusrepo/announce/issues/18 we need to change the path we use to install python in ci/docker/install/centos7_python.sh from https://

[GitHub] [incubator-mxnet] alexsisu commented on issue #18321: Problem when doing batch inference with fpn_resnest101.

2020-05-26 Thread GitBox
alexsisu commented on issue #18321: URL: https://github.com/apache/incubator-mxnet/issues/18321#issuecomment-633650737 any updates on this one? This is an automated message from the Apache Git Service. To respond to the mess

[GitHub] [incubator-mxnet] eric-haibin-lin opened a new issue #18409: COMMIT_HASH is missing in MXNet nightly build

2020-05-26 Thread GitBox
eric-haibin-lin opened a new issue #18409: URL: https://github.com/apache/incubator-mxnet/issues/18409 I noticed that recent version of mxnet no longer include the hash of the commit of the build. It would be good to include that for debugging purpose. ---

[GitHub] [incubator-mxnet] leezu opened a new pull request #18408: Fix CD failure due to illegal instruction in OpenBLAS

2020-05-26 Thread GitBox
leezu opened a new pull request #18408: URL: https://github.com/apache/incubator-mxnet/pull/18408 The first pipeline that fails with illegal instruction errors is http://jenkins.mxnet-ci.amazon-ml.com/blue/organizations/jenkins/restricted-mxnet-cd%2Fmxnet-cd-release-job/detail/mxnet-cd-rele

[GitHub] [incubator-mxnet] moveforever opened a new pull request #18411: add multi-formated feature and multi-label dataiter for recommendation

2020-05-26 Thread GitBox
moveforever opened a new pull request #18411: URL: https://github.com/apache/incubator-mxnet/pull/18411 ## Description ## (Brief description on what this PR is about) In recommendation, there appear many features: - dense features, for instance, ctr, item exposure, item click, item

[GitHub] [incubator-mxnet] ChaiBapchya commented on pull request #18309: Revert PR 17767 for fixing GPU memory usage regression (#18283)

2020-05-26 Thread GitBox
ChaiBapchya commented on pull request #18309: URL: https://github.com/apache/incubator-mxnet/pull/18309#issuecomment-634112189 This is an automated message from the Apache Git Service. To respond to the message, please log on

[GitHub] [incubator-mxnet] ciyongch commented on pull request #18351: Back port the PR #17672:boolean indexing to branch v1.x

2020-05-26 Thread GitBox
ciyongch commented on pull request #18351: URL: https://github.com/apache/incubator-mxnet/pull/18351#issuecomment-634381223 Hi @Alicia1529 , https://github.com/apache/incubator-mxnet/pull/18375 which fixed the `edge` CI failure was merged in v1.x branch, please help to re-trigger the `edge

[GitHub] [incubator-mxnet] marcoabreu merged pull request #18402: Fix Win Environ "PATH" does not exists Bug

2020-05-26 Thread GitBox
marcoabreu merged pull request #18402: URL: https://github.com/apache/incubator-mxnet/pull/18402 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL ab

[GitHub] [incubator-mxnet] szha commented on pull request #18404: try without force inline

2020-05-26 Thread GitBox
szha commented on pull request #18404: URL: https://github.com/apache/incubator-mxnet/pull/18404#issuecomment-633738244 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitH

[GitHub] [incubator-mxnet] moveforever commented on issue #18346: contribute c++ code DataIter to support multi-formated-feature and multi-storage and multi-label sample of recommend?

2020-05-26 Thread GitBox
moveforever commented on issue #18346: URL: https://github.com/apache/incubator-mxnet/issues/18346#issuecomment-633730062 This is an automated message from the Apache Git Service. To respond to the message, please log on to G

[GitHub] [incubator-mxnet] waytrue17 commented on pull request #18339: [v1.7.x] update jetson dockerfile to support CUDA 10.0

2020-05-26 Thread GitBox
waytrue17 commented on pull request #18339: URL: https://github.com/apache/incubator-mxnet/pull/18339#issuecomment-633857196 > Hi @waytrue17 , is there still any failure when enabling `TVM` build? Not sure if this is the best practice to fix this CI failure. Ping @leezu @ptrendx @TaoLv .

[GitHub] [incubator-mxnet] moveforever removed a comment on issue #18346: contribute c++ code DataIter to support multi-formated-feature and multi-storage and multi-label sample of recommend?

2020-05-26 Thread GitBox
moveforever removed a comment on issue #18346: URL: https://github.com/apache/incubator-mxnet/issues/18346#issuecomment-634306587 i only add new ok, i open a pr. i have a confused question: - Part code of dmlc-core are mended, so in the pr it can't pass build. -

[GitHub] [incubator-mxnet] leezu commented on pull request #18311: Revert PR 17767 [1.7 branch] (#18283)

2020-05-26 Thread GitBox
leezu commented on pull request #18311: URL: https://github.com/apache/incubator-mxnet/pull/18311#issuecomment-634160136 @ChaiBapchya yes @mxnet-bot run ci [edge] This is an automated message from the Apache Git Servic

[GitHub] [incubator-mxnet] mxnet-bot commented on pull request #18089: Add npx op 'index_add'

2020-05-26 Thread GitBox
mxnet-bot commented on pull request #18089: URL: https://github.com/apache/incubator-mxnet/pull/18089#issuecomment-634010813 Jenkins CI successfully triggered : [unix-cpu, unix-gpu, centos-gpu] This is an automated message fr

[GitHub] [incubator-mxnet] yzhliu commented on issue #18297: different dtype when calculating division compared with numpy

2020-05-26 Thread GitBox
yzhliu commented on issue #18297: URL: https://github.com/apache/incubator-mxnet/issues/18297#issuecomment-633649471 closed by #18399 This is an automated message from the Apache Git Service. To respond to the message, pleas

[GitHub] [incubator-mxnet] mxnet-bot commented on pull request #18352: Back port the PR #17672:boolean indexing to branch v1.7.x

2020-05-26 Thread GitBox
mxnet-bot commented on pull request #18352: URL: https://github.com/apache/incubator-mxnet/pull/18352#issuecomment-634400444 Jenkins CI successfully triggered : [edge] This is an automated message from the Apache Git Service.

[GitHub] [incubator-mxnet] ciyongch commented on pull request #18339: [v1.7.x] update jetson dockerfile to support CUDA 10.0

2020-05-26 Thread GitBox
ciyongch commented on pull request #18339: URL: https://github.com/apache/incubator-mxnet/pull/18339#issuecomment-633815288 This is an automated message from the Apache Git Service. To respond to the message, please log on to

[GitHub] [incubator-mxnet] szha closed pull request #18404: try without force inline

2020-05-26 Thread GitBox
szha closed pull request #18404: URL: https://github.com/apache/incubator-mxnet/pull/18404 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to

[GitHub] [incubator-mxnet] pengpeg opened a new issue #18406: How to use multiple 'Trainer' to update parameter?

2020-05-26 Thread GitBox
pengpeg opened a new issue #18406: URL: https://github.com/apache/incubator-mxnet/issues/18406 ## Description code: trainer_g = mx.gluon.Trainer(self.G.collect_params(), optimizer=optimizer) trainer_c1 = mx.gluon.Trainer(self.C1.collect_params(), optimizer=optimize

[GitHub] [incubator-mxnet] leezu commented on pull request #18359: [1.x] Fix memory leaks in Gluon

2020-05-26 Thread GitBox
leezu commented on pull request #18359: URL: https://github.com/apache/incubator-mxnet/pull/18359#issuecomment-634177879 @mxnet-bot run ci [all] This is an automated message from the Apache Git Service. To respond to the mess

[GitHub] [incubator-mxnet] mxnet-bot commented on pull request #18359: [1.x] Fix memory leaks in Gluon

2020-05-26 Thread GitBox
mxnet-bot commented on pull request #18359: URL: https://github.com/apache/incubator-mxnet/pull/18359#issuecomment-634177950 Jenkins CI successfully triggered : [unix-cpu, unix-gpu, centos-gpu, edge, windows-cpu, centos-cpu, website, sanity, miscellaneous, clang, windows-gpu]

[GitHub] [incubator-mxnet] szha merged pull request #18383: Disable test_composite_embedding_with_one_embedding

2020-05-26 Thread GitBox
szha merged pull request #18383: URL: https://github.com/apache/incubator-mxnet/pull/18383 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to

[GitHub] [incubator-mxnet] leezu opened a new pull request #18407: Mark test_function1 as garbage_expected

2020-05-26 Thread GitBox
leezu opened a new pull request #18407: URL: https://github.com/apache/incubator-mxnet/pull/18407 Fixes https://github.com/apache/incubator-mxnet/issues/18400 This is an automated message from the Apache Git Service. To r

[GitHub] [incubator-mxnet] leezu commented on issue #18400: flaky test: check leak ndarray

2020-05-26 Thread GitBox
leezu commented on issue #18400: URL: https://github.com/apache/incubator-mxnet/issues/18400#issuecomment-634171210 As the flakyness occurrs with `mx.autograd.Function`, which is "known to leak" (cf the `test_function` in the same file), I suggest to mark the flaky `test_function1` as "kn

[GitHub] [incubator-mxnet] leezu merged pull request #18375: [v1.x] Backport edge pipeline

2020-05-26 Thread GitBox
leezu merged pull request #18375: URL: https://github.com/apache/incubator-mxnet/pull/18375 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above t

[GitHub] [incubator-mxnet] leezu merged pull request #18339: [v1.7.x] update jetson dockerfile to support CUDA 10.0

2020-05-26 Thread GitBox
leezu merged pull request #18339: URL: https://github.com/apache/incubator-mxnet/pull/18339 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above t

[GitHub] [incubator-mxnet] mxnet-bot commented on pull request #18408: Fix CD failure due to illegal instruction in OpenBLAS

2020-05-26 Thread GitBox
mxnet-bot commented on pull request #18408: URL: https://github.com/apache/incubator-mxnet/pull/18408#issuecomment-634232818 Hey @leezu , Thanks for submitting the PR All tests are already queued to run once. If tests fail, you can trigger one or more tests again with the following comm

[GitHub] [incubator-mxnet] JiangZhaoh commented on pull request #18089: Add npx op 'index_add'

2020-05-26 Thread GitBox
JiangZhaoh commented on pull request #18089: URL: https://github.com/apache/incubator-mxnet/pull/18089#issuecomment-633954573 This is an automated message from the Apache Git Service. To respond to the message, please log on t

[GitHub] [incubator-mxnet] ciyongch commented on pull request #18352: Back port the PR #17672:boolean indexing to branch v1.7.x

2020-05-26 Thread GitBox
ciyongch commented on pull request #18352: URL: https://github.com/apache/incubator-mxnet/pull/18352#issuecomment-634377715 Hi @Alicia1529 , PR https://github.com/apache/incubator-mxnet/pull/18339 to address the `edge` job failure was merged into v1.7.x branch. Please help to re-trigger th

[GitHub] [incubator-mxnet] leezu commented on pull request #18236: [1.7] Pass args fix2

2020-05-26 Thread GitBox
leezu commented on pull request #18236: URL: https://github.com/apache/incubator-mxnet/pull/18236#issuecomment-634350965 @mxnet-bot run ci [windows-gpu] This is an automated message from the Apache Git Service. To respond to

[GitHub] [incubator-mxnet] mxnet-bot commented on pull request #18236: [1.7] Pass args fix2

2020-05-26 Thread GitBox
mxnet-bot commented on pull request #18236: URL: https://github.com/apache/incubator-mxnet/pull/18236#issuecomment-634351015 Jenkins CI successfully triggered : [windows-gpu] This is an automated message from the Apache Git S

[incubator-mxnet] branch master updated (83eff21 -> 2806212)

2020-05-26 Thread zhreshold
This is an automated email from the ASF dual-hosted git repository. zhreshold pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git. from 83eff21 Remove references to MXNet convenience binaries on Maven (#18410) add 2806212 change _Pra

[GitHub] [incubator-mxnet] JiangZhaoh removed a comment on pull request #18089: Add npx op 'index_add'

2020-05-26 Thread GitBox
JiangZhaoh removed a comment on pull request #18089: URL: https://github.com/apache/incubator-mxnet/pull/18089#issuecomment-633954573 run ci [unix-gpu, unix-cpu, centos-gpu] This is an automated message from the Apache Git Se

[GitHub] [incubator-mxnet] mxnet-bot commented on pull request #18405: Add deleting of args aux aux to Partition API

2020-05-26 Thread GitBox
mxnet-bot commented on pull request #18405: URL: https://github.com/apache/incubator-mxnet/pull/18405#issuecomment-633963420 Hey @Kh4L , Thanks for submitting the PR All tests are already queued to run once. If tests fail, you can trigger one or more tests again with the following comma

[GitHub] [incubator-mxnet] TaoLv merged pull request #18359: [1.x] Fix memory leaks in Gluon

2020-05-26 Thread GitBox
TaoLv merged pull request #18359: URL: https://github.com/apache/incubator-mxnet/pull/18359 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above t

[incubator-mxnet] branch master updated (83eff21 -> 2806212)

2020-05-26 Thread zhreshold
This is an automated email from the ASF dual-hosted git repository. zhreshold pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git. from 83eff21 Remove references to MXNet convenience binaries on Maven (#18410) add 2806212 change _Pra

[GitHub] [incubator-mxnet] moveforever edited a comment on issue #18346: contribute c++ code DataIter to support multi-formated-feature and multi-storage and multi-label sample of recommend?

2020-05-26 Thread GitBox
moveforever edited a comment on issue #18346: URL: https://github.com/apache/incubator-mxnet/issues/18346#issuecomment-633731994 The RMFIter unitest is in https://github.com/moveforever/dmlc-core-recomm_data_iter/tree/master/unitest @zhreshold

[GitHub] [incubator-mxnet] pengzhao-intel commented on pull request #18320: Improve log_softmax op performance by using DNNL support

2020-05-26 Thread GitBox
pengzhao-intel commented on pull request #18320: URL: https://github.com/apache/incubator-mxnet/pull/18320#issuecomment-634397521 > I have tested accuracy of Tree LSTM model to make sure MKLDNN log_softmax > doesn't cause accuracy drop. > Trainings was done on the same dataset and the

[GitHub] [incubator-mxnet] moveforever edited a comment on pull request #18411: add multi-formated feature and multi-label dataiter for recommendation

2020-05-26 Thread GitBox
moveforever edited a comment on pull request #18411: URL: https://github.com/apache/incubator-mxnet/pull/18411#issuecomment-634393347 This is an automated message from the Apache Git Service. To respond to the message, please

[GitHub] [incubator-mxnet] leezu commented on pull request #18375: [v1.x] Backport edge pipeline

2020-05-26 Thread GitBox
leezu commented on pull request #18375: URL: https://github.com/apache/incubator-mxnet/pull/18375#issuecomment-634166417 @nickguletskii thank you for your work on this PR! @ChaiBapchya this would be up to @ciyongch given that AFAIK there is already a code-freeze for 1.7 and this PR i

[GitHub] [incubator-mxnet] leezu commented on issue #17045: Relocation truncation issues

2020-05-26 Thread GitBox
leezu commented on issue #17045: URL: https://github.com/apache/incubator-mxnet/issues/17045#issuecomment-634167512 @ptrendx is working on a fix (cf https://github.com/apache/incubator-mxnet/issues/18280#issuecomment-627010252)

[GitHub] [incubator-mxnet] ChaiBapchya commented on pull request #18311: Revert PR 17767 [1.7 branch] (#18283)

2020-05-26 Thread GitBox
ChaiBapchya commented on pull request #18311: URL: https://github.com/apache/incubator-mxnet/pull/18311#issuecomment-634114152 If this is merged will it unblock edge pipeline and thereby unblock this PR? https://github.com/apache/incubator-mxnet/pull/18339

[GitHub] [incubator-mxnet] ciyongch commented on pull request #18359: [1.x] Fix memory leaks in Gluon

2020-05-26 Thread GitBox
ciyongch commented on pull request #18359: URL: https://github.com/apache/incubator-mxnet/pull/18359#issuecomment-634379265 @TaoLv @pengzhao-intel @szha please take a review and help to merge it, the counterpart PR https://github.com/apache/incubator-mxnet/pull/18358 to v1.7.x was already

[GitHub] [incubator-mxnet] szha commented on pull request #18403: Gluon.probability

2020-05-26 Thread GitBox
szha commented on pull request #18403: URL: https://github.com/apache/incubator-mxnet/pull/18403#issuecomment-634153561 nice work on the addition of the new probability module! cc @szhengac @sxjscience @jwmueller @mseeger T

[GitHub] [incubator-mxnet] mxnet-bot commented on pull request #18410: Remove references to MXNet convenience binaries on Maven

2020-05-26 Thread GitBox
mxnet-bot commented on pull request #18410: URL: https://github.com/apache/incubator-mxnet/pull/18410#issuecomment-634294558 Hey @leezu , Thanks for submitting the PR All tests are already queued to run once. If tests fail, you can trigger one or more tests again with the following comm

[GitHub] [incubator-mxnet] ArmageddonKnight commented on pull request #18228: [MXNET-1450] Improve the backward mirroring implementation

2020-05-26 Thread GitBox
ArmageddonKnight commented on pull request #18228: URL: https://github.com/apache/incubator-mxnet/pull/18228#issuecomment-633803958 Hi @sxjscience , sorry for the late reply. It is possible, but because the current Gluon backend does not have mirroring involved, as can be seen here:

[GitHub] [incubator-mxnet] yzhliu closed issue #18297: different dtype when calculating division compared with numpy

2020-05-26 Thread GitBox
yzhliu closed issue #18297: URL: https://github.com/apache/incubator-mxnet/issues/18297 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go

[GitHub] [incubator-mxnet] ciyongch commented on pull request #18375: [v1.x] Backport edge pipeline

2020-05-26 Thread GitBox
ciyongch commented on pull request #18375: URL: https://github.com/apache/incubator-mxnet/pull/18375#issuecomment-634382554 Yes, I agree with @leezu , for the current v1.7.x branch, let's keep the main code base and with necessary minimal fix to make the release process moving forward, as

[GitHub] [incubator-mxnet] pengzhao-intel edited a comment on pull request #18320: Improve log_softmax op performance by using DNNL support

2020-05-26 Thread GitBox
pengzhao-intel edited a comment on pull request #18320: URL: https://github.com/apache/incubator-mxnet/pull/18320#issuecomment-634397521 > @pengzhao-intel > > > Please add the new op into our list > > https://mxnet.apache.org/versions/1.5.0/tutorials/mkldnn/operator_list.html >

[GitHub] [incubator-mxnet] yajiedesign commented on pull request #18379: change _Pragma to #pragma

2020-05-26 Thread GitBox
yajiedesign commented on pull request #18379: URL: https://github.com/apache/incubator-mxnet/pull/18379#issuecomment-634370280 @zhreshold This is an automated message from the Apache Git Service. To respond to the message, pl

[GitHub] [incubator-mxnet] moveforever commented on issue #18344: Failed to train model trained by mxnet 1.0 in mxnet 2.0

2020-05-26 Thread GitBox
moveforever commented on issue #18344: URL: https://github.com/apache/incubator-mxnet/issues/18344#issuecomment-634310331 The related code is listed in https://github.com/apache/incubator-mxnet/issues/18346. The dataiter can be iterated. however, it appear that only iterates 20-30 batc

[GitHub] [incubator-mxnet] leezu merged pull request #18410: Remove references to MXNet convenience binaries on Maven

2020-05-26 Thread GitBox
leezu merged pull request #18410: URL: https://github.com/apache/incubator-mxnet/pull/18410 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above t

[GitHub] [incubator-mxnet] mxnet-bot commented on pull request #18407: Mark test_function1 as garbage_expected

2020-05-26 Thread GitBox
mxnet-bot commented on pull request #18407: URL: https://github.com/apache/incubator-mxnet/pull/18407#issuecomment-634171559 This is an automated message from the Apache Git Service. To respond to the message, please log on to

[GitHub] [incubator-mxnet] rondogency commented on pull request #18309: [1.x] Revert PR 17767 for fixing GPU memory usage regression (#18283)

2020-05-26 Thread GitBox
rondogency commented on pull request #18309: URL: https://github.com/apache/incubator-mxnet/pull/18309#issuecomment-634194464 @mxnet-bot run ci [unix-gpu] This is an automated message from the Apache Git Service. To respond t

[GitHub] [incubator-mxnet] bgawrych commented on pull request #18317: [1.x] Backport of LSTM and GRU fix (#17898) and RNN op (#17632)

2020-05-26 Thread GitBox
bgawrych commented on pull request #18317: URL: https://github.com/apache/incubator-mxnet/pull/18317#issuecomment-633885174 @mxnet-bot run ci [edge] This is an automated message from the Apache Git Service. To respond to the

[GitHub] [incubator-mxnet] anko-intel commented on issue #17971: DOT product too slow on CPU and GPU compared to np and pytorch

2020-05-26 Thread GitBox
anko-intel commented on issue #17971: URL: https://github.com/apache/incubator-mxnet/issues/17971#issuecomment-633696597 Hi @djaym7 Thank you for your results. I observe some similarity in the results measured locally on Skylake-X i9-7920X on MxNet 1.6.0 cu102mkl binary. The only

[GitHub] [incubator-mxnet] mxnet-bot commented on pull request #18404: try without force inline

2020-05-26 Thread GitBox
mxnet-bot commented on pull request #18404: URL: https://github.com/apache/incubator-mxnet/pull/18404#issuecomment-633713688 Hey @szha , Thanks for submitting the PR All tests are already queued to run once. If tests fail, you can trigger one or more tests again with the following comma

  1   2   >