[GitHub] nttstar commented on issue #11019: Gluon SoftmaxCELoss does not converge, for large number of classes.

2018-05-21 Thread GitBox
nttstar commented on issue #11019: Gluon SoftmaxCELoss does not converge, for large number of classes. URL: https://github.com/apache/incubator-mxnet/issues/11019#issuecomment-390880183 I think sym.SoftmaxOutput considered the numerical stability problem while gluon SoftmaxCELoss not. [

[GitHub] TaoLv commented on a change in pull request #10311: [MXNET-107]Fused GRU implementation for CPU

2018-05-21 Thread GitBox
TaoLv commented on a change in pull request #10311: [MXNET-107]Fused GRU implementation for CPU URL: https://github.com/apache/incubator-mxnet/pull/10311#discussion_r189790446 ## File path: tests/python/unittest/test_operator.py ## @@ -93,6 +93,41 @@ def test_lstm_bidirect

[GitHub] liuzx32 opened a new issue #11020: mxnet on yarn throw the OSError, how can I solve it.

2018-05-21 Thread GitBox
liuzx32 opened a new issue #11020: mxnet on yarn throw the OSError, how can I solve it. URL: https://github.com/apache/incubator-mxnet/issues/11020 File "/usr/lib64/python2.7/ctypes/__init__.py", line 357, in __init__ self._handle = _dlopen(self._name, mode) OSError: libopenblas

[GitHub] anirudh2290 commented on issue #10895: [MXNET-413] Fixing the broken links - Week of 5/7

2018-05-21 Thread GitBox
anirudh2290 commented on issue #10895: [MXNET-413] Fixing the broken links - Week of 5/7 URL: https://github.com/apache/incubator-mxnet/pull/10895#issuecomment-390870258 @kpmurali since we have sha512 i think its okay to remove md5 column. And you can move 1.1.0 to the archive link. -

[GitHub] nttstar opened a new issue #11019: Gluon SoftmaxCELoss does not converge, for large number of classes.

2018-05-21 Thread GitBox
nttstar opened a new issue #11019: Gluon SoftmaxCELoss does not converge, for large number of classes. URL: https://github.com/apache/incubator-mxnet/issues/11019 ## Description Training with 85K classes failed while I use gluon trainer with SoftmaxCELoss. But it is ok if I defined

[GitHub] szha commented on a change in pull request #10957: Make inner transform activation configurable for LSTMCell

2018-05-21 Thread GitBox
szha commented on a change in pull request #10957: Make inner transform activation configurable for LSTMCell URL: https://github.com/apache/incubator-mxnet/pull/10957#discussion_r189778302 ## File path: python/mxnet/gluon/rnn/rnn_cell.py ## @@ -255,8 +256,7 @@ def _get_act

[GitHub] szha commented on issue #10951: Fix broken build with cython 0.28

2018-05-21 Thread GitBox
szha commented on issue #10951: Fix broken build with cython 0.28 URL: https://github.com/apache/incubator-mxnet/pull/10951#issuecomment-390858066 Thanks. @marcoabreu do you have recommendation on how to integrate the tests for cython (e.g. whether to integrate into existing environments or

[incubator-mxnet-site] branch asf-site updated: Bump the publish timestamp.

2018-05-21 Thread zhasheng
This is an automated email from the ASF dual-hosted git repository. zhasheng 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 9c54d0f Bump the publish ti

[incubator-mxnet-site] branch asf-site updated: Nightly build

2018-05-21 Thread zhasheng
This is an automated email from the ASF dual-hosted git repository. zhasheng 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 e40e755 Nightly build e40e7

[GitHub] juliusshufan commented on issue #10922: Fix Python error on --model-prefix parameter used and make the param can be periodically saved

2018-05-21 Thread GitBox
juliusshufan commented on issue #10922: Fix Python error on --model-prefix parameter used and make the param can be periodically saved URL: https://github.com/apache/incubator-mxnet/pull/10922#issuecomment-390838822 @zhreshold thanks for reviews, I modify it accordingly. Thanks. --

[GitHub] lihaofd commented on a change in pull request #10311: [MXNET-107]Fused GRU implementation for CPU

2018-05-21 Thread GitBox
lihaofd commented on a change in pull request #10311: [MXNET-107]Fused GRU implementation for CPU URL: https://github.com/apache/incubator-mxnet/pull/10311#discussion_r189752108 ## File path: src/operator/rnn_impl.h ## @@ -40,6 +40,9 @@ #include "./mshadow_op.h" #include

[GitHub] lihaofd commented on a change in pull request #10311: [MXNET-107]Fused GRU implementation for CPU

2018-05-21 Thread GitBox
lihaofd commented on a change in pull request #10311: [MXNET-107]Fused GRU implementation for CPU URL: https://github.com/apache/incubator-mxnet/pull/10311#discussion_r189751581 ## File path: src/operator/rnn_impl.h ## @@ -40,6 +40,9 @@ #include "./mshadow_op.h" #include

[GitHub] zheng-da commented on a change in pull request #10451: [MXNET-432] Add Foreach

2018-05-21 Thread GitBox
zheng-da commented on a change in pull request #10451: [MXNET-432] Add Foreach URL: https://github.com/apache/incubator-mxnet/pull/10451#discussion_r189735932 ## File path: src/operator/nn/control_flow.cc ## @@ -0,0 +1,532 @@ +/* + * Licensed to the Apache Software Foundati

