[GitHub] Tveek commented on issue #7532: using python interface,some doubts for c++ api

2017-08-20 Thread git
Tveek commented on issue #7532: using python interface,some doubts for c++ api URL: https://github.com/apache/incubator-mxnet/issues/7532#issuecomment-323650920 No,i am looking for the defination of parameters(name,attr,out) in `mxnet.symbol.Activation(..)` api .

[GitHub] qingzhouzhen commented on issue #7528: I found a bug, modify counting parameters of FullyConnected layer

2017-08-20 Thread git
qingzhouzhen commented on issue #7528: I found a bug, modify counting parameters of FullyConnected layer URL: https://github.com/apache/incubator-mxnet/pull/7528#issuecomment-323647300 Checking if no_bias=True for FullyConnected and Convolution

[GitHub] crazy-cat commented on issue #7517: Add Depthwise Deconvolution support?

2017-08-20 Thread git
crazy-cat commented on issue #7517: Add Depthwise Deconvolution support? URL: https://github.com/apache/incubator-mxnet/issues/7517#issuecomment-323647203 I think so?you can try it yourself. It's not supported yet. This is

[GitHub] piiswrong commented on issue #7534: Need Python bindings for Depthwise 2d Convolution (?)

2017-08-20 Thread git
piiswrong commented on issue #7534: Need Python bindings for Depthwise 2d Convolution (?) URL: https://github.com/apache/incubator-mxnet/issues/7534#issuecomment-323641834 no This is an automated message from the Apache

[GitHub] piiswrong closed issue #7534: Need Python bindings for Depthwise 2d Convolution (?)

2017-08-20 Thread git
piiswrong closed issue #7534: Need Python bindings for Depthwise 2d Convolution (?) URL: https://github.com/apache/incubator-mxnet/issues/7534 This is an automated message from the Apache Git Service. To respond to the

[GitHub] akturtle commented on issue #7281: Gradient function not returning enough gradient

2017-08-20 Thread git
akturtle commented on issue #7281: Gradient function not returning enough gradient URL: https://github.com/apache/incubator-mxnet/issues/7281#issuecomment-323633812 check the number of in_gradient which should be the same as the number of the input data.

[GitHub] zhreshold commented on issue #7528: I found a bug, modify counting parameters of FullyConnected layer

2017-08-20 Thread git
zhreshold commented on issue #7528: I found a bug, modify counting parameters of FullyConnected layer URL: https://github.com/apache/incubator-mxnet/pull/7528#issuecomment-323626605 should check if no_bias=False before that

[GitHub] domdivakaruni commented on issue #7395: Drafted documentation for autograd.

2017-08-20 Thread git
domdivakaruni commented on issue #7395: Drafted documentation for autograd. URL: https://github.com/apache/incubator-mxnet/pull/7395#issuecomment-323623803 this is awesome! Thanks guys This is an automated message from the

[GitHub] buryang closed issue #7519: cmake -DUSE_DIST_KVSTORE=1 . ERROR

2017-08-20 Thread git
buryang closed issue #7519: cmake -DUSE_DIST_KVSTORE=1 . ERROR URL: https://github.com/apache/incubator-mxnet/issues/7519 This is an automated message from the Apache Git Service. To respond to the message, please log on

[GitHub] zhreshold commented on issue #7533: Call symbol/nd.smooth_l1 without scalar causing uncaught exception

2017-08-20 Thread git
zhreshold commented on issue #7533: Call symbol/nd.smooth_l1 without scalar causing uncaught exception URL: https://github.com/apache/incubator-mxnet/issues/7533#issuecomment-323623659 Mark and will fix later. This is an

[GitHub] zhreshold opened a new issue #7533: Call symbol/nd.smooth_l1 without scalar causing uncaught exception

2017-08-20 Thread git
zhreshold opened a new issue #7533: Call symbol/nd.smooth_l1 without scalar causing uncaught exception URL: https://github.com/apache/incubator-mxnet/issues/7533 Call mx.nd.smooth_l1 without scalar parameter will cause mxnet to crash ``` libc++abi.dylib: terminating with uncaught

