[incubator-mxnet] branch leezu-patch-2 created (now fa3da80)

2020-07-09 Thread lausen
This is an automated email from the ASF dual-hosted git repository. lausen pushed a change to branch leezu-patch-2 in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git. at fa3da80 Fix mx.symbol.numpy._Symbol.__deepcopy__ logic error No new revisions were added by this

[incubator-mxnet] 01/01: Fix mx.symbol.numpy._Symbol.__deepcopy__ logic error

2020-07-09 Thread lausen
This is an automated email from the ASF dual-hosted git repository. lausen pushed a commit to branch leezu-patch-2 in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git commit fa3da80c3f304cf363a33df32a6e5e0f194d420f Author: Leonard Lausen AuthorDate: Thu Jul 9 21:09:55 2020

[incubator-mxnet] branch leezu-patch-2 created (now fa3da80)

2020-07-09 Thread lausen
This is an automated email from the ASF dual-hosted git repository. lausen pushed a change to branch leezu-patch-2 in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git. at fa3da80 Fix mx.symbol.numpy._Symbol.__deepcopy__ logic error This branch includes the following

[GitHub] [incubator-mxnet] mxnet-bot commented on pull request #18686: Fix mx.symbol.numpy._Symbol.__deepcopy__ logic error

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

[GitHub] [incubator-mxnet] leezu opened a new pull request #18686: Fix mx.symbol.numpy._Symbol.__deepcopy__ logic error

2020-07-09 Thread GitBox
leezu opened a new pull request #18686: URL: https://github.com/apache/incubator-mxnet/pull/18686 Fixes https://github.com/apache/incubator-mxnet/issues/18685 This is an automated message from the Apache Git Service. To

[GitHub] [incubator-mxnet] leezu opened a new issue #18685: mx.symbol.numpy._Symbol.__deepcopy__ logic error

2020-07-09 Thread GitBox
leezu opened a new issue #18685: URL: https://github.com/apache/incubator-mxnet/issues/18685 `mx.symbol.numpy._Symbol.__deepcopy__` performs shallow copy instead of deep copy like `mx.symbol.Symbol.__deepcopy__ `. Problem: ``` [ins] In [1]: import mxnet as mx [ins] In

[GitHub] [incubator-mxnet] haosirong commented on issue #4198: Run error:(status) == (CURAND_STATUS_SUCCESS) CURAND Gen Uniform float failed

2020-07-09 Thread GitBox
haosirong commented on issue #4198: URL: https://github.com/apache/incubator-mxnet/issues/4198#issuecomment-656453555 How did you resolve the question, I have also encoutnered this under nvidia-docker. and my nvcc is 7.5

[GitHub] [incubator-mxnet] leezu commented on issue #18680: [Doc] Gluon Block/HybridBlock/SymbolBlock appears at the wrong place in the API doc

2020-07-09 Thread GitBox
leezu commented on issue #18680: URL: https://github.com/apache/incubator-mxnet/issues/18680#issuecomment-656446448 I suggest we focus on ensuring our users see the stable API docs, given that most users don't use MXNet 2 at this point anyways. This PR has exposed some bugs in the Sphinx

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

2020-07-09 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 b64841d Bump the

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

2020-07-09 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 0935449 Publish

[GitHub] [incubator-mxnet] sandeep-krishnamurthy commented on issue #18680: [Doc] Gluon Block/HybridBlock/SymbolBlock appears at the wrong place in the API doc

2020-07-09 Thread GitBox
sandeep-krishnamurthy commented on issue #18680: URL: https://github.com/apache/incubator-mxnet/issues/18680#issuecomment-656416744 @leezu - Should we revert the PR ( https://github.com/apache/incubator-mxnet/pull/18413 ) if we are unable to fix the broken website issue quickly. Ideally

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

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

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

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

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

2020-07-09 Thread GitBox
ys2843 commented on pull request #18664: URL: https://github.com/apache/incubator-mxnet/pull/18664#issuecomment-656388836 > @ys2843 any update? Q1: Is it expected to disappear when you scroll into the footer? + I think hide the toc is an acceptable fix without touching many other

[GitHub] [incubator-mxnet] leezu edited a comment on issue #18680: [Doc] Gluon Block/HybridBlock/SymbolBlock appears at the wrong place in the API doc