[GitHub] marcoabreu opened a new pull request #11018: [MXNET-454][WIP] Move distributed Docker cache from S3 to Docker Hub

2018-05-21 Thread GitBox
marcoabreu opened a new pull request #11018: [MXNET-454][WIP] Move distributed Docker cache from S3 to Docker Hub URL: https://github.com/apache/incubator-mxnet/pull/11018 ## Description ## At the moment, we download the entire cache from S3, amounting to up to 10GB of data. The problem

[GitHub] szha commented on issue #8278: [Feature Request][Gluon] Add text processing utilities for Gluon like PyTorch/Text

2018-05-21 Thread GitBox
szha commented on issue #8278: [Feature Request][Gluon] Add text processing utilities for Gluon like PyTorch/Text URL: https://github.com/apache/incubator-mxnet/issues/8278#issuecomment-390821131 Check out https://github.com/dmlc/gluon-nlp -

[GitHub] szha closed issue #8278: [Feature Request][Gluon] Add text processing utilities for Gluon like PyTorch/Text

2018-05-21 Thread GitBox
szha closed issue #8278: [Feature Request][Gluon] Add text processing utilities for Gluon like PyTorch/Text URL: https://github.com/apache/incubator-mxnet/issues/8278 This is an automated message from the Apache Git Service.

[GitHub] szha commented on issue #8932: mobileNet pretrained model official version from MXNET

2018-05-21 Thread GitBox
szha commented on issue #8932: mobileNet pretrained model official version from MXNET URL: https://github.com/apache/incubator-mxnet/issues/8932#issuecomment-390820871 mobilenet pre-trained model is now provided thanks to @hetong007 ---

[GitHub] szha closed issue #8859: Is there a pretrained mobilenet weights in model zoo?

2018-05-21 Thread GitBox
szha closed issue #8859: Is there a pretrained mobilenet weights in model zoo? URL: https://github.com/apache/incubator-mxnet/issues/8859 This is an automated message from the Apache Git Service. To respond to the message, pl

[GitHub] szha closed issue #8932: mobileNet pretrained model official version from MXNET

2018-05-21 Thread GitBox
szha closed issue #8932: mobileNet pretrained model official version from MXNET URL: https://github.com/apache/incubator-mxnet/issues/8932 This is an automated message from the Apache Git Service. To respond to the message, p

[GitHub] szha commented on issue #8859: Is there a pretrained mobilenet weights in model zoo?

2018-05-21 Thread GitBox
szha commented on issue #8859: Is there a pretrained mobilenet weights in model zoo? URL: https://github.com/apache/incubator-mxnet/issues/8859#issuecomment-390820940 mobilenet pre-trained model is now provided thanks to @hetong007

[GitHub] zhreshold commented on issue #9808: [MXNET-267] Ssd camera demo

2018-05-21 Thread GitBox
zhreshold commented on issue #9808: [MXNET-267] Ssd camera demo URL: https://github.com/apache/incubator-mxnet/pull/9808#issuecomment-390819991 Waiting for a README or small tutorial. This is an automated message from the Apac

[GitHub] aaronmarkham commented on issue #10895: [MXNET-413] Fixing the broken links - Week of 5/7

2018-05-21 Thread GitBox
aaronmarkham commented on issue #10895: [MXNET-413] Fixing the broken links - Week of 5/7 URL: https://github.com/apache/incubator-mxnet/pull/10895#issuecomment-390819797 @kpmurali Yes, download.html. This is an automated mes

[GitHub] zhanghang1989 commented on issue #9648: BatchNorm Evaluation Mode Backward Fails with cudnn Enabled

2018-05-21 Thread GitBox
zhanghang1989 commented on issue #9648: BatchNorm Evaluation Mode Backward Fails with cudnn Enabled URL: https://github.com/apache/incubator-mxnet/issues/9648#issuecomment-390818172 Reopen this due to CUDNN is handled wrongly @piiswrong ---

[GitHub] zhanghang1989 opened a new issue #9648: BatchNorm Evaluation Mode Backward Fails with cudnn Enabled

2018-05-21 Thread GitBox
zhanghang1989 opened a new issue #9648: BatchNorm Evaluation Mode Backward Fails with cudnn Enabled URL: https://github.com/apache/incubator-mxnet/issues/9648 When installing MXNet with cudnn enabled ``USE_CUDNN=1``. The backward of BatchNorm operator fails ## Reproducing the error

[GitHub] zhanghang1989 commented on issue #9648: BatchNorm Evaluation Mode Backward Fails with cudnn Enabled

2018-05-21 Thread GitBox
zhanghang1989 commented on issue #9648: BatchNorm Evaluation Mode Backward Fails with cudnn Enabled URL: https://github.com/apache/incubator-mxnet/issues/9648#issuecomment-390818172 Reopen this due to CUDNN is handled wrongly @piiswrong Related PR https://github.com/apache/incubator-mx

[GitHub] anirudh2290 commented on issue #10895: [MXNET-413] Fixing the broken links - Week of 5/7

2018-05-21 Thread GitBox
anirudh2290 commented on issue #10895: [MXNET-413] Fixing the broken links - Week of 5/7 URL: https://github.com/apache/incubator-mxnet/pull/10895#issuecomment-390817178 @szha good point. @kpmurali can you please add the source files from here: https://github.com/apache/incubator-mxnet/rel

