[GitHub] [incubator-mxnet] olojuwin commented on issue #16485: cudnn_convolution-inl.h:160: Check failed: e == CUDNN_STATUS_SUCCESS (8 vs. 0) : cuDNN: CUDNN_STATUS_EXECUTION_FAILED

2019-10-17 Thread GitBox
olojuwin commented on issue #16485: cudnn_convolution-inl.h:160: Check failed: e == CUDNN_STATUS_SUCCESS (8 vs. 0) : cuDNN: CUDNN_STATUS_EXECUTION_FAILED URL: https://github.com/apache/incubator-mxnet/issues/16485#issuecomment-543527163 @szha #!/bin/bash #source /etc/profile

[GitHub] [incubator-mxnet] olojuwin commented on issue #16485: cudnn_convolution-inl.h:160: Check failed: e == CUDNN_STATUS_SUCCESS (8 vs. 0) : cuDNN: CUDNN_STATUS_EXECUTION_FAILED

2019-10-17 Thread GitBox
olojuwin commented on issue #16485: cudnn_convolution-inl.h:160: Check failed: e == CUDNN_STATUS_SUCCESS (8 vs. 0) : cuDNN: CUDNN_STATUS_EXECUTION_FAILED URL: https://github.com/apache/incubator-mxnet/issues/16485#issuecomment-543525350 @szha ok,I will test later。 I'll give you the

[GitHub] [incubator-mxnet] wkcn edited a comment on issue #15921: dynamic custom operator support

2019-10-17 Thread GitBox
wkcn edited a comment on issue #15921: dynamic custom operator support URL: https://github.com/apache/incubator-mxnet/pull/15921#issuecomment-543521461 @samskalicky , I do not have the permission to retrigger the one of CI, but I have pushed an empty commit to retrigger the all.

[GitHub] [incubator-mxnet] wkcn commented on issue #15921: dynamic custom operator support

2019-10-17 Thread GitBox
wkcn commented on issue #15921: dynamic custom operator support URL: https://github.com/apache/incubator-mxnet/pull/15921#issuecomment-543521461 @samskalicky , I do not have the permission to retrigger the one of CI, but I push a empty commit to retrigger the all.

[GitHub] [incubator-mxnet] samskalicky edited a comment on issue #15921: dynamic custom operator support

2019-10-17 Thread GitBox
samskalicky edited a comment on issue #15921: dynamic custom operator support URL: https://github.com/apache/incubator-mxnet/pull/15921#issuecomment-543515556 @yzhliu any idea why this is failing? ``` Traceback (most recent call last): File "/work/mxnet/contrib/tvmop/compile.py",

[GitHub] [incubator-mxnet] samskalicky commented on issue #15921: dynamic custom operator support

2019-10-17 Thread GitBox
samskalicky commented on issue #15921: dynamic custom operator support URL: https://github.com/apache/incubator-mxnet/pull/15921#issuecomment-543515556 @yzhliu any idea why this is failing? ``` Traceback (most recent call last): File "/work/mxnet/contrib/tvmop/compile.py", line

[GitHub] [incubator-mxnet] coltzwz opened a new issue #16529: How can i compile on the jetson tx2 with tensorrt?

2019-10-17 Thread GitBox
coltzwz opened a new issue #16529: How can i compile on the jetson tx2 with tensorrt? URL: https://github.com/apache/incubator-mxnet/issues/16529 I want depoly mxnet on tx2, and using tensorrt to inference. I found the mxnet-tensorrt-cu90 but it is mxnet-1.2.0, I want to use mxnet-1.6.0.

[GitHub] [incubator-mxnet] samskalicky commented on a change in pull request #15921: dynamic custom operator support

2019-10-17 Thread GitBox
samskalicky commented on a change in pull request #15921: dynamic custom operator support URL: https://github.com/apache/incubator-mxnet/pull/15921#discussion_r336322608 ## File path: include/mxnet/lib_api.h ## @@ -35,6 +35,7 @@ #include #include #include +#include

[GitHub] [incubator-mxnet] wkcn commented on a change in pull request #15921: dynamic custom operator support

2019-10-17 Thread GitBox
wkcn commented on a change in pull request #15921: dynamic custom operator support URL: https://github.com/apache/incubator-mxnet/pull/15921#discussion_r336322102 ## File path: include/mxnet/lib_api.h ## @@ -35,6 +35,7 @@ #include #include #include +#include

[GitHub] [incubator-mxnet] wkcn commented on a change in pull request #15921: dynamic custom operator support

2019-10-17 Thread GitBox
wkcn commented on a change in pull request #15921: dynamic custom operator support URL: https://github.com/apache/incubator-mxnet/pull/15921#discussion_r336322102 ## File path: include/mxnet/lib_api.h ## @@ -35,6 +35,7 @@ #include #include #include +#include

[GitHub] [incubator-mxnet] wkcn commented on a change in pull request #15921: dynamic custom operator support

