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

2020-07-06 Thread GitBox
szha commented on issue #18662: URL: https://github.com/apache/incubator-mxnet/issues/18662#issuecomment-654032873 @MrRaghav thanks for creating the issue. What model of GPU are you using? What's the GPU memory size? Also, have you tried using `export MXNET_GPU_MEM_POOL_TYPE=Round`?

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

2020-07-06 Thread GitBox
szha edited a comment on issue #18662: URL: https://github.com/apache/incubator-mxnet/issues/18662#issuecomment-654032873 @MrRaghav thanks for creating the issue. What model of GPU are you using? What's the GPU memory size? Also, have you tried using `export

[GitHub] [incubator-mxnet] bgawrych commented on pull request #18158: [numpy] fix npx.softmax for 0-sized inputs

2020-07-06 Thread GitBox
bgawrych commented on pull request #18158: URL: https://github.com/apache/incubator-mxnet/pull/18158#issuecomment-654098082 @Yiyan66 @yzhliu Do you think this fix should be cherry-picked to 1.x? Without it my change https://github.com/apache/incubator-mxnet/pull/18602 is failing with

[incubator-mxnet] tag 1.7.0.rc0 created (now 477affe)

2020-07-06 Thread taolv
This is an automated email from the ASF dual-hosted git repository. taolv pushed a change to tag 1.7.0.rc0 in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git. at 477affe (commit) No new revisions were added by this update.

[incubator-mxnet] tag 1.7.0.rc0 created (now 477affe)

2020-07-06 Thread taolv
This is an automated email from the ASF dual-hosted git repository. taolv pushed a change to tag 1.7.0.rc0 in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git. at 477affe (commit) No new revisions were added by this update.

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

2020-07-06 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 3eee77c Bump the

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

2020-07-06 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 a2004b4 Publish

[GitHub] [incubator-mxnet] cenggokhan closed issue #18030: Model load problem in 64 bit devices

2020-07-06 Thread GitBox
cenggokhan closed issue #18030: URL: https://github.com/apache/incubator-mxnet/issues/18030 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] cosmincatalin commented on issue #18655: MXNet for Scala 2.12 and 2.13

2020-07-06 Thread GitBox
cosmincatalin commented on issue #18655: URL: https://github.com/apache/incubator-mxnet/issues/18655#issuecomment-654082313 I've tinkered a little with building from source, but wasn't very successful, I guess I need to focus on it more. To answer your second question, yes, I am

[incubator-mxnet] tag 1.7.0.rc0 created (now 477affe)

2020-07-06 Thread taolv
This is an automated email from the ASF dual-hosted git repository. taolv pushed a change to tag 1.7.0.rc0 in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git. at 477affe (commit) No new revisions were added by this update.

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

2020-07-06 Thread GitBox
MrRaghav commented on issue #18662: URL: https://github.com/apache/incubator-mxnet/issues/18662#issuecomment-654201954 Hello, please find the information in following points - 1) I am using **rtx2080ti** 2) To run sockeye, I used 3 GPUs and specified device ids. Memory of GPUs is

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

2020-07-06 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 c4ac656 Publish

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

2020-07-06 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 382e599 Bump the

svn commit: r40320 - in /dev/incubator/mxnet/1.7.0.rc0: ./ apache-mxnet-src-1.7.0.rc0-incubating.tar.gz apache-mxnet-src-1.7.0.rc0-incubating.tar.gz.asc apache-mxnet-src-1.7.0.rc0-incubating.tar.gz.sh

2020-07-06 Thread taolv
Author: taolv Date: Mon Jul 6 13:26:45 2020 New Revision: 40320 Log: Add mxnet-1.7.0.rc0 Added: dev/incubator/mxnet/1.7.0.rc0/ dev/incubator/mxnet/1.7.0.rc0/apache-mxnet-src-1.7.0.rc0-incubating.tar.gz (with props)

[GitHub] [incubator-mxnet] Yiyan66 commented on pull request #18660: [numpy][do not review] fix flaky mixed precision binary error

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

[GitHub] [incubator-mxnet] mxnet-bot commented on pull request #18660: [numpy][do not review] fix flaky mixed precision binary error

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

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

2020-07-06 Thread GitBox
Kh4L commented on a change in pull request #18405: URL: https://github.com/apache/incubator-mxnet/pull/18405#discussion_r450375033 ## File path: python/mxnet/gluon/block.py ## @@ -1040,41 +1040,62 @@ def _build_cache(self, *args): warnings.warn("Parameter %s is

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