2020-07-09 Thread GitBox
leezu edited a comment on issue #18680: URL: https://github.com/apache/incubator-mxnet/issues/18680#issuecomment-656373159 I notice that 1.6 site displays both locations https://mxnet.apache.org/versions/1.6/api/python/docs/api/gluon/block.html#mxnet.gluon.Block

[GitHub] [incubator-mxnet] leezu edited a comment on issue #18680: [Doc] Gluon Block/HybridBlock/SymbolBlock appears at the wrong place in the API doc

2020-07-09 Thread GitBox
leezu edited a comment on issue #18680: URL: https://github.com/apache/incubator-mxnet/issues/18680#issuecomment-656373159 I notice that 1.6 site displays both locations https://mxnet.apache.org/versions/1.6/api/python/docs/api/gluon/block.html#mxnet.gluon.Block

[GitHub] [incubator-mxnet] leezu edited a comment on issue #18680: [Doc] Gluon Block/HybridBlock/SymbolBlock appears at the wrong place in the API doc

2020-07-09 Thread GitBox
leezu edited a comment on issue #18680: URL: https://github.com/apache/incubator-mxnet/issues/18680#issuecomment-656373159 I notice that 1.6 site displays both locations https://mxnet.apache.org/versions/1.6/api/python/docs/api/gluon/block.html#mxnet.gluon.Block

[GitHub] [incubator-mxnet] leezu edited a comment on issue #18680: [Doc] Gluon Block/HybridBlock/SymbolBlock appears at the wrong place in the API doc

2020-07-09 Thread GitBox
leezu edited a comment on issue #18680: URL: https://github.com/apache/incubator-mxnet/issues/18680#issuecomment-656373159 This is as MXNet exposes `Block` as both `gluon.Block` and `gluon.nn.Block`. I'm not sure if it's intended or not. If we like to remove it, we just need to use the

[GitHub] [incubator-mxnet] leezu edited a comment on issue #18680: [Doc] Gluon Block/HybridBlock/SymbolBlock appears at the wrong place in the API doc

2020-07-09 Thread GitBox
leezu edited a comment on issue #18680: URL: https://github.com/apache/incubator-mxnet/issues/18680#issuecomment-656373159 This should be due to missing use of `__all__` specifier in the `gluon.nn` namespace.

[GitHub] [incubator-mxnet] leezu commented on issue #18680: [Doc] Gluon Block/HybridBlock/SymbolBlock appears at the wrong place in the API doc

2020-07-09 Thread GitBox
leezu commented on issue #18680: URL: https://github.com/apache/incubator-mxnet/issues/18680#issuecomment-656373159 This should be due to missing use of `__all__` specifier in the `gluon.nn` namespace.

[GitHub] [incubator-mxnet] zhreshold commented on pull request #18445: updating ubuntu_cpu base image to 20.04 to observe failing tests regarding Python 3.8

2020-07-09 Thread GitBox
zhreshold commented on pull request #18445: URL: https://github.com/apache/incubator-mxnet/pull/18445#issuecomment-656366552 Any chance you can locate which test is hanging right now? This is an automated message from the

[GitHub] [incubator-mxnet] ys2843 commented on issue #18680: [Doc] Gluon Block/HybridBlock/SymbolBlock appears at the wrong place in the API doc

2020-07-09 Thread GitBox
ys2843 commented on issue #18680: URL: https://github.com/apache/incubator-mxnet/issues/18680#issuecomment-656365907 Investigating, this PR #18412 import the website issue. This is an automated message from the Apache Git

[GitHub] [incubator-mxnet] ChaiBapchya commented on issue #18684: [CI] [Bot] Enable & Disable CI on a particular PR via command

2020-07-09 Thread GitBox
ChaiBapchya commented on issue #18684: URL: https://github.com/apache/incubator-mxnet/issues/18684#issuecomment-656361549 @mxnet-label-bot add [CI] This is an automated message from the Apache Git Service. To respond to the

[GitHub] [incubator-mxnet] ChaiBapchya opened a new issue #18684: [CI] [Bot] Enable & Disable CI on a particular PR via command