2019-10-17 Thread GitBox
wkcn commented on a change in pull request #15921: dynamic custom operator support URL: https://github.com/apache/incubator-mxnet/pull/15921#discussion_r336321623 ## File path: include/mxnet/lib_api.h ## @@ -252,7 +253,9 @@ struct MXTensor { default:

[GitHub] [incubator-mxnet] wkcn commented on a change in pull request #15921: dynamic custom operator support

2019-10-17 Thread GitBox
wkcn commented on a change in pull request #15921: dynamic custom operator support URL: https://github.com/apache/incubator-mxnet/pull/15921#discussion_r336321623 ## File path: include/mxnet/lib_api.h ## @@ -252,7 +253,9 @@ struct MXTensor { default:

[GitHub] [incubator-mxnet] tuanzhangCS commented on issue #16427: mxnet.recordio.pack example fails in python3

2019-10-17 Thread GitBox
tuanzhangCS commented on issue #16427: mxnet.recordio.pack example fails in python3 URL: https://github.com/apache/incubator-mxnet/issues/16427#issuecomment-543506663 Use `s = b'...'` @RoeePeleg You can learn the difference of *string* between python2 and python3 (encoding).

[GitHub] [incubator-mxnet] zhanghang1989 commented on issue #6657: Get error "TBlob.get_with_shape: new and old shape do not match total elements". Can anyone help me with this?

2019-10-17 Thread GitBox
zhanghang1989 commented on issue #6657: Get error "TBlob.get_with_shape: new and old shape do not match total elements". Can anyone help me with this? URL: https://github.com/apache/incubator-mxnet/issues/6657#issuecomment-543504838 I still get this error `TBlob.get_with_shape: new and

[GitHub] [incubator-mxnet] zczjx opened a new issue #16528: mxnet cannot export the onnx model with BatchNormalization operator

2019-10-17 Thread GitBox
zczjx opened a new issue #16528: mxnet cannot export the onnx model with BatchNormalization operator URL: https://github.com/apache/incubator-mxnet/issues/16528 ## Description onnx_mxnet.export_model() will throw exception and failure if I use it to export my trained model which have

[GitHub] [incubator-mxnet] mxnet-label-bot commented on issue #16528: mxnet cannot export the onnx model with BatchNormalization operator

2019-10-17 Thread GitBox
mxnet-label-bot commented on issue #16528: mxnet cannot export the onnx model with BatchNormalization operator URL: https://github.com/apache/incubator-mxnet/issues/16528#issuecomment-543503181 Hey, this is the MXNet Label Bot. Thank you for submitting the issue! I will try and

[GitHub] [incubator-mxnet] samskalicky commented on a change in pull request #15921: dynamic custom operator support

2019-10-17 Thread GitBox
samskalicky commented on a change in pull request #15921: dynamic custom operator support URL: https://github.com/apache/incubator-mxnet/pull/15921#discussion_r336319079 ## File path: include/mxnet/lib_api.h ## @@ -63,7 +211,46 @@ struct MXTensor { MXTensor() :

[GitHub] [incubator-mxnet] samskalicky commented on a change in pull request #15921: dynamic custom operator support

2019-10-17 Thread GitBox
samskalicky commented on a change in pull request #15921: dynamic custom operator support URL: https://github.com/apache/incubator-mxnet/pull/15921#discussion_r336319079 ## File path: include/mxnet/lib_api.h ## @@ -63,7 +211,46 @@ struct MXTensor { MXTensor() :

[GitHub] [incubator-mxnet] access2rohit commented on a change in pull request #16476: added large tensor support for add_n and tests for more ops

2019-10-17 Thread GitBox
access2rohit commented on a change in pull request #16476: added large tensor support for add_n and tests for more ops URL: https://github.com/apache/incubator-mxnet/pull/16476#discussion_r336315621 ## File path: tests/nightly/test_large_vector.py ## @@ -708,6 +709,57 @@

[incubator-mxnet] branch master updated (f2ed1d4 -> 63fbfb1)

2019-10-17 Thread reminisce
This is an automated email from the ASF dual-hosted git repository. reminisce pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git. from f2ed1d4 added support for large tensors for Dropout operator and tests to verify support for more

[GitHub] [incubator-mxnet] reminisce merged pull request #16504: [DOC] Fix numpy op doc

2019-10-17 Thread GitBox
reminisce merged pull request #16504: [DOC] Fix numpy op doc URL: https://github.com/apache/incubator-mxnet/pull/16504 This is an automated message from the Apache Git Service. To respond to the message, please log on to

[GitHub] [incubator-mxnet] pedro-abundio-wang opened a new issue #16527: ErrStr:no kernel image is available for execution on the device

2019-10-17 Thread GitBox
pedro-abundio-wang opened a new issue #16527: ErrStr:no kernel image is available for execution on the device URL: https://github.com/apache/incubator-mxnet/issues/16527 Environment Info: I have install CUDA 10.0, and use mxnet-numpy download from offical support

[incubator-mxnet] branch master updated (77e9898 -> f2ed1d4)