[GitHub] eric-haibin-lin commented on a change in pull request #11001: [MXNET-374] handle row_sparse weight in parameter and trainer

2018-05-21 Thread GitBox
eric-haibin-lin commented on a change in pull request #11001: [MXNET-374] handle row_sparse weight in parameter and trainer URL: https://github.com/apache/incubator-mxnet/pull/11001#discussion_r189741864 ## File path: python/mxnet/gluon/parameter.py ## @@ -162,6 +169,15 @@

[GitHub] eric-haibin-lin commented on a change in pull request #11001: [MXNET-374] handle row_sparse weight in parameter and trainer

2018-05-21 Thread GitBox
eric-haibin-lin commented on a change in pull request #11001: [MXNET-374] handle row_sparse weight in parameter and trainer URL: https://github.com/apache/incubator-mxnet/pull/11001#discussion_r189741522 ## File path: python/mxnet/gluon/parameter.py ## @@ -116,10 +119,14 @

[GitHub] eric-haibin-lin commented on a change in pull request #11001: [MXNET-374] handle row_sparse weight in parameter and trainer

2018-05-21 Thread GitBox
eric-haibin-lin commented on a change in pull request #11001: [MXNET-374] handle row_sparse weight in parameter and trainer URL: https://github.com/apache/incubator-mxnet/pull/11001#discussion_r189741522 ## File path: python/mxnet/gluon/parameter.py ## @@ -116,10 +119,14 @

[GitHub] eric-haibin-lin commented on a change in pull request #11001: [MXNET-374] handle row_sparse weight in parameter and trainer

2018-05-21 Thread GitBox
eric-haibin-lin commented on a change in pull request #11001: [MXNET-374] handle row_sparse weight in parameter and trainer URL: https://github.com/apache/incubator-mxnet/pull/11001#discussion_r189741405 ## File path: tests/python/unittest/test_gluon.py ## @@ -39,33 +38,11

[incubator-mxnet-site] branch asf-site updated: Bump the publish timestamp.

2018-05-21 Thread zhasheng
This is an automated email from the ASF dual-hosted git repository. zhasheng 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 cccf616 Bump the publish ti

[GitHub] zheng-da commented on a change in pull request #10451: [MXNET-432] Add Foreach

2018-05-21 Thread GitBox
zheng-da commented on a change in pull request #10451: [MXNET-432] Add Foreach URL: https://github.com/apache/incubator-mxnet/pull/10451#discussion_r189738041 ## File path: src/operator/nn/subgraph_op_common.h ## @@ -0,0 +1,61 @@ +/* + * Licensed to the Apache Software Foun

[GitHub] zheng-da commented on a change in pull request #10451: [MXNET-432] Add Foreach

2018-05-21 Thread GitBox
zheng-da commented on a change in pull request #10451: [MXNET-432] Add Foreach URL: https://github.com/apache/incubator-mxnet/pull/10451#discussion_r189735932 ## File path: src/operator/nn/control_flow.cc ## @@ -0,0 +1,532 @@ +/* + * Licensed to the Apache Software Foundati

[GitHub] zheng-da commented on a change in pull request #10451: [MXNET-432] Add Foreach

2018-05-21 Thread GitBox
zheng-da commented on a change in pull request #10451: [MXNET-432] Add Foreach URL: https://github.com/apache/incubator-mxnet/pull/10451#discussion_r189735639 ## File path: src/operator/nn/control_flow.cc ## @@ -0,0 +1,532 @@ +/* + * Licensed to the Apache Software Foundati

[GitHub] zheng-da commented on a change in pull request #10451: [MXNET-432] Add Foreach

2018-05-21 Thread GitBox
zheng-da commented on a change in pull request #10451: [MXNET-432] Add Foreach URL: https://github.com/apache/incubator-mxnet/pull/10451#discussion_r189735354 ## File path: src/imperative/imperative_utils.h ## @@ -505,12 +515,16 @@ inline void PushOperator(const OpStatePtr&

[GitHub] zhreshold commented on issue #10605: [MXNET-310] [ONNX-MXNet] API to import ONNX models into Gluon.

2018-05-21 Thread GitBox
zhreshold commented on issue #10605: [MXNET-310] [ONNX-MXNet] API to import ONNX models into Gluon. URL: https://github.com/apache/incubator-mxnet/pull/10605#issuecomment-390806446 Since we are recompose the network using symbol, why specifically targeting Gluon? It make more sense to m

[GitHub] zheng-da commented on a change in pull request #10451: [MXNET-432] Add Foreach

2018-05-21 Thread GitBox
zheng-da commented on a change in pull request #10451: [MXNET-432] Add Foreach URL: https://github.com/apache/incubator-mxnet/pull/10451#discussion_r189735354 ## File path: src/imperative/imperative_utils.h ## @@ -505,12 +515,16 @@ inline void PushOperator(const OpStatePtr&

[GitHub] zheng-da commented on a change in pull request #10451: [MXNET-432] Add Foreach

2018-05-21 Thread GitBox
zheng-da commented on a change in pull request #10451: [MXNET-432] Add Foreach URL: https://github.com/apache/incubator-mxnet/pull/10451#discussion_r189735162 ## File path: src/imperative/imperative_utils.h ## @@ -456,17 +458,24 @@ inline void PushOperator(const OpStatePtr&