2020-07-09 Thread GitBox
ChaiBapchya opened a new issue #18684: URL: https://github.com/apache/incubator-mxnet/issues/18684 ## Description Potential feature add to existing mxnet-bot functionality would be to enable/disable CI. Currently, we can only trigger specific pipelines or entire pipeline with

[GitHub] [incubator-mxnet] ptrendx opened a new pull request #18683: [WIP] Expand NVTX usage

2020-07-09 Thread GitBox
ptrendx opened a new pull request #18683: URL: https://github.com/apache/incubator-mxnet/pull/18683 ## Description ## This PR improves the experience when profiling MXNet under nvprof or Nsight Systems, by expanding NVTX functionality. It was used successfully for some time in the

[GitHub] [incubator-mxnet] mxnet-bot commented on pull request #18683: [WIP] Expand NVTX usage

2020-07-09 Thread GitBox
mxnet-bot commented on pull request #18683: URL: https://github.com/apache/incubator-mxnet/pull/18683#issuecomment-656354617 Hey @ptrendx , 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] AustinDoolittle closed issue #18681: Infer Shape Fails for empty NDArrays

2020-07-09 Thread GitBox
AustinDoolittle closed issue #18681: URL: https://github.com/apache/incubator-mxnet/issues/18681 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] AustinDoolittle commented on issue #18681: Infer Shape Fails for empty NDArrays

2020-07-09 Thread GitBox
AustinDoolittle commented on issue #18681: URL: https://github.com/apache/incubator-mxnet/issues/18681#issuecomment-656337307 > You can try and mark the part of code that requires zero-size/zero-dim array with the decorator `@mx.use_np_shape` and it will only take effect for that part of

[GitHub] [incubator-mxnet] ys2843 edited a comment on issue #18682: Re-enable PR website Preview

2020-07-09 Thread GitBox
ys2843 edited a comment on issue #18682: URL: https://github.com/apache/incubator-mxnet/issues/18682#issuecomment-656336622 For MXNet website, we need to host the preview on an Apache v2.4 server in order to make all the redirect work the same.

[GitHub] [incubator-mxnet] ys2843 commented on issue #18682: Re-enable PR website Preview

2020-07-09 Thread GitBox
ys2843 commented on issue #18682: URL: https://github.com/apache/incubator-mxnet/issues/18682#issuecomment-656336622 For MXNet website, we need to host the preview on an Apache v2.4 server in order to make all the redirect works the same.

[GitHub] [incubator-mxnet] szha commented on issue #18682: Re-enable PR website Preview

2020-07-09 Thread GitBox
szha commented on issue #18682: URL: https://github.com/apache/incubator-mxnet/issues/18682#issuecomment-656329477 In the autogluon case, we used S3 for the static hosting, and I created the staging bucket for this purpose. The bucket is set to have a lifecycle configuration that

[GitHub] [incubator-mxnet] szha opened a new issue #18682: Re-enable PR website Preview

2020-07-09 Thread GitBox
szha opened a new issue #18682: URL: https://github.com/apache/incubator-mxnet/issues/18682 ## Description It would be great to re-enable the preview capability for the website and API doc in PR for the purpose of quality control. We used to have this feature and it was removed as

[GitHub] [incubator-mxnet] ptrendx commented on pull request #18622: [WIP] Use RTC for elementwise and broadcast ops

2020-07-09 Thread GitBox
ptrendx commented on pull request #18622: URL: https://github.com/apache/incubator-mxnet/pull/18622#issuecomment-656326226 I looked at the performance impact of RTC and it adds ~2us of CPU time to the launch, mostly due to string manipulation.

[GitHub] [incubator-mxnet] leezu commented on issue #18681: Infer Shape Fails for empty NDArrays

2020-07-09 Thread GitBox
leezu commented on issue #18681: URL: https://github.com/apache/incubator-mxnet/issues/18681#issuecomment-656317619 > Just out of curiosity, will the np_shape approach be the default in the future? Or will this continue to be opt-in only? Numpy compatible mode will be default (and

[GitHub] [incubator-mxnet] szha commented on issue #18681: Infer Shape Fails for empty NDArrays

2020-07-09 Thread GitBox
szha commented on issue #18681: URL: https://github.com/apache/incubator-mxnet/issues/18681#issuecomment-656311424 You can try and mark the part of code that requires zero-size/zero-dim array with the decorator `@mx.use_np_shape` and it will only take effect for that part of code.