2019-10-17 Thread rahul003
This is an automated email from the ASF dual-hosted git repository. rahul003 pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git. from 77e9898 Bug fix for the input of same axes of the swapaxes operator (#16513) add f2ed1d4 added

[incubator-mxnet] branch master updated (77e9898 -> f2ed1d4)

2019-10-17 Thread rahul003
This is an automated email from the ASF dual-hosted git repository. rahul003 pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git. from 77e9898 Bug fix for the input of same axes of the swapaxes operator (#16513) add f2ed1d4 added

[GitHub] [incubator-mxnet] rahul003 merged pull request #16409: added support for large tensors for Dropout operator and tests to verify support for more operators

2019-10-17 Thread GitBox
rahul003 merged pull request #16409: added support for large tensors for Dropout operator and tests to verify support for more operators URL: https://github.com/apache/incubator-mxnet/pull/16409 This is an automated message

[GitHub] [incubator-mxnet] wkcn commented on a change in pull request #15921: dynamic custom operator support

2019-10-17 Thread GitBox
wkcn commented on a change in pull request #15921: dynamic custom operator support URL: https://github.com/apache/incubator-mxnet/pull/15921#discussion_r336308572 ## File path: include/mxnet/lib_api.h ## @@ -63,7 +211,46 @@ struct MXTensor { MXTensor() : data_ptr(NULL)

[GitHub] [incubator-mxnet] anirudh2290 opened a new pull request #16526: Build dmlc-core with old thread_local implementation for MXNet

2019-10-17 Thread GitBox
anirudh2290 opened a new pull request #16526: Build dmlc-core with old thread_local implementation for MXNet URL: https://github.com/apache/incubator-mxnet/pull/16526 ## Description ## MXNet depends on thread local store from dmlc-core. There are two versions of Thread Local store

[GitHub] [incubator-mxnet] wkcn commented on a change in pull request #16502: Add im2col and col2im operator

2019-10-17 Thread GitBox
wkcn commented on a change in pull request #16502: Add im2col and col2im operator URL: https://github.com/apache/incubator-mxnet/pull/16502#discussion_r336305525 ## File path: src/operator/nn/im2col-inl.h ## @@ -0,0 +1,247 @@ +/* + * Licensed to the Apache Software

[GitHub] [incubator-mxnet] wkcn commented on a change in pull request #16502: Add im2col and col2im operator

2019-10-17 Thread GitBox
wkcn commented on a change in pull request #16502: Add im2col and col2im operator URL: https://github.com/apache/incubator-mxnet/pull/16502#discussion_r336305324 ## File path: src/operator/nn/im2col-inl.h ## @@ -0,0 +1,247 @@ +/* + * Licensed to the Apache Software

[GitHub] [incubator-mxnet] tianlanli commented on issue #16516: mxnet 0.10.0 compile fail

2019-10-17 Thread GitBox
tianlanli commented on issue #16516: mxnet 0.10.0 compile fail URL: https://github.com/apache/incubator-mxnet/issues/16516#issuecomment-543469438 > You might want to head over to the discuss forum. 0.10.0 isn't supported anymore but maybe the use case you want can be done in a later

[GitHub] [incubator-mxnet] samskalicky commented on a change in pull request #15921: dynamic custom operator support

2019-10-17 Thread GitBox
samskalicky commented on a change in pull request #15921: dynamic custom operator support URL: https://github.com/apache/incubator-mxnet/pull/15921#discussion_r336304389 ## File path: include/mxnet/lib_api.h ## @@ -63,7 +211,46 @@ struct MXTensor { MXTensor() :

[GitHub] [incubator-mxnet] samskalicky commented on a change in pull request #15921: dynamic custom operator support

2019-10-17 Thread GitBox
samskalicky commented on a change in pull request #15921: dynamic custom operator support URL: https://github.com/apache/incubator-mxnet/pull/15921#discussion_r336304389 ## File path: include/mxnet/lib_api.h ## @@ -63,7 +211,46 @@ struct MXTensor { MXTensor() :

[GitHub] [incubator-mxnet] samskalicky commented on a change in pull request #15921: dynamic custom operator support

2019-10-17 Thread GitBox
samskalicky commented on a change in pull request #15921: dynamic custom operator support URL: https://github.com/apache/incubator-mxnet/pull/15921#discussion_r336304389 ## File path: include/mxnet/lib_api.h ## @@ -63,7 +211,46 @@ struct MXTensor { MXTensor() :

[GitHub] [incubator-mxnet] samskalicky commented on a change in pull request #15921: dynamic custom operator support

2019-10-17 Thread GitBox
samskalicky commented on a change in pull request #15921: dynamic custom operator support URL: https://github.com/apache/incubator-mxnet/pull/15921#discussion_r336304389 ## File path: include/mxnet/lib_api.h ## @@ -63,7 +211,46 @@ struct MXTensor { MXTensor() :

[GitHub] [incubator-mxnet] wkcn commented on a change in pull request #15921: dynamic custom operator support

2019-10-17 Thread GitBox
wkcn commented on a change in pull request #15921: dynamic custom operator support URL: https://github.com/apache/incubator-mxnet/pull/15921#discussion_r336303461 ## File path: include/mxnet/lib_api.h ## @@ -38,6 +38,154 @@ #define MX_LIBRARY_VERSION 1 +/* + * Import

[GitHub] [incubator-mxnet] samskalicky commented on a change in pull request #15921: dynamic custom operator support

2019-10-17 Thread GitBox
samskalicky commented on a change in pull request #15921: dynamic custom operator support URL: https://github.com/apache/incubator-mxnet/pull/15921#discussion_r336303413 ## File path: include/mxnet/lib_api.h ## @@ -38,6 +38,154 @@ #define MX_LIBRARY_VERSION 1 +/* + *

[GitHub] [incubator-mxnet] wkcn commented on a change in pull request #15921: dynamic custom operator support

2019-10-17 Thread GitBox
wkcn commented on a change in pull request #15921: dynamic custom operator support URL: https://github.com/apache/incubator-mxnet/pull/15921#discussion_r336303461 ## File path: include/mxnet/lib_api.h ## @@ -38,6 +38,154 @@ #define MX_LIBRARY_VERSION 1 +/* + * Import

[GitHub] [incubator-mxnet] wkcn commented on a change in pull request #15921: dynamic custom operator support

2019-10-17 Thread GitBox
wkcn commented on a change in pull request #15921: dynamic custom operator support URL: https://github.com/apache/incubator-mxnet/pull/15921#discussion_r336302490 ## File path: include/mxnet/lib_api.h ## @@ -63,7 +211,46 @@ struct MXTensor { MXTensor() : data_ptr(NULL)

[GitHub] [incubator-mxnet] wkcn commented on a change in pull request #15921: dynamic custom operator support

2019-10-17 Thread GitBox
wkcn commented on a change in pull request #15921: dynamic custom operator support URL: https://github.com/apache/incubator-mxnet/pull/15921#discussion_r336302843 ## File path: include/mxnet/lib_api.h ## @@ -38,6 +38,154 @@ #define MX_LIBRARY_VERSION 1 +/* + * Import

[GitHub] [incubator-mxnet] wuxun-zhang edited a comment on issue #16523: [MKLDNN] Fix uint quantized fc when not fusing with requantize

2019-10-17 Thread GitBox
wuxun-zhang edited a comment on issue #16523: [MKLDNN] Fix uint quantized fc when not fusing with requantize URL: https://github.com/apache/incubator-mxnet/pull/16523#issuecomment-543446828 Sure. According to offline accuracy test for `subgraph FC`, `disable subgraph FC` and `subgraph FC

[GitHub] [incubator-mxnet] wuxun-zhang commented on issue #16523: [MKLDNN] Fix uint quantized fc when not fusing with requantize

2019-10-17 Thread GitBox
wuxun-zhang commented on issue #16523: [MKLDNN] Fix uint quantized fc when not fusing with requantize URL: https://github.com/apache/incubator-mxnet/pull/16523#issuecomment-543446828 Sure. According to offline accuracy test for `subgraph FC`, `disable subgraph FC` and `subgraph FC w/o

[incubator-mxnet] branch master updated (f6cfbdf -> 77e9898)

2019-10-17 Thread reminisce
This is an automated email from the ASF dual-hosted git repository. reminisce pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git. from f6cfbdf improve unary and binary operator handling and refactor tests (#16423) add 77e9898 Bug

[incubator-mxnet] branch master updated (f6cfbdf -> 77e9898)

2019-10-17 Thread reminisce
This is an automated email from the ASF dual-hosted git repository. reminisce pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git. from f6cfbdf improve unary and binary operator handling and refactor tests (#16423) add 77e9898 Bug

[GitHub] [incubator-mxnet] reminisce merged pull request #16513: Bug fix for the input of same axes of the swapaxes operator

2019-10-17 Thread GitBox
reminisce merged pull request #16513: Bug fix for the input of same axes of the swapaxes operator URL: https://github.com/apache/incubator-mxnet/pull/16513 This is an automated message from the Apache Git Service. To

[incubator-mxnet] branch master updated (e4f8c50 -> f6cfbdf)

2019-10-17 Thread reminisce
This is an automated email from the ASF dual-hosted git repository. reminisce pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git. from e4f8c50 [MKLDNN] Fix uint quantized fc when not fusing with requantize (#16523) add f6cfbdf

[GitHub] [incubator-mxnet] reminisce merged pull request #16423: Improve unary and binary ufuncs' compatibility with NumPy and refactor unit tests

2019-10-17 Thread GitBox
reminisce merged pull request #16423: Improve unary and binary ufuncs' compatibility with NumPy and refactor unit tests URL: https://github.com/apache/incubator-mxnet/pull/16423 This is an automated message from the Apache

[incubator-mxnet] branch master updated (d1200c9 -> e4f8c50)

2019-10-17 Thread patriczhao
This is an automated email from the ASF dual-hosted git repository. patriczhao pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git. from d1200c9 add binary and docs build command options (#16514) add e4f8c50 [MKLDNN] Fix uint

[incubator-mxnet] branch master updated (d1200c9 -> e4f8c50)

2019-10-17 Thread patriczhao
This is an automated email from the ASF dual-hosted git repository. patriczhao pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git. from d1200c9 add binary and docs build command options (#16514) add e4f8c50 [MKLDNN] Fix uint

[GitHub] [incubator-mxnet] pengzhao-intel merged pull request #16523: [MKLDNN] Fix uint quantized fc when not fusing with requantize

2019-10-17 Thread GitBox
pengzhao-intel merged pull request #16523: [MKLDNN] Fix uint quantized fc when not fusing with requantize URL: https://github.com/apache/incubator-mxnet/pull/16523 This is an automated message from the Apache Git Service.

[GitHub] [incubator-mxnet] SpaceView edited a comment on issue #15492: No CMAKE_CUDA_COMPILER could be found

2019-10-17 Thread GitBox
SpaceView edited a comment on issue #15492: No CMAKE_CUDA_COMPILER could be found URL: https://github.com/apache/incubator-mxnet/issues/15492#issuecomment-543428380 Tried various CMake versions, got the same error, I suppose this is a cuda version problem, and I checked that visual

[GitHub] [incubator-mxnet] pengzhao-intel commented on issue #16523: [MKLDNN] Fix uint quantized fc when not fusing with requantize

2019-10-17 Thread GitBox
pengzhao-intel commented on issue #16523: [MKLDNN] Fix uint quantized fc when not fusing with requantize URL: https://github.com/apache/incubator-mxnet/pull/16523#issuecomment-543434668 @ZhennanQin @wuxun-zhang please remember to change this in 1.0 as well.

[incubator-mxnet] branch master updated (a4ea4a8 -> d1200c9)

2019-10-17 Thread aaronmarkham
This is an automated email from the ASF dual-hosted git repository. aaronmarkham pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git. from a4ea4a8 Load NDArray only to GPU if GPU is present (#16432) add d1200c9 add binary and docs

[incubator-mxnet] branch master updated (a4ea4a8 -> d1200c9)

2019-10-17 Thread aaronmarkham
This is an automated email from the ASF dual-hosted git repository. aaronmarkham pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git. from a4ea4a8 Load NDArray only to GPU if GPU is present (#16432) add d1200c9 add binary and docs

[GitHub] [incubator-mxnet] aaronmarkham merged pull request #16514: add binary and docs build command options to devmenu

2019-10-17 Thread GitBox
aaronmarkham merged pull request #16514: add binary and docs build command options to devmenu URL: https://github.com/apache/incubator-mxnet/pull/16514 This is an automated message from the Apache Git Service. To respond to

[GitHub] [incubator-mxnet] SpaceView commented on issue #15492: No CMAKE_CUDA_COMPILER could be found

2019-10-17 Thread GitBox
SpaceView commented on issue #15492: No CMAKE_CUDA_COMPILER could be found URL: https://github.com/apache/incubator-mxnet/issues/15492#issuecomment-543428380 tried various CMake versions, the same error This is an automated

[GitHub] [incubator-mxnet] aaronmarkham commented on issue #16252: [Flaky] test_softmax_with_length asserts equality near zero

2019-10-17 Thread GitBox
aaronmarkham commented on issue #16252: [Flaky] test_softmax_with_length asserts equality near zero URL: https://github.com/apache/incubator-mxnet/issues/16252#issuecomment-543428160 Broke again here:

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

2019-10-17 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 006bd87 Bump the

[GitHub] [incubator-mxnet] ChaiBapchya commented on a change in pull request #16229: Pseudo 2D transpose kernel

2019-10-17 Thread GitBox
ChaiBapchya commented on a change in pull request #16229: Pseudo 2D transpose kernel URL: https://github.com/apache/incubator-mxnet/pull/16229#discussion_r336280969 ## File path: tests/python/unittest/test_operator.py ## @@ -2876,6 +2876,45 @@ def test_transpose():

[GitHub] [incubator-mxnet] ChaiBapchya commented on a change in pull request #16229: Pseudo 2D transpose kernel

2019-10-17 Thread GitBox
ChaiBapchya commented on a change in pull request #16229: Pseudo 2D transpose kernel URL: https://github.com/apache/incubator-mxnet/pull/16229#discussion_r336280969 ## File path: tests/python/unittest/test_operator.py ## @@ -2876,6 +2876,45 @@ def test_transpose():

[GitHub] [incubator-mxnet] access2rohit commented on issue #16409: added support for large tensors for Dropout operator and tests to verify support for more operators

2019-10-17 Thread GitBox
access2rohit commented on issue #16409: added support for large tensors for Dropout operator and tests to verify support for more operators URL: https://github.com/apache/incubator-mxnet/pull/16409#issuecomment-543405725 @mxnet-label-bot add [pr-awaiting-merge]

[GitHub] [incubator-mxnet] aaronmarkham commented on a change in pull request #16512: detect number of procs during sphinx build

2019-10-17 Thread GitBox
aaronmarkham commented on a change in pull request #16512: detect number of procs during sphinx build URL: https://github.com/apache/incubator-mxnet/pull/16512#discussion_r336267485 ## File path: docs/python_docs/python/Makefile_sphinx ## @@ -18,8 +18,25 @@ # Makefile

[GitHub] [incubator-mxnet] aaronmarkham commented on issue #16512: detect number of procs during sphinx build

2019-10-17 Thread GitBox
aaronmarkham commented on issue #16512: detect number of procs during sphinx build URL: https://github.com/apache/incubator-mxnet/pull/16512#issuecomment-543404840 > Also if we have troubles with make we can use a python thing to build the sphinx docs, there are python alternatives. Make

[GitHub] [incubator-mxnet] access2rohit commented on issue #16476: added large tensor support for add_n and tests for more ops

2019-10-17 Thread GitBox
access2rohit commented on issue #16476: added large tensor support for add_n and tests for more ops URL: https://github.com/apache/incubator-mxnet/pull/16476#issuecomment-543392451 @mxnet-label-bot add [pr-awaiting-merge]

[GitHub] [incubator-mxnet] access2rohit commented on a change in pull request #16371: Added large tensor support and test for gather_nd

2019-10-17 Thread GitBox
access2rohit commented on a change in pull request #16371: Added large tensor support and test for gather_nd URL: https://github.com/apache/incubator-mxnet/pull/16371#discussion_r336257767 ## File path: tests/nightly/test_large_array.py ## @@ -1199,6 +1199,15 @@ def

[GitHub] [incubator-mxnet] access2rohit commented on a change in pull request #16371: Added large tensor support and test for gather_nd

2019-10-17 Thread GitBox
access2rohit commented on a change in pull request #16371: Added large tensor support and test for gather_nd URL: https://github.com/apache/incubator-mxnet/pull/16371#discussion_r336257767 ## File path: tests/nightly/test_large_array.py ## @@ -1199,6 +1199,15 @@ def

[GitHub] [incubator-mxnet] larroy commented on a change in pull request #16512: detect number of procs during sphinx build

2019-10-17 Thread GitBox
larroy commented on a change in pull request #16512: detect number of procs during sphinx build URL: https://github.com/apache/incubator-mxnet/pull/16512#discussion_r336254548 ## File path: docs/python_docs/python/Makefile_sphinx ## @@ -18,8 +18,25 @@ # Makefile for

[GitHub] [incubator-mxnet] larroy commented on a change in pull request #16512: detect number of procs during sphinx build

2019-10-17 Thread GitBox
larroy commented on a change in pull request #16512: detect number of procs during sphinx build URL: https://github.com/apache/incubator-mxnet/pull/16512#discussion_r336254480 ## File path: docs/python_docs/python/Makefile_sphinx ## @@ -18,8 +18,25 @@ # Makefile for

[GitHub] [incubator-mxnet] larroy commented on a change in pull request #16512: detect number of procs during sphinx build

2019-10-17 Thread GitBox
larroy commented on a change in pull request #16512: detect number of procs during sphinx build URL: https://github.com/apache/incubator-mxnet/pull/16512#discussion_r336253909 ## File path: docs/python_docs/python/Makefile_sphinx ## @@ -18,8 +18,25 @@ # Makefile for

[incubator-mxnet] branch master updated (de524bb -> a4ea4a8)

2019-10-17 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 de524bb Fixing broken links (#16500) add a4ea4a8 Load NDArray only to GPU if GPU is present

[GitHub] [incubator-mxnet] anirudhacharya commented on issue #16303: LAMB optimizer

2019-10-17 Thread GitBox
anirudhacharya commented on issue #16303: LAMB optimizer URL: https://github.com/apache/incubator-mxnet/pull/16303#issuecomment-543385490 sorry for the delay. i was away. these are the changes i will do to the existing PR - create multi-tensor kernel that performs the

[incubator-mxnet] branch master updated (de524bb -> a4ea4a8)

2019-10-17 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 de524bb Fixing broken links (#16500) add a4ea4a8 Load NDArray only to GPU if GPU is present

[GitHub] [incubator-mxnet] szha closed issue #16399: ndarray.load crashes MXNet GPU builds on CPU machines

2019-10-17 Thread GitBox
szha closed issue #16399: ndarray.load crashes MXNet GPU builds on CPU machines URL: https://github.com/apache/incubator-mxnet/issues/16399 This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] [incubator-mxnet] szha merged pull request #16432: Load NDArray only to GPU if GPU is present

2019-10-17 Thread GitBox
szha merged pull request #16432: Load NDArray only to GPU if GPU is present URL: https://github.com/apache/incubator-mxnet/pull/16432 This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] [incubator-mxnet] szha commented on a change in pull request #16512: detect number of procs during sphinx build

2019-10-17 Thread GitBox
szha commented on a change in pull request #16512: detect number of procs during sphinx build URL: https://github.com/apache/incubator-mxnet/pull/16512#discussion_r336248762 ## File path: docs/python_docs/python/Makefile_sphinx ## @@ -18,8 +18,25 @@ # Makefile for Sphinx

[GitHub] [incubator-mxnet] eric-haibin-lin commented on a change in pull request #16122: Add fast implementation of LARS

2019-10-17 Thread GitBox
eric-haibin-lin commented on a change in pull request #16122: Add fast implementation of LARS URL: https://github.com/apache/incubator-mxnet/pull/16122#discussion_r336248596 ## File path: python/mxnet/optimizer/optimizer.py ## @@ -781,6 +784,266 @@ def update(self, index,

[GitHub] [incubator-mxnet] anirudh2290 commented on a change in pull request #16371: Added large tensor support and test for gather_nd

2019-10-17 Thread GitBox
anirudh2290 commented on a change in pull request #16371: Added large tensor support and test for gather_nd URL: https://github.com/apache/incubator-mxnet/pull/16371#discussion_r336246437 ## File path: tests/nightly/test_large_array.py ## @@ -1199,6 +1199,15 @@ def

[GitHub] [incubator-mxnet] aaronmarkham commented on a change in pull request #16512: detect number of procs during sphinx build

2019-10-17 Thread GitBox
aaronmarkham commented on a change in pull request #16512: detect number of procs during sphinx build URL: https://github.com/apache/incubator-mxnet/pull/16512#discussion_r336245385 ## File path: docs/python_docs/python/Makefile_sphinx ## @@ -18,8 +18,25 @@ # Makefile

[GitHub] [incubator-mxnet] aaronmarkham opened a new pull request #16525: add option to remove indexes

2019-10-17 Thread GitBox
aaronmarkham opened a new pull request #16525: add option to remove indexes URL: https://github.com/apache/incubator-mxnet/pull/16525 ## Description ## This feature was removed due to inconsistency in server configs between prod and staging. Adding it back. It'll fix the issues

[GitHub] [incubator-mxnet] anirudh2290 commented on a change in pull request #16476: added large tensor support for add_n and tests for more ops

2019-10-17 Thread GitBox
anirudh2290 commented on a change in pull request #16476: added large tensor support for add_n and tests for more ops URL: https://github.com/apache/incubator-mxnet/pull/16476#discussion_r336241531 ## File path: tests/nightly/test_large_vector.py ## @@ -708,6 +709,57 @@

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

2019-10-17 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 d662221 Bump the

[GitHub] [incubator-mxnet] access2rohit commented on a change in pull request #16409: added support for large tensors for Dropout operator and tests to verify support for more operators

2019-10-17 Thread GitBox
access2rohit commented on a change in pull request #16409: added support for large tensors for Dropout operator and tests to verify support for more operators URL: https://github.com/apache/incubator-mxnet/pull/16409#discussion_r336235196 ## File path:

[GitHub] [incubator-mxnet] anirudh2290 commented on a change in pull request #16409: added support for large tensors for Dropout operator and tests to verify support for more operators

2019-10-17 Thread GitBox
anirudh2290 commented on a change in pull request #16409: added support for large tensors for Dropout operator and tests to verify support for more operators URL: https://github.com/apache/incubator-mxnet/pull/16409#discussion_r336234831 ## File path:

[incubator-mxnet] branch master updated (bf57ff8 -> de524bb)

2019-10-17 Thread aaronmarkham
This is an automated email from the ASF dual-hosted git repository. aaronmarkham pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git. from bf57ff8 added more tests to verify support for large vector (#16477) add de524bb Fixing broken

[incubator-mxnet-site] branch beta-site updated: add back Options -Indexes

2019-10-17 Thread aaronmarkham
This is an automated email from the ASF dual-hosted git repository. aaronmarkham pushed a commit to branch beta-site in repository https://gitbox.apache.org/repos/asf/incubator-mxnet-site.git The following commit(s) were added to refs/heads/beta-site by this push: new 2ec75b0 add back

[incubator-mxnet] branch master updated (bf57ff8 -> de524bb)

2019-10-17 Thread aaronmarkham
This is an automated email from the ASF dual-hosted git repository. aaronmarkham pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git. from bf57ff8 added more tests to verify support for large vector (#16477) add de524bb Fixing broken

[GitHub] [incubator-mxnet] aaronmarkham merged pull request #16500: Fixing broken links

2019-10-17 Thread GitBox
aaronmarkham merged pull request #16500: Fixing broken links URL: https://github.com/apache/incubator-mxnet/pull/16500 This is an automated message from the Apache Git Service. To respond to the message, please log on to

[GitHub] [incubator-mxnet] aaronmarkham commented on a change in pull request #16512: detect number of procs during sphinx build

2019-10-17 Thread GitBox
aaronmarkham commented on a change in pull request #16512: detect number of procs during sphinx build URL: https://github.com/apache/incubator-mxnet/pull/16512#discussion_r336221399 ## File path: docs/python_docs/python/Makefile_sphinx ## @@ -18,8 +18,25 @@ # Makefile

[GitHub] [incubator-mxnet] Caenorst commented on a change in pull request #16408: Add MXNet Ops for fast multihead attention

2019-10-17 Thread GitBox
Caenorst commented on a change in pull request #16408: Add MXNet Ops for fast multihead attention URL: https://github.com/apache/incubator-mxnet/pull/16408#discussion_r336220153 ## File path: src/operator/contrib/transformer.cc ## @@ -29,6 +29,231 @@ namespace mxnet {

[GitHub] [incubator-mxnet] szha commented on issue #16485: cudnn_convolution-inl.h:160: Check failed: e == CUDNN_STATUS_SUCCESS (8 vs. 0) : cuDNN: CUDNN_STATUS_EXECUTION_FAILED

2019-10-17 Thread GitBox
szha commented on issue #16485: cudnn_convolution-inl.h:160: Check failed: e == CUDNN_STATUS_SUCCESS (8 vs. 0) : cuDNN: CUDNN_STATUS_EXECUTION_FAILED URL: https://github.com/apache/incubator-mxnet/issues/16485#issuecomment-543354152 @olojuwin thanks for reporting. could you try cuda 9.2

[GitHub] [incubator-mxnet] szha commented on a change in pull request #16512: detect number of procs during sphinx build

2019-10-17 Thread GitBox
szha commented on a change in pull request #16512: detect number of procs during sphinx build URL: https://github.com/apache/incubator-mxnet/pull/16512#discussion_r336199874 ## File path: docs/python_docs/python/Makefile_sphinx ## @@ -18,8 +18,25 @@ # Makefile for Sphinx

[GitHub] [incubator-mxnet] ptrendx commented on issue #16508: Distributed Training using MXNet with Horovod

2019-10-17 Thread GitBox
ptrendx commented on issue #16508: Distributed Training using MXNet with Horovod URL: https://github.com/apache/incubator-mxnet/issues/16508#issuecomment-543323744 @apeforest @yuxihu This is an automated message from the

[GitHub] [incubator-mxnet] aaronmarkham commented on a change in pull request #16512: detect number of procs during sphinx build

2019-10-17 Thread GitBox
aaronmarkham commented on a change in pull request #16512: detect number of procs during sphinx build URL: https://github.com/apache/incubator-mxnet/pull/16512#discussion_r336170072 ## File path: docs/python_docs/python/Makefile_sphinx ## @@ -18,8 +18,25 @@ # Makefile

[GitHub] [incubator-mxnet] aaronmarkham commented on a change in pull request #16512: detect number of procs during sphinx build

2019-10-17 Thread GitBox
aaronmarkham commented on a change in pull request #16512: detect number of procs during sphinx build URL: https://github.com/apache/incubator-mxnet/pull/16512#discussion_r336169019 ## File path: docs/python_docs/python/Makefile_sphinx ## @@ -18,8 +18,25 @@ # Makefile

[GitHub] [incubator-mxnet] sxjscience commented on issue #16303: LAMB optimizer

2019-10-17 Thread GitBox
sxjscience commented on issue #16303: LAMB optimizer URL: https://github.com/apache/incubator-mxnet/pull/16303#issuecomment-543309499 @anirudhacharya Any update? This is an automated message from the Apache Git Service. To

[GitHub] [incubator-mxnet] aaronmarkham commented on issue #16514: add binary and docs build command options to devmenu

2019-10-17 Thread GitBox
aaronmarkham commented on issue #16514: add binary and docs build command options to devmenu URL: https://github.com/apache/incubator-mxnet/pull/16514#issuecomment-543309333 > could you explain tradeoff / motivation between building all docs or one by one? CI was updated to

[GitHub] [incubator-mxnet] access2rohit commented on issue #16371: Added large tensor support and test for gather_nd

2019-10-17 Thread GitBox
access2rohit commented on issue #16371: Added large tensor support and test for gather_nd URL: https://github.com/apache/incubator-mxnet/pull/16371#issuecomment-543308952 ` test_large_array.test_gather ... ok --

[GitHub] [incubator-mxnet] aaronmarkham commented on a change in pull request #16514: add binary and docs build command options to devmenu

2019-10-17 Thread GitBox
aaronmarkham commented on a change in pull request #16514: add binary and docs build command options to devmenu URL: https://github.com/apache/incubator-mxnet/pull/16514#discussion_r336166324 ## File path: dev_menu.py ## @@ -132,8 +132,24 @@ def

[GitHub] [incubator-mxnet] aaronmarkham commented on a change in pull request #16514: add binary and docs build command options to devmenu

2019-10-17 Thread GitBox
aaronmarkham commented on a change in pull request #16514: add binary and docs build command options to devmenu URL: https://github.com/apache/incubator-mxnet/pull/16514#discussion_r336166169 ## File path: dev_menu.py ## @@ -132,8 +132,24 @@ def

[GitHub] [incubator-mxnet] sxjscience commented on a change in pull request #16229: Pseudo 2D transpose kernel

2019-10-17 Thread GitBox
sxjscience commented on a change in pull request #16229: Pseudo 2D transpose kernel URL: https://github.com/apache/incubator-mxnet/pull/16229#discussion_r336165403 ## File path: tests/python/unittest/test_operator.py ## @@ -2876,6 +2876,45 @@ def test_transpose():

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

2019-10-17 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 268ca7f Bump the

  1   2   >