[GitHub] [incubator-mxnet] JustinhoCHN commented on issue #18392: Need cuda 10.2 python prebuild wheel for nvidia jetson platform.

2020-05-23 Thread GitBox
JustinhoCHN commented on issue #18392: URL: https://github.com/apache/incubator-mxnet/issues/18392#issuecomment-633000562 > @JustinhoCHN you need to download the Deb files via Nvidia sdk manager.. Unfortunately Nvidia hasn't made them available outside of sdk manager yet. CI uses a

[GitHub] [incubator-mxnet] mxnet-bot commented on pull request #18393: Fix true_divide logging

2020-05-23 Thread GitBox
mxnet-bot commented on pull request #18393: URL: https://github.com/apache/incubator-mxnet/pull/18393#issuecomment-632999417 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 #18393: Fix true_divide logging

2020-05-23 Thread GitBox
sxjscience opened a new pull request #18393: URL: https://github.com/apache/incubator-mxnet/pull/18393 ## Description ## Fix https://github.com/apache/incubator-mxnet/issues/18353 This is an automated message from the

[GitHub] [incubator-mxnet] sxjscience commented on pull request #18393: Fix true_divide logging

2020-05-23 Thread GitBox
sxjscience commented on pull request #18393: URL: https://github.com/apache/incubator-mxnet/pull/18393#issuecomment-632999426 @ZheyuYe This is an automated message from the Apache Git Service. To respond to the message,

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

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

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

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

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

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

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

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

[GitHub] [incubator-mxnet] ZheyuYe commented on issue #18353: [Numpy] Division fails for differnt floating dtypes

2020-05-23 Thread GitBox
ZheyuYe commented on issue #18353: URL: https://github.com/apache/incubator-mxnet/issues/18353#issuecomment-632994463 Actually, for this issue, we might expect a proper error that aborts the compuation. This is an

[GitHub] [incubator-mxnet] JustinhoCHN commented on issue #18392: Need cuda 10.2 python prebuild wheel for nvidia jetson platform.

2020-05-23 Thread GitBox
JustinhoCHN commented on issue #18392: URL: https://github.com/apache/incubator-mxnet/issues/18392#issuecomment-633026273 ``` cuda-repo-l4t-10-2-local-10.2.89_1.0-1_arm64.deb deepstream-5.0_5.0.0-1_arm64.deb graphsurgeon-tf_7.1.0-1+cuda10.2_arm64.deb

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

2020-05-23 Thread GitBox
leezu commented on pull request #18379: URL: https://github.com/apache/incubator-mxnet/pull/18379#issuecomment-632996894 Yes, that's an option. I'm not convinced though that only fixing this current incompatibility without introducing any mechanism of preventing future problems is

[GitHub] [incubator-mxnet] leezu commented on issue #18392: Need cuda 10.2 python prebuild wheel for nvidia jetson platform.

2020-05-23 Thread GitBox
leezu commented on issue #18392: URL: https://github.com/apache/incubator-mxnet/issues/18392#issuecomment-633000276 @JustinhoCHN you need to download the Deb files via Nvidia sdk manager.. Unfortunately Nvidia hasn't made them available outside of sdk manager yet. CI uses a private copy

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

2020-05-23 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 c82a558 Bump the

[GitHub] [incubator-mxnet] eric-haibin-lin closed pull request #18388: remove mx.model.FeedForward API

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

[GitHub] [incubator-mxnet] eric-haibin-lin opened a new pull request #18394: remove mx.model.FeedForward API

2020-05-23 Thread GitBox
eric-haibin-lin opened a new pull request #18394: URL: https://github.com/apache/incubator-mxnet/pull/18394 ## Description ## remove the API and related examples & tools. ## Checklist ## ### Essentials ### Please feel free to remove inapplicable items for your PR. - [ ]

[GitHub] [incubator-mxnet] mxnet-bot commented on pull request #18394: remove mx.model.FeedForward API

2020-05-23 Thread GitBox
mxnet-bot commented on pull request #18394: URL: https://github.com/apache/incubator-mxnet/pull/18394#issuecomment-633072598 Hey @eric-haibin-lin , 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] eric-haibin-lin commented on pull request #18394: remove mx.model.FeedForward API

2020-05-23 Thread GitBox
eric-haibin-lin commented on pull request #18394: URL: https://github.com/apache/incubator-mxnet/pull/18394#issuecomment-633072671 @mxnet-bot run ci [all] This is an automated message from the Apache Git Service. To respond

