[GitHub] rimusolem commented on issue #9780: Build error

2018-02-12 Thread GitBox
rimusolem commented on issue #9780: Build error URL: https://github.com/apache/incubator-mxnet/issues/9780#issuecomment-365178385 I have zeromq (4.2.2) installed. Is there a way that I can skip the zeromq build? This is an

[GitHub] rimusolem opened a new issue #9780: Build error

2018-02-12 Thread GitBox
rimusolem opened a new issue #9780: Build error URL: https://github.com/apache/incubator-mxnet/issues/9780 I got the following error while building mxnet in Arch linux with gcc 7.3.0. ``` make[3]: Entering directory

[GitHub] szha commented on issue #9779: add missed optimizer docs

2018-02-12 Thread GitBox
szha commented on issue #9779: add missed optimizer docs URL: https://github.com/apache/incubator-mxnet/pull/9779#issuecomment-365163434 Updated doc can be found at http://mxnet-doc.s3-accelerate.dualstack.amazonaws.com/api/python/optimization/optimization.html#the-mxnet-optimizer-package

[GitHub] szha opened a new pull request #9779: add missed optimizer docs

2018-02-12 Thread GitBox
szha opened a new pull request #9779: add missed optimizer docs URL: https://github.com/apache/incubator-mxnet/pull/9779 ## Description ## Add the optimizers that are missed in api doc ## Checklist ## ### Essentials ### - [x] To the my best knowledge, examples are either not

[GitHub] cjolivier01 closed pull request #9672: CMake CUDA fixes + NCCL

2018-02-12 Thread GitBox
cjolivier01 closed pull request #9672: CMake CUDA fixes + NCCL URL: https://github.com/apache/incubator-mxnet/pull/9672 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

[incubator-mxnet] branch master updated (4a619ba -> 83f6279)