[GitHub] zheng-da commented on a change in pull request #10451: [MXNET-432] Add Foreach

2018-05-21 Thread GitBox
zheng-da commented on a change in pull request #10451: [MXNET-432] Add Foreach URL: https://github.com/apache/incubator-mxnet/pull/10451#discussion_r189734937 ## File path: src/executor/graph_executor.cc ## @@ -1537,6 +1555,9 @@ GraphExecutor::CachedSegOpr GraphExecutor::C

[GitHub] zheng-da commented on a change in pull request #10451: [MXNET-432] Add Foreach

2018-05-21 Thread GitBox
zheng-da commented on a change in pull request #10451: [MXNET-432] Add Foreach URL: https://github.com/apache/incubator-mxnet/pull/10451#discussion_r189734691 ## File path: python/mxnet/symbol/contrib.py ## @@ -91,3 +98,176 @@ def rand_zipfian(true_classes, num_sampled, ran

[GitHub] zheng-da commented on a change in pull request #10451: [MXNET-432] Add Foreach

2018-05-21 Thread GitBox
zheng-da commented on a change in pull request #10451: [MXNET-432] Add Foreach URL: https://github.com/apache/incubator-mxnet/pull/10451#discussion_r189734655 ## File path: python/mxnet/symbol/contrib.py ## @@ -19,13 +19,20 @@ # pylint: disable=wildcard-import, unused-wild

[GitHub] zheng-da commented on a change in pull request #10451: [MXNET-432] Add Foreach

2018-05-21 Thread GitBox
zheng-da commented on a change in pull request #10451: [MXNET-432] Add Foreach URL: https://github.com/apache/incubator-mxnet/pull/10451#discussion_r189734486 ## File path: python/mxnet/ndarray/contrib.py ## @@ -96,3 +98,101 @@ def rand_zipfian(true_classes, num_sampled, ra

[GitHub] szha commented on issue #9933: [MXNET-23] Adding support to profile kvstore server during distributed training

2018-05-21 Thread GitBox
szha commented on issue #9933: [MXNET-23] Adding support to profile kvstore server during distributed training URL: https://github.com/apache/incubator-mxnet/pull/9933#issuecomment-390805091 ping This is an automated message

[GitHub] szha commented on issue #9808: [MXNET-267] Ssd camera demo

2018-05-21 Thread GitBox
szha commented on issue #9808: [MXNET-267] Ssd camera demo URL: https://github.com/apache/incubator-mxnet/pull/9808#issuecomment-390804816 ping This is an automated message from the Apache Git Service. To respond to the messag

[GitHub] eric-haibin-lin commented on a change in pull request #10451: [MXNET-432] Add Foreach

2018-05-21 Thread GitBox
eric-haibin-lin commented on a change in pull request #10451: [MXNET-432] Add Foreach URL: https://github.com/apache/incubator-mxnet/pull/10451#discussion_r189717728 ## File path: python/mxnet/symbol/contrib.py ## @@ -19,13 +19,20 @@ # pylint: disable=wildcard-import, unu

[GitHub] eric-haibin-lin commented on a change in pull request #10451: [MXNET-432] Add Foreach

2018-05-21 Thread GitBox
eric-haibin-lin commented on a change in pull request #10451: [MXNET-432] Add Foreach URL: https://github.com/apache/incubator-mxnet/pull/10451#discussion_r189733374 ## File path: src/operator/nn/subgraph_op_common.h ## @@ -0,0 +1,61 @@ +/* + * Licensed to the Apache Softw

[GitHub] eric-haibin-lin commented on a change in pull request #10451: [MXNET-432] Add Foreach

2018-05-21 Thread GitBox
eric-haibin-lin commented on a change in pull request #10451: [MXNET-432] Add Foreach URL: https://github.com/apache/incubator-mxnet/pull/10451#discussion_r189715798 ## File path: python/mxnet/ndarray/contrib.py ## @@ -96,3 +98,101 @@ def rand_zipfian(true_classes, num_sam

[GitHub] eric-haibin-lin commented on a change in pull request #10451: [MXNET-432] Add Foreach

2018-05-21 Thread GitBox
eric-haibin-lin commented on a change in pull request #10451: [MXNET-432] Add Foreach URL: https://github.com/apache/incubator-mxnet/pull/10451#discussion_r189723680 ## File path: src/operator/nn/control_flow.cc ## @@ -0,0 +1,532 @@ +/* + * Licensed to the Apache Software

[GitHub] eric-haibin-lin commented on a change in pull request #10451: [MXNET-432] Add Foreach

2018-05-21 Thread GitBox
eric-haibin-lin commented on a change in pull request #10451: [MXNET-432] Add Foreach URL: https://github.com/apache/incubator-mxnet/pull/10451#discussion_r189719090 ## File path: python/mxnet/symbol/contrib.py ## @@ -91,3 +98,176 @@ def rand_zipfian(true_classes, num_samp

[GitHub] eric-haibin-lin commented on a change in pull request #10451: [MXNET-432] Add Foreach

2018-05-21 Thread GitBox
eric-haibin-lin commented on a change in pull request #10451: [MXNET-432] Add Foreach URL: https://github.com/apache/incubator-mxnet/pull/10451#discussion_r189721418 ## File path: src/executor/graph_executor.cc ## @@ -1537,6 +1555,9 @@ GraphExecutor::CachedSegOpr GraphExe