[GitHub] [incubator-mxnet] AustinDoolittle commented on issue #18681: Infer Shape Fails for empty NDArrays

2020-07-09 Thread GitBox
AustinDoolittle commented on issue #18681: URL: https://github.com/apache/incubator-mxnet/issues/18681#issuecomment-656303642 That does appear to resolve the issue as reported. Unfortunately that will break quite a bit of our existing code. We'll look into some temporary workarounds.

[GitHub] [incubator-mxnet] ma-hei edited a comment on pull request #18445: updating ubuntu_cpu base image to 20.04 to observe failing tests regarding Python 3.8

2020-07-09 Thread GitBox
ma-hei edited a comment on pull request #18445: URL: https://github.com/apache/incubator-mxnet/pull/18445#issuecomment-656293010 Interestingly this test is failing before we see the "hanging": ``` [2020-07-09T18:17:49.110Z] [gw1] [ 88%] FAILED

[GitHub] [incubator-mxnet] ma-hei edited a comment on pull request #18445: updating ubuntu_cpu base image to 20.04 to observe failing tests regarding Python 3.8

2020-07-09 Thread GitBox
ma-hei edited a comment on pull request #18445: URL: https://github.com/apache/incubator-mxnet/pull/18445#issuecomment-656293010 Interestingly this test is failing before we see the "hanging": ``` [2020-07-09T18:17:49.110Z] [gw1] [ 88%] FAILED

[GitHub] [incubator-mxnet] ma-hei edited a comment on pull request #18445: updating ubuntu_cpu base image to 20.04 to observe failing tests regarding Python 3.8

2020-07-09 Thread GitBox
ma-hei edited a comment on pull request #18445: URL: https://github.com/apache/incubator-mxnet/pull/18445#issuecomment-656293010 Interestingly this test is failing before we see the "hanging": ``` [2020-07-09T18:17:49.110Z] [gw1] [ 88%] FAILED

[GitHub] [incubator-mxnet] ma-hei edited a comment on pull request #18445: updating ubuntu_cpu base image to 20.04 to observe failing tests regarding Python 3.8

2020-07-09 Thread GitBox
ma-hei edited a comment on pull request #18445: URL: https://github.com/apache/incubator-mxnet/pull/18445#issuecomment-656293010 Interestingly this test is failing before we see the "hanging": ``` [2020-07-09T18:17:49.110Z] [gw1] [ 88%] FAILED

[GitHub] [incubator-mxnet] mjdenkowski commented on pull request #17559: [MXNET-1446] Quantization: intgemm matrix multiply wrappers

2020-07-09 Thread GitBox
mjdenkowski commented on pull request #17559: URL: https://github.com/apache/incubator-mxnet/pull/17559#issuecomment-656298730 What do we think about merging this PR when all of the tests pass? We've seen thorough comparisons showing a clear speedup from intgemm. Kenneth has also

[GitHub] [incubator-mxnet] szha commented on issue #18681: Infer Shape Fails for empty NDArrays

2020-07-09 Thread GitBox
szha commented on issue #18681: URL: https://github.com/apache/incubator-mxnet/issues/18681#issuecomment-656296552 @AustinDoolittle zero size array support is not available by default and needs to be turned on manually. If you turn on `mx.set_np_shape(True)` does it resolve the issue?

[GitHub] [incubator-mxnet] AustinDoolittle opened a new issue #18681: Infer Shape Fails for empty NDArrays

2020-07-09 Thread GitBox
AustinDoolittle opened a new issue #18681: URL: https://github.com/apache/incubator-mxnet/issues/18681 ## Description When trying to move a tensor of size 0 to a different context than the context that it is currently on, an "inferring shapes failed" error is raised. This occurs for

[GitHub] [incubator-mxnet] ma-hei edited a comment on pull request #18445: updating ubuntu_cpu base image to 20.04 to observe failing tests regarding Python 3.8

2020-07-09 Thread GitBox
ma-hei edited a comment on pull request #18445: URL: https://github.com/apache/incubator-mxnet/pull/18445#issuecomment-656293010 Interestingly this test is failing before we see the "hanging": ``` [2020-07-09T18:17:49.110Z] [gw1] [ 88%] FAILED

