[GitHub] peiyunh opened a new pull request #7507: Fix description of argument parser

2017-08-16 Thread git
peiyunh opened a new pull request #7507: Fix description of argument parser URL: https://github.com/apache/incubator-mxnet/pull/7507 This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] StatML opened a new issue #7506: build error: expected ?}? at end of input

2017-08-16 Thread git
StatML opened a new issue #7506: build error: expected ?}? at end of input URL: https://github.com/apache/incubator-mxnet/issues/7506 For bugs or installation issues, please provide the following information. The more information you provide, the more likely people will be able to help

[GitHub] maxenceliu commented on issue #3724: asnumpy() of NDArray @cpu halted

2017-08-16 Thread git
maxenceliu commented on issue #3724: asnumpy() of NDArray @cpu halted URL: https://github.com/apache/incubator-mxnet/issues/3724#issuecomment-322966428 @zihaolucky naive engine has not been implemented? This is an

[GitHub] maxenceliu commented on issue #7417: Update mxnet in maven timely?

2017-08-16 Thread git
maxenceliu commented on issue #7417: Update mxnet in maven timely? URL: https://github.com/apache/incubator-mxnet/issues/7417#issuecomment-322965667 I Read the code `if (this->ctx().dev_mask() == cpu::kDevMask) { **this->WaitToRead();** RunContext rctx{this->ctx(),

[GitHub] maxenceliu commented on issue #3724: asnumpy() of NDArray @cpu halted

2017-08-16 Thread git
maxenceliu commented on issue #3724: asnumpy() of NDArray @cpu halted URL: https://github.com/apache/incubator-mxnet/issues/3724#issuecomment-322965165 @cloudhan Have you tried 0.10.1 version? Still will block for several seconds. It will call `WaitToRead()` when copy data to Cpu. I

[GitHub] DickJC123 opened a new pull request #7505: Changed FullyConnected to use new linalg gemm, plus TensorCore if fp16 I/O.

2017-08-16 Thread git
DickJC123 opened a new pull request #7505: Changed FullyConnected to use new linalg gemm, plus TensorCore if fp16 I/O. URL: https://github.com/apache/incubator-mxnet/pull/7505 GEMMs within the FullyConnected operator switched from using mshadow::dot() to the new linalg_gemm(). After a

[GitHub] cloudhan commented on issue #3724: asnumpy() of NDArray @cpu halted

2017-08-16 Thread git
cloudhan commented on issue #3724: asnumpy() of NDArray @cpu halted URL: https://github.com/apache/incubator-mxnet/issues/3724#issuecomment-322962289 @zihaolucky actually pre 0.9 version works okey. Seems there have been deadlock since NVVM refactor

[GitHub] reminisce commented on a change in pull request #7082: Sparse Tensor: request for reviews

2017-08-16 Thread git
reminisce commented on a change in pull request #7082: Sparse Tensor: request for reviews URL: https://github.com/apache/incubator-mxnet/pull/7082#discussion_r133617599 ## File path: include/mxnet/c_api.h ## @@ -321,6 +353,17 @@ MXNET_DLL int

[GitHub] eric-haibin-lin commented on a change in pull request #7082: Sparse Tensor: request for reviews

2017-08-16 Thread git
eric-haibin-lin commented on a change in pull request #7082: Sparse Tensor: request for reviews URL: https://github.com/apache/incubator-mxnet/pull/7082#discussion_r133617511 ## File path: python/mxnet/model.py ## @@ -113,25 +127,36 @@ def

[GitHub] maxenceliu commented on issue #3724: asnumpy() of NDArray @cpu halted

2017-08-16 Thread git
maxenceliu commented on issue #3724: asnumpy() of NDArray @cpu halted URL: https://github.com/apache/incubator-mxnet/issues/3724#issuecomment-322959344 @zihaolucky Now I use version 1.10, problem appear again?!! What do you mean by naive engine?

[GitHub] ZiyueHuang commented on issue #7449: Fix a bug in SequentialRNNCell.reset()

2017-08-16 Thread git
ZiyueHuang commented on issue #7449: Fix a bug in SequentialRNNCell.reset() URL: https://github.com/apache/incubator-mxnet/pull/7449#issuecomment-322959352 @piiswrong This is an automated message from the Apache Git

