[GitHub] ShownX commented on issue #9760: How can I pad images using mx.nd.pad?

2018-02-10 Thread GitBox
ShownX commented on issue #9760: How can I pad images using mx.nd.pad? URL: https://github.com/apache/incubator-mxnet/issues/9760#issuecomment-364705359 reshape to (1, C, H, W)? This is an automated message from the Apache

[GitHub] szha commented on issue #9759: add metrics tests for #9640

2018-02-10 Thread GitBox
szha commented on issue #9759: add metrics tests for #9640 URL: https://github.com/apache/incubator-mxnet/pull/9759#issuecomment-364717207 @TheTweak thanks a lot for adding the correctness tests and welcome to the community. Do remember to add yourself to

[GitHub] nicklhy opened a new issue #9763: Too many header files need to be included when using C++ api

2018-02-10 Thread GitBox
nicklhy opened a new issue #9763: Too many header files need to be included when using C++ api URL: https://github.com/apache/incubator-mxnet/issues/9763 Hi everyone, I am working on a C++ project which needs to use mxnet for CNN inference. I set `USE_CPP_PACKAGE = 1` and compiled mxnet

[incubator-mxnet] branch master updated: Don't use FIRST_CUDA on generators which don't support toolsets (#9761)

2018-02-10 Thread cjolivier01
This is an automated email from the ASF dual-hosted git repository. cjolivier01 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 08fc71b Don't use FIRST_CUDA on

[GitHub] cjolivier01 closed pull request #9761: Don't use FIRST_CUDA on generators which don't support toolsets

2018-02-10 Thread GitBox
cjolivier01 closed pull request #9761: Don't use FIRST_CUDA on generators which don't support toolsets URL: https://github.com/apache/incubator-mxnet/pull/9761 This is a PR merged from a forked repository. As GitHub hides the original diff on merge, it is displayed below for the sake of

[GitHub] piiswrong commented on issue #9727: Refactored storage handling

2018-02-10 Thread GitBox
piiswrong commented on issue #9727: Refactored storage handling URL: https://github.com/apache/incubator-mxnet/pull/9727#issuecomment-364700595 If we use unique_ptr then it would be a purely aesthetic change. I would be fine with it as long as it's correct

[incubator-mxnet] branch master updated: Gluon PReLU, ELU, SELU, Swish (#9662)

2018-02-10 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 95bd0fc Gluon PReLU, ELU, SELU, Swish

[GitHub] piiswrong closed pull request #9662: Gluon PReLU, ELU, SELU, Swish

2018-02-10 Thread GitBox
piiswrong closed pull request #9662: Gluon PReLU, ELU, SELU, Swish URL: https://github.com/apache/incubator-mxnet/pull/9662 This is a PR merged from a forked repository. As GitHub hides the original diff on merge, it is displayed below for the sake of provenance: As this is a foreign

[incubator-mxnet] branch master updated: Fix active tab on website (#9757)

2018-02-10 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 b73c57c Fix active tab on website

[GitHub] piiswrong closed pull request #9757: Fix active tab on website

2018-02-10 Thread GitBox
piiswrong closed pull request #9757: Fix active tab on website URL: https://github.com/apache/incubator-mxnet/pull/9757 This is a PR merged from a forked repository. As GitHub hides the original diff on merge, it is displayed below for the sake of provenance: As this is a foreign pull

[GitHub] szha commented on issue #4159: How to bind 3 inputs using mxnet.io.NDArrayIter?

2018-02-10 Thread GitBox
szha commented on issue #4159: How to bind 3 inputs using mxnet.io.NDArrayIter? URL: https://github.com/apache/incubator-mxnet/issues/4159#issuecomment-364707939 @apache/mxnet-committers: This issue has been inactive for the past 90 days. It has no label and needs triage. For

[GitHub] atodkar commented on issue #8903: pull the libgfortran dependency in the mxnet pip package

2018-02-10 Thread GitBox
atodkar commented on issue #8903: pull the libgfortran dependency in the mxnet pip package URL: https://github.com/apache/incubator-mxnet/issues/8903#issuecomment-364691584 @nswamy, worked your solution. @szha, well i have installed 1.0.0.post2 got above issue.

[GitHub] eric-haibin-lin commented on a change in pull request #8915: NVLink communication pattern updated

2018-02-10 Thread GitBox
eric-haibin-lin commented on a change in pull request #8915: NVLink communication pattern updated URL: https://github.com/apache/incubator-mxnet/pull/8915#discussion_r167423957 ## File path: src/kvstore/comm.h ## @@ -178,85 +179,94 @@ class CommCPU : public Comm {

[GitHub] srochel commented on issue #9616: Removing a broken tutorial from the nightly tests

2018-02-10 Thread GitBox
srochel commented on issue #9616: Removing a broken tutorial from the nightly tests URL: https://github.com/apache/incubator-mxnet/pull/9616#issuecomment-364697103 Please reopen - failing nightly tests is critical. This is

[GitHub] ascust commented on issue #9760: How can I pad images using mx.nd.pad?

2018-02-10 Thread GitBox
ascust commented on issue #9760: How can I pad images using mx.nd.pad? URL: https://github.com/apache/incubator-mxnet/issues/9760#issuecomment-364705620 @ShownX It is a solution, but I am wondering if it is efficient. Images are in (H, W, C), so it seems I have to transpose it and reshape

[GitHub] parallelgithub closed pull request #9752: Overload ndarrayiter

2018-02-10 Thread GitBox
parallelgithub closed pull request #9752: Overload ndarrayiter URL: https://github.com/apache/incubator-mxnet/pull/9752 This is a PR merged from a forked repository. As GitHub hides the original diff on merge, it is displayed below for the sake of provenance: As this is a foreign pull

[GitHub] eric-haibin-lin commented on a change in pull request #9747: [WIP] Add contrib.rand_log_uniform

2018-02-10 Thread GitBox
eric-haibin-lin commented on a change in pull request #9747: [WIP] Add contrib.rand_log_uniform URL: https://github.com/apache/incubator-mxnet/pull/9747#discussion_r167423231 ## File path: python/mxnet/ndarray/contrib.py ## @@ -18,9 +18,82 @@ # coding: utf-8 # pylint:

[GitHub] eric-haibin-lin commented on a change in pull request #9747: [WIP] Add contrib.rand_log_uniform

2018-02-10 Thread GitBox
eric-haibin-lin commented on a change in pull request #9747: [WIP] Add contrib.rand_log_uniform URL: https://github.com/apache/incubator-mxnet/pull/9747#discussion_r167423231 ## File path: python/mxnet/ndarray/contrib.py ## @@ -18,9 +18,82 @@ # coding: utf-8 # pylint:

[GitHub] zheng-da opened a new issue #9762: Should MXNet also support logical operations?

2018-02-10 Thread GitBox
zheng-da opened a new issue #9762: Should MXNet also support logical operations? URL: https://github.com/apache/incubator-mxnet/issues/9762 ## Description It seems MXNet doesn't support logical operations in either symbolic interface or NDArray. Even though MXNet doesn't support the

[incubator-mxnet] branch master updated: Improve sparse.retain performance on CPU (#9722)

2018-02-10 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 088623e Improve sparse.retain

[GitHub] piiswrong closed pull request #9722: Improve sparse.retain performance on CPU

2018-02-10 Thread GitBox
piiswrong closed pull request #9722: Improve sparse.retain performance on CPU URL: https://github.com/apache/incubator-mxnet/pull/9722 This is a PR merged from a forked repository. As GitHub hides the original diff on merge, it is displayed below for the sake of provenance: As this is a

[GitHub] dwSun commented on a change in pull request #9614: MobileNetV2

2018-02-10 Thread GitBox
dwSun commented on a change in pull request #9614: MobileNetV2 URL: https://github.com/apache/incubator-mxnet/pull/9614#discussion_r167393834 ## File path: python/mxnet/gluon/model_zoo/vision/mobilenet.py ## @@ -74,13 +123,68 @@ def hybrid_forward(self, F, x): x =

[GitHub] ascust opened a new issue #9760: How can I pad images using mx.nd.pad?

2018-02-10 Thread GitBox
ascust opened a new issue #9760: How can I pad images using mx.nd.pad? URL: https://github.com/apache/incubator-mxnet/issues/9760 I tried to use mx.nd.pad to pad images decoded by mx.image.imdecode. Since the images are a 3d ndarray, I got "Current implementation only supports 4-D or

[GitHub] larroy opened a new pull request #9761: Don't use FIRST_CUDA on generators which don't support toolsets

2018-02-10 Thread GitBox
larroy opened a new pull request #9761: Don't use FIRST_CUDA on generators which don't support toolsets URL: https://github.com/apache/incubator-mxnet/pull/9761 ## Description ## Unix Makefiles don't support toolsets, only Visual Studio and Xcode. This fixes build for newer CMake

[GitHub] p31415926 commented on issue #9753: Make fail for MXNET

2018-02-10 Thread GitBox
p31415926 commented on issue #9753: Make fail for MXNET URL: https://github.com/apache/incubator-mxnet/issues/9753#issuecomment-364637296 ADD_LDFLAGS= -I/opt/OpenBLAS/lib ADD_CFLAGS = -I/opt/OpenBLAS/include USE_BLAS = openblas solved issues.

[GitHub] TheTweak opened a new pull request #9759: add metrics tests for #9640

2018-02-10 Thread GitBox
TheTweak opened a new pull request #9759: add metrics tests for #9640 URL: https://github.com/apache/incubator-mxnet/pull/9759 ## Description ## Added unit tests for other metrics (issue #9640) ## Checklist ## ### Essentials ### - [x] Passed code style checking (`make lint`)

[GitHub] ascust closed issue #6812: I need some tips for creating a new Iterator in C++

2018-02-10 Thread GitBox
ascust closed issue #6812: I need some tips for creating a new Iterator in C++ URL: https://github.com/apache/incubator-mxnet/issues/6812 This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] ZiyueHuang commented on issue #9758: unknown output shape before inference

2018-02-10 Thread GitBox
ZiyueHuang commented on issue #9758: unknown output shape before inference URL: https://github.com/apache/incubator-mxnet/issues/9758#issuecomment-364658413 Yes, during the phase of `infer_shape` we cannot access the input data. After `infer_shape` we can run the computation graph with

[GitHub] ZiyueHuang commented on issue #9758: unknown output shape before inference

2018-02-10 Thread GitBox
ZiyueHuang commented on issue #9758: unknown output shape before inference URL: https://github.com/apache/incubator-mxnet/issues/9758#issuecomment-364658438 Here is a relevant issue with dynamic shape, https://github.com/apache/incubator-mxnet/issues/8822.

[GitHub] szha commented on issue #8591: How do I make a siamese network with pretrained models (esp. keeping the weights the same?)

2018-02-10 Thread GitBox
szha commented on issue #8591: How do I make a siamese network with pretrained models (esp. keeping the weights the same?) URL: https://github.com/apache/incubator-mxnet/issues/8591#issuecomment-364648213 @apache/mxnet-committers: This issue has been inactive for the past 90 days. It has