[GitHub] [incubator-mxnet] ma-hei commented on pull request #18445: updating ubuntu_cpu base image to 20.04 to observe failing tests regarding Python 3.8

2020-07-09 Thread GitBox
ma-hei commented on pull request #18445: URL: https://github.com/apache/incubator-mxnet/pull/18445#issuecomment-656293010 Interestingly this test is failing before we see the "hanging": ``` [2020-07-09T18:17:49.110Z] [gw1] [ 88%] FAILED

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

2020-07-09 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 9ce6201 Bump the

[GitHub] [incubator-mxnet] icemelon9 opened a new issue #18680: [Doc] Gluon Block/HybridBlock/SymbolBlock appears at the wrong place in the API doc

2020-07-09 Thread GitBox
icemelon9 opened a new issue #18680: URL: https://github.com/apache/incubator-mxnet/issues/18680 ## Description Gluon Block, HybridBlock, SymbolBlock has an empty doc in the API doc. For example: https://mxnet.apache.org/api/python/docs/api/gluon/block.html Their actual docs

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

2020-07-09 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 827daf1 Publish

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

2020-07-09 Thread GitBox
ChaiBapchya edited a comment on pull request #18677: URL: https://github.com/apache/incubator-mxnet/pull/18677#issuecomment-656287604 Thanks @ptrendx @leezu I can confirm that pinning the cmake version resolves the issue:

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

2020-07-09 Thread GitBox
ChaiBapchya commented on pull request #18677: URL: https://github.com/apache/incubator-mxnet/pull/18677#issuecomment-656287604 Thanks @ptrendx @leezu I can confirm that pinning the cmake version resolves the issue:

[GitHub] [incubator-mxnet] szha commented on issue #10076: Build error w/ TVM in NNVM.

2020-07-09 Thread GitBox
szha commented on issue #10076: URL: https://github.com/apache/incubator-mxnet/issues/10076#issuecomment-656270446 @renjiahao0928 could you file a new issue for how you came across the issue? thank you This is an automated

[GitHub] [incubator-mxnet] leezu commented on a change in pull request #18625: Enable Large Tensor Support: Stage 1

2020-07-09 Thread GitBox
leezu commented on a change in pull request #18625: URL: https://github.com/apache/incubator-mxnet/pull/18625#discussion_r452385944 ## File path: ci/docker/runtime_functions.sh ## @@ -413,6 +414,7 @@ build_ubuntu_cpu_mkl() { -DUSE_TVM_OP=ON \

[GitHub] [incubator-mxnet] leezu commented on a change in pull request #18625: Enable Large Tensor Support: Stage 1

2020-07-09 Thread GitBox
leezu commented on a change in pull request #18625: URL: https://github.com/apache/incubator-mxnet/pull/18625#discussion_r452385944 ## File path: ci/docker/runtime_functions.sh ## @@ -413,6 +414,7 @@ build_ubuntu_cpu_mkl() { -DUSE_TVM_OP=ON \

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

2020-07-09 Thread GitBox
ChaiBapchya commented on pull request #18677: URL: https://github.com/apache/incubator-mxnet/pull/18677#issuecomment-656259253 > I will be working with @TristonC to get those other packages too. @ptrendx any ETA on the same? thanks.

[GitHub] [incubator-mxnet] eric-haibin-lin commented on issue #18679: selective testing

2020-07-09 Thread GitBox
eric-haibin-lin commented on issue #18679: URL: https://github.com/apache/incubator-mxnet/issues/18679#issuecomment-656257720 > > Reverse-index codes by the tests that cover them. That will be cool. Do you know any tool to do this quickly? I usually just grep by API names

[GitHub] [incubator-mxnet] yifeim opened a new issue #18679: selective testing

2020-07-09 Thread GitBox
yifeim opened a new issue #18679: URL: https://github.com/apache/incubator-mxnet/issues/18679 ## Description * Reverse-index codes by the tests that cover them. * Run only the affected tests during code review. * Leave broken things broken so people who contribute can unblock

