[GitHub] [incubator-mxnet] vikas784 opened a new issue #18468: I am not able to use pymc.Deterministic properly can anyone suggest me how to use it

2020-06-01 Thread GitBox
vikas784 opened a new issue #18468: URL: https://github.com/apache/incubator-mxnet/issues/18468 ## Description (A clear and concise description of what the bug is.) ### Error Message (Paste the complete error message. Please also include stack trace by setting environment

[GitHub] [incubator-mxnet] eric-haibin-lin commented on issue #18466: Error occurs when setting the same prefix for two SyncBatchNorm

2020-06-01 Thread GitBox
eric-haibin-lin commented on issue #18466: URL: https://github.com/apache/incubator-mxnet/issues/18466#issuecomment-637278395 Looking at its implementation, it seems that it uses the name (prefix) to decide which tensors to sync:

[incubator-mxnet] branch master updated: redirect visitors based on geolocation - update host condition (#18457)

2020-06-01 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 bd026a8 redirect visitors based on

[incubator-mxnet] branch master updated (a3ab45e -> bd026a8)

2020-06-01 Thread zhasheng
This is an automated email from the ASF dual-hosted git repository. zhasheng pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git. from a3ab45e stop running test_conv.py script as it no longer exists (#18455) add bd026a8 redirect

[GitHub] [incubator-mxnet] szha merged pull request #18457: redirect visitors based on geolocation - update host condition

2020-06-01 Thread GitBox
szha merged pull request #18457: URL: https://github.com/apache/incubator-mxnet/pull/18457 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] leezu commented on issue #10558: NNVM build failed in the newst mxnet version

2020-06-01 Thread GitBox
leezu commented on issue #10558: URL: https://github.com/apache/incubator-mxnet/issues/10558#issuecomment-637268629 You probably forgot to update your submodule. Run `git submodule update --init --recursive` This is an

[GitHub] [incubator-mxnet] leezu commented on a change in pull request #18434: add image classification tutorial for jetson

2020-06-01 Thread GitBox
leezu commented on a change in pull request #18434: URL: https://github.com/apache/incubator-mxnet/pull/18434#discussion_r433614283 ## File path: docs/python_docs/python/tutorials/deploy/inference/image_classification_jetson.md ## @@ -0,0 +1,109 @@ + + + + + + + + + + + + + +

[GitHub] [incubator-mxnet] leezu commented on a change in pull request #18434: add image classification tutorial for jetson

2020-06-01 Thread GitBox
leezu commented on a change in pull request #18434: URL: https://github.com/apache/incubator-mxnet/pull/18434#discussion_r433614283 ## File path: docs/python_docs/python/tutorials/deploy/inference/image_classification_jetson.md ## @@ -0,0 +1,109 @@ + + + + + + + + + + + + + +

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

2020-06-01 Thread GitBox
leezu commented on pull request #18408: URL: https://github.com/apache/incubator-mxnet/pull/18408#issuecomment-637262419 For this change, we may need to wait until OpenBLAS releases a stable version containing the fix. Currently we rely on a pre-release version. But this doesn't need to

[GitHub] [incubator-mxnet] mxnet-bot commented on pull request #18451: Fix Numpy where scalar input

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

[GitHub] [incubator-mxnet] Tommliu commented on pull request #18451: Fix Numpy where scalar input

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

[GitHub] [incubator-mxnet] sandeep-krishnamurthy commented on pull request #18434: add image classification tutorial for jetson

2020-06-01 Thread GitBox
sandeep-krishnamurthy commented on pull request #18434: URL: https://github.com/apache/incubator-mxnet/pull/18434#issuecomment-637254438 Thanks @mseth10 for the contributions. Content looks good to me. Can you please post a preview given that this is website change? @ys2843 FYI

[GitHub] [incubator-mxnet] mxnet-bot commented on pull request #18467: [Numpy] [Operator] Fix __neg__

2020-06-01 Thread GitBox
mxnet-bot commented on pull request #18467: URL: https://github.com/apache/incubator-mxnet/pull/18467#issuecomment-637253220 Hey @sxjscience , 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] sxjscience opened a new pull request #18467: [Numpy] [Operator] Fix __neg__

2020-06-01 Thread GitBox
sxjscience opened a new pull request #18467: URL: https://github.com/apache/incubator-mxnet/pull/18467 ## Description ## Fix https://github.com/apache/incubator-mxnet/issues/18414 This is an automated message from the

[GitHub] [incubator-mxnet] sxjscience commented on pull request #18467: [Numpy] [Operator] Fix __neg__

2020-06-01 Thread GitBox
sxjscience commented on pull request #18467: URL: https://github.com/apache/incubator-mxnet/pull/18467#issuecomment-637253352 @CassiniXu @yzhliu This is an automated message from the Apache Git Service. To respond to the

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

2020-06-01 Thread GitBox
ciyongch commented on pull request #18408: URL: https://github.com/apache/incubator-mxnet/pull/18408#issuecomment-637242186 Sure, thanks @leezu . As we're going to tag the branch in the following days if there's no more any other comments/pending issues, please help to arrange your time

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

2020-06-01 Thread GitBox
ciyongch commented on pull request #18316: URL: https://github.com/apache/incubator-mxnet/pull/18316#issuecomment-637241651 Hi @bgawrych , PR https://github.com/apache/incubator-mxnet/pull/18456 was merged to fix the CI issue, it's ok to re-trigger the CI now, thanks!

[incubator-mxnet] branch master updated (8395089 -> a3ab45e)

2020-06-01 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 8395089 Enable ccache on Github Actions (#18459) add a3ab45e stop running test_conv.py script as it

[GitHub] [incubator-mxnet] acphile opened a new issue #18466: Error occurs when setting the same prefix for two SyncBatchNorm

2020-06-01 Thread GitBox
acphile opened a new issue #18466: URL: https://github.com/apache/incubator-mxnet/issues/18466 ``` import mxnet as mx from mxnet.gluon.utils import split_and_load ctx_list = [mx.cpu(0)] x = mx.nd.random.uniform(shape=(5, 5), ctx=mx.cpu(0)) nch = x.shape[1] if x.ndim > 1 else

[incubator-mxnet] branch master updated (8395089 -> a3ab45e)

2020-06-01 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 8395089 Enable ccache on Github Actions (#18459) add a3ab45e stop running test_conv.py script as it

[incubator-mxnet] branch master updated (8395089 -> a3ab45e)

2020-06-01 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 8395089 Enable ccache on Github Actions (#18459) add a3ab45e stop running test_conv.py script as it

[incubator-mxnet] branch master updated (8395089 -> a3ab45e)

2020-06-01 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 8395089 Enable ccache on Github Actions (#18459) add a3ab45e stop running test_conv.py script as it

[GitHub] [incubator-mxnet] leezu merged pull request #18455: stop running test_conv.py script as it no longer exists

2020-06-01 Thread GitBox
leezu merged pull request #18455: URL: https://github.com/apache/incubator-mxnet/pull/18455 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] mseth10 commented on pull request #18455: stop running test_conv.py script as it no longer exists

2020-06-01 Thread GitBox
mseth10 commented on pull request #18455: URL: https://github.com/apache/incubator-mxnet/pull/18455#issuecomment-637234252 @leezu @szha please help merge this. Thanks! This is an automated message from the Apache Git

[GitHub] [incubator-mxnet] TristonC commented on a change in pull request #18450: [MXNET-1451] Enable MXNet-TRT for building Jetson wheels

2020-06-01 Thread GitBox
TristonC commented on a change in pull request #18450: URL: https://github.com/apache/incubator-mxnet/pull/18450#discussion_r433581985 ## File path: ci/docker/Dockerfile.build.jetson ## @@ -42,7 +42,8 @@ RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y

[GitHub] [incubator-mxnet] mxnet-bot commented on pull request #18160: [1.x] Add BatchNormWithReLU fp32/bf16

2020-06-01 Thread GitBox
mxnet-bot commented on pull request #18160: URL: https://github.com/apache/incubator-mxnet/pull/18160#issuecomment-637223087 Jenkins CI successfully triggered : [windows-gpu, centos-gpu, unix-gpu, centos-cpu] This is an

[GitHub] [incubator-mxnet] xinyu-intel commented on pull request #18160: [1.x] Add BatchNormWithReLU fp32/bf16

2020-06-01 Thread GitBox
xinyu-intel commented on pull request #18160: URL: https://github.com/apache/incubator-mxnet/pull/18160#issuecomment-637223021 @mxnet-bot run ci [centos-cpu, centos-gpu, unix-gpu, windows-gpu] This is an automated message

[GitHub] [incubator-mxnet] leezu commented on a change in pull request #18450: [MXNET-1451] Enable MXNet-TRT for building Jetson wheels

2020-06-01 Thread GitBox
leezu commented on a change in pull request #18450: URL: https://github.com/apache/incubator-mxnet/pull/18450#discussion_r433577324 ## File path: ci/docker/Dockerfile.build.jetson ## @@ -42,7 +42,8 @@ RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y \

[GitHub] [incubator-mxnet] szha merged pull request #18459: Enable ccache on Github Actions

2020-06-01 Thread GitBox
szha merged pull request #18459: URL: https://github.com/apache/incubator-mxnet/pull/18459 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] TristonC commented on a change in pull request #18450: [MXNET-1451] Enable MXNet-TRT for building Jetson wheels

2020-06-01 Thread GitBox
TristonC commented on a change in pull request #18450: URL: https://github.com/apache/incubator-mxnet/pull/18450#discussion_r433573969 ## File path: ci/docker/runtime_functions.sh ## @@ -187,13 +187,50 @@ build_dynamic_libmxnet() { ninja }

[incubator-mxnet] branch master updated (e307233 -> 8395089)

2020-06-01 Thread zhasheng
This is an automated email from the ASF dual-hosted git repository. zhasheng pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git. from e307233 fix cd for release of docker images (#18435) add 8395089 Enable ccache on Github Actions

[GitHub] [incubator-mxnet] ys2843 edited a comment on pull request #18457: redirect visitors based on geolocation - update host condition

2020-06-01 Thread GitBox
ys2843 edited a comment on pull request #18457: URL: https://github.com/apache/incubator-mxnet/pull/18457#issuecomment-63710 > how are you testing it By using speedtest websites which have Chinese server, we can see redirect in the result. Test with any one of the following:

[incubator-mxnet] branch master updated (c3fcbf3 -> e307233)

2020-06-01 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 c3fcbf3 Add npx op 'index_add' (#18089) add e307233 fix cd for release of docker images (#18435) No

[incubator-mxnet] branch master updated (c3fcbf3 -> e307233)

2020-06-01 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 c3fcbf3 Add npx op 'index_add' (#18089) add e307233 fix cd for release of docker images (#18435) No

[incubator-mxnet] branch master updated (c3fcbf3 -> e307233)

2020-06-01 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 c3fcbf3 Add npx op 'index_add' (#18089) add e307233 fix cd for release of docker images (#18435) No

[incubator-mxnet] branch master updated (c3fcbf3 -> e307233)

2020-06-01 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 c3fcbf3 Add npx op 'index_add' (#18089) add e307233 fix cd for release of docker images (#18435) No

[incubator-mxnet] branch master updated (c3fcbf3 -> e307233)

2020-06-01 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 c3fcbf3 Add npx op 'index_add' (#18089) add e307233 fix cd for release of docker images (#18435) No

[GitHub] [incubator-mxnet] leezu merged pull request #18435: fix cd for release of docker images

2020-06-01 Thread GitBox
leezu merged pull request #18435: URL: https://github.com/apache/incubator-mxnet/pull/18435 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] leezu commented on a change in pull request #18450: [MXNET-1451] Enable MXNet-TRT for building Jetson wheels

2020-06-01 Thread GitBox
leezu commented on a change in pull request #18450: URL: https://github.com/apache/incubator-mxnet/pull/18450#discussion_r433569813 ## File path: ci/docker/runtime_functions.sh ## @@ -187,13 +187,50 @@ build_dynamic_libmxnet() { ninja } +build_onnx_and_onnx_tensorrt()

[GitHub] [incubator-mxnet] mseth10 commented on pull request #18435: fix cd for release of docker images

2020-06-01 Thread GitBox
mseth10 commented on pull request #18435: URL: https://github.com/apache/incubator-mxnet/pull/18435#issuecomment-637209961 @leezu @szha please help merge. thanks! This is an automated message from the Apache Git Service. To

[incubator-mxnet] branch master updated (b8490c5 -> c3fcbf3)

2020-06-01 Thread sxjscience
This is an automated email from the ASF dual-hosted git repository. sxjscience pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git. from b8490c5 More clear description to `transform_first` (#18444) add c3fcbf3 Add npx op 'index_add'

[incubator-mxnet] branch master updated (b8490c5 -> c3fcbf3)

2020-06-01 Thread sxjscience
This is an automated email from the ASF dual-hosted git repository. sxjscience pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git. from b8490c5 More clear description to `transform_first` (#18444) add c3fcbf3 Add npx op 'index_add'

[GitHub] [incubator-mxnet] TristonC commented on a change in pull request #18450: [MXNET-1451] Enable MXNet-TRT for building Jetson wheels

2020-06-01 Thread GitBox
TristonC commented on a change in pull request #18450: URL: https://github.com/apache/incubator-mxnet/pull/18450#discussion_r433568281 ## File path: ci/docker/runtime_functions.sh ## @@ -187,13 +187,50 @@ build_dynamic_libmxnet() { ninja }

[incubator-mxnet] branch master updated (b8490c5 -> c3fcbf3)

2020-06-01 Thread sxjscience
This is an automated email from the ASF dual-hosted git repository. sxjscience pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git. from b8490c5 More clear description to `transform_first` (#18444) add c3fcbf3 Add npx op 'index_add'

[incubator-mxnet] branch master updated (b8490c5 -> c3fcbf3)

2020-06-01 Thread sxjscience
This is an automated email from the ASF dual-hosted git repository. sxjscience pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git. from b8490c5 More clear description to `transform_first` (#18444) add c3fcbf3 Add npx op 'index_add'

[incubator-mxnet] branch master updated: Add npx op 'index_add' (#18089)

2020-06-01 Thread sxjscience
This is an automated email from the ASF dual-hosted git repository. sxjscience 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 c3fcbf3 Add npx op 'index_add'

[GitHub] [incubator-mxnet] sxjscience merged pull request #18089: Add npx op 'index_add'

2020-06-01 Thread GitBox
sxjscience merged pull request #18089: URL: https://github.com/apache/incubator-mxnet/pull/18089 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] sxjscience commented on pull request #18089: Add npx op 'index_add'

2020-06-01 Thread GitBox
sxjscience commented on pull request #18089: URL: https://github.com/apache/incubator-mxnet/pull/18089#issuecomment-637207570 Thanks @JiangZhaoh , this is merged. This is an automated message from the Apache Git Service. To

[GitHub] [incubator-mxnet] mseth10 opened a new pull request #18465: [v1.x] Cherry-pick #17776 #17681

2020-06-01 Thread GitBox
mseth10 opened a new pull request #18465: URL: https://github.com/apache/incubator-mxnet/pull/18465 ## Description ## Cherry-pick #17776 #17681 to update PyPI description This is an automated message from the Apache

[GitHub] [incubator-mxnet] mseth10 opened a new pull request #18464: [v1.7] Cherry-pick #17776 #17681

2020-06-01 Thread GitBox
mseth10 opened a new pull request #18464: URL: https://github.com/apache/incubator-mxnet/pull/18464 ## Description ## Cherry-pick #17776 #17681 to update PyPI description Fixes #18462 This is an automated message from

[GitHub] [incubator-mxnet] TristonC commented on a change in pull request #18450: [MXNET-1451] Enable MXNet-TRT for building Jetson wheels

2020-06-01 Thread GitBox
TristonC commented on a change in pull request #18450: URL: https://github.com/apache/incubator-mxnet/pull/18450#discussion_r433566213 ## File path: ci/docker/runtime_functions.sh ## @@ -187,13 +187,50 @@ build_dynamic_libmxnet() { ninja }

[GitHub] [incubator-mxnet] mxnet-bot commented on pull request #18464: [v1.7] Cherry-pick #17776 #17681

2020-06-01 Thread GitBox
mxnet-bot commented on pull request #18464: URL: https://github.com/apache/incubator-mxnet/pull/18464#issuecomment-637206652 Hey @mseth10 , 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] mxnet-bot commented on pull request #18465: [v1.x] Cherry-pick #17776 #17681

2020-06-01 Thread GitBox
mxnet-bot commented on pull request #18465: URL: https://github.com/apache/incubator-mxnet/pull/18465#issuecomment-637206707 Hey @mseth10 , 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

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

2020-06-01 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 819c537 Bump the

[GitHub] [incubator-mxnet] leezu opened a new issue #18463: julia/deps/build.jl automatically downloads non-ASF binary build

2020-06-01 Thread GitBox
leezu opened a new issue #18463: URL: https://github.com/apache/incubator-mxnet/issues/18463 https://github.com/apache/incubator-mxnet/blob/2be8b956bbe653ce8c1261eccc626a7190506923/julia/deps/build.jl#L113-L130 This may be in violation of ASF policy.

[GitHub] [incubator-mxnet] TristonC commented on a change in pull request #18450: [MXNET-1451] Enable MXNet-TRT for building Jetson wheels

2020-06-01 Thread GitBox
TristonC commented on a change in pull request #18450: URL: https://github.com/apache/incubator-mxnet/pull/18450#discussion_r433560180 ## File path: ci/docker/runtime_functions.sh ## @@ -187,13 +187,50 @@ build_dynamic_libmxnet() { ninja }

[GitHub] [incubator-mxnet] leezu commented on a change in pull request #18450: [MXNET-1451] Enable MXNet-TRT for building Jetson wheels

2020-06-01 Thread GitBox
leezu commented on a change in pull request #18450: URL: https://github.com/apache/incubator-mxnet/pull/18450#discussion_r433559278 ## File path: ci/docker/runtime_functions.sh ## @@ -187,13 +187,50 @@ build_dynamic_libmxnet() { ninja } +build_onnx_and_onnx_tensorrt()

[GitHub] [incubator-mxnet] ChaiBapchya commented on pull request #18338: [DO NOT MERGE] Use mkl cmake flag to force DNNL to delegate FC op to MKL

2020-06-01 Thread GitBox
ChaiBapchya commented on pull request #18338: URL: https://github.com/apache/incubator-mxnet/pull/18338#issuecomment-637198944 @mxnet-bot run ci[all] This is an automated message from the Apache Git Service. To respond to

[GitHub] [incubator-mxnet] mxnet-bot commented on pull request #18338: [DO NOT MERGE] Use mkl cmake flag to force DNNL to delegate FC op to MKL

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

[GitHub] [incubator-mxnet] mseth10 opened a new issue #18462: [v1.7] PyPI description of nightly wheels outdated

2020-06-01 Thread GitBox
mseth10 opened a new issue #18462: URL: https://github.com/apache/incubator-mxnet/issues/18462 The PyPI description for v1.7 nightly wheels is outdated. The wheels use the non MKL-DNN versions of doc files for each flavor. This is where doc files are referenced:

[incubator-mxnet] branch master updated (0b06255 -> b8490c5)

2020-06-01 Thread wkcn
This is an automated email from the ASF dual-hosted git repository. wkcn pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git. from 0b06255 Fix MXNET_PROFILER_MODE in profiler documentation (#18439) add b8490c5 More clear description

[incubator-mxnet] branch master updated (0b06255 -> b8490c5)

2020-06-01 Thread wkcn
This is an automated email from the ASF dual-hosted git repository. wkcn pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git. from 0b06255 Fix MXNET_PROFILER_MODE in profiler documentation (#18439) add b8490c5 More clear description

[incubator-mxnet] branch master updated (0b06255 -> b8490c5)

2020-06-01 Thread wkcn
This is an automated email from the ASF dual-hosted git repository. wkcn pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git. from 0b06255 Fix MXNET_PROFILER_MODE in profiler documentation (#18439) add b8490c5 More clear description

[incubator-mxnet] branch master updated (0b06255 -> b8490c5)

2020-06-01 Thread wkcn
This is an automated email from the ASF dual-hosted git repository. wkcn pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git. from 0b06255 Fix MXNET_PROFILER_MODE in profiler documentation (#18439) add b8490c5 More clear description

[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-06-01 Thread GitBox
leezu commented on pull request #18445: URL: https://github.com/apache/incubator-mxnet/pull/18445#issuecomment-637196677 @ChaiBapchya the bot doesn't work This is an automated message from the Apache Git Service. To respond

[incubator-mxnet] branch master updated (0b06255 -> b8490c5)

2020-06-01 Thread wkcn
This is an automated email from the ASF dual-hosted git repository. wkcn pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git. from 0b06255 Fix MXNET_PROFILER_MODE in profiler documentation (#18439) add b8490c5 More clear description

[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-06-01 Thread GitBox
leezu commented on pull request #18445: URL: https://github.com/apache/incubator-mxnet/pull/18445#issuecomment-637194972 @mxnet-bot run ci [all] This is an automated message from the Apache Git Service. To respond to the

[GitHub] [incubator-mxnet] TristonC edited a comment on pull request #18450: [MXNET-1451] Enable MXNet-TRT for building Jetson wheels

2020-06-01 Thread GitBox
TristonC edited a comment on pull request #18450: URL: https://github.com/apache/incubator-mxnet/pull/18450#issuecomment-637194847 > > > @TristonC yes, that sounds correct. But this may need to be updated in the upstream repository? Or where is PYVER referenced? I put the

[GitHub] [incubator-mxnet] TristonC commented on pull request #18450: [MXNET-1451] Enable MXNet-TRT for building Jetson wheels

2020-06-01 Thread GitBox
TristonC commented on pull request #18450: URL: https://github.com/apache/incubator-mxnet/pull/18450#issuecomment-637194847 > > > @TristonC yes, that sounds correct. But this may need to be updated in the upstream repository? Or where is PYVER referenced? I put the PYVER in

[GitHub] [incubator-mxnet] wkcn commented on pull request #18444: More clear description to `transform_first`

2020-06-01 Thread GitBox
wkcn commented on pull request #18444: URL: https://github.com/apache/incubator-mxnet/pull/18444#issuecomment-637194731 The PR has been merged. Thank you! This is an automated message from the Apache Git Service. To respond

[GitHub] [incubator-mxnet] TristonC removed a comment on pull request #18450: [MXNET-1451] Enable MXNet-TRT for building Jetson wheels

2020-06-01 Thread GitBox
TristonC removed a comment on pull request #18450: URL: https://github.com/apache/incubator-mxnet/pull/18450#issuecomment-637194532 > s may need to be updated i I put it in the runtime_functions.sh to see if it works for now.

[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-06-01 Thread GitBox
leezu commented on pull request #18445: URL: https://github.com/apache/incubator-mxnet/pull/18445#issuecomment-637194625 There were some issues with the CI this morning. So let's just retry @mxnet-bot run ci [all]

[GitHub] [incubator-mxnet] TristonC commented on pull request #18450: [MXNET-1451] Enable MXNet-TRT for building Jetson wheels

2020-06-01 Thread GitBox
TristonC commented on pull request #18450: URL: https://github.com/apache/incubator-mxnet/pull/18450#issuecomment-637194532 > s may need to be updated i I put it in the runtime_functions.sh to see if it works for now.

[GitHub] [incubator-mxnet] wkcn merged pull request #18444: More clear description to `transform_first`

2020-06-01 Thread GitBox
wkcn merged pull request #18444: URL: https://github.com/apache/incubator-mxnet/pull/18444 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] 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-06-01 Thread GitBox
ma-hei edited a comment on pull request #18445: URL: https://github.com/apache/incubator-mxnet/pull/18445#issuecomment-637192961 @leezu I was hoping that I could observe the test failures related to Python3.8 in one of the ci/jenkins/mxnet-validation build jobs. I assume those jobs did

[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-06-01 Thread GitBox
ma-hei removed a comment on pull request #18445: URL: https://github.com/apache/incubator-mxnet/pull/18445#issuecomment-637189523 @mxnet-bot run ci [all] This is an automated message from the Apache Git Service. To respond

[GitHub] [incubator-mxnet] ChaiBapchya commented on issue #18430: MXNet Binary wheels don't contain certain includes

2020-06-01 Thread GitBox
ChaiBapchya commented on issue #18430: URL: https://github.com/apache/incubator-mxnet/issues/18430#issuecomment-637192877 Yes. @yajiedesign if you could point me to what fixed it, I can do that for other builds as well. Thanks.

[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-06-01 Thread GitBox
ma-hei commented on pull request #18445: URL: https://github.com/apache/incubator-mxnet/pull/18445#issuecomment-637192961 @leezu I was hoping that I could observe the test failures in one of the ci/jenkins/mxnet-validation build jobs. I assume those jobs did not run because the

[GitHub] [incubator-mxnet] leezu edited a comment on pull request #18450: [MXNET-1451] Enable MXNet-TRT for building Jetson wheels

2020-06-01 Thread GitBox
leezu edited a comment on pull request #18450: URL: https://github.com/apache/incubator-mxnet/pull/18450#issuecomment-637190518 @TristonC yes, that sounds correct. But this may need to be updated in the upstream repository? Or where is PYVER referenced?

[GitHub] [incubator-mxnet] leezu commented on pull request #18450: [MXNET-1451] Enable MXNet-TRT for building Jetson wheels

2020-06-01 Thread GitBox
leezu commented on pull request #18450: URL: https://github.com/apache/incubator-mxnet/pull/18450#issuecomment-637190518 @TristonC yes, that sounds correct. But this may need to be updated in the upstream repository? This

[GitHub] [incubator-mxnet] TristonC edited a comment on pull request #18450: [MXNET-1451] Enable MXNet-TRT for building Jetson wheels

2020-06-01 Thread GitBox
TristonC edited a comment on pull request #18450: URL: https://github.com/apache/incubator-mxnet/pull/18450#issuecomment-637186986 @leezu Could you help on this error? It seems the 'PYVER' should be set as 3 so that python3 will be used instead of python. Is that right?

[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-06-01 Thread GitBox
ma-hei commented on pull request #18445: URL: https://github.com/apache/incubator-mxnet/pull/18445#issuecomment-637189523 @mxnet-bot run ci [all] This is an automated message from the Apache Git Service. To respond to the

[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-06-01 Thread GitBox
ma-hei removed a comment on pull request #18445: URL: https://github.com/apache/incubator-mxnet/pull/18445#issuecomment-637189325 @mxnet-bot run ci all 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-06-01 Thread GitBox
mxnet-bot commented on pull request #18445: URL: https://github.com/apache/incubator-mxnet/pull/18445#issuecomment-637189335 Undefined action detected. Permissible actions are : run ci [all], run ci [job1, job2] Example : @mxnet-bot run ci [all] Example : @mxnet-bot run ci

[GitHub] [incubator-mxnet] TristonC edited a comment on pull request #18450: [MXNET-1451] Enable MXNet-TRT for building Jetson wheels

2020-06-01 Thread GitBox
TristonC edited a comment on pull request #18450: URL: https://github.com/apache/incubator-mxnet/pull/18450#issuecomment-637186986 @leezu Could you help on this error? It seems the 'PYVER' should be set as 3 so that python3 will be used instead of python. Is that right?

[GitHub] [incubator-mxnet] TristonC edited a comment on pull request #18450: [MXNET-1451] Enable MXNet-TRT for building Jetson wheels

2020-06-01 Thread GitBox
TristonC edited a comment on pull request #18450: URL: https://github.com/apache/incubator-mxnet/pull/18450#issuecomment-637186986 @leezu Could you help on this error? It seems the 'PYVER' should be set as 3 so that python3 will be used instead of python. Is that right?

[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-06-01 Thread GitBox
ma-hei commented on pull request #18445: URL: https://github.com/apache/incubator-mxnet/pull/18445#issuecomment-637189325 @mxnet-bot run ci all This is an automated message from the Apache Git Service. To respond to the

[GitHub] [incubator-mxnet] TristonC commented on pull request #18450: [MXNET-1451] Enable MXNet-TRT for building Jetson wheels

2020-06-01 Thread GitBox
TristonC commented on pull request #18450: URL: https://github.com/apache/incubator-mxnet/pull/18450#issuecomment-637186986 @leezu Could you help on this error? `[2020-06-01T22:20:47.379Z] [1/1] cd /work/mxnet/3rdparty/onnx-tensorrt/third_party/onnx/build && python

[GitHub] [incubator-mxnet] modeste2015 opened a new pull request #18461: Julia has changed the folder of 7z.exe.

2020-06-01 Thread GitBox
modeste2015 opened a new pull request #18461: URL: https://github.com/apache/incubator-mxnet/pull/18461 Installation of packages failed because unzip program was move in an another folder This is an automated message from

[GitHub] [incubator-mxnet] thomasrockhu edited a comment on issue #18421: Codecov migration to marketplace app

2020-06-01 Thread GitBox
thomasrockhu edited a comment on issue #18421: URL: https://github.com/apache/incubator-mxnet/issues/18421#issuecomment-637176882 Hi @leezu, thanks for getting back to me. Regarding Apache Software Foundation Infrastructure Team, we asked a [similar

[GitHub] [incubator-mxnet] thomasrockhu commented on issue #18421: Codecov migration to marketplace app

2020-06-01 Thread GitBox
thomasrockhu commented on issue #18421: URL: https://github.com/apache/incubator-mxnet/issues/18421#issuecomment-637176882 Hi @leezu, thanks for getting back to me. Regarding Apache Software Foundation Infrastructure Team, we asked a [similar repository]

[incubator-mxnet] branch master updated (d3c764c -> 0b06255)

2020-06-01 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 d3c764c Update nccl installation in Dockerfile.build.centos7 (#18441) add 0b06255 Fix

[GitHub] [incubator-mxnet] leezu commented on issue #18421: Codecov migration to marketplace app

2020-06-01 Thread GitBox
leezu commented on issue #18421: URL: https://github.com/apache/incubator-mxnet/issues/18421#issuecomment-637169643 @thomasrockhu if you can provide more details on the existing setup, that will be helpful. Changing this may require opening a ticket with the Apache Software Foundation

[incubator-mxnet] branch master updated (d3c764c -> 0b06255)

2020-06-01 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 d3c764c Update nccl installation in Dockerfile.build.centos7 (#18441) add 0b06255 Fix

[GitHub] [incubator-mxnet] ys2843 edited a comment on pull request #18457: redirect visitors based on geolocation - update host condition

2020-06-01 Thread GitBox
ys2843 edited a comment on pull request #18457: URL: https://github.com/apache/incubator-mxnet/pull/18457#issuecomment-63710 > how are you testing it By using speedtest websites which have Chinese server, we can see redirect in the result. Test with any one of the following:

[GitHub] [incubator-mxnet] leezu opened a new issue #18460: CI: flaky compilation

2020-06-01 Thread GitBox
leezu opened a new issue #18460: URL: https://github.com/apache/incubator-mxnet/issues/18460 ## Description Sometimes compilation on CI fails due to compiler bugs. ``` [2020-06-01T20:07:22.772Z] /usr/local/bin/ccache /usr/bin/g++-7 -DDMLC_CORE_USE_CMAKE

[incubator-mxnet] branch master updated (d3c764c -> 0b06255)

2020-06-01 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 d3c764c Update nccl installation in Dockerfile.build.centos7 (#18441) add 0b06255 Fix

[incubator-mxnet] branch master updated (d3c764c -> 0b06255)

2020-06-01 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 d3c764c Update nccl installation in Dockerfile.build.centos7 (#18441) add 0b06255 Fix

[incubator-mxnet] branch master updated (d3c764c -> 0b06255)

2020-06-01 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 d3c764c Update nccl installation in Dockerfile.build.centos7 (#18441) add 0b06255 Fix

[GitHub] [incubator-mxnet] leezu merged pull request #18439: Fix MXNET_PROFILER_MODE doc in env var documentation

2020-06-01 Thread GitBox
leezu merged pull request #18439: URL: https://github.com/apache/incubator-mxnet/pull/18439 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

  1   2   3   >