[GitHub] jeremiedb commented on issue #9803: R Metrics

2018-03-07 Thread GitBox
jeremiedb commented on issue #9803: R Metrics URL: https://github.com/apache/incubator-mxnet/pull/9803#issuecomment-371074856 Sure, solving the root cause is definitely preferable. Help would however be welcomed to track the memory leak; I'm lacking resources to do so. Given there

[GitHub] jeremiedb commented on issue #9967: Error in output.shape[[output.names]]

2018-03-07 Thread GitBox
jeremiedb commented on issue #9967: Error in output.shape[[output.names]] URL: https://github.com/apache/incubator-mxnet/issues/9967#issuecomment-371073140 `mx.model.FeedForward.create` is a function intended for training of the model, it is therefore expected to have a label passed as

[GitHub] mseeger commented on issue #9982: Unary ops logcdf_normal, derivlogcdf_normal for log CDF of standard n?

2018-03-07 Thread GitBox
mseeger commented on issue #9982: Unary ops logcdf_normal, derivlogcdf_normal for log CDF of standard n? URL: https://github.com/apache/incubator-mxnet/pull/9982#issuecomment-371070814 @piiswrong Tensorflow has log_cdf in tf.distributions.Normal, see

[GitHub] jeremiedb opened a new pull request #10023: R graph.viz fix

2018-03-07 Thread GitBox
jeremiedb opened a new pull request #10023: R graph.viz fix URL: https://github.com/apache/incubator-mxnet/pull/10023 As requested in #9975. Patch for v1.1.0 seems already done (#) This is an automated message from

[GitHub] xinyu-intel commented on issue #9918: Update mkldnn to the newest & Add clang build test with mkldnn.

2018-03-07 Thread GitBox
xinyu-intel commented on issue #9918: Update mkldnn to the newest & Add clang build test with mkldnn. URL: https://github.com/apache/incubator-mxnet/pull/9918#issuecomment-371060912 @cjolivier01 This is an automated message

[GitHub] wkcn commented on issue #9939: add multi proposal operator (cpu version) and fix the bug in proposal op (gpu version)

2018-03-07 Thread GitBox
wkcn commented on issue #9939: add multi proposal operator (cpu version) and fix the bug in proposal op (gpu version) URL: https://github.com/apache/incubator-mxnet/pull/9939#issuecomment-371060094 @CodingCat I will read it. Thank you!

[GitHub] wkcn commented on issue #9939: add multi proposal operator (cpu version) and fix the bug in proposal op (gpu version)

2018-03-07 Thread GitBox
wkcn commented on issue #9939: add multi proposal operator (cpu version) and fix the bug in proposal op (gpu version) URL: https://github.com/apache/incubator-mxnet/pull/9939#issuecomment-371059934 @pengzhao-intel Thank you!

[GitHub] rahul003 commented on issue #9152: tutorial for distributed training

2018-03-07 Thread GitBox
rahul003 commented on issue #9152: tutorial for distributed training URL: https://github.com/apache/incubator-mxnet/pull/9152#issuecomment-371059065 @TaoLv Sorry I missed your comment. You can profile the worker process similar to a single machine case. ```

[GitHub] eric-haibin-lin commented on issue #9921: [DISCUSSION] module.contrib.SparseModule API

2018-03-07 Thread GitBox
eric-haibin-lin commented on issue #9921: [DISCUSSION] module.contrib.SparseModule API URL: https://github.com/apache/incubator-mxnet/issues/9921#issuecomment-371033223 @anirudh2290 How much would a function call cost? I don't think static dictionary would be a common case.. Usually you

[GitHub] eric-haibin-lin commented on issue #9921: [DISCUSSION] module.contrib.SparseModule API

2018-03-07 Thread GitBox
eric-haibin-lin commented on issue #9921: [DISCUSSION] module.contrib.SparseModule API URL: https://github.com/apache/incubator-mxnet/issues/9921#issuecomment-371033223 @anirudh2290 How much would a function call cost? I don't think static dictionary would be a common case.. Usually you

[GitHub] reminisce opened a new pull request #10022: Fix ndarray assignment issue with basic indexing

2018-03-07 Thread GitBox
reminisce opened a new pull request #10022: Fix ndarray assignment issue with basic indexing URL: https://github.com/apache/incubator-mxnet/pull/10022 The following code would throw exception before this fix because the value was not broadcast to the right shape . ```python data =

[GitHub] rahul003 commented on a change in pull request #9933: [MXNET-23] Adding support to profile kvstore server during distributed training

2018-03-07 Thread GitBox
rahul003 commented on a change in pull request #9933: [MXNET-23] Adding support to profile kvstore server during distributed training URL: https://github.com/apache/incubator-mxnet/pull/9933#discussion_r172764504 ## File path: src/kvstore/kvstore_dist_server.h ## @@

<    1   2