2018-02-12 Thread cjolivier01
This is an automated email from the ASF dual-hosted git repository. cjolivier01 pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git. from 4a619ba remove the extra @register (#9769) add 83f6279 CMake CUDA fixes + NCCL (#9672) No new

[GitHub] szha commented on issue #9777: [MX-9588] Add micro averaging strategy for F1 metric

2018-02-12 Thread GitBox
szha commented on issue #9777: [MX-9588] Add micro averaging strategy for F1 metric URL: https://github.com/apache/incubator-mxnet/pull/9777#issuecomment-365153901 This fixes #9588 This is an automated message from the

[GitHub] szha opened a new pull request #9778: Update loss.md

2018-02-12 Thread GitBox
szha opened a new pull request #9778: Update loss.md URL: https://github.com/apache/incubator-mxnet/pull/9778 ## Description ## Remove duplicate doc entry in gluon loss. ## Checklist ## ### Essentials ### - [x] To the my best knowledge, examples are either not affected by

[GitHub] sethah commented on issue #9777: Mx 9588

2018-02-12 Thread GitBox
sethah commented on issue #9777: Mx 9588 URL: https://github.com/apache/incubator-mxnet/pull/9777#issuecomment-365147592 Regarding other approaches, something I looked at was the following: ```python class MacroMetric(EvalMetric): def __init__(self, base_metric):

[GitHub] sethah opened a new pull request #9777: Mx 9588

2018-02-12 Thread GitBox
sethah opened a new pull request #9777: Mx 9588 URL: https://github.com/apache/incubator-mxnet/pull/9777 ## Description ## This PR adds a mixin class that F1 and other metrics like precision and recall can leverage in the future. It also provides a new option for the F1 metric called

[GitHub] parallelgithub commented on issue #9771: Modify NDArrayIter constructor to receive tuple (i.e. dict in Python)?

2018-02-12 Thread GitBox
parallelgithub commented on issue #9771: Modify NDArrayIter constructor to receive tuple (i.e. dict in Python)? URL: https://github.com/apache/incubator-mxnet/pull/9771#issuecomment-365139987 Adding an additional constructor is our first consideration. But after observing the original

[GitHub] anirudh2290 commented on issue #9776: Use get_bz2_data from test_utils for sparse_op script

2018-02-12 Thread GitBox
anirudh2290 commented on issue #9776: Use get_bz2_data from test_utils for sparse_op script URL: https://github.com/apache/incubator-mxnet/pull/9776#issuecomment-365139835 This change should have gone with #7799 This is an

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

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

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

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

[GitHub] eric-haibin-lin commented on a change in pull request #9776: Use get_bz2_data from test_utils for sparse_op script

2018-02-12 Thread GitBox
eric-haibin-lin commented on a change in pull request #9776: Use get_bz2_data from test_utils for sparse_op script URL: https://github.com/apache/incubator-mxnet/pull/9776#discussion_r167748653 ## File path: benchmark/python/sparse/sparse_op.py ## @@ -24,7 +24,8 @@

[GitHub] anirudh2290 opened a new pull request #9776: Use get_bz2_data from test_utils for sparse_op script

2018-02-12 Thread GitBox
anirudh2290 opened a new pull request #9776: Use get_bz2_data from test_utils for sparse_op script URL: https://github.com/apache/incubator-mxnet/pull/9776 ## Description ## Fix the sparse_op script by making it Use get_bz2_data from test_utils. ## Checklist ## ### Essentials

[GitHub] sxjscience commented on a change in pull request #9747: Add contrib.rand_log_uniform

2018-02-12 Thread GitBox
sxjscience commented on a change in pull request #9747: Add contrib.rand_log_uniform URL: https://github.com/apache/incubator-mxnet/pull/9747#discussion_r167741923 ## File path: python/mxnet/ndarray/contrib.py ## @@ -18,9 +18,76 @@ # coding: utf-8 # pylint:

[GitHub] sxjscience commented on a change in pull request #9747: Add contrib.rand_log_uniform

2018-02-12 Thread GitBox
sxjscience commented on a change in pull request #9747: Add contrib.rand_log_uniform URL: https://github.com/apache/incubator-mxnet/pull/9747#discussion_r167741541 ## File path: python/mxnet/ndarray/contrib.py ## @@ -18,9 +18,76 @@ # coding: utf-8 # pylint:

[GitHub] sxjscience commented on a change in pull request #9747: Add contrib.rand_log_uniform

2018-02-12 Thread GitBox
sxjscience commented on a change in pull request #9747: Add contrib.rand_log_uniform URL: https://github.com/apache/incubator-mxnet/pull/9747#discussion_r167741420 ## File path: python/mxnet/ndarray/contrib.py ## @@ -18,9 +18,76 @@ # coding: utf-8 # pylint:

[GitHub] sxjscience commented on a change in pull request #9747: Add contrib.rand_log_uniform

2018-02-12 Thread GitBox
sxjscience commented on a change in pull request #9747: Add contrib.rand_log_uniform URL: https://github.com/apache/incubator-mxnet/pull/9747#discussion_r167741277 ## File path: python/mxnet/ndarray/contrib.py ## @@ -18,9 +18,76 @@ # coding: utf-8 # pylint:

[GitHub] sxjscience commented on a change in pull request #9747: Add contrib.rand_log_uniform

2018-02-12 Thread GitBox
sxjscience commented on a change in pull request #9747: Add contrib.rand_log_uniform URL: https://github.com/apache/incubator-mxnet/pull/9747#discussion_r167740339 ## File path: python/mxnet/ndarray/contrib.py ## @@ -18,9 +18,76 @@ # coding: utf-8 # pylint:

[GitHub] sxjscience commented on a change in pull request #9747: Add contrib.rand_log_uniform

2018-02-12 Thread GitBox
sxjscience commented on a change in pull request #9747: Add contrib.rand_log_uniform URL: https://github.com/apache/incubator-mxnet/pull/9747#discussion_r167739501 ## File path: python/mxnet/ndarray/contrib.py ## @@ -18,9 +18,76 @@ # coding: utf-8 # pylint:

[GitHub] sxjscience commented on a change in pull request #9747: Add contrib.rand_log_uniform

2018-02-12 Thread GitBox
sxjscience commented on a change in pull request #9747: Add contrib.rand_log_uniform URL: https://github.com/apache/incubator-mxnet/pull/9747#discussion_r167737932 ## File path: python/mxnet/ndarray/contrib.py ## @@ -18,9 +18,76 @@ # coding: utf-8 # pylint:

[GitHub] szha closed issue #9775: MXNet doesn't seem to have "Squeeze" symbol support. Is this expected to be added ?

2018-02-12 Thread GitBox
szha closed issue #9775: MXNet doesn't seem to have "Squeeze" symbol support. Is this expected to be added ? URL: https://github.com/apache/incubator-mxnet/issues/9775 This is an automated message from the Apache Git

[GitHub] szha commented on issue #9775: MXNet doesn't seem to have "Squeeze" symbol support. Is this expected to be added ?

2018-02-12 Thread GitBox
szha commented on issue #9775: MXNet doesn't seem to have "Squeeze" symbol support. Is this expected to be added ? URL: https://github.com/apache/incubator-mxnet/issues/9775#issuecomment-365112617 This is already provided by #9734 thanks to @reminisce

[GitHub] spidyDev opened a new issue #9775: MXNet doesn't seem to have "Squeeze" symbol support. Is this expected to be added ?

2018-02-12 Thread GitBox
spidyDev opened a new issue #9775: MXNet doesn't seem to have "Squeeze" symbol support. Is this expected to be added ? URL: https://github.com/apache/incubator-mxnet/issues/9775 Note: Providing complete information in the most concise form is the best way to get help. This issue template

[GitHub] szha commented on issue #8601: Why is the accuracy overestimated?

2018-02-12 Thread GitBox
szha commented on issue #8601: Why is the accuracy overestimated? URL: https://github.com/apache/incubator-mxnet/issues/8601#issuecomment-365109767 @apache/mxnet-committers: This issue has been inactive for the past 90 days. It has no label and needs triage. For general "how-to"

[GitHub] cjolivier01 commented on a change in pull request #9770: eye operator, for default storage type

2018-02-12 Thread GitBox
cjolivier01 commented on a change in pull request #9770: eye operator, for default storage type URL: https://github.com/apache/incubator-mxnet/pull/9770#discussion_r167722707 ## File path: src/operator/tensor/init_op.h ## @@ -63,6 +63,86 @@ struct InitOpParam : public

[GitHub] rahul003 opened a new issue #9774: mx.io.ImageRecordIter does not respect dtype argument

2018-02-12 Thread GitBox
rahul003 opened a new issue #9774: mx.io.ImageRecordIter does not respect dtype argument URL: https://github.com/apache/incubator-mxnet/issues/9774 ## Description mx.io.ImageRecordIter or src/io/iter_image_recordio_2.cc doesn't respect dtype parameter taken. It is designed to only

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

2018-02-12 Thread GitBox
cjolivier01 commented on a change in pull request #9761: Don't use FIRST_CUDA on generators which don't support toolsets URL: https://github.com/apache/incubator-mxnet/pull/9761#discussion_r167719518 ## File path: CMakeLists.txt ## @@ -1,6 +1,8 @@

[GitHub] cjolivier01 commented on issue #9672: CMake CUDA fixes + NCCL

2018-02-12 Thread GitBox
cjolivier01 commented on issue #9672: CMake CUDA fixes + NCCL URL: https://github.com/apache/incubator-mxnet/pull/9672#issuecomment-365094329 turns out related to project() not being at top, and thus MSVC not being turned on

[GitHub] cjolivier01 closed pull request #9773: Incremental move from cmake_fix

2018-02-12 Thread GitBox
cjolivier01 closed pull request #9773: Incremental move from cmake_fix URL: https://github.com/apache/incubator-mxnet/pull/9773 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

[GitHub] cjolivier01 commented on issue #9773: Incremental move from cmake_fix

2018-02-12 Thread GitBox
cjolivier01 commented on issue #9773: Incremental move from cmake_fix URL: https://github.com/apache/incubator-mxnet/pull/9773#issuecomment-365094754 Actual changes are here once problem was found: https://github.com/apache/incubator-mxnet/pull/9672

[GitHub] cjolivier01 commented on issue #9672: CMake CUDA fixes + NCCL

2018-02-12 Thread GitBox
cjolivier01 commented on issue #9672: CMake CUDA fixes + NCCL URL: https://github.com/apache/incubator-mxnet/pull/9672#issuecomment-365094329 turns out related to project() not being at top This is an automated message from

[GitHub] cjolivier01 opened a new pull request #9773: Incremental move from cmake_fix

2018-02-12 Thread GitBox
cjolivier01 opened a new pull request #9773: Incremental move from cmake_fix URL: https://github.com/apache/incubator-mxnet/pull/9773 ## Description ## (Brief description on what this PR is about) ## Checklist ## ### Essentials ### - [ ] Passed code style checking (`make

[GitHub] marcoabreu commented on issue #9672: CMake CUDA fixes + NCCL

2018-02-12 Thread GitBox
marcoabreu commented on issue #9672: CMake CUDA fixes + NCCL URL: https://github.com/apache/incubator-mxnet/pull/9672#issuecomment-365046302 I'd guess that the process is crashing due to some compilation errors, thus making nosetests fail. Maybe Jenkins does not pick this crash up.

[GitHub] cjolivier01 commented on issue #9765: Installation with GPU on Fedora 27?

2018-02-12 Thread GitBox
cjolivier01 commented on issue #9765: Installation with GPU on Fedora 27? URL: https://github.com/apache/incubator-mxnet/issues/9765#issuecomment-365044562 Why would it think CUDA_CALL is a template? This is an automated

[GitHub] cjolivier01 commented on issue #9765: Installation with GPU on Fedora 27?

2018-02-12 Thread GitBox
cjolivier01 commented on issue #9765: Installation with GPU on Fedora 27? URL: https://github.com/apache/incubator-mxnet/issues/9765#issuecomment-365043585 @marcoabreu This is an automated message from the Apache Git

[GitHub] marcoabreu commented on issue #9771: Modify NDArrayIter constructor to receive tuple (i.e. dict in Python)?

2018-02-12 Thread GitBox
marcoabreu commented on issue #9771: Modify NDArrayIter constructor to receive tuple (i.e. dict in Python)? URL: https://github.com/apache/incubator-mxnet/pull/9771#issuecomment-365043493 Please consider adding an additional constructor instead of modifying the existing constructor to

[GitHub] marcoabreu commented on issue #9765: Installation with GPU on Fedora 27?

2018-02-12 Thread GitBox
marcoabreu commented on issue #9765: Installation with GPU on Fedora 27? URL: https://github.com/apache/incubator-mxnet/issues/9765#issuecomment-365042998 @cjolivier01 This is an automated message from the Apache Git

[GitHub] sxjscience commented on issue #9675: Add contrib.compute_accidental_hits operator for candidate sampling

2018-02-12 Thread GitBox
sxjscience commented on issue #9675: Add contrib.compute_accidental_hits operator for candidate sampling URL: https://github.com/apache/incubator-mxnet/pull/9675#issuecomment-365041214 Looks good once the problem about hashing is fixed.

[GitHub] ashishlal opened a new issue #9772: ndarray indexing issues

2018-02-12 Thread GitBox
ashishlal opened a new issue #9772: ndarray indexing issues URL: https://github.com/apache/incubator-mxnet/issues/9772 I am new to mxnet. I just installed mxnet 1.0.0 and python 3.5 on a Ubuntu 14.04 machine with CUDA 8.0 and cudnn 7.0.5. My code is given below. I am trying to store

[GitHub] piiswrong commented on a change in pull request #9770: eye operator, for default storage type

2018-02-12 Thread GitBox
piiswrong commented on a change in pull request #9770: eye operator, for default storage type URL: https://github.com/apache/incubator-mxnet/pull/9770#discussion_r167662095 ## File path: tests/python/unittest/test_ndarray.py ## @@ -736,6 +736,14 @@ def test_output():

[GitHub] piiswrong commented on a change in pull request #9770: eye operator, for default storage type

2018-02-12 Thread GitBox
piiswrong commented on a change in pull request #9770: eye operator, for default storage type URL: https://github.com/apache/incubator-mxnet/pull/9770#discussion_r167662010 ## File path: tests/python/unittest/test_ndarray.py ## @@ -736,6 +736,14 @@ def test_output():

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

2018-02-12 Thread GitBox
charlieyou commented on issue #7503: log epoch number for tensorboard URL: https://github.com/apache/incubator-mxnet/pull/7503#issuecomment-365027273 @szha Completely forgot about this, sorry! Would like to re-open. Very small change, anything else needed from me to merge this?

[GitHub] anirudh2290 commented on issue #9681: Better Exception Handling for Operators

2018-02-12 Thread GitBox
anirudh2290 commented on issue #9681: Better Exception Handling for Operators URL: https://github.com/apache/incubator-mxnet/pull/9681#issuecomment-365019710 @piiswrong: Do you have additional suggestions ? This is an

[GitHub] sxjscience commented on issue #9675: Add contrib.compute_accidental_hits operator for candidate sampling

2018-02-12 Thread GitBox
sxjscience commented on issue #9675: Add contrib.compute_accidental_hits operator for candidate sampling URL: https://github.com/apache/incubator-mxnet/pull/9675#issuecomment-365002076 I see, it returns a CSR matrix. This is

[GitHub] sxjscience commented on issue #9675: Add contrib.compute_accidental_hits operator for candidate sampling

2018-02-12 Thread GitBox
sxjscience commented on issue #9675: Add contrib.compute_accidental_hits operator for candidate sampling URL: https://github.com/apache/incubator-mxnet/pull/9675#issuecomment-365001760 Is the functionality something like `broadcast_equal`?

[GitHub] cjolivier01 commented on issue #9672: CMake CUDA fixes + NCCL

2018-02-12 Thread GitBox
cjolivier01 commented on issue #9672: CMake CUDA fixes + NCCL URL: https://github.com/apache/incubator-mxnet/pull/9672#issuecomment-364999845 why is Windows python runs hanging? This is an automated message from the Apache

[GitHub] cjolivier01 commented on issue #8972: Profiling enhancements, python API, vtune and chrome tracing objects, etc.

2018-02-12 Thread GitBox
cjolivier01 commented on issue #8972: Profiling enhancements, python API, vtune and chrome tracing objects, etc. URL: https://github.com/apache/incubator-mxnet/pull/8972#issuecomment-364973585 Got sucked into some other stuff, will get back to this in awhile

[GitHub] calumleslie commented on a change in pull request #9678: [First cut] Scala Inference APIs

2018-02-12 Thread GitBox
calumleslie commented on a change in pull request #9678: [First cut] Scala Inference APIs URL: https://github.com/apache/incubator-mxnet/pull/9678#discussion_r167598332 ## File path: scala-package/infer/src/main/scala/ml/dmlc/mxnet/infer/MXNetHandler.scala ## @@ -0,0

[GitHub] calumleslie commented on a change in pull request #9678: [First cut] Scala Inference APIs

2018-02-12 Thread GitBox
calumleslie commented on a change in pull request #9678: [First cut] Scala Inference APIs URL: https://github.com/apache/incubator-mxnet/pull/9678#discussion_r167596995 ## File path: scala-package/infer/src/main/scala/ml/dmlc/mxnet/infer/MXNetHandler.scala ## @@ -0,0

[GitHub] calumleslie commented on a change in pull request #9678: [First cut] Scala Inference APIs

2018-02-12 Thread GitBox
calumleslie commented on a change in pull request #9678: [First cut] Scala Inference APIs URL: https://github.com/apache/incubator-mxnet/pull/9678#discussion_r167599469 ## File path: scala-package/infer/src/main/scala/ml/dmlc/mxnet/infer/MXNetHandler.scala ## @@ -0,0

[GitHub] calumleslie commented on a change in pull request #9678: [First cut] Scala Inference APIs

2018-02-12 Thread GitBox
calumleslie commented on a change in pull request #9678: [First cut] Scala Inference APIs URL: https://github.com/apache/incubator-mxnet/pull/9678#discussion_r167598960 ## File path: scala-package/infer/src/main/scala/ml/dmlc/mxnet/infer/MXNetHandler.scala ## @@ -0,0

[GitHub] calumleslie commented on a change in pull request #9678: [First cut] Scala Inference APIs

2018-02-12 Thread GitBox
calumleslie commented on a change in pull request #9678: [First cut] Scala Inference APIs URL: https://github.com/apache/incubator-mxnet/pull/9678#discussion_r167600563 ## File path: scala-package/infer/src/main/scala/ml/dmlc/mxnet/infer/PredictBase.scala ## @@ -0,0

[GitHub] calumleslie commented on a change in pull request #9678: [First cut] Scala Inference APIs

2018-02-12 Thread GitBox
calumleslie commented on a change in pull request #9678: [First cut] Scala Inference APIs URL: https://github.com/apache/incubator-mxnet/pull/9678#discussion_r167599886 ## File path: scala-package/infer/src/main/scala/ml/dmlc/mxnet/infer/PredictBase.scala ## @@ -0,0

[GitHub] calumleslie commented on a change in pull request #9678: [First cut] Scala Inference APIs

2018-02-12 Thread GitBox
calumleslie commented on a change in pull request #9678: [First cut] Scala Inference APIs URL: https://github.com/apache/incubator-mxnet/pull/9678#discussion_r167597820 ## File path: scala-package/infer/src/main/scala/ml/dmlc/mxnet/infer/MXNetHandler.scala ## @@ -0,0

[GitHub] calumleslie commented on a change in pull request #9678: [First cut] Scala Inference APIs

2018-02-12 Thread GitBox
calumleslie commented on a change in pull request #9678: [First cut] Scala Inference APIs URL: https://github.com/apache/incubator-mxnet/pull/9678#discussion_r167601431 ## File path: scala-package/infer/src/main/scala/ml/dmlc/mxnet/infer/MXNetHandler.scala ## @@ -0,0

[GitHub] larroy commented on a change in pull request #8915: NVLink communication pattern updated

2018-02-12 Thread GitBox
larroy commented on a change in pull request #8915: NVLink communication pattern updated URL: https://github.com/apache/incubator-mxnet/pull/8915#discussion_r167594127 ## File path: src/kvstore/comm.h ## @@ -644,38 +803,44 @@ class CommDevice : public Comm {

[GitHub] szha commented on issue #8312: Gradient function not returning enough gradients

2018-02-12 Thread GitBox
szha commented on issue #8312: Gradient function not returning enough gradients URL: https://github.com/apache/incubator-mxnet/issues/8312#issuecomment-364908474 @apache/mxnet-committers: This issue has been inactive for the past 90 days. It has no label and needs triage. For

[GitHub] aseyboldt closed issue #8618: Segfault for custom op without inputs

2018-02-12 Thread GitBox
aseyboldt closed issue #8618: Segfault for custom op without inputs URL: https://github.com/apache/incubator-mxnet/issues/8618 This is an automated message from the Apache Git Service. To respond to the message, please log

[GitHub] aseyboldt commented on issue #8618: Segfault for custom op without inputs

2018-02-12 Thread GitBox
aseyboldt commented on issue #8618: Segfault for custom op without inputs URL: https://github.com/apache/incubator-mxnet/issues/8618#issuecomment-364898725 Fixed in #7967. This is an automated message from the Apache Git

[GitHub] eric-haibin-lin closed pull request #9769: remove the extra @register

2018-02-12 Thread GitBox
eric-haibin-lin closed pull request #9769: remove the extra @register URL: https://github.com/apache/incubator-mxnet/pull/9769 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: remove the extra @register (#9769)

2018-02-12 Thread haibin
This is an automated email from the ASF dual-hosted git repository. haibin 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 4a619ba remove the extra @register

[GitHub] parallelgithub opened a new pull request #9771: Modify NDArrayIter constructor to receive tuple (i.e. dict in Python)?

2018-02-12 Thread GitBox
parallelgithub opened a new pull request #9771: Modify NDArrayIter constructor to receive tuple (i.e. dict in Python)? URL: https://github.com/apache/incubator-mxnet/pull/9771 ## Description ## For multiple inputs or multiple labels in NDArrayIter, they are assigned IndexedSeq[NDArray]

[GitHub] ZiyueHuang commented on issue #9769: remove the extra @register

2018-02-12 Thread GitBox
ZiyueHuang commented on issue #9769: remove the extra @register URL: https://github.com/apache/incubator-mxnet/pull/9769#issuecomment-364881699 Thanks for the fix! This is an automated message from the Apache Git Service. To

[GitHub] ZiyueHuang opened a new pull request #9770: eye operator, for default storage type

2018-02-12 Thread GitBox
ZiyueHuang opened a new pull request #9770: eye operator, for default storage type URL: https://github.com/apache/incubator-mxnet/pull/9770 ## Description ## eye operator, for default storage type Required in

[GitHub] Ujjalbuet closed issue #9768: Regarding data distribution for multi-GPU implementation

2018-02-12 Thread GitBox
Ujjalbuet closed issue #9768: Regarding data distribution for multi-GPU implementation URL: https://github.com/apache/incubator-mxnet/issues/9768 This is an automated message from the Apache Git Service. To respond to the