[GitHub] eric-haibin-lin commented on a change in pull request #10451: [MXNET-432] Add Foreach

2018-05-21 Thread GitBox
eric-haibin-lin commented on a change in pull request #10451: [MXNET-432] Add Foreach URL: https://github.com/apache/incubator-mxnet/pull/10451#discussion_r189722567 ## File path: src/imperative/imperative_utils.h ## @@ -456,17 +458,24 @@ inline void PushOperator(const OpS

[GitHub] eric-haibin-lin commented on a change in pull request #10451: [MXNET-432] Add Foreach

2018-05-21 Thread GitBox
eric-haibin-lin commented on a change in pull request #10451: [MXNET-432] Add Foreach URL: https://github.com/apache/incubator-mxnet/pull/10451#discussion_r189732800 ## File path: src/operator/nn/control_flow.cc ## @@ -0,0 +1,532 @@ +/* + * Licensed to the Apache Software

[GitHub] eric-haibin-lin commented on a change in pull request #10451: [MXNET-432] Add Foreach

2018-05-21 Thread GitBox
eric-haibin-lin commented on a change in pull request #10451: [MXNET-432] Add Foreach URL: https://github.com/apache/incubator-mxnet/pull/10451#discussion_r189713523 ## File path: python/mxnet/symbol/contrib.py ## @@ -91,3 +98,176 @@ def rand_zipfian(true_classes, num_samp

[GitHub] eric-haibin-lin commented on a change in pull request #10451: [MXNET-432] Add Foreach

2018-05-21 Thread GitBox
eric-haibin-lin commented on a change in pull request #10451: [MXNET-432] Add Foreach URL: https://github.com/apache/incubator-mxnet/pull/10451#discussion_r189722611 ## File path: src/imperative/imperative_utils.h ## @@ -505,12 +515,16 @@ inline void PushOperator(const OpS

[GitHub] szha commented on issue #9940: [MXNET-46]remove set CMAKE_GENERATOR_TOOLSET

2018-05-21 Thread GitBox
szha commented on issue #9940: [MXNET-46]remove set CMAKE_GENERATOR_TOOLSET URL: https://github.com/apache/incubator-mxnet/pull/9940#issuecomment-390803685 ping This is an automated message from the Apache Git Service. To resp

[GitHub] zhreshold commented on a change in pull request #10922: Fix Python error on --model-prefix parameter used and make the param can be periodically saved

2018-05-21 Thread GitBox
zhreshold commented on a change in pull request #10922: Fix Python error on --model-prefix parameter used and make the param can be periodically saved URL: https://github.com/apache/incubator-mxnet/pull/10922#discussion_r189732937 ## File path: example/image-classification/common/fi

[GitHub] szha commented on issue #10297: [MXNET-244][WIP Don't merge] Fixes for cross compilation in ARM

2018-05-21 Thread GitBox
szha commented on issue #10297: [MXNET-244][WIP Don't merge] Fixes for cross compilation in ARM URL: https://github.com/apache/incubator-mxnet/pull/10297#issuecomment-390803408 ping This is an automated message from the Apach

[GitHub] zheng-da commented on a change in pull request #10451: [MXNET-432] Add Foreach

2018-05-21 Thread GitBox
zheng-da commented on a change in pull request #10451: [MXNET-432] Add Foreach URL: https://github.com/apache/incubator-mxnet/pull/10451#discussion_r189732286 ## File path: src/operator/nn/control_flow.cc ## @@ -0,0 +1,532 @@ +/* + * Licensed to the Apache Software Foundati

[GitHub] anirudh2290 opened a new pull request #11017: NEWS and README update to master

2018-05-21 Thread GitBox
anirudh2290 opened a new pull request #11017: NEWS and README update to master URL: https://github.com/apache/incubator-mxnet/pull/11017 ## Description ## Cherry picked from changes for NEWs and README and added some changes. ## Checklist ## ### Essentials ### Please feel

[GitHub] szha commented on issue #10594: [example/sparse/factorization_machine/]add auc and fix the typo in re…

2018-05-21 Thread GitBox
szha commented on issue #10594: [example/sparse/factorization_machine/]add auc and fix the typo in re… URL: https://github.com/apache/incubator-mxnet/pull/10594#issuecomment-390802678 ping This is an automated message from th

[GitHub] zheng-da commented on a change in pull request #10451: [MXNET-432] Add Foreach

2018-05-21 Thread GitBox
zheng-da commented on a change in pull request #10451: [MXNET-432] Add Foreach URL: https://github.com/apache/incubator-mxnet/pull/10451#discussion_r189731937 ## File path: src/imperative/imperative_utils.h ## @@ -456,17 +458,24 @@ inline void PushOperator(const OpStatePtr&

[GitHub] asmushetzel commented on a change in pull request #10864: Support for axis parameter in linalg.gemm

2018-05-21 Thread GitBox
asmushetzel commented on a change in pull request #10864: Support for axis parameter in linalg.gemm URL: https://github.com/apache/incubator-mxnet/pull/10864#discussion_r189729421 ## File path: src/operator/tensor/la_op.h ## @@ -53,13 +54,17 @@ struct LaMatrixMacParam : pu

[GitHub] slitsey opened a new issue #11016: [Feature request] temperature parameter in Softmax and SoftmaxOutput