[GitHub] maxenceliu commented on issue #7417: Update mxnet in maven timely?

2017-08-16 Thread git
maxenceliu commented on issue #7417: Update mxnet in maven timely? URL: https://github.com/apache/incubator-mxnet/issues/7417#issuecomment-322957351 @javelinjs @szha @piiswrong Thanks for your paying attention to this issue. Another question about scala version is: NDarray.toArray method

[GitHub] zihaolucky commented on issue #3724: asnumpy() of NDArray @cpu halted

2017-08-16 Thread git
zihaolucky commented on issue #3724: asnumpy() of NDArray @cpu halted URL: https://github.com/apache/incubator-mxnet/issues/3724#issuecomment-322957118 @maxenceliu I use the Scala package for a while in production. With version 0.7 it works okay. Or maybe you should try `naive engine`.

[GitHub] CNevd commented on a change in pull request #7082: Sparse Tensor: request for reviews

2017-08-16 Thread git
CNevd commented on a change in pull request #7082: Sparse Tensor: request for reviews URL: https://github.com/apache/incubator-mxnet/pull/7082#discussion_r133614687 ## File path: python/mxnet/model.py ## @@ -113,25 +127,36 @@ def _update_params_on_kvstore(param_arrays,

[GitHub] maxenceliu commented on issue #3724: asnumpy() of NDArray @cpu halted

2017-08-16 Thread git
maxenceliu commented on issue #3724: asnumpy() of NDArray @cpu halted URL: https://github.com/apache/incubator-mxnet/issues/3724#issuecomment-322955687 @zihaolucky So, you give up to deploy mxnet on Server at last and use another platform?

[GitHub] zihaolucky commented on issue #7503: log epoch number for tensorboard

2017-08-16 Thread git
zihaolucky commented on issue #7503: log epoch number for tensorboard URL: https://github.com/apache/incubator-mxnet/pull/7503#issuecomment-322955043 I've checked this change. LGTM. Notice that, after we add `global_step`: * In `RELATIVE` mode, the training curve still logs

[GitHub] hpsoar commented on issue #7491: GPUDeviceStorage is not used? why?

2017-08-16 Thread git
hpsoar commented on issue #7491: GPUDeviceStorage is not used? why? URL: https://github.com/apache/incubator-mxnet/issues/7491#issuecomment-322953488 I didn't compile with CUDA, I'm reading the code, I see that when CUDA is used, it actually use GPUPooledStorageManager to do the

[GitHub] maxenceliu commented on issue #3724: asnumpy() of NDArray @cpu halted

2017-08-16 Thread git
maxenceliu commented on issue #3724: asnumpy() of NDArray @cpu halted URL: https://github.com/apache/incubator-mxnet/issues/3724#issuecomment-322952953 @zihaolucky Hi, How do you resolve this problem? I met the same occasion. Each time I call NDArray.toArray in scala, it will block at

[GitHub] zihaolucky commented on a change in pull request #7503: log epoch number for tensorboard

2017-08-16 Thread git
zihaolucky commented on a change in pull request #7503: log epoch number for tensorboard URL: https://github.com/apache/incubator-mxnet/pull/7503#discussion_r133611060 ## File path: python/mxnet/contrib/tensorboard.py ## @@ -70,4 +70,4 @@ def __call__(self, param):

[GitHub] zihaolucky commented on a change in pull request #7503: log epoch number for tensorboard

2017-08-16 Thread git
zihaolucky commented on a change in pull request #7503: log epoch number for tensorboard URL: https://github.com/apache/incubator-mxnet/pull/7503#discussion_r133611060 ## File path: python/mxnet/contrib/tensorboard.py ## @@ -70,4 +70,4 @@ def __call__(self, param):

[GitHub] kevinthesun commented on issue #7502: Change git clone to specific tag for installation

2017-08-16 Thread git
kevinthesun commented on issue #7502: Change git clone to specific tag for installation URL: https://github.com/apache/incubator-mxnet/pull/7502#issuecomment-322940936 Yes. This is an automated message from the Apache Git