2020-07-06 Thread GitBox
szha commented on issue #18662: URL: https://github.com/apache/incubator-mxnet/issues/18662#issuecomment-654383639 @fhieber do you have recommendation on how to run sockeye on the above GPU? This is an automated message

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

2020-07-06 Thread GitBox
leezu commented on a change in pull request #18625: URL: https://github.com/apache/incubator-mxnet/pull/18625#discussion_r450407053 ## File path: ci/docker/runtime_functions.sh ## @@ -512,6 +519,7 @@ build_ubuntu_gpu_clang10_werror() {

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

2020-07-06 Thread GitBox
leezu commented on a change in pull request #18625: URL: https://github.com/apache/incubator-mxnet/pull/18625#discussion_r450407053 ## File path: ci/docker/runtime_functions.sh ## @@ -512,6 +519,7 @@ build_ubuntu_gpu_clang10_werror() {

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

2020-07-06 Thread GitBox
leezu commented on a change in pull request #18625: URL: https://github.com/apache/incubator-mxnet/pull/18625#discussion_r450407053 ## File path: ci/docker/runtime_functions.sh ## @@ -512,6 +519,7 @@ build_ubuntu_gpu_clang10_werror() {

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

2020-07-06 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 641764b Bump the

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

2020-07-06 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 d2bacf1 Publish

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

2020-07-06 Thread GitBox
samskalicky commented on a change in pull request #18405: URL: https://github.com/apache/incubator-mxnet/pull/18405#discussion_r450346162 ## File path: python/mxnet/gluon/block.py ## @@ -1040,41 +1040,62 @@ def _build_cache(self, *args): warnings.warn("Parameter

[GitHub] [incubator-mxnet] rondogency commented on issue #18665: Using ShiftScale operation (Similar to BatchNorm) in MXNet (Customer question/inquiry)

2020-07-06 Thread GitBox
rondogency commented on issue #18665: URL: https://github.com/apache/incubator-mxnet/issues/18665#issuecomment-654368718 Hi, are you using Gluon API? according to the doc it is supported https://github.com/apache/incubator-mxnet/blob/v1.7.x/python/mxnet/gluon/nn/basic_layers.py#L306, if

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

2020-07-06 Thread GitBox
Kh4L commented on a change in pull request #18405: URL: https://github.com/apache/incubator-mxnet/pull/18405#discussion_r450376590 ## File path: python/mxnet/gluon/block.py ## @@ -1437,6 +1460,23 @@ def hybrid_forward(self, F, x, *args, **kwargs): # pylint: disable=

[GitHub] [incubator-mxnet] sammieghabra commented on issue #18665: Using ShiftScale operation (Similar to BatchNorm) in MXNet (Customer question/inquiry)

2020-07-06 Thread GitBox
sammieghabra commented on issue #18665: URL: https://github.com/apache/incubator-mxnet/issues/18665#issuecomment-654371413 @rondogency Thank you so much for your response. As mentioned in the description of this issue, I am aware of the `use_global_stats` flag in batch

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

2020-07-06 Thread GitBox
ptrendx commented on pull request #18622: URL: https://github.com/apache/incubator-mxnet/pull/18622#issuecomment-654373793 @leezu Thanks for listing the files - I am now looking into the contents of the right cross compilation package. I think you are right that everything should already

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

2020-07-06 Thread GitBox
stu1130 commented on pull request #18504: URL: https://github.com/apache/incubator-mxnet/pull/18504#issuecomment-654391355 @TaoLv could you help merge it if the PR looks good to you? This is an automated message from the

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

2020-07-06 Thread GitBox
mxnet-bot commented on pull request #18504: URL: https://github.com/apache/incubator-mxnet/pull/18504#issuecomment-654390942 None of the jobs entered are supported. Jobs entered by user: [macosx-x86_64] CI supported Jobs: [centos-gpu, miscellaneous, windows-cpu, windows-gpu,

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

2020-07-06 Thread GitBox
stu1130 commented on pull request #18504: URL: https://github.com/apache/incubator-mxnet/pull/18504#issuecomment-654390908 @mxnet-bot run ci [macosx-x86_64] This is an automated message from the Apache Git Service. To

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

2020-07-06 Thread GitBox
samskalicky commented on a change in pull request #18405: URL: https://github.com/apache/incubator-mxnet/pull/18405#discussion_r450358036 ## File path: python/mxnet/gluon/block.py ## @@ -1437,6 +1460,23 @@ def hybrid_forward(self, F, x, *args, **kwargs): # pylint:

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

