[incubator-mxnet] branch master updated: Correct Python Docs about tensorboard path (#7250)

2017-07-29 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 66df7c8 Correct Python Docs about tensor

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

2017-07-29 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, pl

[GitHub] ysh329 commented on issue #5345: Add tensorboard support in Speedometer.

2017-07-29 Thread git
ysh329 commented on issue #5345: Add tensorboard support in Speedometer. URL: https://github.com/apache/incubator-mxnet/pull/5345#issuecomment-318879975 @jmerkow My Dear brother, I met same problem as yours: never got the eval call back curve or same color for eval and train curve. I didn't

[GitHub] eric-haibin-lin opened a new pull request #7251: [WIP] update sparse ndarray api

2017-07-29 Thread git
eric-haibin-lin opened a new pull request #7251: [WIP] update sparse ndarray api URL: https://github.com/apache/incubator-mxnet/pull/7251 - bug fix for mx.nd.zeros(stype='default') - support mx.nd.empty(stype=) - plan to change SparseNDArray class to SparseNDArrayBase class to indica

[GitHub] ysh329 opened a new pull request #7250: Correct Python Docs about tensorboard path

2017-07-29 Thread git
ysh329 opened a new pull request #7250: Correct Python Docs about tensorboard path URL: https://github.com/apache/incubator-mxnet/pull/7250 The path of `tensorboard` in `MXNet` is wrong: Not `mxnet.tensorboard` but `mxnet.contrib.tensorboard`.

[GitHub] reminisce commented on a change in pull request #7244: Operator add_n for row sparse ndarrays

2017-07-29 Thread git
reminisce commented on a change in pull request #7244: Operator add_n for row sparse ndarrays URL: https://github.com/apache/incubator-mxnet/pull/7244#discussion_r130232814 ## File path: src/operator/tensor/elemwise_unary_op.h ## @@ -105,6 +105,38 @@ void IdentityComputeRs

[GitHub] reminisce commented on a change in pull request #7244: Operator add_n for row sparse ndarrays

2017-07-29 Thread git
reminisce commented on a change in pull request #7244: Operator add_n for row sparse ndarrays URL: https://github.com/apache/incubator-mxnet/pull/7244#discussion_r130232807 ## File path: src/ndarray/ndarray_function.cc ## @@ -42,15 +43,18 @@ void ElementwiseSumRspImpl(cons

[GitHub] kli-nlpr opened a new pull request #7249: Update README.md

2017-07-29 Thread git
kli-nlpr opened a new pull request #7249: Update README.md URL: https://github.com/apache/incubator-mxnet/pull/7249 This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub an

[GitHub] Luo-Liang commented on issue #5460: very low training accuracies with alexnet or vgg but good with resnet

2017-07-29 Thread git
Luo-Liang commented on issue #5460: very low training accuracies with alexnet or vgg but good with resnet URL: https://github.com/apache/incubator-mxnet/issues/5460#issuecomment-318871703 any updates on this? :) I'm getting bad accuracy with alexnet as well after 1 whole epoch. 20

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

2017-07-29 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 bcdde36 Update README.md (#7248) bcdde36

[GitHub] piiswrong closed pull request #7248: Update README.md

2017-07-29 Thread git
piiswrong closed pull request #7248: Update README.md URL: https://github.com/apache/incubator-mxnet/pull/7248 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 #7156: Quiet regression stacktrace pr

2017-07-29 Thread git
piiswrong closed pull request #7156: Quiet regression stacktrace pr URL: https://github.com/apache/incubator-mxnet/pull/7156 This is an automated message from the Apache Git Service. To respond to the message, please log on

[incubator-mxnet] branch master updated: Quiet regression stacktrace pr (#7156)

2017-07-29 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 cac9c25 Quiet regression stacktrace pr (

[GitHub] kli-nlpr opened a new pull request #7248: Update README.md

2017-07-29 Thread git
kli-nlpr opened a new pull request #7248: Update README.md URL: https://github.com/apache/incubator-mxnet/pull/7248 This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub an

[GitHub] liangfu commented on issue #4221: construct symbol for converting ZF net

2017-07-29 Thread git
liangfu commented on issue #4221: construct symbol for converting ZF net URL: https://github.com/apache/incubator-mxnet/pull/4221#issuecomment-318870416 @tianzening As stated at https://github.com/rbgirshick/fast-rcnn/issues/130 : "It looks like you're trying to use a version of Caffe n

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

2017-07-29 Thread git
reminisce 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_r130228514 ## File path: src/operator/tensor/cast_storage-inl.cuh ## @@ -14,13 +14,288 @@ namespace

[GitHub] reminisce commented on a change in pull request #7244: Operator add_n for row sparse ndarrays

2017-07-29 Thread git
reminisce commented on a change in pull request #7244: Operator add_n for row sparse ndarrays URL: https://github.com/apache/incubator-mxnet/pull/7244#discussion_r130228436 ## File path: src/ndarray/ndarray_function.cc ## @@ -42,15 +43,18 @@ void ElementwiseSumRspImpl(cons

[GitHub] reminisce commented on a change in pull request #7244: Operator add_n for row sparse ndarrays

2017-07-29 Thread git
reminisce commented on a change in pull request #7244: Operator add_n for row sparse ndarrays URL: https://github.com/apache/incubator-mxnet/pull/7244#discussion_r130228405 ## File path: include/mxnet/ndarray.h ## @@ -199,6 +199,11 @@ class NDArray { return ptr_->aux_

[GitHub] szha commented on a change in pull request #7221: add reset_ctx

2017-07-29 Thread git
szha commented on a change in pull request #7221: add reset_ctx URL: https://github.com/apache/incubator-mxnet/pull/7221#discussion_r129973890 ## File path: python/mxnet/gluon/parameter.py ## @@ -202,30 +165,96 @@ def _init_impl(self, data, ctx): autograd.mark_va

[GitHub] jeremiedb opened a new issue #7247: [R] sample.multinomial not working

2017-07-29 Thread git
jeremiedb opened a new issue #7247: [R] sample.multinomial not working URL: https://github.com/apache/incubator-mxnet/issues/7247 Usage of mx.nd.multinomial in R-package seems broken. A numeric value is returned rather than the expected integer. Maybe it has to do with the `int32` format r

[incubator-mxnet] branch master updated (b996dd1 -> 14ba07e)

2017-07-29 Thread jxie
This is an automated email from the ASF dual-hosted git repository. jxie pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git. from b996dd1 [R] lstm bucketing example (#7237) add 14ba07e Modify announcement (#7242) No new revisions we

[GitHub] piiswrong closed pull request #7242: Modify announcement

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

[GitHub] formath commented on issue #7233: assert size eq between shared_module.execs and context

2017-07-29 Thread git
formath commented on issue #7233: assert size eq between shared_module.execs and context URL: https://github.com/apache/incubator-mxnet/pull/7233#issuecomment-318830099 When binding an executor with shared one, it get a shared executor via index `i`. If not equal, it could occur index err

[GitHub] loopbum commented on issue #6185: Run on multi machine no mudule named mxnet

2017-07-29 Thread git
loopbum commented on issue #6185: Run on multi machine no mudule named mxnet URL: https://github.com/apache/incubator-mxnet/issues/6185#issuecomment-318818579 I have similar problem. First time having a problem with a package having to be in PYTHONPATH. So I did, in .bash_profile, ex

[GitHub] Ldpe2G opened a new pull request #7246: [Scala] Make Module Api sync with Python interface

2017-07-29 Thread git
Ldpe2G opened a new pull request #7246: [Scala] Make Module Api sync with Python interface URL: https://github.com/apache/incubator-mxnet/pull/7246 @javelinjs help to review ? This is an automated message from the Apache Git

[GitHub] solin319 opened a new pull request #7245: Create vgg-16 vgg-19 and fp16 version in vgg

2017-07-29 Thread git
solin319 opened a new pull request #7245: Create vgg-16 vgg-19 and fp16 version in vgg URL: https://github.com/apache/incubator-mxnet/pull/7245 We create vgg-16,vgg-19 and fp16 version in vgg. Parameters 'num_layers' and 'dtype' can control which model will be selected. The model arch

[GitHub] ysh329 commented on issue #7214: TypeError: __init__() got an unexpected keyword argument 'multi_precision'

2017-07-29 Thread git
ysh329 commented on issue #7214: TypeError: __init__() got an unexpected keyword argument 'multi_precision' URL: https://github.com/apache/incubator-mxnet/issues/7214#issuecomment-318811842 mark when adding callback func about tensorboard --

[GitHub] tianzening commented on issue #4221: construct symbol for converting ZF net

2017-07-29 Thread git
tianzening commented on issue #4221: construct symbol for converting ZF net URL: https://github.com/apache/incubator-mxnet/pull/4221#issuecomment-318811030 @liangfu @DengpanFu Thanks for your work. when I use your convert_zf.py,https://github.com/apache/incubator-mxnet/pull/4221/commits/f

[GitHub] tianzening commented on issue #4221: construct symbol for converting ZF net

2017-07-29 Thread git
tianzening commented on issue #4221: construct symbol for converting ZF net URL: https://github.com/apache/incubator-mxnet/pull/4221#issuecomment-318811030 @liangfu Thanks for your work. when I use your convert_zf.py,https://github.com/apache/incubator-mxnet/pull/4221/commits/fcd1249e8d5ae

[GitHub] tianzening commented on issue #4221: construct symbol for converting ZF net

2017-07-29 Thread git
tianzening commented on issue #4221: construct symbol for converting ZF net URL: https://github.com/apache/incubator-mxnet/pull/4221#issuecomment-318811030 @liangfu Thanks for your work. when I use your convert_zf.py,https://github.com/apache/incubator-mxnet/pull/4221/commits/fcd1249e8d5ae