[GitHub] piiswrong commented on issue #7502: Change git clone to specific tag for installation

2017-08-16 Thread git
piiswrong commented on issue #7502: Change git clone to specific tag for installation URL: https://github.com/apache/incubator-mxnet/pull/7502#issuecomment-322939359 Is branch name guaranteed to match with version? This is

[GitHub] charlieyou opened a new pull request #7503: log epoch number for tensorboard

2017-08-16 Thread git
charlieyou opened a new pull request #7503: log epoch number for tensorboard URL: https://github.com/apache/incubator-mxnet/pull/7503 This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] lxn2 closed pull request #11: Fix git clone links

2017-08-16 Thread git
lxn2 closed pull request #11: Fix git clone links URL: https://github.com/apache/incubator-mxnet-site/pull/11 This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use

[incubator-mxnet-site] branch asf-site updated: Fix git clone links

2017-08-16 Thread lxn2
This is an automated email from the ASF dual-hosted git repository. lxn2 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 07f0729 Fix git clone links

[GitHub] kevinthesun opened a new pull request #7502: Change git clone to specific tag for installation

2017-08-16 Thread git
kevinthesun opened a new pull request #7502: Change git clone to specific tag for installation URL: https://github.com/apache/incubator-mxnet/pull/7502 This is an automated message from the Apache Git Service. To respond

svn commit: r21197 - /dev/incubator/mxnet/0.11.0.rc2/

2017-08-16 Thread nswamy
Author: nswamy Date: Wed Aug 16 23:11:10 2017 New Revision: 21197 Log: Add mxnet 0.11.0.rc2 Added: dev/incubator/mxnet/0.11.0.rc2/ dev/incubator/mxnet/0.11.0.rc2/apache-mxnet-src-0.11.0.rc2-incubating.tar.gz (with props)

[GitHub] ShownX opened a new issue #7501: [Feature Request] save symbol as well in gluon

2017-08-16 Thread git
ShownX opened a new issue #7501: [Feature Request] save symbol as well in gluon URL: https://github.com/apache/incubator-mxnet/issues/7501 I start to use gluon but I found it cannot save the model into the symbol file. Is it possible to implement this function?

[GitHub] eric-haibin-lin commented on a change in pull request #7082: Sparse Tensor: request for reviews

2017-08-16 Thread git
eric-haibin-lin commented on a change in pull request #7082: Sparse Tensor: request for reviews URL: https://github.com/apache/incubator-mxnet/pull/7082#discussion_r133588591 ## File path: example/sparse/linear_classification.py ## @@ -78,18 +78,18 @@ def next(self):

[GitHub] sookinoby commented on issue #2621: How can i derive weights from a model?

2017-08-16 Thread git
sookinoby commented on issue #2621: How can i derive weights from a model? URL: https://github.com/apache/incubator-mxnet/issues/2621#issuecomment-322917931 In the latest version 0.10.0, params = model.get_params() weights = model.get_params()[0]['name of the layer'].asnumpy()

[GitHub] sookinoby commented on issue #2621: How can i derive weights from a model?

2017-08-16 Thread git
sookinoby commented on issue #2621: How can i derive weights from a model? URL: https://github.com/apache/incubator-mxnet/issues/2621#issuecomment-322917931 In the latest version, params = model.get_params() weights = model.get_params()[0]['name of the layer'].asnumpy()

[GitHub] sergeykolychev commented on issue #7499: how to correctly have multiple inputs with Perl API?

2017-08-16 Thread git
sergeykolychev commented on issue #7499: how to correctly have multiple inputs with Perl API? URL: https://github.com/apache/incubator-mxnet/issues/7499#issuecomment-322914652 @adamcrussell the 'data' is a default name for the variable where we expect the data to come from into the net.

[GitHub] sergeykolychev commented on issue #7499: how to correctly have multiple inputs with Perl API?

2017-08-16 Thread git
sergeykolychev commented on issue #7499: how to correctly have multiple inputs with Perl API? URL: https://github.com/apache/incubator-mxnet/issues/7499#issuecomment-322914652 @adamcrussell the 'data' is a default name for the variable where we expect the data to come from into the net.

