[GitHub] nihui commented on issue #9960: add label augmentation support in image recordio2

2018-03-05 Thread GitBox
nihui commented on issue #9960: add label augmentation support in image recordio2 URL: https://github.com/apache/incubator-mxnet/pull/9960#issuecomment-370686696 retest this please This is an automated message from the

[GitHub] nihui commented on issue #9960: add label augmentation support in image recordio2

2018-03-05 Thread GitBox
nihui commented on issue #9960: add label augmentation support in image recordio2 URL: https://github.com/apache/incubator-mxnet/pull/9960#issuecomment-370686696 retest this please This is an automated message from the

[GitHub] GoodJoey commented on issue #951: run two machine with two gpu is slower than one machine with one gpu

2018-03-05 Thread GitBox
GoodJoey commented on issue #951: run two machine with two gpu is slower than one machine with one gpu URL: https://github.com/apache/incubator-mxnet/issues/951#issuecomment-370685150 @freepjf i met the same issue. what's the bandwidth of your IB net? 56G or 100G? Adding more

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

2018-03-05 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-370681494 @marcoabreu Hello! Could you please retrigger the test? It seems that

[GitHub] sxjscience commented on a change in pull request #10000: fix average pooling kernel size assignment error

2018-03-05 Thread GitBox
sxjscience commented on a change in pull request #1: fix average pooling kernel size assignment error URL: https://github.com/apache/incubator-mxnet/pull/1#discussion_r172421833 ## File path: src/operator/nn/pooling-inl.h ## @@ -178,6 +178,11 @@ class PoolingOp {

[GitHub] sxjscience commented on issue #10000: fix average pooling kernel size assignment error

2018-03-05 Thread GitBox
sxjscience commented on issue #1: fix average pooling kernel size assignment error URL: https://github.com/apache/incubator-mxnet/pull/1#issuecomment-370679259 The error code show that the change somehow breaks the cpp package. I need to investigate the status of the CPP package.

[GitHub] sergeykolychev commented on a change in pull request #9988: [Perl] Sparse feature.

2018-03-05 Thread GitBox
sergeykolychev commented on a change in pull request #9988: [Perl] Sparse feature. URL: https://github.com/apache/incubator-mxnet/pull/9988#discussion_r172412780 ## File path: perl-package/AI-MXNetCAPI/mxnet_typemaps.i ## @@ -112,6 +112,32 @@ } }

[GitHub] sergeykolychev commented on a change in pull request #9988: [Perl] Sparse feature.

2018-03-05 Thread GitBox
sergeykolychev commented on a change in pull request #9988: [Perl] Sparse feature. URL: https://github.com/apache/incubator-mxnet/pull/9988#discussion_r172412780 ## File path: perl-package/AI-MXNetCAPI/mxnet_typemaps.i ## @@ -112,6 +112,32 @@ } }

[GitHub] sergeykolychev commented on a change in pull request #9988: [Perl] Sparse feature.

2018-03-05 Thread GitBox
sergeykolychev commented on a change in pull request #9988: [Perl] Sparse feature. URL: https://github.com/apache/incubator-mxnet/pull/9988#discussion_r172412268 ## File path: perl-package/AI-MXNet/lib/AI/MXNet/Base.pm ## @@ -365,4 +452,20 @@ $PDL::toolongtoprint =

[GitHub] sergeykolychev commented on a change in pull request #9988: [Perl] Sparse feature.

2018-03-05 Thread GitBox
sergeykolychev commented on a change in pull request #9988: [Perl] Sparse feature. URL: https://github.com/apache/incubator-mxnet/pull/9988#discussion_r172412182 ## File path: perl-package/AI-MXNet/lib/AI/MXNet/NDArray/Sparse.pm ## @@ -0,0 +1,1342 @@ +# Licensed to the

[GitHub] sergeykolychev commented on a change in pull request #9988: [Perl] Sparse feature.

2018-03-05 Thread GitBox
sergeykolychev commented on a change in pull request #9988: [Perl] Sparse feature. URL: https://github.com/apache/incubator-mxnet/pull/9988#discussion_r172412124 ## File path: perl-package/AI-MXNet/lib/AI/MXNet/IO.pm ## @@ -459,20 +459,33 @@ sub BUILD my $self =

[GitHub] sergeykolychev commented on a change in pull request #9988: [Perl] Sparse feature.

2018-03-05 Thread GitBox
sergeykolychev commented on a change in pull request #9988: [Perl] Sparse feature. URL: https://github.com/apache/incubator-mxnet/pull/9988#discussion_r172411854 ## File path: perl-package/AI-MXNet/lib/AI/MXNet/Optimizer.pm ## @@ -398,6 +423,461 @@ method update(

[GitHub] sergeykolychev commented on a change in pull request #9988: [Perl] Sparse feature.