[GitHub] [incubator-mxnet] stu1130 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-09 Thread GitBox
stu1130 commented on pull request #17975: URL: https://github.com/apache/incubator-mxnet/pull/17975#issuecomment-656246134 @wkcn sure I'll get back to you later This is an automated message from the Apache Git Service. To

[GitHub] [incubator-mxnet] stu1130 commented on issue #18646: BatchNorm with axis=-1 is much slower than axis=1

2020-07-09 Thread GitBox
stu1130 commented on issue #18646: URL: https://github.com/apache/incubator-mxnet/issues/18646#issuecomment-656244679 I have verified the performance is almost the same after the fix https://github.com/apache/incubator-mxnet/pull/18504. Close the issue

[GitHub] [incubator-mxnet] stu1130 closed issue #18646: BatchNorm with axis=-1 is much slower than axis=1

2020-07-09 Thread GitBox
stu1130 closed issue #18646: URL: https://github.com/apache/incubator-mxnet/issues/18646 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 commented on pull request #18445: updating ubuntu_cpu base image to 20.04 to observe failing tests regarding Python 3.8

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

[GitHub] [incubator-mxnet] mxnet-bot commented on pull request #18445: updating ubuntu_cpu base image to 20.04 to observe failing tests regarding Python 3.8

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

[GitHub] [incubator-mxnet] leezu edited a comment on pull request #18445: updating ubuntu_cpu base image to 20.04 to observe failing tests regarding Python 3.8

2020-07-09 Thread GitBox
leezu edited a comment on pull request #18445: URL: https://github.com/apache/incubator-mxnet/pull/18445#issuecomment-656233768 @ma-hei looking at the output of unix-cpu, I also see that the dataloader related tests are hanging in Tests / Python3: MKLDNN-MKL-CPU. The recordio test you

[GitHub] [incubator-mxnet] leezu edited a comment on pull request #18445: updating ubuntu_cpu base image to 20.04 to observe failing tests regarding Python 3.8

2020-07-09 Thread GitBox
leezu edited a comment on pull request #18445: URL: https://github.com/apache/incubator-mxnet/pull/18445#issuecomment-656233768 @ma-hei looking at the output of unix-cpu, I also see that the dataloader related tests are hanging in Tests / Python3: MKLDNN-MKL-CPU. The recordio test you

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

2020-07-09 Thread GitBox
ptrendx commented on pull request #18677: URL: https://github.com/apache/incubator-mxnet/pull/18677#issuecomment-656234288 @leezu I'm not a CMake expert unfortunately - the only thing I could give them is this Jetson build (you can take this Dockerfile, see that it does not produce

[GitHub] [incubator-mxnet] leezu commented on pull request #18445: updating ubuntu_cpu base image to 20.04 to observe failing tests regarding Python 3.8

2020-07-09 Thread GitBox
leezu commented on pull request #18445: URL: https://github.com/apache/incubator-mxnet/pull/18445#issuecomment-656233768 @ma-hei looking at the output of unix-cpu, I see that the dataloader related tests are hanging in Tests / Python3: MKLDNN-MKL-CPU cc @zhreshold there may be

[GitHub] [incubator-mxnet] ma-hei edited a comment on pull request #18445: updating ubuntu_cpu base image to 20.04 to observe failing tests regarding Python 3.8

2020-07-09 Thread GitBox
ma-hei edited a comment on pull request #18445: URL: https://github.com/apache/incubator-mxnet/pull/18445#issuecomment-656232421 Seems like the unit tests in the unix-cpu job are failing at this point ``` [2020-07-02T19:59:32.830Z]

[GitHub] [incubator-mxnet] ma-hei commented on pull request #18445: updating ubuntu_cpu base image to 20.04 to observe failing tests regarding Python 3.8

2020-07-09 Thread GitBox
ma-hei commented on pull request #18445: URL: https://github.com/apache/incubator-mxnet/pull/18445#issuecomment-656232421 Seems like the unit tests in the unix-cpu job are failing at this point ``` [2020-07-02T19:59:32.830Z]

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

2020-07-09 Thread GitBox
leezu commented on pull request #18677: URL: https://github.com/apache/incubator-mxnet/pull/18677#issuecomment-656232317 @ptrendx could you help get a reproducible example to cmake so that the bug can be fixed upstream?