[GitHub] sergeykolychev commented on issue #7499: how to correctly have multiple inputs with Perl API?

2017-08-16 Thread git
sergeykolychev commented on issue #7499: how to correctly have multiple inputs with Perl API? URL: https://github.com/apache/incubator-mxnet/issues/7499#issuecomment-322914652 @adamcrussell the 'data' is a default name for the variable where we expect the data to come from into the net.

[GitHub] ForoughA commented on issue #2754: import mxnetReason: image not found

2017-08-16 Thread git
ForoughA commented on issue #2754: import mxnetReason: image not found URL: https://github.com/apache/incubator-mxnet/issues/2754#issuecomment-322915331 Hey did you figure out how to solve this? This is an automated

[GitHub] sergeykolychev commented on issue #7499: how to correctly have multiple inputs with Perl API?

2017-08-16 Thread git
sergeykolychev commented on issue #7499: how to correctly have multiple inputs with Perl API? URL: https://github.com/apache/incubator-mxnet/issues/7499#issuecomment-322914652 @adamcrussell the 'data' is a default name for the variable where we expect the data to come from into the net.

[GitHub] lxn2 closed pull request #7500: update to rc2

2017-08-16 Thread git
lxn2 closed pull request #7500: update to rc2 URL: https://github.com/apache/incubator-mxnet/pull/7500 This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the

[incubator-mxnet] branch v0.11.0 updated: update to rc2

2017-08-16 Thread lxn2
This is an automated email from the ASF dual-hosted git repository. lxn2 pushed a commit to branch v0.11.0 in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git The following commit(s) were added to refs/heads/v0.11.0 by this push: new 0ae1503 update to rc2 0ae1503 is

[GitHub] nswamy opened a new pull request #7500: update to rc2

2017-08-16 Thread git
nswamy opened a new pull request #7500: update to rc2 URL: https://github.com/apache/incubator-mxnet/pull/7500 This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and

[GitHub] adamcrussell opened a new issue #7499: how to correctly have multiple inputs with Perl API?

2017-08-16 Thread git
adamcrussell opened a new issue #7499: how to correctly have multiple inputs with Perl API? URL: https://github.com/apache/incubator-mxnet/issues/7499 For bugs or installation issues, please provide the following information. The more information you provide, the more likely people will

[GitHub] piiswrong closed pull request #7498: merge from V0.11.0

2017-08-16 Thread git
piiswrong closed pull request #7498: merge from V0.11.0 URL: https://github.com/apache/incubator-mxnet/pull/7498 This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and

[GitHub] piiswrong opened a new pull request #7498: merge from V0.11.0

2017-08-16 Thread git
piiswrong opened a new pull request #7498: merge from V0.11.0 URL: https://github.com/apache/incubator-mxnet/pull/7498 This is an automated message from the Apache Git Service. To respond to the message, please log on

[incubator-mxnet] branch v0.11.0 updated (5a8b381 -> 79d7880)