2018-03-05 Thread GitBox
sergeykolychev commented on a change in pull request #9988: [Perl] Sparse feature. URL: https://github.com/apache/incubator-mxnet/pull/9988#discussion_r172411854 ## File path: perl-package/AI-MXNet/lib/AI/MXNet/Optimizer.pm ## @@ -398,6 +423,461 @@ method update(

[GitHub] spidyDev closed pull request #10001: Add op avg pool arg max min

2018-03-05 Thread GitBox
spidyDev closed pull request #10001: Add op avg pool arg max min URL: https://github.com/apache/incubator-mxnet/pull/10001 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] spidyDev commented on issue #10001: Add op avg pool arg max min

2018-03-05 Thread GitBox
spidyDev commented on issue #10001: Add op avg pool arg max min URL: https://github.com/apache/incubator-mxnet/pull/10001#issuecomment-370662293 closing this PR as this is incorrectly generated. Need to generate on top of anirudhacharya/onnx1 branch

[GitHub] spidyDev opened a new pull request #10001: Add op avg pool arg max min

2018-03-05 Thread GitBox
spidyDev opened a new pull request #10001: Add op avg pool arg max min URL: https://github.com/apache/incubator-mxnet/pull/10001 ## Description ## Added operators: - AvgPool - ArgMax - ArgMin - Abs Minor changes in logic for import_onnx

[GitHub] reminisce commented on issue #9916: precision bug in batchnorm.

2018-03-05 Thread GitBox
reminisce commented on issue #9916: precision bug in batchnorm. URL: https://github.com/apache/incubator-mxnet/issues/9916#issuecomment-370660560 Also saw failure w/o MKL in one of CI jobs: Python3 GPU

[GitHub] tlby commented on a change in pull request #9988: [Perl] Sparse feature.

2018-03-05 Thread GitBox
tlby commented on a change in pull request #9988: [Perl] Sparse feature. URL: https://github.com/apache/incubator-mxnet/pull/9988#discussion_r172401798 ## File path: perl-package/AI-MXNet/lib/AI/MXNet/Optimizer.pm ## @@ -398,6 +423,461 @@ method update(

[GitHub] tlby commented on a change in pull request #9988: [Perl] Sparse feature.

2018-03-05 Thread GitBox
tlby commented on a change in pull request #9988: [Perl] Sparse feature. URL: https://github.com/apache/incubator-mxnet/pull/9988#discussion_r172403304 ## File path: perl-package/AI-MXNet/lib/AI/MXNet/NDArray/Sparse.pm ## @@ -0,0 +1,1342 @@ +# Licensed to the Apache

[GitHub] tlby commented on a change in pull request #9988: [Perl] Sparse feature.

2018-03-05 Thread GitBox
tlby commented on a change in pull request #9988: [Perl] Sparse feature. URL: https://github.com/apache/incubator-mxnet/pull/9988#discussion_r172405674 ## File path: perl-package/AI-MXNetCAPI/mxnet_typemaps.i ## @@ -112,6 +112,32 @@ } } +%typemap(in,numinputs=0)

[GitHub] tlby commented on a change in pull request #9988: [Perl] Sparse feature.

2018-03-05 Thread GitBox
tlby commented on a change in pull request #9988: [Perl] Sparse feature. URL: https://github.com/apache/incubator-mxnet/pull/9988#discussion_r172404489 ## File path: perl-package/AI-MXNet/lib/AI/MXNet/Base.pm ## @@ -365,4 +452,20 @@ $PDL::toolongtoprint = 1000_000_000;

[GitHub] tlby commented on a change in pull request #9988: [Perl] Sparse feature.

2018-03-05 Thread GitBox
tlby commented on a change in pull request #9988: [Perl] Sparse feature. URL: https://github.com/apache/incubator-mxnet/pull/9988#discussion_r172401998 ## File path: perl-package/AI-MXNet/lib/AI/MXNet/IO.pm ## @@ -459,20 +459,33 @@ sub BUILD my $self = shift; my

[GitHub] YujiOshima commented on a change in pull request #9994: Tensorboard: Add histogram callback

2018-03-05 Thread GitBox
YujiOshima commented on a change in pull request #9994: Tensorboard: Add histogram callback URL: https://github.com/apache/incubator-mxnet/pull/9994#discussion_r172404718 ## File path: python/mxnet/contrib/tensorboard.py ## @@ -71,3 +72,43 @@ def __call__(self, param):

[GitHub] pengzhao-intel commented on issue #9916: precision bug in batchnorm.

2018-03-05 Thread GitBox
pengzhao-intel commented on issue #9916: precision bug in batchnorm. URL: https://github.com/apache/incubator-mxnet/issues/9916#issuecomment-370655977 Tested w/o MKL-DNN, the same issue is observed. The computation result from FP16 is not matched w/ FP32.

[GitHub] asitstands commented on issue #9991: Random shuffle implementation

