[GitHub] piiswrong closed pull request #7250: Correct Python Docs about tensorboard path

2017-07-30 Thread git
piiswrong closed pull request #7250: Correct Python Docs about tensorboard path URL: https://github.com/apache/incubator-mxnet/pull/7250 This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] Designbook1 commented on issue #3207: bucket iterator with ctc error

2017-07-30 Thread git
Designbook1 commented on issue #3207: bucket iterator with ctc error URL: https://github.com/apache/incubator-mxnet/issues/3207#issuecomment-318885802 Hi, @zhangjiulong I've also met this error, can you tell me how to solve that?

[GitHub] piiswrong closed pull request #7254: fix pretty print

2017-07-30 Thread git
piiswrong closed pull request #7254: fix pretty print URL: https://github.com/apache/incubator-mxnet/pull/7254 This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and

[incubator-mxnet] branch master updated: Update README.md (#7249)

2017-07-30 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 dcceb2f Update README.md (#7249)

[GitHub] stefanhenneking commented on a change in pull request #7223: GPU implementation of cast_storage (dense to rsp)

2017-07-30 Thread git
stefanhenneking commented on a change in pull request #7223: GPU implementation of cast_storage (dense to rsp) URL: https://github.com/apache/incubator-mxnet/pull/7223#discussion_r130258663 ## File path: src/operator/tensor/cast_storage-inl.cuh ## @@ -14,13 +14,288 @@

[incubator-mxnet] branch master updated: fix pretty print (#7254)

2017-07-30 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 37e40be fix pretty print (#7254)

[GitHub] eric-haibin-lin commented on issue #7251: update sparse ndarray api

2017-07-30 Thread git
eric-haibin-lin commented on issue #7251: update sparse ndarray api URL: https://github.com/apache/incubator-mxnet/pull/7251#issuecomment-318943291 @reminisce @cjolivier01 @stefanhenneking @piiswrong @anirudh2290 This is

[GitHub] szha commented on a change in pull request #7256: updated logo

2017-07-30 Thread git
szha commented on a change in pull request #7256: updated logo URL: https://github.com/apache/incubator-mxnet/pull/7256#discussion_r130259052 ## File path: README.md ## @@ -1,4 +1,4 @@ -https://raw.githubusercontent.com/dmlc/dmlc.github.io/master/img/logo-m/mxnet2.png

[GitHub] szha opened a new pull request #7253: gluon lstm crf example

2017-07-30 Thread git
szha opened a new pull request #7253: gluon lstm crf example URL: https://github.com/apache/incubator-mxnet/pull/7253 LSTM CRF example on toy data. This is an automated message from the Apache Git Service. To respond to the

[GitHub] fhieber commented on issue #6946: Optimized sequence reverse operator

2017-07-30 Thread git
fhieber commented on issue #6946: Optimized sequence reverse operator URL: https://github.com/apache/incubator-mxnet/pull/6946#issuecomment-318908399 Thanks for diving deep into this once more ! Could the differences between outlr runs be related to the type of GPU ? In any case, I

[GitHub] handong1587 commented on issue #6909: How to implement triplet loss with mxnet

2017-07-30 Thread git
handong1587 commented on issue #6909: How to implement triplet loss with mxnet URL: https://github.com/apache/incubator-mxnet/issues/6909#issuecomment-318911400 Hi, @zihaolucky , I think the triple-loss example you mentioned above is very helpful, but I don't think it is a complete

[GitHub] reminisce commented on a change in pull request #7251: update sparse ndarray api

2017-07-30 Thread git
reminisce commented on a change in pull request #7251: update sparse ndarray api URL: https://github.com/apache/incubator-mxnet/pull/7251#discussion_r130268117 ## File path: python/mxnet/ndarray/__init__.py ## @@ -3,10 +3,10 @@ from . import _internal from . import op

[GitHub] leezu commented on issue #7260: Gluon RNN fixes for seqlen 1

2017-07-30 Thread git
leezu commented on issue #7260: Gluon RNN fixes for seqlen 1 URL: https://github.com/apache/incubator-mxnet/pull/7260#issuecomment-318962046 I moved it to base and changed the isinstance check to allow tuples. This is an

[GitHub] eric-haibin-lin commented on a change in pull request #7251: update sparse ndarray api

2017-07-30 Thread git
eric-haibin-lin commented on a change in pull request #7251: update sparse ndarray api URL: https://github.com/apache/incubator-mxnet/pull/7251#discussion_r130270026 ## File path: python/mxnet/ndarray/__init__.py ## @@ -3,10 +3,10 @@ from . import _internal from .

[incubator-mxnet] branch master updated: add reset_ctx (#7221)

2017-07-30 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 42544ed add reset_ctx (#7221) 42544ed

[GitHub] piiswrong closed pull request #7221: add reset_ctx

2017-07-30 Thread git
piiswrong closed pull request #7221: add reset_ctx URL: https://github.com/apache/incubator-mxnet/pull/7221 This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use

[GitHub] eric-haibin-lin commented on issue #7227: MXExecutorSimpleBindEx for backward compatability

2017-07-30 Thread git
eric-haibin-lin commented on issue #7227: MXExecutorSimpleBindEx for backward compatability URL: https://github.com/apache/incubator-mxnet/pull/7227#issuecomment-318975582 @sergeykolychev Oh I miss understood your message. I thought you're going to make the change to master branch. If you