2020-07-06 Thread GitBox
samskalicky commented on a change in pull request #18405: URL: https://github.com/apache/incubator-mxnet/pull/18405#discussion_r450345405 ## File path: python/mxnet/gluon/block.py ## @@ -1040,41 +1040,62 @@ def _build_cache(self, *args): warnings.warn("Parameter

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

2020-07-06 Thread GitBox
samskalicky commented on a change in pull request #18405: URL: https://github.com/apache/incubator-mxnet/pull/18405#discussion_r450348025 ## File path: python/mxnet/gluon/block.py ## @@ -1040,41 +1040,62 @@ def _build_cache(self, *args): warnings.warn("Parameter

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

2020-07-06 Thread GitBox
samskalicky commented on a change in pull request #18405: URL: https://github.com/apache/incubator-mxnet/pull/18405#discussion_r450352450 ## File path: python/mxnet/gluon/block.py ## @@ -1437,6 +1460,23 @@ def hybrid_forward(self, F, x, *args, **kwargs): # pylint:

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

2020-07-06 Thread GitBox
chinakook commented on issue #18646: URL: https://github.com/apache/incubator-mxnet/issues/18646#issuecomment-654296913 I think NHWC layout is very important in point cloud algorithms. This is an automated message from the

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

2020-07-06 Thread GitBox
samskalicky commented on a change in pull request #18405: URL: https://github.com/apache/incubator-mxnet/pull/18405#discussion_r450349091 ## File path: python/mxnet/gluon/block.py ## @@ -1040,41 +1040,62 @@ def _build_cache(self, *args): warnings.warn("Parameter

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

2020-07-06 Thread GitBox
leezu commented on pull request #18622: URL: https://github.com/apache/incubator-mxnet/pull/18622#issuecomment-654353049 @ptrendx these are the files available in the S3 bucket. You may need to edit the Dockerfile to install one of the debs: ``` % aws s3 ls --recursive

[GitHub] [incubator-mxnet] leezu edited a comment on pull request #18622: [WIP] Use RTC for elementwise and broadcast ops

2020-07-06 Thread GitBox
leezu edited a comment on pull request #18622: URL: https://github.com/apache/incubator-mxnet/pull/18622#issuecomment-654353049 @ptrendx these are the files available in the S3 bucket. They are the files obtained from the SDK Manager. Is the file you are looking for included? If not, if

[GitHub] [incubator-mxnet] chinakook commented on issue #18591: CPU memory leak when running inference on model with GPU

2020-07-06 Thread GitBox
chinakook commented on issue #18591: URL: https://github.com/apache/incubator-mxnet/issues/18591#issuecomment-654306719 This api may not support multi thread safety. This is an automated message from the Apache Git Service.

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

2020-07-06 Thread GitBox
samskalicky commented on a change in pull request #18405: URL: https://github.com/apache/incubator-mxnet/pull/18405#discussion_r450346162 ## File path: python/mxnet/gluon/block.py ## @@ -1040,41 +1040,62 @@ def _build_cache(self, *args): warnings.warn("Parameter

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

2020-07-06 Thread GitBox
xidulu commented on pull request #18403: URL: https://github.com/apache/incubator-mxnet/pull/18403#issuecomment-654344692 @leezu Issue solved by adding `garbage_expected` flag: https://github.com/apache/incubator-mxnet/pull/18403/files#diff-a6e158f7742ece308155a95c165505f6R2206

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

2020-07-06 Thread GitBox
samskalicky commented on a change in pull request #18405: URL: https://github.com/apache/incubator-mxnet/pull/18405#discussion_r450360528 ## File path: python/mxnet/symbol/symbol.py ## @@ -1544,8 +1544,35 @@ def optimize_for(self, backend, args=None, aux=None, ctx=None,

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

2020-07-06 Thread GitBox
samskalicky commented on a change in pull request #18405: URL: https://github.com/apache/incubator-mxnet/pull/18405#discussion_r450360528 ## File path: python/mxnet/symbol/symbol.py ## @@ -1544,8 +1544,35 @@ def optimize_for(self, backend, args=None, aux=None, ctx=None,

[GitHub] [incubator-mxnet] chinakook commented on issue #18643: ndarray.contrib.boolean_mask can not be hybridize

2020-07-06 Thread GitBox
chinakook commented on issue #18643: URL: https://github.com/apache/incubator-mxnet/issues/18643#issuecomment-654293552 Actually, Loss is used explicitly, so it can be coded as Block, not HybridBlock. This is an automated

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