[GitHub] [incubator-mxnet] ma-hei removed a comment on pull request #18445: updating ubuntu_cpu base image to 20.04 to observe failing tests regarding Python 3.8

2020-07-09 Thread GitBox
ma-hei removed a comment on pull request #18445: URL: https://github.com/apache/incubator-mxnet/pull/18445#issuecomment-656227320 Looking at the failing job ci/jenkins/mxnet-validation/unix-cpu: It seems like when running this with python 3.8, a larger number of unit tests is running:

[GitHub] [incubator-mxnet] ma-hei commented on pull request #18445: updating ubuntu_cpu base image to 20.04 to observe failing tests regarding Python 3.8

2020-07-09 Thread GitBox
ma-hei commented on pull request #18445: URL: https://github.com/apache/incubator-mxnet/pull/18445#issuecomment-656227320 Looking at the failing job ci/jenkins/mxnet-validation/unix-cpu: It seems like when running this with python 3.8, a larger number of unit tests is running:

[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-09 Thread GitBox
mxnet-bot commented on pull request #18676: URL: https://github.com/apache/incubator-mxnet/pull/18676#issuecomment-656220324 Jenkins CI successfully triggered : [unix-cpu] This is an automated message from the Apache Git

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

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

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

2020-07-09 Thread GitBox
ptrendx commented on pull request #18677: URL: https://github.com/apache/incubator-mxnet/pull/18677#issuecomment-656197254 The error in the Jetson pipeline is due to what I believe is a bug in CMake 3.17.3 (https://gitlab.kitware.com/cmake/cmake/-/issues/20826), which results in not

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

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

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

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

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

2020-07-09 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 4190751 Publish

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

2020-07-09 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 75bd31e Bump the

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

2020-07-09 Thread GitBox
AntiZpvoh commented on pull request #18319: URL: https://github.com/apache/incubator-mxnet/pull/18319#issuecomment-656102862 Hi @leezu. I have added an if statement between lines 722 and 723 in the most recent commit.

[GitHub] [incubator-mxnet] acphile commented on a change in pull request #18619: Refactor scope functionality in Python API

2020-07-09 Thread GitBox
acphile commented on a change in pull request #18619: URL: https://github.com/apache/incubator-mxnet/pull/18619#discussion_r452119087 ## File path: python/mxnet/gluon/block.py ## @@ -1573,29 +1534,31 @@ def __init__(self, outputs, inputs, params=None): arg_types,

[GitHub] [incubator-mxnet] renjiahao0928 commented on issue #10076: Build error w/ TVM in NNVM.

2020-07-09 Thread GitBox
renjiahao0928 commented on issue #10076: URL: https://github.com/apache/incubator-mxnet/issues/10076#issuecomment-655994000 > hitting this error as well, git submodule update --init --recursive doesn't work for me, has this been solved? same error,it doesn't work, Can you tell me

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

2020-07-09 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 fa42903 Bump the

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

2020-07-09 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 39a1743 Publish

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

2020-07-09 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 39a1743 Publish

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

2020-07-09 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 fa42903 Bump the

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

2020-07-09 Thread GitBox
szha commented on issue #18400: URL: https://github.com/apache/incubator-mxnet/issues/18400#issuecomment-655920921 http://jenkins.mxnet-ci.amazon-ml.com/blue/rest/organizations/jenkins/pipelines/mxnet-validation/pipelines/unix-cpu/branches/PR-18562/runs/11/nodes/354/steps/501/log/?start=0

[GitHub] [incubator-mxnet] eric-haibin-lin opened a new issue #18400: flaky test: check leak ndarray

2020-07-09 Thread GitBox
eric-haibin-lin opened a new issue #18400: URL: https://github.com/apache/incubator-mxnet/issues/18400 http://jenkins.mxnet-ci.amazon-ml.com/blue/organizations/jenkins/mxnet-validation%2Funix-cpu/detail/PR-18394/1/pipeline ``` [2020-05-24T09:53:03.464Z]

[GitHub] [incubator-mxnet] szha edited a comment on issue #18400: flaky test: check leak ndarray

2020-07-09 Thread GitBox
szha edited a comment on issue #18400: URL: https://github.com/apache/incubator-mxnet/issues/18400#issuecomment-655920921