[GitHub] [incubator-mxnet] JustinhoCHN edited a comment on issue #18392: Need cuda 10.2 python prebuild wheel for nvidia jetson platform.

2020-05-23 Thread GitBox
JustinhoCHN edited a comment on issue #18392: URL: https://github.com/apache/incubator-mxnet/issues/18392#issuecomment-633058778 I‘m also seeking help from nvidia developer fourms: [Looking for cuda-repo-cross-aarch64-10-2 deb file for jetpack 4.4 DP to compile MXNet python

[GitHub] [incubator-mxnet] JustinhoCHN commented on issue #18392: Need cuda 10.2 python prebuild wheel for nvidia jetson platform.

2020-05-23 Thread GitBox
JustinhoCHN commented on issue #18392: URL: https://github.com/apache/incubator-mxnet/issues/18392#issuecomment-633058778 I‘m also seeking help from nvidia developer fourms: [Looking for cuda-repo-cross-aarch64-10-2 deb file for jetpack 4.4 DP to compile MXNet python

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

2020-05-23 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 e90e897 Bump the

[GitHub] [incubator-mxnet] JustinhoCHN opened a new issue #18392: Need cuda 10.2 python prebuild wheel for nvidia jetson platform.

2020-05-23 Thread GitBox
JustinhoCHN opened a new issue #18392: URL: https://github.com/apache/incubator-mxnet/issues/18392 ## Description Currently the newest nvidia jetson jetpack version is 4.4 DP, with cuda 10.2, cudnn 8.0. I tried to install mxnet 1.6 in jetpack 4.4, following the [same pipeline as in

[GitHub] [incubator-mxnet] szha closed issue #17579: typo in CmakeLists.txt about OPENMP_FOUND

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

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

2020-05-23 Thread GitBox
yajiedesign commented on pull request #18379: URL: https://github.com/apache/incubator-mxnet/pull/18379#issuecomment-633137800 @mxnet-bot run ci [macosx-x86_64] This is an automated message from the Apache Git Service. To

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

2020-05-23 Thread GitBox
mxnet-bot commented on pull request #18379: URL: https://github.com/apache/incubator-mxnet/pull/18379#issuecomment-633137811 None of the jobs entered are supported. Jobs entered by user: [macosx-x86_64] CI supported Jobs: [edge, windows-cpu, centos-cpu, website, windows-gpu,

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

2020-05-23 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 cb3e877 Bump the

[GitHub] [incubator-mxnet] szha commented on pull request #17952: 1bit gradient compression

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

[GitHub] [incubator-mxnet] mxnet-bot commented on pull request #17952: 1bit gradient compression

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

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

2020-05-23 Thread GitBox
nickguletskii commented on pull request #18375: URL: https://github.com/apache/incubator-mxnet/pull/18375#issuecomment-63311 @mxnet-bot run ci [centos-gpu] This is an automated message from the Apache Git Service. To

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

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

[GitHub] [incubator-mxnet] nickguletskii commented on issue #17557: test_batchnorm is failing for cu101/cu101mkl/cu102 builds in CD

2020-05-23 Thread GitBox
nickguletskii commented on issue #17557: URL: https://github.com/apache/incubator-mxnet/issues/17557#issuecomment-633144358 Also failed here: http://jenkins.mxnet-ci.amazon-ml.com/blue/organizations/jenkins/mxnet-validation%2Fcentos-gpu/detail/PR-18375/7/pipeline/

[GitHub] [incubator-mxnet] paylak2002 opened a new issue #18395: can't import mxnet

2020-05-23 Thread GitBox
paylak2002 opened a new issue #18395: URL: https://github.com/apache/incubator-mxnet/issues/18395 After installing mxnet via pip I've tried to import the mxnet package, but unfortunately I've got this error message: Illegal instruction (core dumped) I think there are some problems

[GitHub] [incubator-mxnet] JONGGON opened a new issue #18396: Mxnet build error / c++ , python diffrent result in mxnet 1.6.0 / and so on

2020-05-23 Thread GitBox
JONGGON opened a new issue #18396: URL: https://github.com/apache/incubator-mxnet/issues/18396 1. I think mxnet1.6.0 is unstable. As Mentioned https://github.com/apache/incubator-mxnet/issues/17874 Mxnet1.6.0 build is still incomleted. . . 2. When I loaded 'json, params'

