[GitHub] szha commented on a change in pull request #13896: Cudnn dropout

2019-01-31 Thread GitBox
szha commented on a change in pull request #13896: Cudnn dropout URL: https://github.com/apache/incubator-mxnet/pull/13896#discussion_r252957012 ## File path: src/operator/nn/dropout-inl.h ## @@ -367,29 +475,54 @@ class DropoutOp { /*! \brief Dropout mode */

[GitHub] szha commented on a change in pull request #13896: Cudnn dropout

2019-01-31 Thread GitBox
szha commented on a change in pull request #13896: Cudnn dropout URL: https://github.com/apache/incubator-mxnet/pull/13896#discussion_r252954441 ## File path: src/operator/cudnn_rnn-inl.h ## @@ -699,7 +699,7 @@ class CuDNNRNNOp : public Operator { if (param_.p > 0)

[GitHub] szha commented on a change in pull request #13896: Cudnn dropout

2019-01-31 Thread GitBox
szha commented on a change in pull request #13896: Cudnn dropout URL: https://github.com/apache/incubator-mxnet/pull/13896#discussion_r252954246 ## File path: src/operator/cudnn_rnn-inl.h ## @@ -699,7 +699,7 @@ class CuDNNRNNOp : public Operator { if (param_.p > 0)

[GitHub] eric-haibin-lin commented on a change in pull request #13896: Cudnn dropout

2019-01-31 Thread GitBox
eric-haibin-lin commented on a change in pull request #13896: Cudnn dropout URL: https://github.com/apache/incubator-mxnet/pull/13896#discussion_r252951768 ## File path: src/executor/attach_op_resource_pass.cc ## @@ -64,20 +64,33 @@ void AttachOpResources(

[GitHub] eric-haibin-lin commented on a change in pull request #13896: Cudnn dropout

2019-01-31 Thread GitBox
eric-haibin-lin commented on a change in pull request #13896: Cudnn dropout URL: https://github.com/apache/incubator-mxnet/pull/13896#discussion_r252952197 ## File path: src/operator/nn/dropout-inl.h ## @@ -367,29 +475,54 @@ class DropoutOp { /*! \brief Dropout mode */

[GitHub] eric-haibin-lin commented on a change in pull request #13896: Cudnn dropout

2019-01-31 Thread GitBox
eric-haibin-lin commented on a change in pull request #13896: Cudnn dropout URL: https://github.com/apache/incubator-mxnet/pull/13896#discussion_r252952462 ## File path: src/operator/nn/dropout-inl.h ## @@ -367,29 +475,54 @@ class DropoutOp { /*! \brief Dropout mode */

[GitHub] eric-haibin-lin commented on a change in pull request #13896: Cudnn dropout

2019-01-31 Thread GitBox
eric-haibin-lin commented on a change in pull request #13896: Cudnn dropout URL: https://github.com/apache/incubator-mxnet/pull/13896#discussion_r252951835 ## File path: src/operator/cudnn_rnn-inl.h ## @@ -699,7 +699,7 @@ class CuDNNRNNOp : public Operator { if

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

2019-01-31 Thread zhasheng
This is an automated email from the ASF dual-hosted git repository. zhasheng 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 beb7d7a Bump the publish

[GitHub] szha commented on issue #14017: Loading parameters from pretrained gluon model

2019-01-31 Thread GitBox
szha commented on issue #14017: Loading parameters from pretrained gluon model URL: https://github.com/apache/incubator-mxnet/issues/14017#issuecomment-459629217 @MaJieCornell you can still update the parameter files by calling `param_dict = mx.nd.load('filename.params')`, which returns a

[GitHub] szha commented on issue #13975: Fix quote on LBSGD docs

2019-01-31 Thread GitBox
szha commented on issue #13975: Fix quote on LBSGD docs URL: https://github.com/apache/incubator-mxnet/pull/13975#issuecomment-459626141 This comment is ignored: https://github.com/apache/incubator-mxnet/issues/12171#issuecomment-415178244

[GitHub] vandanavk commented on issue #14035: [WIP] Fix documentation for bilinear upsampling

2019-01-31 Thread GitBox
vandanavk commented on issue #14035: [WIP] Fix documentation for bilinear upsampling URL: https://github.com/apache/incubator-mxnet/pull/14035#issuecomment-459621543 @mxnet-label-bot add [pr-work-in-progress, Operator] This

[GitHub] vandanavk commented on issue #14042: [WIP] Support tuple of scales in upsample operator

2019-01-31 Thread GitBox
vandanavk commented on issue #14042: [WIP] Support tuple of scales in upsample operator URL: https://github.com/apache/incubator-mxnet/pull/14042#issuecomment-459621674 @mxnet-label-bot add [pr-work-in-progress, ONNX, Operator]