2018-05-21 Thread GitBox
slitsey opened a new issue #11016: [Feature request] temperature parameter in Softmax and SoftmaxOutput URL: https://github.com/apache/incubator-mxnet/issues/11016 MXNet does not appear to have a native temperature parameter in its softmax functions. I would like this to be added, as it ha

[GitHub] asmushetzel commented on a change in pull request #10864: Support for axis parameter in linalg.gemm

2018-05-21 Thread GitBox
asmushetzel commented on a change in pull request #10864: Support for axis parameter in linalg.gemm URL: https://github.com/apache/incubator-mxnet/pull/10864#discussion_r189726042 ## File path: src/operator/tensor/la_op.h ## @@ -53,13 +54,17 @@ struct LaMatrixMacParam : pu

[GitHub] szha commented on issue #10719: Fix compile error in Windows-MSVC 2015

2018-05-21 Thread GitBox
szha commented on issue #10719: Fix compile error in Windows-MSVC 2015 URL: https://github.com/apache/incubator-mxnet/pull/10719#issuecomment-390795522 Seems that this is no longer relevant. @dongeliu if this is still an issue, feel free to ping me to reopen, or open another pull request.

[GitHub] szha closed pull request #10719: Fix compile error in Windows-MSVC 2015

2018-05-21 Thread GitBox
szha closed pull request #10719: Fix compile error in Windows-MSVC 2015 URL: https://github.com/apache/incubator-mxnet/pull/10719 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 foreig

[GitHub] szha commented on a change in pull request #10727: cuda archs for TX1 and TX2

2018-05-21 Thread GitBox
szha commented on a change in pull request #10727: cuda archs for TX1 and TX2 URL: https://github.com/apache/incubator-mxnet/pull/10727#discussion_r189725219 ## File path: Makefile ## @@ -287,7 +287,7 @@ endif # be JIT-compiled by the updated driver from the included PTX.

[GitHub] kpmurali commented on issue #10895: [MXNET-413] Fixing the broken links - Week of 5/7

2018-05-21 Thread GitBox
kpmurali commented on issue #10895: [MXNET-413] Fixing the broken links - Week of 5/7 URL: https://github.com/apache/incubator-mxnet/pull/10895#issuecomment-390795092 @aaronmarkham Just to confirm, you mean the docs/install/download.html file right? --

[incubator-mxnet-site] branch asf-site updated: Bump the publish timestamp.

2018-05-21 Thread zhasheng
This is an automated email from the ASF dual-hosted git repository. zhasheng 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 d78416c Bump the publish ti

[GitHub] aaronmarkham commented on issue #10895: [MXNET-413] Fixing the broken links - Week of 5/7

2018-05-21 Thread GitBox
aaronmarkham commented on issue #10895: [MXNET-413] Fixing the broken links - Week of 5/7 URL: https://github.com/apache/incubator-mxnet/pull/10895#issuecomment-390794528 Yes, may as well add it now. @kpmurali can you add 1.2.0 to the downloads page and resubmit? -

[GitHub] szha commented on issue #10827: [MXNET-405][WIP] Add 2 new pipelines to the Official CI and run nightly tests.

2018-05-21 Thread GitBox
szha commented on issue #10827: [MXNET-405][WIP] Add 2 new pipelines to the Official CI and run nightly tests. URL: https://github.com/apache/incubator-mxnet/pull/10827#issuecomment-390793258 what's the status? This is an au

[GitHub] szha commented on issue #10882: move exec.reshape to backend

2018-05-21 Thread GitBox
szha commented on issue #10882: move exec.reshape to backend URL: https://github.com/apache/incubator-mxnet/pull/10882#issuecomment-390793106 ping @piiswrong This is an automated message from the Apache Git Service. To respon

[GitHub] szha commented on issue #10889: [MXNET-382] Shape and Size Operator

2018-05-21 Thread GitBox
szha commented on issue #10889: [MXNET-382] Shape and Size Operator URL: https://github.com/apache/incubator-mxnet/pull/10889#issuecomment-390792981 Ping for another round of reviews. This is an automated message from the Apac

[GitHub] szha commented on issue #10893: benchmark with float16

2018-05-21 Thread GitBox
szha commented on issue #10893: benchmark with float16 URL: https://github.com/apache/incubator-mxnet/pull/10893#issuecomment-390792842 ping This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] szha commented on issue #10895: [MXNET-413] Fixing the broken links - Week of 5/7

2018-05-21 Thread GitBox
szha commented on issue #10895: [MXNET-413] Fixing the broken links - Week of 5/7 URL: https://github.com/apache/incubator-mxnet/pull/10895#issuecomment-390792675 Triggered build again. @anirudh2290 @aaronmarkham should 1.2.0 be listed too? -

[GitHub] szha commented on issue #10951: Fix broken build with cython 0.28

2018-05-21 Thread GitBox
szha commented on issue #10951: Fix broken build with cython 0.28 URL: https://github.com/apache/incubator-mxnet/pull/10951#issuecomment-390791538 How is this tested? This is an automated message from the Apache Git Service.

[GitHub] rahul003 commented on a change in pull request #9994: [MXNET-59] Tensorboard: Add histogram callback

2018-05-21 Thread GitBox
rahul003 commented on a change in pull request #9994: [MXNET-59] Tensorboard: Add histogram callback URL: https://github.com/apache/incubator-mxnet/pull/9994#discussion_r189720574 ## File path: python/mxnet/contrib/tensorboard.py ## @@ -71,3 +72,43 @@ def __call__(self, pa