2018-03-05 Thread GitBox
asitstands commented on issue #9991: Random shuffle implementation URL: https://github.com/apache/incubator-mxnet/pull/9991#issuecomment-370652954 @piiswrong The difference of this operator and numpy's shuffle is not the default axis. This performs a batch operation but numpy does not. For

[GitHub] asitstands commented on issue #9991: Random shuffle implementation

2018-03-05 Thread GitBox
asitstands commented on issue #9991: Random shuffle implementation URL: https://github.com/apache/incubator-mxnet/pull/9991#issuecomment-370652954 @piiswrong The difference of this operator and numpy's shuffle is not the default axis. This performs a batch operation but numpy does not. For

[GitHub] asitstands commented on issue #9991: Random shuffle implementation

2018-03-05 Thread GitBox
asitstands commented on issue #9991: Random shuffle implementation URL: https://github.com/apache/incubator-mxnet/pull/9991#issuecomment-370486626 @cjolivier01 `test_bmod` fails in `Python3: MKLDNN-CPU`

[GitHub] asitstands commented on issue #9991: Random shuffle implementation

2018-03-05 Thread GitBox
asitstands commented on issue #9991: Random shuffle implementation URL: https://github.com/apache/incubator-mxnet/pull/9991#issuecomment-370652954 @piiswrong The difference of this operator and numpy's shuffle is not the default axis. This performs a batch operation but numpy does not. For

[GitHub] zhanghang1989 commented on issue #9688: Adapt operators from PyTorch, will keep adding

2018-03-05 Thread GitBox
zhanghang1989 commented on issue #9688: Adapt operators from PyTorch, will keep adding URL: https://github.com/apache/incubator-mxnet/pull/9688#issuecomment-370652764 A few issues are related to 'BilinearResize' operator (https://github.com/apache/incubator-mxnet/issues/9970,

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

2018-03-05 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-370285916 @pengzhao-intel @xinyu-intel Thank you! I will have a try. The performance table

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

2018-03-05 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-370285916 @pengzhao-intel @xinyu-intel Thank you! I will have a try. The performance table

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

2018-03-05 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-370285916 @pengzhao-intel @xinyu-intel Thank you! I will have a try. The performance table

[GitHub] vdantu commented on issue #9979: Computing the second derivative

2018-03-05 Thread GitBox
vdantu commented on issue #9979: Computing the second derivative URL: https://github.com/apache/incubator-mxnet/issues/9979#issuecomment-370639938 @aidan-plenert-macdonald : This looks like a question and not an issue in MxNet. Could you please post this on discuss.mxnet.io . You would

[GitHub] zhanghang1989 commented on a change in pull request #9931: Add axes support to Dropout for variational dropout in NLP

2018-03-05 Thread GitBox
zhanghang1989 commented on a change in pull request #9931: Add axes support to Dropout for variational dropout in NLP URL: https://github.com/apache/incubator-mxnet/pull/9931#discussion_r172389676 ## File path: src/operator/nn/dropout-inl.h ## @@ -228,11 +301,27 @@ class

[GitHub] zhanghang1989 commented on a change in pull request #9931: Add axes support to Dropout for variational dropout in NLP

2018-03-05 Thread GitBox
zhanghang1989 commented on a change in pull request #9931: Add axes support to Dropout for variational dropout in NLP URL: https://github.com/apache/incubator-mxnet/pull/9931#discussion_r171937954 ## File path: src/operator/nn/dropout-inl.h ## @@ -178,30 +184,17 @@ class

[GitHub] zhanghang1989 commented on a change in pull request #9931: Add axes support to Dropout for variational dropout in NLP

2018-03-05 Thread GitBox
zhanghang1989 commented on a change in pull request #9931: Add axes support to Dropout for variational dropout in NLP URL: https://github.com/apache/incubator-mxnet/pull/9931#discussion_r172388387 ## File path: src/operator/nn/dropout-inl.h ## @@ -337,6 +336,7 @@ class

[GitHub] cjolivier01 commented on a change in pull request #9931: Add axes support to Dropout for variational dropout in NLP

2018-03-05 Thread GitBox
cjolivier01 commented on a change in pull request #9931: Add axes support to Dropout for variational dropout in NLP URL: https://github.com/apache/incubator-mxnet/pull/9931#discussion_r172388095 ## File path: src/operator/nn/dropout-inl.h ## @@ -337,6 +336,7 @@ class

[GitHub] cjolivier01 commented on issue #9993: cmake cannot build mxnet

2018-03-05 Thread GitBox
cjolivier01 commented on issue #9993: cmake cannot build mxnet URL: https://github.com/apache/incubator-mxnet/issues/9993#issuecomment-370631191 closed on accident This is an automated message from the Apache Git Service. To

[GitHub] CoinCheung commented on a change in pull request #10000: fix average pooling kernel size assignment error