[GitHub] vandanavk opened a new pull request #14042: [WIP] Support tuple of scales in upsample operator

2019-01-31 Thread GitBox
vandanavk opened a new pull request #14042: [WIP] Support tuple of scales in upsample operator URL: https://github.com/apache/incubator-mxnet/pull/14042 ## Description ## ## Checklist ## ### Essentials ### Please feel free to remove inapplicable items for your PR. - [ ]

[GitHub] seujung commented on a change in pull request #13735: update wavenet codes

2019-01-31 Thread GitBox
seujung commented on a change in pull request #13735: update wavenet codes URL: https://github.com/apache/incubator-mxnet/pull/13735#discussion_r252942411 ## File path: example/gluon/wavenet/models.py ## @@ -0,0 +1,118 @@ + +# Licensed to the Apache Software Foundation

[GitHub] szha commented on issue #13998: expand_dims() makes copy instead of simply reshaping

2019-01-31 Thread GitBox
szha commented on issue #13998: expand_dims() makes copy instead of simply reshaping URL: https://github.com/apache/incubator-mxnet/issues/13998#issuecomment-459617256 @stephenrawls you're right that `expand_dims` and `squeeze` for NDArray should behave consistently with `reshape`.

[GitHub] seujung commented on a change in pull request #13735: update wavenet codes

2019-01-31 Thread GitBox
seujung commented on a change in pull request #13735: update wavenet codes URL: https://github.com/apache/incubator-mxnet/pull/13735#discussion_r252939045 ## File path: example/gluon/wavenet/README.md ## @@ -0,0 +1,53 @@ +# WaveNet with Gluon + +Gluon implementation of

[GitHub] vdantu commented on issue #14002: error: ‘__cpuid’ was not declared in this scope

2019-01-31 Thread GitBox
vdantu commented on issue #14002: error: ‘__cpuid’ was not declared in this scope URL: https://github.com/apache/incubator-mxnet/issues/14002#issuecomment-459613578 @azai91 @mseth10 : could you guys help? @mahmoodn : could you share you config.mk file? I tried to build on a CUDA

[GitHub] ptrendx commented on issue #14039: add new cloud providers to install page

2019-01-31 Thread GitBox
ptrendx commented on issue #14039: add new cloud providers to install page URL: https://github.com/apache/incubator-mxnet/pull/14039#issuecomment-459605774 The link to MXNet docker container should be https://ngc.nvidia.com/catalog/containers/nvidia:mxnet instead of

[GitHub] vdantu commented on issue #14002: error: ‘__cpuid’ was not declared in this scope

2019-01-31 Thread GitBox
vdantu commented on issue #14002: error: ‘__cpuid’ was not declared in this scope URL: https://github.com/apache/incubator-mxnet/issues/14002#issuecomment-459605034 @mxnet-label-bot update [Build, mkldnn] This is an

[GitHub] vdantu commented on issue #13988: Using NaiveEngine with Unix fork() hangs during prediction.

2019-01-31 Thread GitBox
vdantu commented on issue #13988: Using NaiveEngine with Unix fork() hangs during prediction. URL: https://github.com/apache/incubator-mxnet/issues/13988#issuecomment-459602871 @anirudh2290 , would you be able to help?

[GitHub] szha edited a comment on issue #13896: Cudnn dropout

2019-01-31 Thread GitBox
szha edited a comment on issue #13896: Cudnn dropout URL: https://github.com/apache/incubator-mxnet/pull/13896#issuecomment-458445531 ~As of 7f76582 the speed-up still depends on the size of the input because of set descriptor overhead. Since it’s a stateful op, it’s possible to utilize

[GitHub] theSparta opened a new issue #8126: Not able to train a neural network [XOR added]

2019-01-31 Thread GitBox
theSparta opened a new issue #8126: Not able to train a neural network [XOR added] URL: https://github.com/apache/incubator-mxnet/issues/8126 ## Environment info Operating System: Ubuntu 16.04 Compiler: g++ Package used (Python/R/Scala/Julia): C++ MXNet version: 0.11

[GitHub] szha commented on issue #8126: Not able to train a neural network [XOR added]

2019-01-31 Thread GitBox
szha commented on issue #8126: Not able to train a neural network [XOR added] URL: https://github.com/apache/incubator-mxnet/issues/8126#issuecomment-459589975 @theSparta sorry to hear that. We still owe this issue a proper closure so I'm reopening it. @vdantu did you try to verify the

[GitHub] theSparta commented on issue #8126: Not able to train a neural network [XOR added]

2019-01-31 Thread GitBox
theSparta commented on issue #8126: Not able to train a neural network [XOR added] URL: https://github.com/apache/incubator-mxnet/issues/8126#issuecomment-459588538 @vdantu I switched to Tensorflow instead to solve my problem instead of using MXNet.