[GitHub] zheng-da commented on a change in pull request #10451: [MXNET-432] Add Foreach

2018-05-21 Thread GitBox
zheng-da commented on a change in pull request #10451: [MXNET-432] Add Foreach URL: https://github.com/apache/incubator-mxnet/pull/10451#discussion_r189711919 ## File path: python/mxnet/symbol/contrib.py ## @@ -91,3 +98,154 @@ def rand_zipfian(true_classes, num_sampled, ran

[GitHub] eric-haibin-lin commented on a change in pull request #10536: [MXNET-317] Add Data Parallel

2018-05-21 Thread GitBox
eric-haibin-lin commented on a change in pull request #10536: [MXNET-317] Add Data Parallel URL: https://github.com/apache/incubator-mxnet/pull/10536#discussion_r189707688 ## File path: python/mxnet/gluon/contrib/parallel.py ## @@ -0,0 +1,362 @@ +# Licensed to the Apache S

[GitHub] eric-haibin-lin commented on a change in pull request #10536: [MXNET-317] Add Data Parallel

2018-05-21 Thread GitBox
eric-haibin-lin commented on a change in pull request #10536: [MXNET-317] Add Data Parallel URL: https://github.com/apache/incubator-mxnet/pull/10536#discussion_r189704701 ## File path: tests/python/unittest/test_contrib_parallel.py ## @@ -0,0 +1,100 @@ +# Licensed to the

[GitHub] eric-haibin-lin commented on a change in pull request #10536: [MXNET-317] Add Data Parallel

2018-05-21 Thread GitBox
eric-haibin-lin commented on a change in pull request #10536: [MXNET-317] Add Data Parallel URL: https://github.com/apache/incubator-mxnet/pull/10536#discussion_r189710149 ## File path: python/mxnet/gluon/contrib/parallel.py ## @@ -0,0 +1,343 @@ +# Licensed to the Apache S

[GitHub] eric-haibin-lin commented on a change in pull request #10536: [MXNET-317] Add Data Parallel

2018-05-21 Thread GitBox
eric-haibin-lin commented on a change in pull request #10536: [MXNET-317] Add Data Parallel URL: https://github.com/apache/incubator-mxnet/pull/10536#discussion_r189708470 ## File path: tests/python/unittest/test_contrib_parallel.py ## @@ -0,0 +1,100 @@ +# Licensed to the

[GitHub] eric-haibin-lin commented on a change in pull request #10536: [MXNET-317] Add Data Parallel

2018-05-21 Thread GitBox
eric-haibin-lin commented on a change in pull request #10536: [MXNET-317] Add Data Parallel URL: https://github.com/apache/incubator-mxnet/pull/10536#discussion_r189707012 ## File path: python/mxnet/gluon/contrib/parallel.py ## @@ -0,0 +1,362 @@ +# Licensed to the Apache S

[GitHub] eric-haibin-lin commented on a change in pull request #10536: [MXNET-317] Add Data Parallel

2018-05-21 Thread GitBox
eric-haibin-lin commented on a change in pull request #10536: [MXNET-317] Add Data Parallel URL: https://github.com/apache/incubator-mxnet/pull/10536#discussion_r189705455 ## File path: tests/python/unittest/test_contrib_parallel.py ## @@ -0,0 +1,100 @@ +# Licensed to the

[GitHub] zheng-da commented on a change in pull request #10451: [MXNET-432] Add Foreach

2018-05-21 Thread GitBox
zheng-da commented on a change in pull request #10451: [MXNET-432] Add Foreach URL: https://github.com/apache/incubator-mxnet/pull/10451#discussion_r189709942 ## File path: include/mxnet/c_api.h ## @@ -1056,6 +1056,16 @@ MXNET_DLL int MXSymbolListAtomicSymbolCreators(mx_uin

[GitHub] piiswrong commented on a change in pull request #10451: [MXNET-432] Add Foreach

2018-05-21 Thread GitBox
piiswrong commented on a change in pull request #10451: [MXNET-432] Add Foreach URL: https://github.com/apache/incubator-mxnet/pull/10451#discussion_r189501415 ## File path: python/mxnet/ndarray/contrib.py ## @@ -96,3 +98,78 @@ def rand_zipfian(true_classes, num_sampled, ra

[GitHub] piiswrong commented on a change in pull request #10451: [MXNET-432] Add Foreach

2018-05-21 Thread GitBox
piiswrong commented on a change in pull request #10451: [MXNET-432] Add Foreach URL: https://github.com/apache/incubator-mxnet/pull/10451#discussion_r189500807 ## File path: include/mxnet/c_api.h ## @@ -1056,6 +1056,16 @@ MXNET_DLL int MXSymbolListAtomicSymbolCreators(mx_ui

[GitHub] piiswrong commented on a change in pull request #10451: [MXNET-432] Add Foreach

2018-05-21 Thread GitBox
piiswrong commented on a change in pull request #10451: [MXNET-432] Add Foreach URL: https://github.com/apache/incubator-mxnet/pull/10451#discussion_r189702893 ## File path: src/c_api/c_api_symbolic.cc ## @@ -38,10 +38,11 @@ void RegisterLegacyOpProp(); void RegisterLegacy

[GitHub] piiswrong commented on a change in pull request #10451: [MXNET-432] Add Foreach