[GitHub] [incubator-mxnet] sxjscience opened a new issue #18398: [Numpy] Numpy Interface does not support float16

2020-05-23 Thread GitBox
sxjscience opened a new issue #18398: URL: https://github.com/apache/incubator-mxnet/issues/18398 Reproducible example: ```python import mxnet as mx mx.npx.set_np() net = mx.gluon.nn.Dense(16, in_units=32) net.collect_params() net.cast(mx.np.float16) net.initialize()

[GitHub] [incubator-mxnet] szha commented on a change in pull request #18393: Fix true_divide logging

2020-05-23 Thread GitBox
szha commented on a change in pull request #18393: URL: https://github.com/apache/incubator-mxnet/pull/18393#discussion_r429599165 ## File path: src/operator/numpy/np_true_divide-inl.h ## @@ -306,7 +306,7 @@ void TrueDivideBroadcastCompute(const nnvm::NodeAttrs& attrs, }

[GitHub] [incubator-mxnet] szha commented on pull request #15994: ONNX import/export: Upsampling

2020-05-23 Thread GitBox
szha commented on pull request #15994: URL: https://github.com/apache/incubator-mxnet/pull/15994#issuecomment-633179704 Pinging @vandanavk. BTW, since master branch is for 2.0 development and Upsampling op will be reorganized elsewhere, based on the change, I recommend switching the

[GitHub] [incubator-mxnet] szha opened a new issue #18397: Licensing issues in Distributions

2020-05-23 Thread GitBox
szha opened a new issue #18397: URL: https://github.com/apache/incubator-mxnet/issues/18397 https://lists.apache.org/thread.html/r738c102492649c754f49e2195985bc765df07df3c8a1e06942e8872f%40%3Cdev.mxnet.apache.org%3E Will add more details and track feedbacks here.

[GitHub] [incubator-mxnet] yzhliu closed issue #18353: [Numpy] Division fails for differnt floating dtypes

2020-05-23 Thread GitBox
yzhliu closed issue #18353: URL: https://github.com/apache/incubator-mxnet/issues/18353 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] yzhliu merged pull request #18393: Fix true_divide logging

2020-05-23 Thread GitBox
yzhliu merged pull request #18393: URL: https://github.com/apache/incubator-mxnet/pull/18393 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

[incubator-mxnet] branch master updated: fix true_divide (#18393)

2020-05-23 Thread liuyizhi
This is an automated email from the ASF dual-hosted git repository. liuyizhi 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 0a3bdff fix true_divide (#18393)

[GitHub] [incubator-mxnet] yzhliu commented on a change in pull request #18371: [numpy] fix op repeat with list input

2020-05-23 Thread GitBox
yzhliu commented on a change in pull request #18371: URL: https://github.com/apache/incubator-mxnet/pull/18371#discussion_r429588818 ## File path: src/operator/numpy/np_repeat_op-inl.h ## @@ -0,0 +1,224 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + *

[GitHub] [incubator-mxnet] szha commented on pull request #17047: Add build flag for x86 arch

2020-05-23 Thread GitBox
szha commented on pull request #17047: URL: https://github.com/apache/incubator-mxnet/pull/17047#issuecomment-633180698 this change doesn't seem needed anymore for master branch. feel free to reopen and send towards 1.x branch if still deemed necessary.

[GitHub] [incubator-mxnet] szha closed pull request #17047: Add build flag for x86 arch

2020-05-23 Thread GitBox
szha closed pull request #17047: URL: https://github.com/apache/incubator-mxnet/pull/17047 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

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

2020-05-23 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 16ff1b1 Bump the

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

2020-05-23 Thread GitBox
szha commented on issue #17335: URL: https://github.com/apache/incubator-mxnet/issues/17335#issuecomment-633180185 @andrei5055 thanks for reporting back your finding. Sorry that I missed the part where you recreate the dataloader multiple times. It seems evident now that the problem is

[GitHub] [incubator-mxnet] szha commented on pull request #11434: add ignore_reinit to initialize to skip warnings

2020-05-23 Thread GitBox
szha commented on pull request #11434: URL: https://github.com/apache/incubator-mxnet/pull/11434#issuecomment-633181691 I'm open to introducing this if it improves experience. However, name like `ignore_reinit` doesn't seem obvious to me that it suppresses warnings. I'd be more glad to