2020-07-06 Thread GitBox
ptrendx commented on pull request #18622: URL: https://github.com/apache/incubator-mxnet/pull/18622#issuecomment-654316485 @ChaiBapchya The Jetson CI pipeline fails with not being able to find NVRTC - I confirmed it is part of jetpack, so I guess it is not included in the package of libs

[GitHub] [incubator-mxnet] sammieghabra opened a new issue #18665: Using ShiftScale operation (Similar to BatchNorm) in MXNet (Customer question/inquiry)

2020-07-06 Thread GitBox
sammieghabra opened a new issue #18665: URL: https://github.com/apache/incubator-mxnet/issues/18665 ## Description Hi MXNet team, My team wants to implement a layer in MXNet to implement a ShiftScale operator. This layer is similar to batchnorm - however, we want `moving_mean`

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

2020-07-06 Thread GitBox
samskalicky commented on a change in pull request #18405: URL: https://github.com/apache/incubator-mxnet/pull/18405#discussion_r450360818 ## File path: python/mxnet/symbol/symbol.py ## @@ -1544,8 +1544,35 @@ def optimize_for(self, backend, args=None, aux=None, ctx=None,

[GitHub] [incubator-mxnet] leezu merged pull request #18639: User Feedback Widget

2020-07-06 Thread GitBox
leezu merged pull request #18639: URL: https://github.com/apache/incubator-mxnet/pull/18639 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] ys2843 commented on pull request #18639: User Feedback Widget

2020-07-06 Thread GitBox
ys2843 commented on pull request #18639: URL: https://github.com/apache/incubator-mxnet/pull/18639#issuecomment-654522781 > @ys2843 can you please send an email to the mailing list requesting guidance on how to disclose the use of google analytics? @aaronmarkham made the point that the

[incubator-mxnet] branch master updated: User Feedback Widget (#18639)

2020-07-06 Thread lausen
This is an automated email from the ASF dual-hosted git repository. lausen 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 54c0155 User Feedback Widget (#18639)

[incubator-mxnet] branch master updated: User Feedback Widget (#18639)

2020-07-06 Thread lausen
This is an automated email from the ASF dual-hosted git repository. lausen 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 54c0155 User Feedback Widget (#18639)

[GitHub] [incubator-mxnet] ys2843 closed issue #18548: Merge beta.mxnet.io To MXNet Official Website

2020-07-06 Thread GitBox
ys2843 closed issue #18548: URL: https://github.com/apache/incubator-mxnet/issues/18548 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] ys2843 commented on issue #18548: Merge beta.mxnet.io To MXNet Official Website

2020-07-06 Thread GitBox
ys2843 commented on issue #18548: URL: https://github.com/apache/incubator-mxnet/issues/18548#issuecomment-654523856 Project completed. Closing the issue. 1. Created a new R docs website and merged to v1.6 website - Done 2. Created user feedback widget - Done 3. Redirect traffic

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

2020-07-06 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 5b3f84a Bump the

[GitHub] [incubator-mxnet] rondogency commented on issue #18665: Using ShiftScale operation (Similar to BatchNorm) in MXNet (Customer question/inquiry)

2020-07-06 Thread GitBox
rondogency commented on issue #18665: URL: https://github.com/apache/incubator-mxnet/issues/18665#issuecomment-654546431 @zhreshold @sxjscience FYI This is an automated message from the Apache Git Service. To respond to the

[GitHub] [incubator-mxnet] rondogency commented on issue #18665: Using ShiftScale operation (Similar to BatchNorm) in MXNet (Customer question/inquiry)

2020-07-06 Thread GitBox
rondogency commented on issue #18665: URL: https://github.com/apache/incubator-mxnet/issues/18665#issuecomment-654546346 can confirm currently MXNet doesn't support both update global running mean/var and use running mean/var to calculate grads in one pass of Batchnorm, while Keras-MXNet

[GitHub] [incubator-mxnet] andrei5055 commented on pull request #18582: Refactoring of Pooled Storage Manager classes

2020-07-06 Thread GitBox
andrei5055 commented on pull request #18582: URL: https://github.com/apache/incubator-mxnet/pull/18582#issuecomment-654562254 Here is first graph for GPU Storage Managers: ![image](https://user-images.githubusercontent.com/7293680/86691969-30b3c280-bfbe-11ea-9101-0e2ef18b2210.png)

[GitHub] [incubator-mxnet] leezu opened a new issue #18666: Version selector install guides

2020-07-06 Thread GitBox
leezu opened a new issue #18666: URL: https://github.com/apache/incubator-mxnet/issues/18666 ## Description Currently the get started page points to a single build from source guide. As the get started page will be shared among all releases