2018-03-05 Thread GitBox
CoinCheung commented on a change in pull request #1: fix average pooling kernel size assignment error URL: https://github.com/apache/incubator-mxnet/pull/1#discussion_r172385236 ## File path: src/operator/nn/pooling-inl.h ## @@ -178,6 +178,11 @@ class PoolingOp {

[GitHub] sxjscience commented on a change in pull request #10000: fix average pooling kernel size assignment error

2018-03-05 Thread GitBox
sxjscience commented on a change in pull request #1: fix average pooling kernel size assignment error URL: https://github.com/apache/incubator-mxnet/pull/1#discussion_r172384242 ## File path: src/operator/nn/pooling-inl.h ## @@ -178,6 +178,11 @@ class PoolingOp {

[GitHub] sxjscience commented on issue #10000: fix average pooling kernel size assignment error

2018-03-05 Thread GitBox
sxjscience commented on issue #1: fix average pooling kernel size assignment error URL: https://github.com/apache/incubator-mxnet/pull/1#issuecomment-370621396 Thanks for submitting this PR! This should fix the issue in https://discuss.gluon.ai/t/topic/5015/7. You can remove the

[GitHub] sxjscience commented on issue #10000: fix average pooling kernel size assignment error

2018-03-05 Thread GitBox
sxjscience commented on issue #1: fix average pooling kernel size assignment error URL: https://github.com/apache/incubator-mxnet/pull/1#issuecomment-370621396 Thanks for submitting this fix! You can remove the `kernel=` phrases in the test cases

[GitHub] CoinCheung opened a new pull request #10000: fix average pooling kernel size assignment error

2018-03-05 Thread GitBox
CoinCheung opened a new pull request #1: fix average pooling kernel size assignment error URL: https://github.com/apache/incubator-mxnet/pull/1 ## Description ## The pooling operator still complains about not assigning the kernel size when the "global_pool" parameter is

[GitHub] jacky4323 opened a new issue #9993: cmake cannot build mxnet

2018-03-05 Thread GitBox
jacky4323 opened a new issue #9993: cmake cannot build mxnet URL: https://github.com/apache/incubator-mxnet/issues/9993 Hi, sorry,there are some problems with cmake command I use $git clone --recursive https://github.com/apache/incubator-mxnet.git $cd incubator-mxnet/

[GitHub] sxjscience commented on issue #9998: [Feature Request] batchwise gather_nd/scatter_nd

2018-03-05 Thread GitBox
sxjscience commented on issue #9998: [Feature Request] batchwise gather_nd/scatter_nd URL: https://github.com/apache/incubator-mxnet/issues/9998#issuecomment-370618047 This should be the correct version of batch_take. We need to support this in the future.

[GitHub] sxjscience commented on issue #9998: [Feature Request] batchwise gather_nd/scatter_nd

2018-03-05 Thread GitBox
sxjscience commented on issue #9998: [Feature Request] batchwise gather_nd/scatter_nd URL: https://github.com/apache/incubator-mxnet/issues/9998#issuecomment-370618047 This should be the correct version of batch_take. We need to support his in the future.

[GitHub] cjolivier01 closed issue #9993: cmake cannot build mxnet

2018-03-05 Thread GitBox
cjolivier01 closed issue #9993: cmake cannot build mxnet URL: https://github.com/apache/incubator-mxnet/issues/9993 This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub

[GitHub] cjolivier01 commented on issue #9993: cmake cannot build mxnet

2018-03-05 Thread GitBox
cjolivier01 commented on issue #9993: cmake cannot build mxnet URL: https://github.com/apache/incubator-mxnet/issues/9993#issuecomment-370612326 I am not sure what was changed for the enormous mkldnn PR, but "USE_MKL_IF_AVAILABLE" means use it if it is found (real MKL or MKLML),

[GitHub] marcoabreu commented on issue #9993: cmake cannot build mxnet

2018-03-05 Thread GitBox
marcoabreu commented on issue #9993: cmake cannot build mxnet URL: https://github.com/apache/incubator-mxnet/issues/9993#issuecomment-370611181 How come that CMake properly detects that MKL is not present ``` -- Detecting Intel(R) MKL: trying mklml_intel -- Detecting Intel(R) MKL:

[incubator-mxnet] branch master updated: Exception handling documentation (#9869)

2018-03-05 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 7d08810 Exception handling

[GitHub] piiswrong closed pull request #9869: Exception handling documentation

2018-03-05 Thread GitBox
piiswrong closed pull request #9869: Exception handling documentation URL: https://github.com/apache/incubator-mxnet/pull/9869 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 #9996: add softsign operator to v1.1.0

2018-03-05 Thread GitBox
cjolivier01 commented on issue #9996: add softsign operator to v1.1.0 URL: https://github.com/apache/incubator-mxnet/pull/9996#issuecomment-370546635 LGTM <-- before all of the R changes This is an automated message from the

[GitHub] szha commented on issue #9919: Update PR Template

2018-03-05 Thread GitBox
szha commented on issue #9919: Update PR Template URL: https://github.com/apache/incubator-mxnet/pull/9919#issuecomment-370607199 @eric-haibin-lin would you add an item to remind the committers to check the API doc of the PR? See details in #9928. It should read like: Committers should

[GitHub] aaronmarkham commented on issue #9948: [Doc] Overlapping between footer and the left column + Strange nav-link highlighting

2018-03-05 Thread GitBox
aaronmarkham commented on issue #9948: [Doc] Overlapping between footer and the left column + Strange nav-link highlighting URL: https://github.com/apache/incubator-mxnet/issues/9948#issuecomment-370606641 @thinksanky This

[incubator-mxnet] branch master updated: host doc on s3 (#9928)

2018-03-05 Thread marcoabreu
This is an automated email from the ASF dual-hosted git repository. marcoabreu 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 5984a5b host doc on s3 (#9928)

[GitHub] nswamy opened a new pull request #9999: R fix

2018-03-05 Thread GitBox
nswamy opened a new pull request #: R fix URL: https://github.com/apache/incubator-mxnet/pull/ ## Description ## Cherry picked commits that resolve R builds https://github.com/apache/incubator-mxnet/commit/bce00aaca0cb8e69343b5a09da00ef671cad8815

[GitHub] marcoabreu commented on issue #9975: revert DiagrammeR compatibility to 0.9.0

2018-03-05 Thread GitBox
marcoabreu commented on issue #9975: revert DiagrammeR compatibility to 0.9.0 URL: https://github.com/apache/incubator-mxnet/pull/9975#issuecomment-370600586 @jeremiedb could you please apply these changes to branch 1.0.0 and 1.1.0?

[GitHub] ShownX opened a new issue #9998: [Feature Request] batchwise gather_nd/scatter_nd

2018-03-05 Thread GitBox
ShownX opened a new issue #9998: [Feature Request] batchwise gather_nd/scatter_nd URL: https://github.com/apache/incubator-mxnet/issues/9998 ## Description Assuming I have a data tensor X and indices tensor Y: X has a shape ```(batch, N, 3)``` and Y has a shape ```(batch, 1, M)```, I

[GitHub] anirudh2290 commented on issue #9869: Exception handling documentation

2018-03-05 Thread GitBox
anirudh2290 commented on issue #9869: Exception handling documentation URL: https://github.com/apache/incubator-mxnet/pull/9869#issuecomment-370583517 Unable to reproduce even with the same seed. Trigerring CI again. Opened an issue for the flaky test: #9997

[GitHub] anirudh2290 commented on issue #9997: Flaky test: test_sparse_embedding

2018-03-05 Thread GitBox
anirudh2290 commented on issue #9997: Flaky test: test_sparse_embedding URL: https://github.com/apache/incubator-mxnet/issues/9997#issuecomment-370586871 @eric-haibin-lin This is an automated message from the Apache Git

[GitHub] anirudh2290 opened a new issue #9997: Flaky test: test_sparse_embedding

2018-03-05 Thread GitBox
anirudh2290 opened a new issue #9997: Flaky test: test_sparse_embedding URL: https://github.com/apache/incubator-mxnet/issues/9997 ## Description Please see: http://jenkins.mxnet-ci.amazon-ml.com/blue/organizations/jenkins/incubator-mxnet/detail/PR-9869/13/pipeline The

[GitHub] anirudh2290 commented on issue #9869: Exception handling documentation

2018-03-05 Thread GitBox
anirudh2290 commented on issue #9869: Exception handling documentation URL: https://github.com/apache/incubator-mxnet/pull/9869#issuecomment-370583517 Unable to reproduce even with the same seed. Trigerring CI again. This is

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

2018-03-05 Thread GitBox
piiswrong 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-370580786 Still not quite sure about the name...

[GitHub] anirudh2290 commented on issue #9869: Exception handling documentation

2018-03-05 Thread GitBox
anirudh2290 commented on issue #9869: Exception handling documentation URL: https://github.com/apache/incubator-mxnet/pull/9869#issuecomment-370574891 test_sparse_embedding_operator seems to be flaky. Trying to reproduce with the seed MXNET_TEST_SEED=1475581309.

[GitHub] piiswrong commented on a change in pull request #9986: gluon language modeling dataset and text token reader

2018-03-05 Thread GitBox
piiswrong commented on a change in pull request #9986: gluon language modeling dataset and text token reader URL: https://github.com/apache/incubator-mxnet/pull/9986#discussion_r172327467 ## File path: python/mxnet/gluon/data/datareader.py ## @@ -0,0 +1,33 @@ +# Licensed

[GitHub] szha commented on a change in pull request #9986: gluon language modeling dataset and text token reader

2018-03-05 Thread GitBox
szha commented on a change in pull request #9986: gluon language modeling dataset and text token reader URL: https://github.com/apache/incubator-mxnet/pull/9986#discussion_r172323412 ## File path: python/mxnet/gluon/data/datareader.py ## @@ -0,0 +1,33 @@ +# Licensed to

[GitHub] szha commented on a change in pull request #9986: gluon language modeling dataset and text token reader

2018-03-05 Thread GitBox
szha commented on a change in pull request #9986: gluon language modeling dataset and text token reader URL: https://github.com/apache/incubator-mxnet/pull/9986#discussion_r172315558 ## File path: python/mxnet/gluon/data/text/_constants.py ## @@ -0,0 +1,26 @@ +# Licensed

[GitHub] szha commented on a change in pull request #9986: gluon language modeling dataset and text token reader

2018-03-05 Thread GitBox
szha commented on a change in pull request #9986: gluon language modeling dataset and text token reader URL: https://github.com/apache/incubator-mxnet/pull/9986#discussion_r172317063 ## File path: python/mxnet/gluon/data/text/lm.py ## @@ -0,0 +1,157 @@ +# Licensed to the

[GitHub] szha commented on a change in pull request #9986: gluon language modeling dataset and text token reader

2018-03-05 Thread GitBox
szha commented on a change in pull request #9986: gluon language modeling dataset and text token reader URL: https://github.com/apache/incubator-mxnet/pull/9986#discussion_r172316324 ## File path: python/mxnet/gluon/data/text/base.py ## @@ -0,0 +1,89 @@ +# Licensed to the

[GitHub] szha commented on a change in pull request #9986: gluon language modeling dataset and text token reader

2018-03-05 Thread GitBox
szha commented on a change in pull request #9986: gluon language modeling dataset and text token reader URL: https://github.com/apache/incubator-mxnet/pull/9986#discussion_r172316070 ## File path: python/mxnet/gluon/data/text/base.py ## @@ -0,0 +1,89 @@ +# Licensed to the

[GitHub] szha commented on a change in pull request #9986: gluon language modeling dataset and text token reader

2018-03-05 Thread GitBox
szha commented on a change in pull request #9986: gluon language modeling dataset and text token reader URL: https://github.com/apache/incubator-mxnet/pull/9986#discussion_r172315558 ## File path: python/mxnet/gluon/data/text/_constants.py ## @@ -0,0 +1,26 @@ +# Licensed

[GitHub] szha commented on a change in pull request #9986: gluon language modeling dataset and text token reader

2018-03-05 Thread GitBox
szha commented on a change in pull request #9986: gluon language modeling dataset and text token reader URL: https://github.com/apache/incubator-mxnet/pull/9986#discussion_r172314994 ## File path: python/mxnet/gluon/data/text/__init__.py ## @@ -0,0 +1,24 @@ +# Licensed to

[GitHub] szha commented on a change in pull request #9986: gluon language modeling dataset and text token reader

2018-03-05 Thread GitBox
szha commented on a change in pull request #9986: gluon language modeling dataset and text token reader URL: https://github.com/apache/incubator-mxnet/pull/9986#discussion_r172314482 ## File path: python/mxnet/gluon/data/datareader.py ## @@ -0,0 +1,33 @@ +# Licensed to

[GitHub] szha commented on a change in pull request #9986: gluon language modeling dataset and text token reader

2018-03-05 Thread GitBox
szha commented on a change in pull request #9986: gluon language modeling dataset and text token reader URL: https://github.com/apache/incubator-mxnet/pull/9986#discussion_r172314053 ## File path: python/mxnet/gluon/data/datareader.py ## @@ -0,0 +1,33 @@ +# Licensed to

[GitHub] szha commented on issue #9986: gluon language modeling dataset and text token reader

2018-03-05 Thread GitBox
szha commented on issue #9986: gluon language modeling dataset and text token reader URL: https://github.com/apache/incubator-mxnet/pull/9986#issuecomment-370548139 Sounds good. I created a branch called `nlp_toolkit`. This

[GitHub] hetong007 commented on issue #9930: Support single array input for metric

2018-03-05 Thread GitBox
hetong007 commented on issue #9930: Support single array input for metric URL: https://github.com/apache/incubator-mxnet/pull/9930#issuecomment-370547926 @piiswrong The for loop is fixed. This is an automated message from the

[GitHub] cjolivier01 commented on issue #9996: add softsign operator to v1.1.0

2018-03-05 Thread GitBox
cjolivier01 commented on issue #9996: add softsign operator to v1.1.0 URL: https://github.com/apache/incubator-mxnet/pull/9996#issuecomment-370546635 LGTM This is an automated message from the Apache Git Service. To respond

[GitHub] nswamy opened a new pull request #9996: add softsign operator to v1.1.0

2018-03-05 Thread GitBox
nswamy opened a new pull request #9996: add softsign operator to v1.1.0 URL: https://github.com/apache/incubator-mxnet/pull/9996 ## Description ## One of the customer is upgrading MXNet from v0.11.0 to v1.1.0 and would like to this operator to be ported on v1.1.0 on the master branch

[incubator-mxnet-site] 01/01: Merge pull request #56 from thinksanky/touched_file_to_refresh_site

2018-03-05 Thread liuyizhi
This is an automated email from the ASF dual-hosted git repository. liuyizhi pushed a commit to branch asf-site in repository https://gitbox.apache.org/repos/asf/incubator-mxnet-site.git commit 70839430eb9823e531bf12f87d1f9a6b8ee2850d Merge: aec9cfa 81517a4 Author: Yizhi Liu

[incubator-mxnet-site] branch asf-site updated (aec9cfa -> 7083943)

2018-03-05 Thread liuyizhi
This is an automated email from the ASF dual-hosted git repository. liuyizhi pushed a change to branch asf-site in repository https://gitbox.apache.org/repos/asf/incubator-mxnet-site.git. from aec9cfa Merge pull request #55 from thinksanky/fix_how_to_dir add 81517a4 touched faq

[GitHub] yzhliu closed pull request #56: touched faq bucketing.html to trigger a refresh

2018-03-05 Thread GitBox
yzhliu closed pull request #56: touched faq bucketing.html to trigger a refresh URL: https://github.com/apache/incubator-mxnet-site/pull/56 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

[GitHub] thinksanky opened a new pull request #56: touched faq bucketing.html to trigger a refresh

2018-03-05 Thread GitBox
thinksanky opened a new pull request #56: touched faq bucketing.html to trigger a refresh URL: https://github.com/apache/incubator-mxnet-site/pull/56 ## Description ## Touched a file by adding a comment just to trigger web-site refresh

[GitHub] anirudhacharya commented on a change in pull request #9963: Onnx Module to import onnx models into mxnet

2018-03-05 Thread GitBox
anirudhacharya commented on a change in pull request #9963: Onnx Module to import onnx models into mxnet URL: https://github.com/apache/incubator-mxnet/pull/9963#discussion_r172301381 ## File path: python/mxnet/contrib/onnx/_import/translation_utils/__init__.py ## @@ -0,0

[GitHub] anirudhacharya commented on a change in pull request #9963: Onnx Module to import onnx models into mxnet

2018-03-05 Thread GitBox
anirudhacharya commented on a change in pull request #9963: Onnx Module to import onnx models into mxnet URL: https://github.com/apache/incubator-mxnet/pull/9963#discussion_r172301079 ## File path: python/mxnet/contrib/onnx/_import/import_onnx.py ## @@ -0,0 +1,166 @@ +#

[GitHub] anirudhacharya commented on a change in pull request #9963: Onnx Module to import onnx models into mxnet

2018-03-05 Thread GitBox
anirudhacharya commented on a change in pull request #9963: Onnx Module to import onnx models into mxnet URL: https://github.com/apache/incubator-mxnet/pull/9963#discussion_r172300946 ## File path: python/mxnet/contrib/onnx/_import/import_onnx.py ## @@ -0,0 +1,166 @@ +#

[GitHub] anirudhacharya commented on a change in pull request #9963: Onnx Module to import onnx models into mxnet

2018-03-05 Thread GitBox
anirudhacharya commented on a change in pull request #9963: Onnx Module to import onnx models into mxnet URL: https://github.com/apache/incubator-mxnet/pull/9963#discussion_r172300559 ## File path: python/mxnet/contrib/onnx/_import/import_onnx.py ## @@ -0,0 +1,166 @@ +#

[GitHub] anirudhacharya commented on a change in pull request #9963: Onnx Module to import onnx models into mxnet

2018-03-05 Thread GitBox
anirudhacharya commented on a change in pull request #9963: Onnx Module to import onnx models into mxnet URL: https://github.com/apache/incubator-mxnet/pull/9963#discussion_r172300457 ## File path: python/mxnet/contrib/onnx/_import/import_helper.py ## @@ -0,0 +1,29 @@ +#

[GitHub] sandeep-krishnamurthy commented on a change in pull request #9963: Onnx Module to import onnx models into mxnet

2018-03-05 Thread GitBox
sandeep-krishnamurthy commented on a change in pull request #9963: Onnx Module to import onnx models into mxnet URL: https://github.com/apache/incubator-mxnet/pull/9963#discussion_r172272632 ## File path: python/mxnet/contrib/onnx/_import/import_onnx.py ## @@ -0,0 +1,166

[GitHub] sandeep-krishnamurthy commented on a change in pull request #9963: Onnx Module to import onnx models into mxnet

2018-03-05 Thread GitBox
sandeep-krishnamurthy commented on a change in pull request #9963: Onnx Module to import onnx models into mxnet URL: https://github.com/apache/incubator-mxnet/pull/9963#discussion_r172272317 ## File path: python/mxnet/contrib/onnx/_import/import_onnx.py ## @@ -0,0 +1,166

[GitHub] sandeep-krishnamurthy commented on a change in pull request #9963: Onnx Module to import onnx models into mxnet

2018-03-05 Thread GitBox
sandeep-krishnamurthy commented on a change in pull request #9963: Onnx Module to import onnx models into mxnet URL: https://github.com/apache/incubator-mxnet/pull/9963#discussion_r172270960 ## File path: python/mxnet/contrib/onnx/_import/import_onnx.py ## @@ -0,0 +1,166

[GitHub] sandeep-krishnamurthy commented on a change in pull request #9963: Onnx Module to import onnx models into mxnet

2018-03-05 Thread GitBox
sandeep-krishnamurthy commented on a change in pull request #9963: Onnx Module to import onnx models into mxnet URL: https://github.com/apache/incubator-mxnet/pull/9963#discussion_r172269243 ## File path: python/mxnet/contrib/onnx/_import/import_helper.py ## @@ -0,0 +1,29

[GitHub] sandeep-krishnamurthy commented on a change in pull request #9963: Onnx Module to import onnx models into mxnet

2018-03-05 Thread GitBox
sandeep-krishnamurthy commented on a change in pull request #9963: Onnx Module to import onnx models into mxnet URL: https://github.com/apache/incubator-mxnet/pull/9963#discussion_r172298550 ## File path: python/mxnet/contrib/onnx/_import/op_translations/reduce_max.py ##

[GitHub] sandeep-krishnamurthy commented on a change in pull request #9963: Onnx Module to import onnx models into mxnet

2018-03-05 Thread GitBox
sandeep-krishnamurthy commented on a change in pull request #9963: Onnx Module to import onnx models into mxnet URL: https://github.com/apache/incubator-mxnet/pull/9963#discussion_r172293282 ## File path: python/mxnet/contrib/onnx/_import/translation_utils/__init__.py ##

[GitHub] DickJC123 commented on issue #9543: Variable Length Support for cuDNN RNN

2018-03-05 Thread GitBox
DickJC123 commented on issue #9543: Variable Length Support for cuDNN RNN URL: https://github.com/apache/incubator-mxnet/issues/9543#issuecomment-370532401 I've been remiss at commenting because frankly new cuDNN features are generally advertised only upon general availability. The cuDNN

[GitHub] piiswrong commented on a change in pull request #9986: gluon language modeling dataset and text token reader

2018-03-05 Thread GitBox
piiswrong commented on a change in pull request #9986: gluon language modeling dataset and text token reader URL: https://github.com/apache/incubator-mxnet/pull/9986#discussion_r172284803 ## File path: python/mxnet/gluon/data/text/__init__.py ## @@ -0,0 +1,24 @@ +#

[GitHub] piiswrong commented on a change in pull request #9986: gluon language modeling dataset and text token reader

2018-03-05 Thread GitBox
piiswrong commented on a change in pull request #9986: gluon language modeling dataset and text token reader URL: https://github.com/apache/incubator-mxnet/pull/9986#discussion_r172287707 ## File path: python/mxnet/gluon/utils.py ## @@ -218,3 +220,25 @@ def download(url,

[GitHub] piiswrong commented on a change in pull request #9986: gluon language modeling dataset and text token reader

2018-03-05 Thread GitBox
piiswrong commented on a change in pull request #9986: gluon language modeling dataset and text token reader URL: https://github.com/apache/incubator-mxnet/pull/9986#discussion_r172284891 ## File path: python/mxnet/gluon/data/text/_constants.py ## @@ -0,0 +1,26 @@ +#

[GitHub] piiswrong commented on a change in pull request #9986: gluon language modeling dataset and text token reader

2018-03-05 Thread GitBox
piiswrong commented on a change in pull request #9986: gluon language modeling dataset and text token reader URL: https://github.com/apache/incubator-mxnet/pull/9986#discussion_r172285568 ## File path: python/mxnet/gluon/data/text/base.py ## @@ -0,0 +1,89 @@ +# Licensed

[GitHub] piiswrong commented on a change in pull request #9986: gluon language modeling dataset and text token reader

2018-03-05 Thread GitBox
piiswrong commented on a change in pull request #9986: gluon language modeling dataset and text token reader URL: https://github.com/apache/incubator-mxnet/pull/9986#discussion_r172285145 ## File path: python/mxnet/gluon/data/text/base.py ## @@ -0,0 +1,89 @@ +# Licensed

[GitHub] piiswrong commented on a change in pull request #9986: gluon language modeling dataset and text token reader

2018-03-05 Thread GitBox
piiswrong commented on a change in pull request #9986: gluon language modeling dataset and text token reader URL: https://github.com/apache/incubator-mxnet/pull/9986#discussion_r172287751 ## File path: python/mxnet/gluon/utils.py ## @@ -218,3 +220,25 @@ def download(url,

  1   2   >