[GitHub] [incubator-mxnet] leezu commented on a change in pull request #18678: Using tvmop & Restoring tvmop tests & Unlinking libcuda.so

2020-07-08 Thread GitBox
leezu commented on a change in pull request #18678: URL: https://github.com/apache/incubator-mxnet/pull/18678#discussion_r451974155 ## File path: ci/docker/runtime_functions.sh ## @@ -762,6 +765,7 @@ build_ubuntu_gpu_cuda101_cudnn7_make() { make \

[GitHub] [incubator-mxnet] szha commented on a change in pull request #18678: Using tvmop & Restoring tvmop tests & Unlinking libcuda.so

2020-07-08 Thread GitBox
szha commented on a change in pull request #18678: URL: https://github.com/apache/incubator-mxnet/pull/18678#discussion_r451967546 ## File path: ci/docker/runtime_functions.sh ## @@ -762,6 +765,7 @@ build_ubuntu_gpu_cuda101_cudnn7_make() { make \

[incubator-mxnet] branch v1.x updated: [v1.x] Backport of Fix BatchNorm backward synchronization (#18644) (#18654)

2020-07-08 Thread taolv
This is an automated email from the ASF dual-hosted git repository. taolv pushed a commit to branch v1.x in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git The following commit(s) were added to refs/heads/v1.x by this push: new 024daa6 [v1.x] Backport of Fix BatchNorm

[incubator-mxnet] branch v1.x updated: [v1.x] Backport of Fix BatchNorm backward synchronization (#18644) (#18654)

2020-07-08 Thread taolv
This is an automated email from the ASF dual-hosted git repository. taolv pushed a commit to branch v1.x in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git The following commit(s) were added to refs/heads/v1.x by this push: new 024daa6 [v1.x] Backport of Fix BatchNorm

[GitHub] [incubator-mxnet] TaoLv merged pull request #18654: [v1.x] Backport of Fix BatchNorm backward synchronization (#18644)

2020-07-08 Thread GitBox
TaoLv merged pull request #18654: URL: https://github.com/apache/incubator-mxnet/pull/18654 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] mxnet-bot commented on pull request #18678: Using tvmop & Restoring tvmop tests & Unlinking libcuda.so

2020-07-08 Thread GitBox
mxnet-bot commented on pull request #18678: URL: https://github.com/apache/incubator-mxnet/pull/18678#issuecomment-655885778 Hey @jinboci , 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

[GitHub] [incubator-mxnet] jinboci opened a new pull request #18678: Using tvmop & Restoring tvmop tests & Unlinking libcuda.so

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

[GitHub] [incubator-mxnet] ChaiBapchya commented on pull request #18664: Fix python micro-site table of content bugs

2020-07-08 Thread GitBox
ChaiBapchya commented on pull request #18664: URL: https://github.com/apache/incubator-mxnet/pull/18664#issuecomment-655881954 @ys2843 any update? This is an automated message from the Apache Git Service. To respond to the

[GitHub] [incubator-mxnet] ChaiBapchya commented on pull request #18677: Migrate from private jetpack files to public

2020-07-08 Thread GitBox
ChaiBapchya commented on pull request #18677: URL: https://github.com/apache/incubator-mxnet/pull/18677#issuecomment-655880685 Once this is merged in master, I'll subsequently cherry-pick it into other branches which use private S3 buckets for Jetpack files

[GitHub] [incubator-mxnet] ChaiBapchya opened a new pull request #18677: Migrate from private jetpack files to public

2020-07-08 Thread GitBox
ChaiBapchya opened a new pull request #18677: URL: https://github.com/apache/incubator-mxnet/pull/18677 ## Description ## Fixes #18637 ## Checklist ## ### Essentials ### Please feel free to remove inapplicable items for your PR. - [x] Changes are complete (i.e. I

[GitHub] [incubator-mxnet] mxnet-bot commented on pull request #18677: Migrate from private jetpack files to public

2020-07-08 Thread GitBox
mxnet-bot commented on pull request #18677: URL: https://github.com/apache/incubator-mxnet/pull/18677#issuecomment-655880493 Hey @ChaiBapchya , 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

[GitHub] [incubator-mxnet] wkcn commented on pull request #18654: [v1.x] Backport of Fix BatchNorm backward synchronization (#18644)

2020-07-08 Thread GitBox
wkcn commented on pull request #18654: URL: https://github.com/apache/incubator-mxnet/pull/18654#issuecomment-655848597 @mxnet-bot run ci [unix-gpu] This is an automated message from the Apache Git Service. To respond to the

[GitHub] [incubator-mxnet] mxnet-bot commented on pull request #18654: [v1.x] Backport of Fix BatchNorm backward synchronization (#18644)

2020-07-08 Thread GitBox
mxnet-bot commented on pull request #18654: URL: https://github.com/apache/incubator-mxnet/pull/18654#issuecomment-655848632 Jenkins CI successfully triggered : [unix-gpu] This is an automated message from the Apache Git

[GitHub] [incubator-mxnet] wkcn edited a comment on issue #18673: batch_norm - running mean and running var dont get updated when scale and center are false

2020-07-08 Thread GitBox
wkcn edited a comment on issue #18673: URL: https://github.com/apache/incubator-mxnet/issues/18673#issuecomment-655847548 It is a bug and we have fixed it in PR #18500 #18517 #18518 Could you please try the latest version of MXNet, like MXNet 1.7 or MXNet 2.0 in

[GitHub] [incubator-mxnet] wkcn edited a comment on issue #18673: batch_norm - running mean and running var dont get updated when scale and center are false

2020-07-08 Thread GitBox
wkcn edited a comment on issue #18673: URL: https://github.com/apache/incubator-mxnet/issues/18673#issuecomment-655847548 It is a bug and we have fixed it. PR #18500 #18517 #18518 Could you please try the latest version of MXNet, like MXNet 1.7 or MXNet 2.0 in

[GitHub] [incubator-mxnet] wkcn commented on issue #18673: batch_norm - running mean and running var dont get updated when scale and center are false

2020-07-08 Thread GitBox
wkcn commented on issue #18673: URL: https://github.com/apache/incubator-mxnet/issues/18673#issuecomment-655847548 It is a bug and we have fixed it. Could you please try the latest version of MXNet, like MXNet 1.7 or MXNet 2.0 in `https://dist.mxnet.io/python`?

[GitHub] [incubator-mxnet] wkcn commented on pull request #17975: [Bug Fix] Fix the wrong result of `mx.np.mean` and `mx.np.sum` when the input contains np.inf

2020-07-08 Thread GitBox
wkcn commented on pull request #17975: URL: https://github.com/apache/incubator-mxnet/pull/17975#issuecomment-655846690 Hi @stu1130 , could you please take a review ? Thank you! This is an automated message from the Apache

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

2020-07-08 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 b1b67d1 Bump the

[incubator-mxnet-site] branch asf-site updated: Publish triggered by CI

2020-07-08 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 bcdf58e Publish

[GitHub] [incubator-mxnet] mxnet-bot commented on pull request #18676: [v1.7.x] backport Invoke mkldnn and cudnn BatchNorm when axis != 1 to v1.7.x

2020-07-08 Thread GitBox
mxnet-bot commented on pull request #18676: URL: https://github.com/apache/incubator-mxnet/pull/18676#issuecomment-655826832 Hey @stu1130 , 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

[GitHub] [incubator-mxnet] stu1130 opened a new pull request #18676: [v1.7.x] backport Invoke mkldnn and cudnn BatchNorm when axis != 1 to v1.7.x

2020-07-08 Thread GitBox
stu1130 opened a new pull request #18676: URL: https://github.com/apache/incubator-mxnet/pull/18676 Backport [Improvement] Invoke mkldnn and cudnn BatchNorm when axis != 1 v1.7x The PR could be part of 1.7.1 release. This

[incubator-mxnet] branch master updated: [Improvement] Invoke mkldnn and cudnn BatchNorm when axis != 1 (#18504)

2020-07-08 Thread zhasheng
This is an automated email from the ASF dual-hosted git repository. zhasheng 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 beafba7 [Improvement] Invoke mkldnn

[incubator-mxnet] branch master updated: [Improvement] Invoke mkldnn and cudnn BatchNorm when axis != 1 (#18504)

2020-07-08 Thread zhasheng
This is an automated email from the ASF dual-hosted git repository. zhasheng 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 beafba7 [Improvement] Invoke mkldnn

[GitHub] [incubator-mxnet] szha merged pull request #18504: [Improvement] Invoke mkldnn and cudnn BatchNorm when axis != 1

2020-07-08 Thread GitBox
szha merged pull request #18504: URL: https://github.com/apache/incubator-mxnet/pull/18504 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] sandeep-krishnamurthy commented on pull request #18504: [Improvement] Invoke mkldnn and cudnn BatchNorm when axis != 1

2020-07-08 Thread GitBox
sandeep-krishnamurthy commented on pull request #18504: URL: https://github.com/apache/incubator-mxnet/pull/18504#issuecomment-655810519 @szha @eric-haibin-lin - Can you please help review/merge with this PR? Thank you.

[GitHub] [incubator-mxnet] mxnet-bot commented on pull request #18675: ONNX import: use Conv pad attribute for symmetrical padding

2020-07-08 Thread GitBox
mxnet-bot commented on pull request #18675: URL: https://github.com/apache/incubator-mxnet/pull/18675#issuecomment-655805595 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

[GitHub] [incubator-mxnet] Kh4L opened a new pull request #18675: ONNX import: use Conv pad attribute for symmetrical padding

2020-07-08 Thread GitBox
Kh4L opened a new pull request #18675: URL: https://github.com/apache/incubator-mxnet/pull/18675 ## Description ## Importing an ONNX model was inserting Pad operators before Convolutions to support asymmetrical padding. This was useful for Convolutions with asymettrical padding

[GitHub] [incubator-mxnet] ys2843 commented on pull request #18674: fix anchors shift on all main website pages

2020-07-08 Thread GitBox
ys2843 commented on pull request #18674: URL: https://github.com/apache/incubator-mxnet/pull/18674#issuecomment-655769287 @mxnet-label-bot add [Website, pr-awaiting-review] This is an automated message from the Apache Git

[GitHub] [incubator-mxnet] mxnet-bot commented on pull request #18674: fix anchors shift on all main website pages

2020-07-08 Thread GitBox
mxnet-bot commented on pull request #18674: URL: https://github.com/apache/incubator-mxnet/pull/18674#issuecomment-655767714 Hey @ys2843 , 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

[GitHub] [incubator-mxnet] ys2843 opened a new pull request #18674: fix anchors shift on all main website pages

2020-07-08 Thread GitBox
ys2843 opened a new pull request #18674: URL: https://github.com/apache/incubator-mxnet/pull/18674 ## Description ## There was a previous fix to anchor shifts issue specific to `contribution` page, but I found more pages are using anchors and having the same issue. In this PR, the fix

[GitHub] [incubator-mxnet] zhreshold commented on issue #18672: Gluon 2.0 Dataloader should support BERT training using GluonNLP

2020-07-08 Thread GitBox
zhreshold commented on issue #18672: URL: https://github.com/apache/incubator-mxnet/issues/18672#issuecomment-655701277 in 2.0, if `try_nopython` is set to false, then the behavior is the same as 1.0 if `try_nopython` is true, dataset has to be converted to ndarray and the nested

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

2020-07-08 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 9a2c748 Bump the

[incubator-mxnet-site] branch asf-site updated: Publish triggered by CI

2020-07-08 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 830b407 Publish

[GitHub] [incubator-mxnet] sammieghabra opened a new issue #18673: batch_norm - running mean and running var dont get updated when scale and center are false

2020-07-08 Thread GitBox
sammieghabra opened a new issue #18673: URL: https://github.com/apache/incubator-mxnet/issues/18673 ## Description running mean and running var dont get updated when scale and center are false ### Error Message There is no error message, but the parameters `running_mean` and

[GitHub] [incubator-mxnet] sxjscience commented on issue #18672: Gluon 2.0 Dataloader should support BERT training using GluonNLP

2020-07-08 Thread GitBox
sxjscience commented on issue #18672: URL: https://github.com/apache/incubator-mxnet/issues/18672#issuecomment-655658852 I can reproduce this failure message: ```python import mxnet as mx import numpy as np mx.npx.set_np() a = np.ndarray(shape=(128,)) # similar to one

[GitHub] [incubator-mxnet] rondogency commented on issue #18672: Gluon 2.0 Dataloader should support BERT training using GluonNLP

2020-07-08 Thread GitBox
rondogency commented on issue #18672: URL: https://github.com/apache/incubator-mxnet/issues/18672#issuecomment-655656985 @eric-haibin-lin @sxjscience @zhreshold FYI This is an automated message from the Apache Git Service.

[GitHub] [incubator-mxnet] rondogency opened a new issue #18672: Gluon 2.0 Dataloader should support BERT training using GluonNLP

2020-07-08 Thread GitBox
rondogency opened a new issue #18672: URL: https://github.com/apache/incubator-mxnet/issues/18672 ## Description Currently we cannot use 2.0 Dataloader to train BERT, and the reason is 2.0 Dataloader is not flexible to support the data schema used by GluonNLP BERT, specifically if

[GitHub] [incubator-mxnet] leezu commented on issue #18637: [Nvidia][CI] Jetson toolchain files public acess

2020-07-08 Thread GitBox
leezu commented on issue #18637: URL: https://github.com/apache/incubator-mxnet/issues/18637#issuecomment-655643843 Thank you @ChaiBapchya! This is an automated message from the Apache Git Service. To respond to the

[GitHub] [incubator-mxnet] ChaiBapchya commented on issue #18637: [Nvidia][CI] Jetson toolchain files public acess

2020-07-08 Thread GitBox
ChaiBapchya commented on issue #18637: URL: https://github.com/apache/incubator-mxnet/issues/18637#issuecomment-655643337 Yes working on that fix. This is an automated message from the Apache Git Service. To respond to the

[GitHub] [incubator-mxnet] leezu commented on issue #18637: [Nvidia][CI] Jetson toolchain files public acess

2020-07-08 Thread GitBox
leezu commented on issue #18637: URL: https://github.com/apache/incubator-mxnet/issues/18637#issuecomment-655641151 Nvidia helped to make the files available publicly: ``` https://repo.download.nvidia.com/jetson/x86_64/pool/r32.4/c/cuda/cuda-cross-aarch64-10-2_10.2.89-1_all.deb

[GitHub] [incubator-mxnet] ys2843 edited a comment on pull request #18658: backport installation guide changes to previous versions by redirecting

2020-07-08 Thread GitBox
ys2843 edited a comment on pull request #18658: URL: https://github.com/apache/incubator-mxnet/pull/18658#issuecomment-653696502 @mxnet-label-bot update [Website] This is an automated message from the Apache Git Service. To

[GitHub] [incubator-mxnet] ys2843 edited a comment on pull request #18664: Fix python micro-site table of content bugs

2020-07-08 Thread GitBox
ys2843 edited a comment on pull request #18664: URL: https://github.com/apache/incubator-mxnet/pull/18664#issuecomment-653923786 @mxnet-label-bot update [Website] This is an automated message from the Apache Git Service. To

[GitHub] [incubator-mxnet] fhieber commented on issue #18662: out of memory issue while using mxnet with sockeye

2020-07-08 Thread GitBox
fhieber commented on issue #18662: URL: https://github.com/apache/incubator-mxnet/issues/18662#issuecomment-655632151 Point 3: sacrebleu 1.4.10 requires a newer version of Sockeye. We recently published a newer version on pypi that is compatible with sacrebleu 1.4.10.

[GitHub] [incubator-mxnet] szha commented on issue #18662: out of memory issue while using mxnet with sockeye

2020-07-08 Thread GitBox
szha commented on issue #18662: URL: https://github.com/apache/incubator-mxnet/issues/18662#issuecomment-655628544 on 1. > I tried with 5 GPUs and reduced the batch size to 200 due to the hardware and programming model design in CUDA, it's a good idea to always use a multiple of

[GitHub] [incubator-mxnet] mxnet-bot commented on pull request #18319: [numpy] symbolic advanced indexing

2020-07-08 Thread GitBox
mxnet-bot commented on pull request #18319: URL: https://github.com/apache/incubator-mxnet/pull/18319#issuecomment-655539182 Jenkins CI successfully triggered : [centos-cpu] This is an automated message from the Apache Git

[GitHub] [incubator-mxnet] AntiZpvoh commented on pull request #18319: [numpy] symbolic advanced indexing

2020-07-08 Thread GitBox
AntiZpvoh commented on pull request #18319: URL: https://github.com/apache/incubator-mxnet/pull/18319#issuecomment-655539077 @mxnet-bot run ci [centos-cpu] This is an automated message from the Apache Git Service. To

[GitHub] [incubator-mxnet] cosmincatalin opened a new issue #18671: Scala 2.11 binding for version 1.5.1 throws memory leak warnings

2020-07-08 Thread GitBox
cosmincatalin opened a new issue #18671: URL: https://github.com/apache/incubator-mxnet/issues/18671 I am using the Scala 2.11 binding in my project (爛 for #18655) and keep getting memory leak warnings. This happens for both the MacOS and Linux builds. It is not clear to me if these

[GitHub] [incubator-mxnet] renjiahao0928 commented on issue #13301: building 1.2.0 tag fails with tvm error

2020-07-08 Thread GitBox
renjiahao0928 commented on issue #13301: URL: https://github.com/apache/incubator-mxnet/issues/13301#issuecomment-655508090 > I'm closing now that there's a workaround. Could you please tell me how to solve the question,I got the same error.

[GitHub] [incubator-mxnet] Masquerade0097 commented on issue #18667: MXNet serialization format depends on endianness

2020-07-08 Thread GitBox
Masquerade0097 commented on issue #18667: URL: https://github.com/apache/incubator-mxnet/issues/18667#issuecomment-655500718 @leezu Thanks for your reply. > For now, you can't use the pretrained models directly on s390x architecture but you'd need some workaround where you load

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

2020-07-08 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 bf83383 Bump the

[incubator-mxnet-site] branch asf-site updated: Publish triggered by CI

2020-07-08 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 fdcf22f Publish

[GitHub] [incubator-mxnet] mxnet-bot commented on pull request #18670: Using tvmop & Restoring tvmop tests

2020-07-08 Thread GitBox
mxnet-bot commented on pull request #18670: URL: https://github.com/apache/incubator-mxnet/pull/18670#issuecomment-655426031 Hey @jinboci , 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

[GitHub] [incubator-mxnet] jinboci opened a new pull request #18670: Using tvmop & Restoring tvmop tests

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

[GitHub] [incubator-mxnet] jinboci closed pull request #18670: Using tvmop & Restoring tvmop tests

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

[GitHub] [incubator-mxnet] MrRaghav commented on issue #18662: out of memory issue while using mxnet with sockeye

2020-07-08 Thread GitBox
MrRaghav commented on issue #18662: URL: https://github.com/apache/incubator-mxnet/issues/18662#issuecomment-655415742 Hello, thank you for your suggestion. Actually, I've started working on machine translation just few days back and wanted to try all the possible scenarios before

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

2020-07-08 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 e0e7565 Bump the

[incubator-mxnet-site] branch asf-site updated: Publish triggered by CI

2020-07-08 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 f1da48f Publish