[GitHub] theSparta closed issue #8126: Not able to train a neural network [XOR added]

2019-01-31 Thread GitBox
theSparta closed issue #8126: Not able to train a neural network [XOR added] URL: https://github.com/apache/incubator-mxnet/issues/8126 This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] mseth10 opened a new pull request #14041: modifying SyncBN doc for FP16 use case

2019-01-31 Thread GitBox
mseth10 opened a new pull request #14041: modifying SyncBN doc for FP16 use case URL: https://github.com/apache/incubator-mxnet/pull/14041 ## Description ## Adding instructions for MXNet users on SyncBN FP16 support and workarounds. ## Checklist ## ### Essentials ### Please

[GitHub] ZhennanQin commented on issue #13697: [MKLDNN] Enable signed int8 support for convolution.

2019-01-31 Thread GitBox
ZhennanQin commented on issue #13697: [MKLDNN] Enable signed int8 support for convolution. URL: https://github.com/apache/incubator-mxnet/pull/13697#issuecomment-459582509 @KellenSunderland @szha @TaoLv Comments are addressed. Please review again. Thanks.

[GitHub] vdantu commented on issue #13765: Centos 7: libcrypto.so.1.0.0: cannot open shared object file

2019-01-31 Thread GitBox
vdantu commented on issue #13765: Centos 7: libcrypto.so.1.0.0: cannot open shared object file URL: https://github.com/apache/incubator-mxnet/issues/13765#issuecomment-459578494 @akond : So you moved from Scala to R? Just curious, what are we tracking now with this issue? Also, could you

[GitHub] vdantu commented on issue #13782: Segmentation Fault on the Raspberry pi 3

2019-01-31 Thread GitBox
vdantu commented on issue #13782: Segmentation Fault on the Raspberry pi 3 URL: https://github.com/apache/incubator-mxnet/issues/13782#issuecomment-459577781 @MyraBaba : So using mobileNet works but resnet doesn't? So this is a memory issue on the pi devices?

[GitHub] coolwebgo commented on issue #13265: MXNet C++Interface reasoning leads to CPU memory leak

2019-01-31 Thread GitBox
coolwebgo commented on issue #13265: MXNet C++Interface reasoning leads to CPU memory leak URL: https://github.com/apache/incubator-mxnet/issues/13265#issuecomment-459577033 I also got the memory leak , call like this : MXPredCreate() MXPredSetInput(x);

[GitHub] vdantu commented on issue #13520: Check failed: b < len (21 vs. 21) slicing with begin[0]=21 exceends limit of 21

2019-01-31 Thread GitBox
vdantu commented on issue #13520: Check failed: b < len (21 vs. 21) slicing with begin[0]=21 exceends limit of 21 URL: https://github.com/apache/incubator-mxnet/issues/13520#issuecomment-459576198 @rahul003 : Could you help with this?

[GitHub] vdantu commented on issue #10715: Wrong params file is not reported as error in C API

2019-01-31 Thread GitBox
vdantu commented on issue #10715: Wrong params file is not reported as error in C API URL: https://github.com/apache/incubator-mxnet/issues/10715#issuecomment-459574841 @mxnet-label-bot update [C API, Question, Pending Requester Info]

[GitHub] vdantu edited a comment on issue #10715: Wrong params file is not reported as error in C API

2019-01-31 Thread GitBox
vdantu edited a comment on issue #10715: Wrong params file is not reported as error in C API URL: https://github.com/apache/incubator-mxnet/issues/10715#issuecomment-459574378 @bputrycz :.Seems like there [is a check](

[GitHub] vdantu edited a comment on issue #10715: Wrong params file is not reported as error in C API

2019-01-31 Thread GitBox
vdantu edited a comment on issue #10715: Wrong params file is not reported as error in C API URL: https://github.com/apache/incubator-mxnet/issues/10715#issuecomment-459574378 @bputrycz :.Seems like there [is a check](

[GitHub] vdantu edited a comment on issue #10715: Wrong params file is not reported as error in C API

2019-01-31 Thread GitBox
vdantu edited a comment on issue #10715: Wrong params file is not reported as error in C API URL: https://github.com/apache/incubator-mxnet/issues/10715#issuecomment-459574378 @bputrycz :.Seems like there [is a check](

[GitHub] vdantu commented on issue #10715: Wrong params file is not reported as error in C API

2019-01-31 Thread GitBox
vdantu commented on issue #10715: Wrong params file is not reported as error in C API URL: https://github.com/apache/incubator-mxnet/issues/10715#issuecomment-459574378 @bputrycz :.Seems like there [is a check](

[GitHub] lanking520 merged pull request #14038: [MXNET-1318] Now passing DType of Label downstream to Label's DataDesc object

2019-01-31 Thread GitBox
lanking520 merged pull request #14038: [MXNET-1318] Now passing DType of Label downstream to Label's DataDesc object URL: https://github.com/apache/incubator-mxnet/pull/14038 This is an automated message from the Apache Git

[incubator-mxnet] branch master updated: Now passing DType of Label downstream to Label's DataDesc object (#14038)

2019-01-31 Thread lanking
This is an automated email from the ASF dual-hosted git repository. lanking 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 f95e794 Now passing DType of Label

[GitHub] lanking520 closed issue #14037: Add DType support for NDArrayIter for the label DataDescriptor

2019-01-31 Thread GitBox
lanking520 closed issue #14037: Add DType support for NDArrayIter for the label DataDescriptor URL: https://github.com/apache/incubator-mxnet/issues/14037 This is an automated message from the Apache Git Service. To respond

[GitHub] mseth10 commented on issue #14016: fix test_depthwise_convoltuion for occasional CI failures

2019-01-31 Thread GitBox
mseth10 commented on issue #14016: fix test_depthwise_convoltuion for occasional CI failures URL: https://github.com/apache/incubator-mxnet/pull/14016#issuecomment-459573738 @Vikas89 This test already runs on GPU no cuDNN environment. So we are good there.

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

2019-01-31 Thread zhasheng
This is an automated email from the ASF dual-hosted git repository. zhasheng 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 8e2dadc Bump the publish

[GitHub] iblis17 commented on issue #14027: Julia: rename `mx.clip` to `clamp` for `NDArray`

2019-01-31 Thread GitBox
iblis17 commented on issue #14027: Julia: rename `mx.clip` to `clamp` for `NDArray` URL: https://github.com/apache/incubator-mxnet/pull/14027#issuecomment-459569979 There is a API name `clamp`, which functionality is same as `mx.clip`, in Julia's stdlib. e.g. ```julia julia>

[GitHub] iblis17 edited a comment on issue #14027: Julia: rename `mx.clip` to `clamp` for `NDArray`

2019-01-31 Thread GitBox
iblis17 edited a comment on issue #14027: Julia: rename `mx.clip` to `clamp` for `NDArray` URL: https://github.com/apache/incubator-mxnet/pull/14027#issuecomment-459569979 There is a API named `clamp`, which functionality is same as `mx.clip`, in Julia's stdlib. e.g. ```julia

[GitHub] hetong007 merged pull request #14023: [R] Add NAG optimizer

2019-01-31 Thread GitBox
hetong007 merged pull request #14023: [R] Add NAG optimizer URL: https://github.com/apache/incubator-mxnet/pull/14023 This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub

[incubator-mxnet] branch master updated: add NAG optimizer to r api (#14023)

2019-01-31 Thread the
This is an automated email from the ASF dual-hosted git repository. the 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 439377d add NAG optimizer to r api

[GitHub] Roshrini commented on issue #13981: ONNX export: broadcast_to, tile ops

2019-01-31 Thread GitBox
Roshrini commented on issue #13981: ONNX export: broadcast_to, tile ops URL: https://github.com/apache/incubator-mxnet/pull/13981#issuecomment-459563779 @zhreshold For review This is an automated message from the Apache Git

[GitHub] lanking520 closed issue #13765: Centos 7: libcrypto.so.1.0.0: cannot open shared object file

2019-01-31 Thread GitBox
lanking520 closed issue #13765: Centos 7: libcrypto.so.1.0.0: cannot open shared object file URL: https://github.com/apache/incubator-mxnet/issues/13765 This is an automated message from the Apache Git Service. To respond

[GitHub] lanking520 closed issue #13223: compile error

2019-01-31 Thread GitBox
lanking520 closed issue #13223: compile error URL: https://github.com/apache/incubator-mxnet/issues/13223 This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the

[GitHub] lanking520 commented on issue #13223: compile error

2019-01-31 Thread GitBox
lanking520 commented on issue #13223: compile error URL: https://github.com/apache/incubator-mxnet/issues/13223#issuecomment-459561172 Close it for now. Please feel free to reopen if you are facing more issues. This is an

[GitHub] vdantu commented on issue #13223: compile error

2019-01-31 Thread GitBox
vdantu commented on issue #13223: compile error URL: https://github.com/apache/incubator-mxnet/issues/13223#issuecomment-459560752 We haven't heard back about the issue. I think we can close it for now. @gjtjx : We will close this issue for now. Please feel free to reopen it if

[GitHub] vdantu commented on issue #12244: New Version Compile Issues!

2019-01-31 Thread GitBox
vdantu commented on issue #12244: New Version Compile Issues! URL: https://github.com/apache/incubator-mxnet/issues/12244#issuecomment-459559778 @liuzhi136 : Could you upload the config flags you are using? Are you still facing this issue? If you can attach the ```config.mk``` file here,

[GitHub] wkcn closed issue #14030: The problem of ABI compatibility in MXTVMBridge

2019-01-31 Thread GitBox
wkcn closed issue #14030: The problem of ABI compatibility in MXTVMBridge URL: https://github.com/apache/incubator-mxnet/issues/14030 This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] wkcn commented on issue #14030: The problem of ABI compatibility in MXTVMBridge

2019-01-31 Thread GitBox
wkcn commented on issue #14030: The problem of ABI compatibility in MXTVMBridge URL: https://github.com/apache/incubator-mxnet/issues/14030#issuecomment-459559774 The problem is related to TVM, so I open an issue in TVM project.

[GitHub] vdantu commented on issue #12869: Python trained model gives different features set in C++

2019-01-31 Thread GitBox
vdantu commented on issue #12869: Python trained model gives different features set in C++ URL: https://github.com/apache/incubator-mxnet/issues/12869#issuecomment-459558609 @MyraBaba : Were you able to output the float vector? Just checking in to see how you were doing with using the

[incubator-mxnet] branch master updated: Export resize and support batch size (#14014)

2019-01-31 Thread skm
This is an automated email from the ASF dual-hosted git repository. skm 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 2a4634b Export resize and support batch

[GitHub] IvyBazan commented on issue #12518: Documentation indices for Random Samplers incomplete

2019-01-31 Thread GitBox
IvyBazan commented on issue #12518: Documentation indices for Random Samplers incomplete URL: https://github.com/apache/incubator-mxnet/issues/12518#issuecomment-459556083 It seems that the autosummary sections have specific callouts because of Sphinx limitations with autosummary. I

[GitHub] lanking520 commented on issue #11926: segfault in native code while trying to use CustomOp

2019-01-31 Thread GitBox
lanking520 commented on issue #11926: segfault in native code while trying to use CustomOp URL: https://github.com/apache/incubator-mxnet/issues/11926#issuecomment-459556198 @mdespriee Here to help, are you still facing the problems?

[GitHub] sandeep-krishnamurthy merged pull request #14014: Export resize and support batch size

2019-01-31 Thread GitBox
sandeep-krishnamurthy merged pull request #14014: Export resize and support batch size URL: https://github.com/apache/incubator-mxnet/pull/14014 This is an automated message from the Apache Git Service. To respond to the

[GitHub] anirudh2290 commented on issue #14032: re-enable flaky test

2019-01-31 Thread GitBox
anirudh2290 commented on issue #14032: re-enable flaky test URL: https://github.com/apache/incubator-mxnet/pull/14032#issuecomment-459555407 Did you run this test repeatedly ? This is an automated message from the Apache Git

[GitHub] wkcn edited a comment on issue #14030: The bug in MXTVMBridge

2019-01-31 Thread GitBox
wkcn edited a comment on issue #14030: The bug in MXTVMBridge URL: https://github.com/apache/incubator-mxnet/issues/14030#issuecomment-459551740 @tqchen Is it possible to provide an API like this? It may be available to avoid the problem of ABI compatibility. ```c++ class

[GitHub] IvyBazan commented on issue #12828: Navigation for Docs Broken

2019-01-31 Thread GitBox
IvyBazan commented on issue #12828: Navigation for Docs Broken URL: https://github.com/apache/incubator-mxnet/issues/12828#issuecomment-459555135 @thomelane @aaronmarkham I tried the replacement described above and found that it didn't have any impact unless the tree generation for

[GitHub] IvyBazan removed a comment on issue #12828: Navigation for Docs Broken

2019-01-31 Thread GitBox
IvyBazan removed a comment on issue #12828: Navigation for Docs Broken URL: https://github.com/apache/incubator-mxnet/issues/12828#issuecomment-459554729 @thomelane @aaronmarkham I tried the replacement described above and found that it didn't have any impact unless the tree generation

[GitHub] IvyBazan commented on issue #12828: Navigation for Docs Broken

2019-01-31 Thread GitBox
IvyBazan commented on issue #12828: Navigation for Docs Broken URL: https://github.com/apache/incubator-mxnet/issues/12828#issuecomment-459554729 @thomelane @aaronmarkham I tried the replacement described above and found that it didn't have any impact unless the tree generation for

[GitHub] wkcn edited a comment on issue #14030: The bug in MXTVMBridge

2019-01-31 Thread GitBox
wkcn edited a comment on issue #14030: The bug in MXTVMBridge URL: https://github.com/apache/incubator-mxnet/issues/14030#issuecomment-459551740 @tqchen Is it possible to provide an API like this to avoid the problem of ABI compatibility. ```c++ class PackedFunc {

[GitHub] wkcn edited a comment on issue #14030: The bug in MXTVMBridge

2019-01-31 Thread GitBox
wkcn edited a comment on issue #14030: The bug in MXTVMBridge URL: https://github.com/apache/incubator-mxnet/issues/14030#issuecomment-459551740 @tqchen Is it possible to provide an API like this? Call `_RemoteCallPacked` to avoid the problem of ABI compatibility. ```c++

[GitHub] wkcn edited a comment on issue #14030: The bug in MXTVMBridge

2019-01-31 Thread GitBox
wkcn edited a comment on issue #14030: The bug in MXTVMBridge URL: https://github.com/apache/incubator-mxnet/issues/14030#issuecomment-459551740 @tqchen Is it possible to provide an API like this? The outside program calls `RemoteCallPacked` to avoid the problem of ABI

[GitHub] stu1130 commented on a change in pull request #13679: add crop gluon transform

2019-01-31 Thread GitBox
stu1130 commented on a change in pull request #13679: add crop gluon transform URL: https://github.com/apache/incubator-mxnet/pull/13679#discussion_r252890858 ## File path: python/mxnet/gluon/data/vision/transforms.py ## @@ -168,6 +168,57 @@ def hybrid_forward(self, F, x):

[GitHub] wkcn opened a new issue #14030: The bug in MXTVMBridge

2019-01-31 Thread GitBox
wkcn opened a new issue #14030: The bug in MXTVMBridge URL: https://github.com/apache/incubator-mxnet/issues/14030 ## Description Hi, there. I would like to use `MXTVMBridge` to accelerate my project, but there is a flaky problem. The example works when MXNet is built from

[GitHub] wkcn edited a comment on issue #14030: The bug in MXTVMBridge

2019-01-31 Thread GitBox
wkcn edited a comment on issue #14030: The bug in MXTVMBridge URL: https://github.com/apache/incubator-mxnet/issues/14030#issuecomment-459551740 @tqchen Is it possible to provide an API like this? ```c++ class PackedFunc { public: using FType = std::function;

[GitHub] wkcn edited a comment on issue #14030: The bug in MXTVMBridge

2019-01-31 Thread GitBox
wkcn edited a comment on issue #14030: The bug in MXTVMBridge URL: https://github.com/apache/incubator-mxnet/issues/14030#issuecomment-459551740 @tqchen Is it possible to provide an API like this? ```c++ class PackedFunc { public: using FType = std::function;

[GitHub] wkcn commented on issue #14030: The bug in MXTVMBridge

2019-01-31 Thread GitBox
wkcn commented on issue #14030: The bug in MXTVMBridge URL: https://github.com/apache/incubator-mxnet/issues/14030#issuecomment-459551740 @tqchen Is it possible to provide an API like this? ```c++ class PackedFunc { public: PackedFunc() { RemoteCallPacked =

[GitHub] apeforest commented on a change in pull request #13749: Add NHWC layout support to Pooling (cpu, gpu cuda, gpu cuDNN)

2019-01-31 Thread GitBox
apeforest commented on a change in pull request #13749: Add NHWC layout support to Pooling (cpu, gpu cuda, gpu cuDNN) URL: https://github.com/apache/incubator-mxnet/pull/13749#discussion_r252888658 ## File path: src/operator/nn/pool_utils.h ## @@ -98,14 +98,16 @@ struct

[GitHub] DickJC123 commented on a change in pull request #14006: Dual stream cudnn Convolution backward() with MXNET_GPU_WORKER_NSTREAMS=2.

2019-01-31 Thread GitBox
DickJC123 commented on a change in pull request #14006: Dual stream cudnn Convolution backward() with MXNET_GPU_WORKER_NSTREAMS=2. URL: https://github.com/apache/incubator-mxnet/pull/14006#discussion_r252886799 ## File path: src/operator/nn/cudnn/cudnn_convolution-inl.h ##

[GitHub] Caenorst opened a new pull request #14040: Reformat of TensorRT to use subgraph API

2019-01-31 Thread GitBox
Caenorst opened a new pull request #14040: Reformat of TensorRT to use subgraph API URL: https://github.com/apache/incubator-mxnet/pull/14040 ## Description ## This PR modify TensorRT usage by relying on the Subgraph API, the backend is named 'TensorRT' ## Checklist ## ###

[GitHub] DickJC123 commented on issue #13749: Add NHWC layout support to Pooling (cpu, gpu cuda, gpu cuDNN)

2019-01-31 Thread GitBox
DickJC123 commented on issue #13749: Add NHWC layout support to Pooling (cpu, gpu cuda, gpu cuDNN) URL: https://github.com/apache/incubator-mxnet/pull/13749#issuecomment-459538874 PR https://github.com/apache/incubator-mxnet/pull/13857, which includes a test of the new mshadow

[GitHub] wkcn commented on issue #14030: The bug in MXTVMBridge

2019-01-31 Thread GitBox
wkcn commented on issue #14030: The bug in MXTVMBridge URL: https://github.com/apache/incubator-mxnet/issues/14030#issuecomment-459537537 @szha @tqchen @vdantu Thank you! I know that the reason is about ABI compatibility now. It will be better if there is a solution without

[GitHub] wkcn closed issue #14030: The bug in MXTVMBridge

2019-01-31 Thread GitBox
wkcn closed issue #14030: The bug in MXTVMBridge URL: https://github.com/apache/incubator-mxnet/issues/14030 This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use

[GitHub] szha commented on a change in pull request #14006: Dual stream cudnn Convolution backward() with MXNET_GPU_WORKER_NSTREAMS=2.

2019-01-31 Thread GitBox
szha commented on a change in pull request #14006: Dual stream cudnn Convolution backward() with MXNET_GPU_WORKER_NSTREAMS=2. URL: https://github.com/apache/incubator-mxnet/pull/14006#discussion_r252870869 ## File path: src/operator/nn/cudnn/cudnn_convolution-inl.h ## @@

[GitHub] Vikas89 commented on issue #14029: Out of memory error in 3d Conv for matrix splits > 10, CUDNN strange behaviour

2019-01-31 Thread GitBox
Vikas89 commented on issue #14029: Out of memory error in 3d Conv for matrix splits > 10, CUDNN strange behaviour URL: https://github.com/apache/incubator-mxnet/issues/14029#issuecomment-459531727 Great, Thanks for detailed explanation. Closing this.

[GitHub] Vikas89 closed issue #14029: Out of memory error in 3d Conv for matrix splits > 10, CUDNN strange behaviour

2019-01-31 Thread GitBox
Vikas89 closed issue #14029: Out of memory error in 3d Conv for matrix splits > 10, CUDNN strange behaviour URL: https://github.com/apache/incubator-mxnet/issues/14029 This is an automated message from the Apache Git

[GitHub] vdantu commented on issue #13680: [MXNET-1121] Example to demonstrate the inference workflow using RNN

2019-01-31 Thread GitBox
vdantu commented on issue #13680: [MXNET-1121] Example to demonstrate the inference workflow using RNN URL: https://github.com/apache/incubator-mxnet/pull/13680#issuecomment-459530790 Talked to @leleamol . This PR Fixes #12734

[GitHub] vdantu commented on issue #11944: Issue in exporting gluon model

2019-01-31 Thread GitBox
vdantu commented on issue #11944: Issue in exporting gluon model URL: https://github.com/apache/incubator-mxnet/issues/11944#issuecomment-459528640 @BenLag2906 : Just checking in to see if simply upgrading the MXNet version helped solve the issue. Also, if you are still seeing

[GitHub] lanking520 commented on issue #13853: Error while running the mxnet spark examples and test cases

2019-01-31 Thread GitBox
lanking520 commented on issue #13853: Error while running the mxnet spark examples and test cases URL: https://github.com/apache/incubator-mxnet/issues/13853#issuecomment-459522918 cannot reproduce the same issue with High Sierra. Here is the list of dependencies I installed:

[GitHub] lanking520 edited a comment on issue #13853: Error while running the mxnet spark examples and test cases

2019-01-31 Thread GitBox
lanking520 edited a comment on issue #13853: Error while running the mxnet spark examples and test cases URL: https://github.com/apache/incubator-mxnet/issues/13853#issuecomment-459522918 cannot reproduce the same issue with High Sierra. Here is the list of dependencies I installed:

[GitHub] vdantu commented on issue #8864: OpWrapperGenerator.py cdll.libmxnet=cdll.LoadLibrary(sys.argv[1]) Unable to find the specified module

2019-01-31 Thread GitBox
vdantu commented on issue #8864: OpWrapperGenerator.py cdll.libmxnet=cdll.LoadLibrary(sys.argv[1]) Unable to find the specified module URL: https://github.com/apache/incubator-mxnet/issues/8864#issuecomment-459517839 @zzcpf : Would you be able to provide the above information? Or, if you

[GitHub] aaronmarkham opened a new pull request #14039: add new cloud providers to install page

2019-01-31 Thread GitBox
aaronmarkham opened a new pull request #14039: add new cloud providers to install page URL: https://github.com/apache/incubator-mxnet/pull/14039 ## Description ## This PR adds several new cloud options. ## Preview

[GitHub] roywei commented on issue #14036: fix nightly test on tutorials

2019-01-31 Thread GitBox
roywei commented on issue #14036: fix nightly test on tutorials URL: https://github.com/apache/incubator-mxnet/pull/14036#issuecomment-459514533 @Chancebair @ThomasDelteil could you take a look? thanks! This is an automated

[GitHub] vdantu commented on issue #8126: Not able to train a neural network [XOR added]

2019-01-31 Thread GitBox
vdantu commented on issue #8126: Not able to train a neural network [XOR added] URL: https://github.com/apache/incubator-mxnet/issues/8126#issuecomment-459513684 @theSparta : I know you have already solved this and are not facing this issue, but could you point to the python training code

[GitHub] vdantu commented on issue #14034: err == cudaSuccess (4 vs. 0) Name: MapPlanKernel ErrStr:unspecified launch failure when training

2019-01-31 Thread GitBox
vdantu commented on issue #14034: err == cudaSuccess (4 vs. 0) Name: MapPlanKernel ErrStr:unspecified launch failure when training URL: https://github.com/apache/incubator-mxnet/issues/14034#issuecomment-459506502 @mxnet-label-bot add [question, cuda]

[GitHub] ChaiBapchya commented on issue #14034: err == cudaSuccess (4 vs. 0) Name: MapPlanKernel ErrStr:unspecified launch failure when training

2019-01-31 Thread GitBox
ChaiBapchya commented on issue #14034: err == cudaSuccess (4 vs. 0) Name: MapPlanKernel ErrStr:unspecified launch failure when training URL: https://github.com/apache/incubator-mxnet/issues/14034#issuecomment-459502704 Prima facie google search reveals that this error is caused when TDR

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

2019-01-31 Thread zhasheng
This is an automated email from the ASF dual-hosted git repository. zhasheng 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 cbcce72 Bump the publish

[GitHub] jeremiedb commented on issue #13589: Can't build R-package from master since #13062

2019-01-31 Thread GitBox
jeremiedb commented on issue #13589: Can't build R-package from master since #13062 URL: https://github.com/apache/incubator-mxnet/issues/13589#issuecomment-459496099 I'll only be able to take a look in 2 days, and hopefully get it fixed.

[GitHub] zachgk commented on a change in pull request #14033: update the scala installation tutorial on intellij

2019-01-31 Thread GitBox
zachgk commented on a change in pull request #14033: update the scala installation tutorial on intellij URL: https://github.com/apache/incubator-mxnet/pull/14033#discussion_r252824149 ## File path: docs/tutorials/scala/mxnet_scala_on_intellij.md ## @@ -324,7 +325,7 @@

[GitHub] lanking520 commented on a change in pull request #13834: Reduce maven verbosity which is filling up the logs of the builds

2019-01-31 Thread GitBox
lanking520 commented on a change in pull request #13834: Reduce maven verbosity which is filling up the logs of the builds URL: https://github.com/apache/incubator-mxnet/pull/13834#discussion_r25286 ## File path: Makefile ## @@ -614,13 +614,13 @@ scalaclean:

[GitHub] lanking520 commented on issue #14000: MXNET-1302 Exclude commons-codec and commons-io from assembled JAR

2019-01-31 Thread GitBox
lanking520 commented on issue #14000: MXNET-1302 Exclude commons-codec and commons-io from assembled JAR URL: https://github.com/apache/incubator-mxnet/pull/14000#issuecomment-459486317 @frankfliu Could you please take a look

[GitHub] DickJC123 edited a comment on issue #14029: Out of memory error in 3d Conv for matrix splits > 10, CUDNN strange behaviour

2019-01-31 Thread GitBox
DickJC123 edited a comment on issue #14029: Out of memory error in 3d Conv for matrix splits > 10, CUDNN strange behaviour URL: https://github.com/apache/incubator-mxnet/issues/14029#issuecomment-459466018 As pointed out earlier, going from 10 to 11 is the threshhold for when cudnn

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

2019-01-31 Thread zhasheng
This is an automated email from the ASF dual-hosted git repository. zhasheng 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 7f84010 Bump the publish

[GitHub] DickJC123 edited a comment on issue #14029: Out of memory error in 3d Conv for matrix splits > 10, CUDNN strange behaviour

2019-01-31 Thread GitBox
DickJC123 edited a comment on issue #14029: Out of memory error in 3d Conv for matrix splits > 10, CUDNN strange behaviour URL: https://github.com/apache/incubator-mxnet/issues/14029#issuecomment-459466018 As pointed out earlier, going from 10 to 11 is the threshhold for when cudnn

[GitHub] vdantu commented on issue #14030: The bug in MXTVMBridge

2019-01-31 Thread GitBox
vdantu commented on issue #14030: The bug in MXTVMBridge URL: https://github.com/apache/incubator-mxnet/issues/14030#issuecomment-459466944 @mxnet-label-bot add [question] This is an automated message from the Apache Git

[GitHub] piyushghai commented on issue #14037: Add DType support for NDArrayIter for the label DataDescriptor

2019-01-31 Thread GitBox
piyushghai commented on issue #14037: Add DType support for NDArrayIter for the label DataDescriptor URL: https://github.com/apache/incubator-mxnet/issues/14037#issuecomment-459466584 @mxnet-label-bot Add [Scala, Feature request]

  1   2   >