2018-05-21 Thread GitBox
piiswrong commented on a change in pull request #10451: [MXNET-432] Add Foreach URL: https://github.com/apache/incubator-mxnet/pull/10451#discussion_r189500871 ## File path: include/mxnet/ndarray.h ## @@ -693,6 +693,10 @@ class NDArray { NDArray MKLDNNDataReshape(const T

[GitHub] piiswrong commented on a change in pull request #10451: [MXNET-432] Add Foreach

2018-05-21 Thread GitBox
piiswrong commented on a change in pull request #10451: [MXNET-432] Add Foreach URL: https://github.com/apache/incubator-mxnet/pull/10451#discussion_r182570388 ## File path: python/mxnet/ndarray/contrib.py ## @@ -96,3 +96,18 @@ def rand_zipfian(true_classes, num_sampled, ra

[GitHub] piiswrong commented on a change in pull request #10451: [MXNET-432] Add Foreach

2018-05-21 Thread GitBox
piiswrong commented on a change in pull request #10451: [MXNET-432] Add Foreach URL: https://github.com/apache/incubator-mxnet/pull/10451#discussion_r189500972 ## File path: python/mxnet/ndarray/contrib.py ## @@ -96,3 +98,78 @@ def rand_zipfian(true_classes, num_sampled, ra

[GitHub] piiswrong commented on a change in pull request #10451: [MXNET-432] Add Foreach

2018-05-21 Thread GitBox
piiswrong commented on a change in pull request #10451: [MXNET-432] Add Foreach URL: https://github.com/apache/incubator-mxnet/pull/10451#discussion_r189704344 ## File path: src/operator/nn/control_flow.cc ## @@ -0,0 +1,532 @@ +/* + * Licensed to the Apache Software Foundat

[GitHub] piiswrong commented on a change in pull request #10451: [MXNET-432] Add Foreach

2018-05-21 Thread GitBox
piiswrong commented on a change in pull request #10451: [MXNET-432] Add Foreach URL: https://github.com/apache/incubator-mxnet/pull/10451#discussion_r182576711 ## File path: src/operator/nn/control_flow.cc ## @@ -0,0 +1,443 @@ +/* + * Licensed to the Apache Software Foundat

[GitHub] piiswrong commented on a change in pull request #10451: [MXNET-432] Add Foreach

2018-05-21 Thread GitBox
piiswrong commented on a change in pull request #10451: [MXNET-432] Add Foreach URL: https://github.com/apache/incubator-mxnet/pull/10451#discussion_r189501469 ## File path: python/mxnet/symbol/contrib.py ## @@ -91,3 +98,154 @@ def rand_zipfian(true_classes, num_sampled, ra

[GitHub] piiswrong commented on a change in pull request #10451: [MXNET-432] Add Foreach

2018-05-21 Thread GitBox
piiswrong commented on a change in pull request #10451: [MXNET-432] Add Foreach URL: https://github.com/apache/incubator-mxnet/pull/10451#discussion_r189703732 ## File path: src/imperative/imperative_utils.h ## @@ -379,7 +379,8 @@ inline void PushFCompute(const FCompute& fn

[GitHub] piiswrong commented on a change in pull request #10451: [MXNET-432] Add Foreach

2018-05-21 Thread GitBox
piiswrong commented on a change in pull request #10451: [MXNET-432] Add Foreach URL: https://github.com/apache/incubator-mxnet/pull/10451#discussion_r189702263 ## File path: python/mxnet/symbol/contrib.py ## @@ -91,3 +98,154 @@ def rand_zipfian(true_classes, num_sampled, ra

[GitHub] piiswrong commented on a change in pull request #10451: [MXNET-432] Add Foreach

2018-05-21 Thread GitBox
piiswrong commented on a change in pull request #10451: [MXNET-432] Add Foreach URL: https://github.com/apache/incubator-mxnet/pull/10451#discussion_r182573208 ## File path: python/mxnet/ndarray/contrib.py ## @@ -96,3 +96,18 @@ def rand_zipfian(true_classes, num_sampled, ra

[GitHub] piiswrong commented on a change in pull request #10451: [MXNET-432] Add Foreach

2018-05-21 Thread GitBox
piiswrong commented on a change in pull request #10451: [MXNET-432] Add Foreach URL: https://github.com/apache/incubator-mxnet/pull/10451#discussion_r189704093 ## File path: src/imperative/imperative_utils.h ## @@ -456,17 +458,24 @@ inline void PushOperator(const OpStatePtr

[GitHub] piiswrong commented on a change in pull request #10451: [MXNET-432] Add Foreach

2018-05-21 Thread GitBox
piiswrong commented on a change in pull request #10451: [MXNET-432] Add Foreach URL: https://github.com/apache/incubator-mxnet/pull/10451#discussion_r189703051 ## File path: src/executor/attach_op_execs_pass.cc ## @@ -134,15 +138,16 @@ class StatefulComputeExecutor : public

[GitHub] piiswrong commented on a change in pull request #10451: [MXNET-432] Add Foreach

2018-05-21 Thread GitBox
piiswrong commented on a change in pull request #10451: [MXNET-432] Add Foreach URL: https://github.com/apache/incubator-mxnet/pull/10451#discussion_r189704747 ## File path: src/operator/nn/control_flow.cc ## @@ -0,0 +1,532 @@ +/* + * Licensed to the Apache Software Foundat

  1   2   >