[incubator-mxnet] branch master updated: Fix a bug in SequentialRNNCell.reset() (#7449)

2017-08-20 Thread jxie
This is an automated email from the ASF dual-hosted git repository. jxie 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 0efc326 Fix a bug in

[GitHub] piiswrong closed pull request #7449: Fix a bug in SequentialRNNCell.reset()

2017-08-20 Thread git
piiswrong closed pull request #7449: Fix a bug in SequentialRNNCell.reset() URL: https://github.com/apache/incubator-mxnet/pull/7449 This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] szha commented on issue #7532: using python interface,some doubts for c++ api

2017-08-20 Thread git
szha commented on issue #7532: using python interface,some doubts for c++ api URL: https://github.com/apache/incubator-mxnet/issues/7532#issuecomment-323603381 Are you looking for this? https://github.com/apache/incubator-mxnet/blob/master/src/operator/activation-inl.h#L51-L58

[GitHub] Tveek opened a new issue #7532: using python interface,some doubts for c++ api

2017-08-20 Thread git
Tveek opened a new issue #7532: using python interface,some doubts for c++ api URL: https://github.com/apache/incubator-mxnet/issues/7532 like following python api `mxnet.symbol.Activation(data=None, act_type=_Null, name=None, attr=None, out=None, **kwargs)` in activation.cc file ,i

[GitHub] sxjscience commented on issue #7510: mx.sym.argsort() cannot sort array with large tensor

2017-08-20 Thread git
sxjscience commented on issue #7510: mx.sym.argsort() cannot sort array with large tensor URL: https://github.com/apache/incubator-mxnet/issues/7510#issuecomment-323585073 I'll pr the fix after the MShadow side is merged.

[GitHub] edmBernard commented on issue #7531: Change Network parameters in Gluon API

2017-08-20 Thread git
edmBernard commented on issue #7531: Change Network parameters in Gluon API URL: https://github.com/apache/incubator-mxnet/issues/7531#issuecomment-323582320 @szha thanks for your answer, my example was not enough accurate to describe what I wanted. I find another solution:

[GitHub] edmBernard closed issue #7531: Change Network parameters in Gluon API

2017-08-20 Thread git
edmBernard closed issue #7531: Change Network parameters in Gluon API URL: https://github.com/apache/incubator-mxnet/issues/7531 This is an automated message from the Apache Git Service. To respond to the message, please

[GitHub] edmBernard commented on issue #7530: Network with shared layer

2017-08-20 Thread git
edmBernard commented on issue #7530: Network with shared layer URL: https://github.com/apache/incubator-mxnet/issues/7530#issuecomment-323581743 ok my bad I have an activation layer before softmax when we replace ```python net_mod1 = gluon.nn.Sequential() with

[GitHub] edmBernard closed issue #7530: Network with shared layer

2017-08-20 Thread git
edmBernard closed issue #7530: Network with shared layer URL: https://github.com/apache/incubator-mxnet/issues/7530 This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub

[GitHub] baj12 commented on issue #7520: example for custom iterator not working

2017-08-20 Thread git
baj12 commented on issue #7520: example for custom iterator not working URL: https://github.com/apache/incubator-mxnet/issues/7520#issuecomment-323577298 i got it finally to work with python 2.7. It would be nice to have some better handle on the python version hell, but I am not sure if

[GitHub] baj12 closed issue #7520: example for custom iterator not working

2017-08-20 Thread git
baj12 closed issue #7520: example for custom iterator not working URL: https://github.com/apache/incubator-mxnet/issues/7520 This is an automated message from the Apache Git Service. To respond to the message, please log on

[GitHub] edmBernard commented on issue #7530: Network with shared layer

2017-08-20 Thread git
edmBernard commented on issue #7530: Network with shared layer URL: https://github.com/apache/incubator-mxnet/issues/7530#issuecomment-323573051 I test the gluon API to achieve this goal: I have this code: