[GitHub] piiswrong closed pull request #7715: Fix build error C2872 on VS2015

2017-09-03 Thread git
piiswrong closed pull request #7715: Fix build error C2872 on VS2015 URL: https://github.com/apache/incubator-mxnet/pull/7715 This is an automated message from the Apache Git Service. To respond to the message, please log

[incubator-mxnet] branch master updated: Fix build error C2872 on VS2015 (#7715)

2017-09-03 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 d8e92df Fix build error C2872 on VS2015

[GitHub] CNevd opened a new pull request #7720: ?sparse?add ftrl optimizer for sparse

2017-09-03 Thread git
CNevd opened a new pull request #7720: ?sparse?add ftrl optimizer for sparse URL: https://github.com/apache/incubator-mxnet/pull/7720 @eric-haibin-lin This is an automated message from the Apache Git Service. To respond to

[GitHub] ZihengJiang closed pull request #7719: [WIP] [Quantization] 8bit Quantization and GPU Support

2017-09-03 Thread git
ZihengJiang closed pull request #7719: [WIP] [Quantization] 8bit Quantization and GPU Support URL: https://github.com/apache/incubator-mxnet/pull/7719 This is an automated message from the Apache Git Service. To respond to

[GitHub] ZihengJiang opened a new pull request #7719: [WIP] [Quantization] 8bit Quantization and GPU Support

2017-09-03 Thread git
ZihengJiang opened a new pull request #7719: [WIP] [Quantization] 8bit Quantization and GPU Support URL: https://github.com/apache/incubator-mxnet/pull/7719 This PR Implements the 8bit quantization algorithm and GPU kernels for it. We have achieved good inference accuracy but still work

[GitHub] szha closed pull request #7494: gluon save/load optimizer states

2017-09-03 Thread git
szha closed pull request #7494: gluon save/load optimizer states URL: https://github.com/apache/incubator-mxnet/pull/7494 This is an automated message from the Apache Git Service. To respond to the message, please log on

[GitHub] chowkamlee81 commented on issue #7718: Volumetric convolution in mxnet

2017-09-03 Thread git
chowkamlee81 commented on issue #7718: Volumetric convolution in mxnet URL: https://github.com/apache/incubator-mxnet/issues/7718#issuecomment-326819540 I had a feature map of dim(HWC). H->Height, W->Width,C->No of channels. I would like to apply convolution operation on 3-dim

[GitHub] chowkamlee81 opened a new issue #7718: Volumetric convolution in mxnet

2017-09-03 Thread git
chowkamlee81 opened a new issue #7718: Volumetric convolution in mxnet URL: https://github.com/apache/incubator-mxnet/issues/7718 I had a feature map of dim(H*W*C). H->Height, W->Width,C->No of channels. I would like to apply on 3-dim feature map to have output like...(h*w*r2*l)

[GitHub] chowkamlee81 opened a new issue #7717: Subpixel convolution(state of art) implementation rather than using Deconvolution.

2017-09-03 Thread git
chowkamlee81 opened a new issue #7717: Subpixel convolution(state of art) implementation rather than using Deconvolution. URL: https://github.com/apache/incubator-mxnet/issues/7717 Is there is any mxnet implementation of subpixel CNN rather than using Deconvolution which is the state of

[GitHub] jesterhazy commented on issue #7681: ValueError: Data provided by data_shapes don't match names specified by data_names ([] vs. ['data'])

2017-09-03 Thread git
jesterhazy commented on issue #7681: ValueError: Data provided by data_shapes don't match names specified by data_names ([] vs. ['data']) URL: https://github.com/apache/incubator-mxnet/issues/7681#issuecomment-326816148 This example code doesn't work with Python 3 yet. If you create a new

[GitHub] sxjscience opened a new pull request #7715: Fix build error C2872 on VS2015

2017-09-03 Thread git
sxjscience opened a new pull request #7715: Fix build error C2872 on VS2015 URL: https://github.com/apache/incubator-mxnet/pull/7715 I find the latest version will raise a build error in VS 2015. The error Code is C2872, which reports that the `cpu` is ambiguous (either mxnet::cpu or

[GitHub] x10000year opened a new issue #7714: How symbol composition works?

2017-09-03 Thread git
x1year opened a new issue #7714: How symbol composition works? URL: https://github.com/apache/incubator-mxnet/issues/7714 The following code: x = mx.symbol.Variable('x') y = mx.symbol.Variable('y') a = x * 2 b = y + a c = b(y=a) If we run print(c.tojson()), we

[GitHub] lupesko opened a new pull request #7713: Fixing a broken link in a tutorial

2017-09-03 Thread git
lupesko opened a new pull request #7713: Fixing a broken link in a tutorial URL: https://github.com/apache/incubator-mxnet/pull/7713 @zackchase FYI This is an automated message from the Apache Git Service. To respond to the

[GitHub] cjolivier01 commented on issue #7577: Sparse operators for unary and binary elemwise NDArray operators.

2017-09-03 Thread git
cjolivier01 commented on issue #7577: Sparse operators for unary and binary elemwise NDArray operators. URL: https://github.com/apache/incubator-mxnet/pull/7577#issuecomment-326789727 Research shows that this error is usually due to a bug in the compiler's optimizer. One such bug was

[GitHub] cjolivier01 commented on issue #7577: Sparse operators for unary and binary elemwise NDArray operators.

2017-09-03 Thread git
cjolivier01 commented on issue #7577: Sparse operators for unary and binary elemwise NDArray operators. URL: https://github.com/apache/incubator-mxnet/pull/7577#issuecomment-326788688 In my build_test branch I have several iterations. Some built, just finding one that's closest to the

[GitHub] cjolivier01 commented on issue #7577: Sparse operators for unary and binary elemwise NDArray operators.

2017-09-03 Thread git
cjolivier01 commented on issue #7577: Sparse operators for unary and binary elemwise NDArray operators. URL: https://github.com/apache/incubator-mxnet/pull/7577#issuecomment-326788610 On Windows? Mine passed on the build server AMI. I can get several permutations to pass. I will get it

[GitHub] jiarenyf commented on issue #7710: CTC ERROR WITH CUDA ILLEGAL MEMORY ACCESS ERROR

2017-09-03 Thread git
jiarenyf commented on issue #7710: CTC ERROR WITH CUDA ILLEGAL MEMORY ACCESS ERROR URL: https://github.com/apache/incubator-mxnet/issues/7710#issuecomment-326787837 @szha Link?http://pan.baidu.com/s/1o7Zpc06 Password?plmp Sometimes it could train for several epochs, but

[GitHub] eric-haibin-lin opened a new pull request #7712: [WIP] prototype for python api re-org

2017-09-03 Thread git
eric-haibin-lin opened a new pull request #7712: [WIP] prototype for python api re-org URL: https://github.com/apache/incubator-mxnet/pull/7712 preview: http://ec2-54-187-32-207.us-west-2.compute.amazonaws.com:999/api/python TODO: - need better descriptions for the note in