2017-08-16 Thread jxie
This is an automated email from the ASF dual-hosted git repository. jxie pushed a change to branch v0.11.0 in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git. from 5a8b381 Change RC version in NEWS (#7467) add 83078d7 cuda support for linalg-functions,

[GitHub] FreeAlex opened a new issue #7497: Why the data size can not be bigger than batch size?

2017-08-16 Thread git
FreeAlex opened a new issue #7497: Why the data size can not be bigger than batch size? URL: https://github.com/apache/incubator-mxnet/issues/7497 https://github.com/apache/incubator-mxnet/blob/c79d4e50cb9561bcfd69dd866b8ededa47c64d76/python/mxnet/io.py#L626 Why can't it have

[incubator-mxnet] branch master updated: remove WaitToRead in dist-kvstore (#7489)

2017-08-16 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 c79d4e5 remove WaitToRead in

[GitHub] piiswrong closed issue #7455: Distributed training is slow

2017-08-16 Thread git
piiswrong closed issue #7455: Distributed training is slow URL: https://github.com/apache/incubator-mxnet/issues/7455 This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub

[GitHub] dtmoodie opened a new pull request #7495: ndarray.hpp needs to include op.h

2017-08-16 Thread git
dtmoodie opened a new pull request #7495: ndarray.hpp needs to include op.h URL: https://github.com/apache/incubator-mxnet/pull/7495 Compile issues due to Operator undefined otherwise. This is an automated message from the

[GitHub] dtmoodie closed issue #7493: cpp-package does not build with makefile build.

2017-08-16 Thread git
dtmoodie closed issue #7493: cpp-package does not build with makefile build. URL: https://github.com/apache/incubator-mxnet/issues/7493 This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] dtmoodie closed pull request #6488: Gpu access

2017-08-16 Thread git
dtmoodie closed pull request #6488: Gpu access URL: https://github.com/apache/incubator-mxnet/pull/6488 This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the

[GitHub] szha commented on issue #7463: [Gluon] Resnet152_v1 batch_size 32 doesn't work quite well

2017-08-16 Thread git
szha commented on issue #7463: [Gluon] Resnet152_v1 batch_size 32 doesn't work quite well URL: https://github.com/apache/incubator-mxnet/issues/7463#issuecomment-322879738 Nice. @piiswrong This is an automated message

[GitHub] Roshrini commented on issue #7463: [Gluon] Resnet152_v1 batch_size 32 doesn't work quite well

2017-08-16 Thread git
Roshrini commented on issue #7463: [Gluon] Resnet152_v1 batch_size 32 doesn't work quite well URL: https://github.com/apache/incubator-mxnet/issues/7463#issuecomment-322875357 Thanks! Much better performance results for resnet152_v1, after the C++ optimizations are merged.

[GitHub] dtmoodie commented on issue #7493: cpp-package does not build with makefile build.

2017-08-16 Thread git
dtmoodie commented on issue #7493: cpp-package does not build with makefile build. URL: https://github.com/apache/incubator-mxnet/issues/7493#issuecomment-322875710 I have python installed but I am not using it on this computer with mxnet. The build works correctly with

[GitHub] lx75249 commented on issue #7493: cpp-package does not build with makefile build.

2017-08-16 Thread git
lx75249 commented on issue #7493: cpp-package does not build with makefile build. URL: https://github.com/apache/incubator-mxnet/issues/7493#issuecomment-322873509 Do you have python installed? Can you build mxnet without USE_CPP_PACKAGE?

[GitHub] dtmoodie commented on issue #7492: op.h was changed to operator.h without updating includes

2017-08-16 Thread git
dtmoodie commented on issue #7492: op.h was changed to operator.h without updating includes URL: https://github.com/apache/incubator-mxnet/pull/7492#issuecomment-322873121 Done 7493 This is an automated message from the

[GitHub] dtmoodie closed pull request #7492: op.h was changed to operator.h without updating includes

2017-08-16 Thread git
dtmoodie closed pull request #7492: op.h was changed to operator.h without updating includes URL: https://github.com/apache/incubator-mxnet/pull/7492 This is an automated message from the Apache Git Service. To respond to

[GitHub] dtmoodie opened a new issue #7493: cpp-package does not build with makefile build.

2017-08-16 Thread git
dtmoodie opened a new issue #7493: cpp-package does not build with makefile build. URL: https://github.com/apache/incubator-mxnet/issues/7493 For bugs or installation issues, please provide the following information. The more information you provide, the more likely people will be able

[GitHub] lx75249 commented on issue #7492: op.h was changed to operator.h without updating includes

2017-08-16 Thread git
lx75249 commented on issue #7492: op.h was changed to operator.h without updating includes URL: https://github.com/apache/incubator-mxnet/pull/7492#issuecomment-322871645 Let's open an issue instead of discussing in pull request.

[GitHub] dtmoodie commented on issue #7492: op.h was changed to operator.h without updating includes

2017-08-16 Thread git
dtmoodie commented on issue #7492: op.h was changed to operator.h without updating includes URL: https://github.com/apache/incubator-mxnet/pull/7492#issuecomment-322870830 Neat, I didn't know that because I've never had cpp-package build correctly, so I've been using it as a header

[GitHub] lx75249 commented on issue #7492: op.h was changed to operator.h without updating includes

2017-08-16 Thread git
lx75249 commented on issue #7492: op.h was changed to operator.h without updating includes URL: https://github.com/apache/incubator-mxnet/pull/7492#issuecomment-322869836 You mean there is no op.h? Because it's generated when you build the package. See the tutorial.

[GitHub] dtmoodie commented on issue #7492: op.h was changed to operator.h without updating includes

2017-08-16 Thread git
dtmoodie commented on issue #7492: op.h was changed to operator.h without updating includes URL: https://github.com/apache/incubator-mxnet/pull/7492#issuecomment-322860281 How are current headers correct?

[GitHub] lx75249 commented on issue #7492: op.h was changed to operator.h without updating includes

2017-08-16 Thread git
lx75249 commented on issue #7492: op.h was changed to operator.h without updating includes URL: https://github.com/apache/incubator-mxnet/pull/7492#issuecomment-322847530 @piiswrong I believe @dtmoodie misunderstood something.. Current headers are correct.

[GitHub] piiswrong closed pull request #7434: fix a formula typo in doc

2017-08-16 Thread git
piiswrong closed pull request #7434: fix a formula typo in doc URL: https://github.com/apache/incubator-mxnet/pull/7434 This is an automated message from the Apache Git Service. To respond to the message, please log on

[incubator-mxnet] branch master updated: fix a formula typo in doc (#7434)

2017-08-16 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 75ee597 fix a formula typo in doc

[GitHub] piiswrong closed pull request #7393: add depthwise convolution's gpu version optimization

2017-08-16 Thread git
piiswrong closed pull request #7393: add depthwise convolution's gpu version optimization URL: https://github.com/apache/incubator-mxnet/pull/7393 This is an automated message from the Apache Git Service. To respond to the

[GitHub] piiswrong commented on issue #7393: add depthwise convolution's gpu version optimization

2017-08-16 Thread git
piiswrong commented on issue #7393: add depthwise convolution's gpu version optimization URL: https://github.com/apache/incubator-mxnet/pull/7393#issuecomment-322843878 Thanks! This is an automated message from the Apache

[incubator-mxnet] branch master updated: add depthwise convolution's gpu version optimization (#7393)

2017-08-16 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 d7d31b2 add depthwise convolution's gpu

[GitHub] piiswrong closed pull request #7485: Fix more links

2017-08-16 Thread git
piiswrong closed pull request #7485: Fix more links URL: https://github.com/apache/incubator-mxnet/pull/7485 This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use

[GitHub] piiswrong closed pull request #7488: Fixes scaling issue identified in #7455

2017-08-16 Thread git
piiswrong closed pull request #7488: Fixes scaling issue identified in #7455 URL: https://github.com/apache/incubator-mxnet/pull/7488 This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] piiswrong commented on issue #7492: op.h was changed to operator.h without updating includes

2017-08-16 Thread git
piiswrong commented on issue #7492: op.h was changed to operator.h without updating includes URL: https://github.com/apache/incubator-mxnet/pull/7492#issuecomment-322843455 @lx75249 When was this changed? This is an

[GitHub] ShownX closed issue #6260: no get_mnist() in test_utils

2017-08-16 Thread git
ShownX closed issue #6260: no get_mnist() in test_utils URL: https://github.com/apache/incubator-mxnet/issues/6260 This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub

[GitHub] ptrendx commented on issue #7487: Relaxing condition in slice

2017-08-16 Thread git
ptrendx commented on issue #7487: Relaxing condition in slice URL: https://github.com/apache/incubator-mxnet/pull/7487#issuecomment-322822336 Closing and reopening to restart CI This is an automated message from the Apache

[GitHub] ptrendx closed pull request #7487: Relaxing condition in slice

2017-08-16 Thread git
ptrendx closed pull request #7487: Relaxing condition in slice URL: https://github.com/apache/incubator-mxnet/pull/7487 This is an automated message from the Apache Git Service. To respond to the message, please log on

[GitHub] dtmoodie commented on issue #6488: Gpu access

2017-08-16 Thread git
dtmoodie commented on issue #6488: Gpu access URL: https://github.com/apache/incubator-mxnet/pull/6488#issuecomment-322812784 Updated. This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] szha commented on issue #7445: Using cuDNN for CTC Loss

2017-08-16 Thread git
szha commented on issue #7445: Using cuDNN for CTC Loss URL: https://github.com/apache/incubator-mxnet/issues/7445#issuecomment-322811854 Current implementation still includes the WarpCTC implementation in the GPU version and only enables cudnn version when all input requirements are met,

[GitHub] CNevd commented on a change in pull request #7082: Sparse Tensor: request for reviews

2017-08-16 Thread git
CNevd commented on a change in pull request #7082: Sparse Tensor: request for reviews URL: https://github.com/apache/incubator-mxnet/pull/7082#discussion_r133442135 ## File path: python/mxnet/model.py ## @@ -113,25 +127,36 @@ def _update_params_on_kvstore(param_arrays,

[GitHub] asmushetzel commented on issue #7319: [RoadMap] Legacy issue resolution before 1.0 release

2017-08-16 Thread git
asmushetzel commented on issue #7319: [RoadMap] Legacy issue resolution before 1.0 release URL: https://github.com/apache/incubator-mxnet/issues/7319#issuecomment-322759213 Should we also work on error handling? Basically getting more useful and more consistent messages when a model not

[GitHub] ZiyueHuang commented on issue #7449: Fix a bug in SequentialRNNCell.reset()

2017-08-16 Thread git
ZiyueHuang commented on issue #7449: Fix a bug in SequentialRNNCell.reset() URL: https://github.com/apache/incubator-mxnet/pull/7449#issuecomment-322730346 ``` ERROR: test_gluon_data.test_recordimage_dataset IsADirectoryError: [Errno 21] Is a directory: 'data/test_images/test_images'

[GitHub] LeonJWH commented on issue #3058: how to output loss

2017-08-16 Thread git
LeonJWH commented on issue #3058: how to output loss URL: https://github.com/apache/incubator-mxnet/issues/3058#issuecomment-322715058 @neodooth I have solved my problem by set "**eval_metric = 'ce'**" in **mod.fit**, to print cross entropy loss after each iter in the terminmal.

[GitHub] LeonJWH commented on issue #3058: how to output loss

2017-08-16 Thread git
LeonJWH commented on issue #3058: how to output loss URL: https://github.com/apache/incubator-mxnet/issues/3058#issuecomment-322715058 @neodooth I have solved my problem by set "**eval_metric = 'ce'**" in **mod.fit**, to print cross entropy loss after each iter in the terminmal.

[GitHub] hpsoar opened a new issue #7491: GPUDeviceStorage is not used? why?

2017-08-16 Thread git
hpsoar opened a new issue #7491: GPUDeviceStorage is not used? why? URL: https://github.com/apache/incubator-mxnet/issues/7491 I found that GPUDeviceStorage is not used, however CPUDeviceStorage is used, why is that? This

[GitHub] ZhaoxiaZhang commented on issue #1302: Draw Validation Curves

2017-08-16 Thread git
ZhaoxiaZhang commented on issue #1302: Draw Validation Curves URL: https://github.com/apache/incubator-mxnet/issues/1302#issuecomment-322712244 @edmBernard It works! Amazing. Thanks again. This is an automated message from

[GitHub] neodooth commented on issue #3058: how to output loss

2017-08-16 Thread git
neodooth commented on issue #3058: how to output loss URL: https://github.com/apache/incubator-mxnet/issues/3058#issuecomment-322703436 @LeonJWH Hi, the links should be around the commit 83dc0b4d46383ef63b2731f12663aa947d96c2ad.

[GitHub] formath commented on a change in pull request #7082: Sparse Tensor: request for reviews

2017-08-16 Thread git
formath commented on a change in pull request #7082: Sparse Tensor: request for reviews URL: https://github.com/apache/incubator-mxnet/pull/7082#discussion_r133379532 ## File path: example/sparse/linear_classification.py ## @@ -78,18 +78,18 @@ def next(self): datasets

[GitHub] thomasmooon opened a new issue #7490: MXNet R: How apply dropout to input using mx.nd.Droput() and mx.mlp()?

2017-08-16 Thread git
thomasmooon opened a new issue #7490: MXNet R: How apply dropout to input using mx.nd.Droput() and mx.mlp()? URL: https://github.com/apache/incubator-mxnet/issues/7490 I fail in using `mx.nd.Dropout()` given the minimum reproducible Example_1 attached below. - As one can see the

[GitHub] ZhaoxiaZhang commented on issue #1302: Draw Validation Curves

2017-08-16 Thread git
ZhaoxiaZhang commented on issue #1302: Draw Validation Curves URL: https://github.com/apache/incubator-mxnet/issues/1302#issuecomment-322689431 @edmBernard Sorry for bothering you again. I typed the similar command in my cmd as python test2.py >>logfile.log I saw the log file generated.

[GitHub] ZhaoxiaZhang commented on issue #1302: Draw Validation Curves

2017-08-16 Thread git
ZhaoxiaZhang commented on issue #1302: Draw Validation Curves URL: https://github.com/apache/incubator-mxnet/issues/1302#issuecomment-322686589 @edmBernard OK. Let me have a try. This is an automated message from the Apache

[GitHub] LeonJWH commented on issue #3058: how to output loss

2017-08-16 Thread git
LeonJWH commented on issue #3058: how to output loss URL: https://github.com/apache/incubator-mxnet/issues/3058#issuecomment-322685886 @neodooth I also want to output loss and speed information in the terminal when training my own data, but i cannot find and docs in the

[GitHub] edmBernard commented on issue #1302: Draw Validation Curves

2017-08-16 Thread git
edmBernard commented on issue #1302: Draw Validation Curves URL: https://github.com/apache/incubator-mxnet/issues/1302#issuecomment-322681916 @ZhaoxiaZhang If mxnet print accuracy in console you can do something like `python train.py >> logfile.log` otherwise you need to add

[GitHub] mli opened a new pull request #7489: remove WaitToRead in dist-kvstore

2017-08-16 Thread git
mli opened a new pull request #7489: remove WaitToRead in dist-kvstore URL: https://github.com/apache/incubator-mxnet/pull/7489 Try to resolve #7455 This patch is based on @piiswrong 's solution. I did a simple test on two P2.8xlarge with tools/bandwidth. Observed 20-30% performance

[GitHub] edmBernard commented on issue #1302: Draw Validation Curves

2017-08-16 Thread git
edmBernard commented on issue #1302: Draw Validation Curves URL: https://github.com/apache/incubator-mxnet/issues/1302#issuecomment-322681916 @ZhaoxiaZhang If mxnet print accuracy in console you can do something like `python train.py >> logfile.log` otherwise you need to add

[incubator-mxnet] branch dist-kv updated: update

2017-08-16 Thread muli
This is an automated email from the ASF dual-hosted git repository. muli pushed a commit to branch dist-kv in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git The following commit(s) were added to refs/heads/dist-kv by this push: new 76ca493 update 76ca493 is described

[GitHub] ZhaoxiaZhang commented on issue #1302: Draw Validation Curves

2017-08-16 Thread git
ZhaoxiaZhang commented on issue #1302: Draw Validation Curves URL: https://github.com/apache/incubator-mxnet/issues/1302#issuecomment-322681148 @edmBernard , thanks for that. Just a quick question, based on my understanding, solution 1 is mainly for parsing and plotting the log.

[GitHub] edmBernard commented on issue #1302: Draw Validation Curves

2017-08-16 Thread git
edmBernard commented on issue #1302: Draw Validation Curves URL: https://github.com/apache/incubator-mxnet/issues/1302#issuecomment-322679127 an old thread, there is two solution now : 1. parsing log as proposed here, with a script like that : ```python import argparse import

[GitHub] ZhaoxiaZhang commented on issue #1302: Draw Validation Curves

2017-08-16 Thread git
ZhaoxiaZhang commented on issue #1302: Draw Validation Curves URL: https://github.com/apache/incubator-mxnet/issues/1302#issuecomment-322677563 @antinucleon HI, I met a problem about how to save the training and validation accuracy and plot them. I found your discussion. Unfortunately, I