[incubator-mxnet] branch master updated: [MXNET-531] Integration Test for Scala (#11596)

2018-07-11 Thread nswamy
This is an automated email from the ASF dual-hosted git repository. nswamy 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 b786ead [MXNET-531] Integration Test

[GitHub] nswamy closed pull request #11596: [MXNET-531] Integration Test for Scala

2018-07-11 Thread GitBox
nswamy closed pull request #11596: [MXNET-531] Integration Test for Scala URL: https://github.com/apache/incubator-mxnet/pull/11596 This is a PR merged from a forked repository. As GitHub hides the original diff on merge, it is displayed below for the sake of provenance: As this is a

[GitHub] nswamy commented on issue #11596: [MXNET-531] Integration Test for Scala

2018-07-11 Thread GitBox
nswamy commented on issue #11596: [MXNET-531] Integration Test for Scala URL: https://github.com/apache/incubator-mxnet/pull/11596#issuecomment-404392074 @lanking520 thanks for separating the tests into two phases, this definitely helps in speeding up the CI pipeline. @marcoabreu

[incubator-mxnet] branch master updated: [MXNET-627] Fix Installation instructions for R bindings on Linux systems. (#11590)

2018-07-11 Thread zhasheng
This is an automated email from the ASF dual-hosted git repository. zhasheng 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 ea24c1c [MXNET-627] Fix

[GitHub] nswamy commented on a change in pull request #11596: [MXNET-531] Integration Test for Scala

2018-07-11 Thread GitBox
nswamy commented on a change in pull request #11596: [MXNET-531] Integration Test for Scala URL: https://github.com/apache/incubator-mxnet/pull/11596#discussion_r201911570 ## File path: Makefile ## @@ -593,7 +593,13 @@ scalapkg:

[GitHub] szha closed pull request #11590: [MXNET-627] Fix Installation instructions for R bindings on Linux systems.

2018-07-11 Thread GitBox
szha closed pull request #11590: [MXNET-627] Fix Installation instructions for R bindings on Linux systems. URL: https://github.com/apache/incubator-mxnet/pull/11590 This is a PR merged from a forked repository. As GitHub hides the original diff on merge, it is displayed below for the

[GitHub] lightingghost commented on issue #8513: --start-group not supported for macOS

2018-07-11 Thread GitBox
lightingghost commented on issue #8513: --start-group not supported for macOS URL: https://github.com/apache/incubator-mxnet/issues/8513#issuecomment-404390873 @azai91 I have updated that PR. @tqchen @piiswrong, would you please take a look?

[GitHub] sergeykolychev commented on a change in pull request #11642: MXNET-650 [Perl] Gluon ModelZoo, Gluon examples

2018-07-11 Thread GitBox
sergeykolychev commented on a change in pull request #11642: MXNET-650 [Perl] Gluon ModelZoo, Gluon examples URL: https://github.com/apache/incubator-mxnet/pull/11642#discussion_r201905284 ## File path: perl-package/AI-MXNet-Gluon-ModelZoo/examples/image_classification.pl

[GitHub] mkolod edited a comment on issue #11325: Added TensorRT runtime integration

2018-07-11 Thread GitBox
mkolod edited a comment on issue #11325: Added TensorRT runtime integration URL: https://github.com/apache/incubator-mxnet/pull/11325#issuecomment-404320678 @reminisce Regarding your question about the cycle check, I'd like to juxtapose two approaches, one of which is the one taken here,

[GitHub] mkolod edited a comment on issue #11325: Added TensorRT runtime integration

2018-07-11 Thread GitBox
mkolod edited a comment on issue #11325: Added TensorRT runtime integration URL: https://github.com/apache/incubator-mxnet/pull/11325#issuecomment-404320678 @reminisce Regarding your question about the cycle check, I'd like to juxtapose two approaches, one of which is the one taken here,

[GitHub] mkolod edited a comment on issue #11325: Added TensorRT runtime integration

2018-07-11 Thread GitBox
mkolod edited a comment on issue #11325: Added TensorRT runtime integration URL: https://github.com/apache/incubator-mxnet/pull/11325#issuecomment-404320678 @reminisce Regarding your question about the cycle check, I'd like to juxtapose two approaches, one of which is the one taken here,

[GitHub] szha commented on a change in pull request #11657: documentation enhancement for optimizers

2018-07-11 Thread GitBox
szha commented on a change in pull request #11657: documentation enhancement for optimizers URL: https://github.com/apache/incubator-mxnet/pull/11657#discussion_r201902109 ## File path: docs/tutorials/sparse/row_sparse.md ## @@ -531,8 +534,9 @@ sgd.update(0, weight, grad,

[incubator-mxnet] branch master updated: [MXNET-670] shape_array and size_array operator is non-differentiable (#11661)

2018-07-11 Thread zhasheng
This is an automated email from the ASF dual-hosted git repository. zhasheng 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 d25fdb7 [MXNET-670] shape_array and

[GitHub] szha closed pull request #11661: [MXNET-670] shape_array and size_array operator is non-differentiable

2018-07-11 Thread GitBox
szha closed pull request #11661: [MXNET-670] shape_array and size_array operator is non-differentiable URL: https://github.com/apache/incubator-mxnet/pull/11661 This is a PR merged from a forked repository. As GitHub hides the original diff on merge, it is displayed below for the sake of

[GitHub] reminisce commented on issue #11639: some big numbers can not be assigned correctly with ndarray, it is a big bug???

2018-07-11 Thread GitBox
reminisce commented on issue #11639: some big numbers can not be assigned correctly with ndarray, it is a big bug??? URL: https://github.com/apache/incubator-mxnet/issues/11639#issuecomment-404378030 This is a problem of using `float32` by passing big integers to the backend from

[GitHub] szha commented on a change in pull request #11642: MXNET-650 [Perl] Gluon ModelZoo, Gluon examples

2018-07-11 Thread GitBox
szha commented on a change in pull request #11642: MXNET-650 [Perl] Gluon ModelZoo, Gluon examples URL: https://github.com/apache/incubator-mxnet/pull/11642#discussion_r201899941 ## File path: perl-package/AI-MXNet-Gluon-ModelZoo/examples/image_classification.pl ## @@

[GitHub] zheng-da commented on issue #11658: Optimize cached op static memory allocation

2018-07-11 Thread GitBox
zheng-da commented on issue #11658: Optimize cached op static memory allocation URL: https://github.com/apache/incubator-mxnet/pull/11658#issuecomment-404375815 I think you should test on models with static memory alloc when mkldnn is enabled.

[GitHub] zheng-da commented on a change in pull request #11658: Optimize cached op static memory allocation

2018-07-11 Thread GitBox
zheng-da commented on a change in pull request #11658: Optimize cached op static memory allocation URL: https://github.com/apache/incubator-mxnet/pull/11658#discussion_r201897425 ## File path: include/mxnet/ndarray.h ## @@ -513,6 +515,7 @@ class NDArray { // We can't

[GitHub] sandeep-krishnamurthy closed issue #10006: How to visualise filters of MXNet model?

2018-07-11 Thread GitBox
sandeep-krishnamurthy closed issue #10006: How to visualise filters of MXNet model? URL: https://github.com/apache/incubator-mxnet/issues/10006 This is an automated message from the Apache Git Service. To respond to the

[GitHub] zheng-da commented on a change in pull request #11608: [MXNET-489] MKLDNN Pool test

2018-07-11 Thread GitBox
zheng-da commented on a change in pull request #11608: [MXNET-489] MKLDNN Pool test URL: https://github.com/apache/incubator-mxnet/pull/11608#discussion_r201889199 ## File path: tests/cpp/operator/mkldnn.cc ## @@ -1042,6 +1106,115 @@ void TestConcatOp(const OpAttrs ,

[GitHub] zheng-da commented on a change in pull request #11608: [MXNET-489] MKLDNN Pool test

2018-07-11 Thread GitBox
zheng-da commented on a change in pull request #11608: [MXNET-489] MKLDNN Pool test URL: https://github.com/apache/incubator-mxnet/pull/11608#discussion_r201888472 ## File path: tests/cpp/operator/mkldnn.cc ## @@ -515,33 +557,34 @@ void PrintVerifyMsg(const NDArrayAttrs ,

[GitHub] zheng-da commented on a change in pull request #11608: [MXNET-489] MKLDNN Pool test

2018-07-11 Thread GitBox
zheng-da commented on a change in pull request #11608: [MXNET-489] MKLDNN Pool test URL: https://github.com/apache/incubator-mxnet/pull/11608#discussion_r201888769 ## File path: tests/cpp/operator/mkldnn.cc ## @@ -1042,6 +1106,115 @@ void TestConcatOp(const OpAttrs ,

[GitHub] zheng-da commented on a change in pull request #11608: [MXNET-489] MKLDNN Pool test

2018-07-11 Thread GitBox
zheng-da commented on a change in pull request #11608: [MXNET-489] MKLDNN Pool test URL: https://github.com/apache/incubator-mxnet/pull/11608#discussion_r201887521 ## File path: tests/cpp/operator/mkldnn.cc ## @@ -485,6 +486,47 @@ OpAttrs GetConcatBackwardsOp(int

[GitHub] zheng-da commented on a change in pull request #11608: [MXNET-489] MKLDNN Pool test

2018-07-11 Thread GitBox
zheng-da commented on a change in pull request #11608: [MXNET-489] MKLDNN Pool test URL: https://github.com/apache/incubator-mxnet/pull/11608#discussion_r201887497 ## File path: tests/cpp/operator/mkldnn.cc ## @@ -485,6 +486,47 @@ OpAttrs GetConcatBackwardsOp(int

[GitHub] sergeykolychev commented on issue #11642: MXNET-650 [Perl] Gluon ModelZoo, Gluon examples

2018-07-11 Thread GitBox
sergeykolychev commented on issue #11642: MXNET-650 [Perl] Gluon ModelZoo, Gluon examples URL: https://github.com/apache/incubator-mxnet/pull/11642#issuecomment-404362282 @szha Thank you! I'll update the file with new uri. When you have time could you, please, upload the images from that

[GitHub] xinyu-intel commented on a change in pull request #11049: Add linux and macos MKLDNN Building Instruction

2018-07-11 Thread GitBox
xinyu-intel commented on a change in pull request #11049: Add linux and macos MKLDNN Building Instruction URL: https://github.com/apache/incubator-mxnet/pull/11049#discussion_r201886287 ## File path: MKLDNN_README.md ## @@ -0,0 +1,287 @@ +# Build/Install MXNet with

[GitHub] yzhliu commented on a change in pull request #11596: [MXNET-531] Integration Test for Scala

2018-07-11 Thread GitBox
yzhliu commented on a change in pull request #11596: [MXNET-531] Integration Test for Scala URL: https://github.com/apache/incubator-mxnet/pull/11596#discussion_r201885838 ## File path: Makefile ## @@ -593,9 +593,15 @@ scalapkg:

[GitHub] xinyu-intel commented on a change in pull request #11049: Add linux and macos MKLDNN Building Instruction

2018-07-11 Thread GitBox
xinyu-intel commented on a change in pull request #11049: Add linux and macos MKLDNN Building Instruction URL: https://github.com/apache/incubator-mxnet/pull/11049#discussion_r201884754 ## File path: MKLDNN_README.md ## @@ -0,0 +1,287 @@ +# Build/Install MXNet with

[GitHub] xinyu-intel commented on a change in pull request #11049: Add linux and macos MKLDNN Building Instruction

2018-07-11 Thread GitBox
xinyu-intel commented on a change in pull request #11049: Add linux and macos MKLDNN Building Instruction URL: https://github.com/apache/incubator-mxnet/pull/11049#discussion_r201884744 ## File path: MKLDNN_README.md ## @@ -0,0 +1,287 @@ +# Build/Install MXNet with

[GitHub] xinyu-intel commented on a change in pull request #11049: Add linux and macos MKLDNN Building Instruction

2018-07-11 Thread GitBox
xinyu-intel commented on a change in pull request #11049: Add linux and macos MKLDNN Building Instruction URL: https://github.com/apache/incubator-mxnet/pull/11049#discussion_r201884410 ## File path: MKLDNN_README.md ## @@ -0,0 +1,229 @@ +# Build/Install MXNet with

[GitHub] huangzhiyuan commented on issue #11611: MKLDNN Forward FullyConnected op cache

2018-07-11 Thread GitBox
huangzhiyuan commented on issue #11611: MKLDNN Forward FullyConnected op cache URL: https://github.com/apache/incubator-mxnet/pull/11611#issuecomment-404358263 The PR is based on release v0.14 version. Thanks. This is an

[GitHub] xinyu-intel commented on a change in pull request #11049: Add linux and macos MKLDNN Building Instruction

2018-07-11 Thread GitBox
xinyu-intel commented on a change in pull request #11049: Add linux and macos MKLDNN Building Instruction URL: https://github.com/apache/incubator-mxnet/pull/11049#discussion_r201883931 ## File path: MKLDNN_README.md ## @@ -0,0 +1,302 @@ +# Build/Install MXNet with

[GitHub] xinyu-intel commented on a change in pull request #11049: Add linux and macos MKLDNN Building Instruction

2018-07-11 Thread GitBox
xinyu-intel commented on a change in pull request #11049: Add linux and macos MKLDNN Building Instruction URL: https://github.com/apache/incubator-mxnet/pull/11049#discussion_r201883671 ## File path: MKLDNN_README.md ## @@ -0,0 +1,302 @@ +# Build/Install MXNet with

[GitHub] szha commented on a change in pull request #11642: MXNET-650 [Perl] Gluon ModelZoo, Gluon examples

2018-07-11 Thread GitBox
szha commented on a change in pull request #11642: MXNET-650 [Perl] Gluon ModelZoo, Gluon examples URL: https://github.com/apache/incubator-mxnet/pull/11642#discussion_r201883928 ## File path: perl-package/AI-MXNet-Gluon-ModelZoo/examples/image_classification.pl ## @@

[GitHub] xinyu-intel commented on a change in pull request #11049: Add linux and macos MKLDNN Building Instruction

2018-07-11 Thread GitBox
xinyu-intel commented on a change in pull request #11049: Add linux and macos MKLDNN Building Instruction URL: https://github.com/apache/incubator-mxnet/pull/11049#discussion_r201883671 ## File path: MKLDNN_README.md ## @@ -0,0 +1,302 @@ +# Build/Install MXNet with

[GitHub] aaronmarkham commented on issue #11662: make docs - lein not found

2018-07-11 Thread GitBox
aaronmarkham commented on issue #11662: make docs - lein not found URL: https://github.com/apache/incubator-mxnet/issues/11662#issuecomment-404357840 I'm going to wait until this PR is merged: https://github.com/apache/incubator-mxnet/pull/11590 Then I can use the installation script I

[GitHub] aaronmarkham commented on issue #11562: [MXNET-244] Update RaspberryPI instructions

2018-07-11 Thread GitBox
aaronmarkham commented on issue #11562: [MXNET-244] Update RaspberryPI instructions URL: https://github.com/apache/incubator-mxnet/pull/11562#issuecomment-404357602 Also, this is a recent issue for running `make docs`: https://github.com/apache/incubator-mxnet/issues/11662

[GitHub] mkolod edited a comment on issue #11325: Added TensorRT runtime integration

2018-07-11 Thread GitBox
mkolod edited a comment on issue #11325: Added TensorRT runtime integration URL: https://github.com/apache/incubator-mxnet/pull/11325#issuecomment-404320678 @reminisce Regarding your question about the cycle check, I'd like to juxtapose two approaches, one of which is the one taken here,

[GitHub] aaronmarkham opened a new issue #11662: make docs - lein not found

2018-07-11 Thread GitBox
aaronmarkham opened a new issue #11662: make docs - lein not found URL: https://github.com/apache/incubator-mxnet/issues/11662 Lein needs to be added to the docs build instructions. If you're stuck on this error, do this: ``` wget

[GitHub] ifeherva commented on a change in pull request #11643: Added the diag() operator

2018-07-11 Thread GitBox
ifeherva commented on a change in pull request #11643: Added the diag() operator URL: https://github.com/apache/incubator-mxnet/pull/11643#discussion_r201881825 ## File path: tests/python/unittest/test_operator.py ## @@ -6977,6 +6977,109 @@ def

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

2018-07-11 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 a490d86 Bump the publish

[GitHub] sergeykolychev commented on a change in pull request #11642: MXNET-650 [Perl] Gluon ModelZoo, Gluon examples

2018-07-11 Thread GitBox
sergeykolychev commented on a change in pull request #11642: MXNET-650 [Perl] Gluon ModelZoo, Gluon examples URL: https://github.com/apache/incubator-mxnet/pull/11642#discussion_r201880066 ## File path: perl-package/AI-MXNet-Gluon-ModelZoo/examples/image_classification.pl

[GitHub] ijkguo commented on issue #11661: [MXNET-670] shape_array and size_array operator is non-differentiable

2018-07-11 Thread GitBox
ijkguo commented on issue #11661: [MXNET-670] shape_array and size_array operator is non-differentiable URL: https://github.com/apache/incubator-mxnet/pull/11661#issuecomment-404352517 https://github.com/apache/incubator-mxnet/issues/10789 This issue discussed generating array using a

[GitHub] ijkguo opened a new pull request #11661: [MXNET-670] shape_array and size_array operator is non-differentiable

2018-07-11 Thread GitBox
ijkguo opened a new pull request #11661: [MXNET-670] shape_array and size_array operator is non-differentiable URL: https://github.com/apache/incubator-mxnet/pull/11661 ## Description ## mxnet.base.MXNetError: [00:21:26] src/pass/gradient.cc:192: Operator shape_array is

[GitHub] junrushao1994 commented on a change in pull request #11566: [MXNET-626] Add while_loop

2018-07-11 Thread GitBox
junrushao1994 commented on a change in pull request #11566: [MXNET-626] Add while_loop URL: https://github.com/apache/incubator-mxnet/pull/11566#discussion_r201877733 ## File path: python/mxnet/ndarray/contrib.py ## @@ -191,3 +191,128 @@ def check_input(inputs, in_type,

[GitHub] junrushao1994 commented on a change in pull request #11566: [MXNET-626] Add while_loop

2018-07-11 Thread GitBox
junrushao1994 commented on a change in pull request #11566: [MXNET-626] Add while_loop URL: https://github.com/apache/incubator-mxnet/pull/11566#discussion_r201877733 ## File path: python/mxnet/ndarray/contrib.py ## @@ -191,3 +191,128 @@ def check_input(inputs, in_type,

[incubator-mxnet] branch master updated: Fix InferStorage for sparse fallback in FullyConnected (#11498)

2018-07-11 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 7dbbe59 Fix InferStorage for sparse

[GitHub] eric-haibin-lin closed pull request #11498: Fix InferStorage for sparse fallback in FullyConnected

2018-07-11 Thread GitBox
eric-haibin-lin closed pull request #11498: Fix InferStorage for sparse fallback in FullyConnected URL: https://github.com/apache/incubator-mxnet/pull/11498 This is a PR merged from a forked repository. As GitHub hides the original diff on merge, it is displayed below for the sake of

[GitHub] szha commented on issue #11626: [MXNET-651] MXNet Model Backwards Compatibility Checker

2018-07-11 Thread GitBox
szha commented on issue #11626: [MXNET-651] MXNet Model Backwards Compatibility Checker URL: https://github.com/apache/incubator-mxnet/pull/11626#issuecomment-404348704 For loading in past versions, there's no need to perform repeated tests as the code is not being updated. We only need

[GitHub] thomelane commented on issue #9064: How to perform 2D convolution with user defined kernel just like sobel filter?

2018-07-11 Thread GitBox
thomelane commented on issue #9064: How to perform 2D convolution with user defined kernel just like sobel filter? URL: https://github.com/apache/incubator-mxnet/issues/9064#issuecomment-404347843 With Gluon API you can `set_data` on a parameter. So for a convolutional layer you can

[GitHub] ifeherva commented on a change in pull request #11643: Added the diag() operator

2018-07-11 Thread GitBox
ifeherva commented on a change in pull request #11643: Added the diag() operator URL: https://github.com/apache/incubator-mxnet/pull/11643#discussion_r201874422 ## File path: tests/python/unittest/test_operator.py ## @@ -6977,6 +6977,109 @@ def

[GitHub] thomelane commented on issue #9915: Our FCN-xs result on Pascal VOC Validation

2018-07-11 Thread GitBox
thomelane commented on issue #9915: Our FCN-xs result on Pascal VOC Validation URL: https://github.com/apache/incubator-mxnet/issues/9915#issuecomment-404345421 @shipeng-uestc Are you referring to the example [here](https://github.com/apache/incubator-mxnet/tree/master/example/fcn-xs)?

[GitHub] eric-haibin-lin opened a new issue #11660: MXNet aborts when setting round_batch=False for LibSVMIter

2018-07-11 Thread GitBox
eric-haibin-lin opened a new issue #11660: MXNet aborts when setting round_batch=False for LibSVMIter URL: https://github.com/apache/incubator-mxnet/issues/11660 As title. This should be fixed. This is an automated message

[GitHub] zhreshold commented on a change in pull request #11643: Added the diag() operator

2018-07-11 Thread GitBox
zhreshold commented on a change in pull request #11643: Added the diag() operator URL: https://github.com/apache/incubator-mxnet/pull/11643#discussion_r201872980 ## File path: tests/python/unittest/test_operator.py ## @@ -6977,6 +6977,109 @@ def

[GitHub] zhreshold commented on a change in pull request #11643: Added the diag() operator

2018-07-11 Thread GitBox
zhreshold commented on a change in pull request #11643: Added the diag() operator URL: https://github.com/apache/incubator-mxnet/pull/11643#discussion_r201871245 ## File path: src/operator/tensor/diag_op-inl.h ## @@ -0,0 +1,214 @@ +/* + * Licensed to the Apache Software

[GitHub] thomelane commented on issue #10006: How to visualise filters of MXNet model?

2018-07-11 Thread GitBox
thomelane commented on issue #10006: How to visualise filters of MXNet model? URL: https://github.com/apache/incubator-mxnet/issues/10006#issuecomment-404344062 @sandeep-krishnamurthy good answer on this, so good to close. thanks!

[GitHub] OneRaynyDay commented on issue #11659: Segmentation fault upon using mx2onnx (export_model)

2018-07-11 Thread GitBox
OneRaynyDay commented on issue #11659: Segmentation fault upon using mx2onnx (export_model) URL: https://github.com/apache/incubator-mxnet/issues/11659#issuecomment-404341382 Suggested labels: Bug This is an

[GitHub] OneRaynyDay opened a new issue #11659: Segmentation fault upon using onnx

2018-07-11 Thread GitBox
OneRaynyDay opened a new issue #11659: Segmentation fault upon using onnx URL: https://github.com/apache/incubator-mxnet/issues/11659 ## Description Hi, Airbnb is currently using ONNX for our model applications. We ran into this error while trying to serialize mxnet with onnx. It

[GitHub] access2rohit commented on issue #11120: Address already in use during tutorial test

2018-07-11 Thread GitBox
access2rohit commented on issue #11120: Address already in use during tutorial test URL: https://github.com/apache/incubator-mxnet/issues/11120#issuecomment-404341030 @ThomasDelteil : Can you specify which "jenkins functions for tutorial tests" are you referring to in order to reproduce

[GitHub] piiswrong commented on issue #11658: Optimize cached op static memory allocation

2018-07-11 Thread GitBox
piiswrong commented on issue #11658: Optimize cached op static memory allocation URL: https://github.com/apache/incubator-mxnet/pull/11658#issuecomment-404339419 what API doc? This is an automated message from the Apache Git

[GitHub] eric-haibin-lin opened a new issue #10709: [SPARSE] undeterministic result of sparse dot(csr, dense, transpose_a=True)

2018-07-11 Thread GitBox
eric-haibin-lin opened a new issue #10709: [SPARSE] undeterministic result of sparse dot(csr, dense, transpose_a=True) URL: https://github.com/apache/incubator-mxnet/issues/10709 The following test failed because of the limited precision of fp32 and the usage of atomicAdd in sparse dot

[GitHub] eric-haibin-lin commented on issue #10709: [SPARSE] undeterministic result of sparse dot(csr, dense, transpose_a=True)

2018-07-11 Thread GitBox
eric-haibin-lin commented on issue #10709: [SPARSE] undeterministic result of sparse dot(csr, dense, transpose_a=True) URL: https://github.com/apache/incubator-mxnet/issues/10709#issuecomment-404338961 we still have the same problem for dot(csr.T, dns) = dns

[GitHub] safrooze commented on issue #11658: Optimize cached op static memory allocation

2018-07-11 Thread GitBox
safrooze commented on issue #11658: Optimize cached op static memory allocation URL: https://github.com/apache/incubator-mxnet/pull/11658#issuecomment-404338259 @piiswrong API doc needs permissions. This is an automated

[GitHub] piiswrong opened a new pull request #11658: Optimize cached op static memory allocation

2018-07-11 Thread GitBox
piiswrong opened a new pull request #11658: Optimize cached op static memory allocation URL: https://github.com/apache/incubator-mxnet/pull/11658 ## Description ## (Brief description on what this PR is about) ## Checklist ## ### Essentials ### Please feel free to remove

[GitHub] eric-haibin-lin opened a new pull request #11657: documentation enhancement for optimizers

2018-07-11 Thread GitBox
eric-haibin-lin opened a new pull request #11657: documentation enhancement for optimizers URL: https://github.com/apache/incubator-mxnet/pull/11657 ## Description ## Added more clarification for optimizers ## Checklist ## ### Essentials ### Please feel free to remove

[GitHub] aaronmarkham commented on issue #11562: [MXNET-244] Update RaspberryPI instructions

2018-07-11 Thread GitBox
aaronmarkham commented on issue #11562: [MXNET-244] Update RaspberryPI instructions URL: https://github.com/apache/incubator-mxnet/pull/11562#issuecomment-404333098 CI seems to be running fine for the docs job... I guess when you try to run that script manually you get an error?

[GitHub] eric-haibin-lin commented on issue #11633: Fix dist kvstore for trainer and flaky dist kvstore test

2018-07-11 Thread GitBox
eric-haibin-lin commented on issue #11633: Fix dist kvstore for trainer and flaky dist kvstore test URL: https://github.com/apache/incubator-mxnet/pull/11633#issuecomment-404331568 I thought @rahul003 fixed that? Could you confirm?

[GitHub] mkolod edited a comment on issue #11325: Added TensorRT runtime integration

2018-07-11 Thread GitBox
mkolod edited a comment on issue #11325: Added TensorRT runtime integration URL: https://github.com/apache/incubator-mxnet/pull/11325#issuecomment-404320678 @reminisce Regarding your question about the cycle check, I'd like to juxtapose two approaches, one of which is the one taken here,

[GitHub] mkolod edited a comment on issue #11325: Added TensorRT runtime integration

2018-07-11 Thread GitBox
mkolod edited a comment on issue #11325: Added TensorRT runtime integration URL: https://github.com/apache/incubator-mxnet/pull/11325#issuecomment-404320678 @reminisce Regarding your question about the cycle check, I'd like to juxtapose two approaches, one of which is the one taken here,

[GitHub] mkolod edited a comment on issue #11325: Added TensorRT runtime integration

2018-07-11 Thread GitBox
mkolod edited a comment on issue #11325: Added TensorRT runtime integration URL: https://github.com/apache/incubator-mxnet/pull/11325#issuecomment-404320678 @reminisce Regarding your question about the cycle check, I'd like to juxtapose two approaches, one of which is the one taken here,

[GitHub] kpmurali commented on issue #11634: website install page query string needed for devices

2018-07-11 Thread GitBox
kpmurali commented on issue #11634: website install page query string needed for devices URL: https://github.com/apache/incubator-mxnet/issues/11634#issuecomment-404325923 I will work on this. This is an automated message

[GitHub] szha commented on a change in pull request #11642: MXNET-650 [Perl] Gluon ModelZoo, Gluon examples

2018-07-11 Thread GitBox
szha commented on a change in pull request #11642: MXNET-650 [Perl] Gluon ModelZoo, Gluon examples URL: https://github.com/apache/incubator-mxnet/pull/11642#discussion_r201854260 ## File path: perl-package/AI-MXNet-Gluon-ModelZoo/examples/image_classification.pl ## @@

[GitHub] mkolod edited a comment on issue #11325: Added TensorRT runtime integration

2018-07-11 Thread GitBox
mkolod edited a comment on issue #11325: Added TensorRT runtime integration URL: https://github.com/apache/incubator-mxnet/pull/11325#issuecomment-404320678 @reminisce Regarding your question about the cycle check, I'd like to juxtapose two approaches, one of which is the one taken here,

[GitHub] mkolod edited a comment on issue #11325: Added TensorRT runtime integration

2018-07-11 Thread GitBox
mkolod edited a comment on issue #11325: Added TensorRT runtime integration URL: https://github.com/apache/incubator-mxnet/pull/11325#issuecomment-404320678 @reminisce Regarding your question about the cycle check, I'd like to juxtapose two approaches, one of which is the one taken here,

[GitHub] mkolod edited a comment on issue #11325: Added TensorRT runtime integration

2018-07-11 Thread GitBox
mkolod edited a comment on issue #11325: Added TensorRT runtime integration URL: https://github.com/apache/incubator-mxnet/pull/11325#issuecomment-404320678 @reminisce Regarding your question about the cycle check, I'd like to juxtapose two approaches, one of which is the one taken here,

[GitHub] zheng-da commented on a change in pull request #11566: [MXNET-626] Add while_loop

2018-07-11 Thread GitBox
zheng-da commented on a change in pull request #11566: [MXNET-626] Add while_loop URL: https://github.com/apache/incubator-mxnet/pull/11566#discussion_r201852717 ## File path: python/mxnet/ndarray/contrib.py ## @@ -191,3 +191,128 @@ def check_input(inputs, in_type, msg):

[GitHub] mkolod edited a comment on issue #11325: Added TensorRT runtime integration

2018-07-11 Thread GitBox
mkolod edited a comment on issue #11325: Added TensorRT runtime integration URL: https://github.com/apache/incubator-mxnet/pull/11325#issuecomment-404320678 @reminisce Regarding your question about the cycle check, I'd like to juxtapose two approaches, one of which is the one taken here,

[GitHub] mkolod edited a comment on issue #11325: Added TensorRT runtime integration

2018-07-11 Thread GitBox
mkolod edited a comment on issue #11325: Added TensorRT runtime integration URL: https://github.com/apache/incubator-mxnet/pull/11325#issuecomment-404320678 @reminisce Regarding your question about the cycle check, I'd like to juxtapose two approaches, one of which is the one taken here,

[GitHub] mkolod edited a comment on issue #11325: Added TensorRT runtime integration

2018-07-11 Thread GitBox
mkolod edited a comment on issue #11325: Added TensorRT runtime integration URL: https://github.com/apache/incubator-mxnet/pull/11325#issuecomment-404320678 @reminisce Regarding your question about the cycle check, I'd like to juxtapose two approaches, one of which is the one taken here,

[GitHub] mkolod edited a comment on issue #11325: Added TensorRT runtime integration

2018-07-11 Thread GitBox
mkolod edited a comment on issue #11325: Added TensorRT runtime integration URL: https://github.com/apache/incubator-mxnet/pull/11325#issuecomment-404320678 @reminisce Regarding your question about the cycle check, I'd like to juxtapose two approaches, one of which is the one taken here,

[GitHub] mkolod edited a comment on issue #11325: Added TensorRT runtime integration

2018-07-11 Thread GitBox
mkolod edited a comment on issue #11325: Added TensorRT runtime integration URL: https://github.com/apache/incubator-mxnet/pull/11325#issuecomment-404320678 @reminisce Regarding your question about the cycle check, I'd like to juxtapose two approaches, one of which is the one taken here,

[GitHub] slitsey commented on issue #11466: [MXNET-560] Add temperature parameter in Softmax operator

2018-07-11 Thread GitBox
slitsey commented on issue #11466: [MXNET-560] Add temperature parameter in Softmax operator URL: https://github.com/apache/incubator-mxnet/pull/11466#issuecomment-404322634 @haojin2 Does this approach sound like something you would be comfortable with? It seems like it resolves the

[GitHub] mkolod edited a comment on issue #11325: Added TensorRT runtime integration

2018-07-11 Thread GitBox
mkolod edited a comment on issue #11325: Added TensorRT runtime integration URL: https://github.com/apache/incubator-mxnet/pull/11325#issuecomment-404320678 @reminisce Regarding your question about the cycle check, I'd like to juxtapose two approaches, one of which is the one taken here,

[GitHub] anirudh2290 commented on issue #11655: CI Problem: new commits not triggering new builds

2018-07-11 Thread GitBox
anirudh2290 commented on issue #11655: CI Problem: new commits not triggering new builds URL: https://github.com/apache/incubator-mxnet/issues/11655#issuecomment-404322283 Closing and tracking in #11654. This is an

[GitHub] anirudh2290 closed issue #11655: CI Problem: new commits not triggering new builds

2018-07-11 Thread GitBox
anirudh2290 closed issue #11655: CI Problem: new commits not triggering new builds URL: https://github.com/apache/incubator-mxnet/issues/11655 This is an automated message from the Apache Git Service. To respond to the

[GitHub] haojin2 commented on issue #11656: Fix batchnorm problem with sparse matrices when fix_gamma=True

2018-07-11 Thread GitBox
haojin2 commented on issue #11656: Fix batchnorm problem with sparse matrices when fix_gamma=True URL: https://github.com/apache/incubator-mxnet/pull/11656#issuecomment-404322020 @anirudh2290 That's a duplicate issue of #11654.

[GitHub] haojin2 commented on issue #11655: CI Problem: new commits not triggering new builds

2018-07-11 Thread GitBox
haojin2 commented on issue #11655: CI Problem: new commits not triggering new builds URL: https://github.com/apache/incubator-mxnet/issues/11655#issuecomment-404321926 This is a duplicate of #11654. This is an automated

[GitHub] anirudh2290 commented on issue #11656: Fix batchnorm problem with sparse matrices when fix_gamma=True

2018-07-11 Thread GitBox
anirudh2290 commented on issue #11656: Fix batchnorm problem with sparse matrices when fix_gamma=True URL: https://github.com/apache/incubator-mxnet/pull/11656#issuecomment-404321518 Link to the issue: https://github.com/apache/incubator-mxnet/issues/11655

[GitHub] mkolod edited a comment on issue #11325: Added TensorRT runtime integration

2018-07-11 Thread GitBox
mkolod edited a comment on issue #11325: Added TensorRT runtime integration URL: https://github.com/apache/incubator-mxnet/pull/11325#issuecomment-404320678 @reminisce Regarding your question about the cycle check, I'd like to juxtapose two approaches, one of which is the one taken here,

[GitHub] mkolod edited a comment on issue #11325: Added TensorRT runtime integration

2018-07-11 Thread GitBox
mkolod edited a comment on issue #11325: Added TensorRT runtime integration URL: https://github.com/apache/incubator-mxnet/pull/11325#issuecomment-404320678 @reminisce Regarding your question about the cycle check, I'd like to juxtapose two approaches, one of which is the one taken here,

[GitHub] mkolod edited a comment on issue #11325: Added TensorRT runtime integration

2018-07-11 Thread GitBox
mkolod edited a comment on issue #11325: Added TensorRT runtime integration URL: https://github.com/apache/incubator-mxnet/pull/11325#issuecomment-404320678 @reminisce Regarding your question about the cycle check, I'd like to juxtapose two approaches, one of which is the one taken here,

[GitHub] mkolod edited a comment on issue #11325: Added TensorRT runtime integration

2018-07-11 Thread GitBox
mkolod edited a comment on issue #11325: Added TensorRT runtime integration URL: https://github.com/apache/incubator-mxnet/pull/11325#issuecomment-404320678 @reminisce Regarding your question about the cycle check, I'd like to juxtapose two approaches, one of which is the one taken here,

[GitHub] anirudh2290 commented on issue #11568: Issues with spatial transformer op when cudnn disabled

2018-07-11 Thread GitBox
anirudh2290 commented on issue #11568: Issues with spatial transformer op when cudnn disabled URL: https://github.com/apache/incubator-mxnet/issues/11568#issuecomment-404320744 Added disabled test since the tests are disabled for USE_CUDA=ON USE_CUDNN=OFF as part of #11470

[GitHub] mkolod edited a comment on issue #11325: Added TensorRT runtime integration

2018-07-11 Thread GitBox
mkolod edited a comment on issue #11325: Added TensorRT runtime integration URL: https://github.com/apache/incubator-mxnet/pull/11325#issuecomment-404320678 @reminisce Regarding your question about the cycle check, I'd like to juxtapose two approaches, one of which is the one taken here,

[GitHub] haojin2 commented on issue #11656: Fix batchnorm problem with sparse matrices when fix_gamma=True

2018-07-11 Thread GitBox
haojin2 commented on issue #11656: Fix batchnorm problem with sparse matrices when fix_gamma=True URL: https://github.com/apache/incubator-mxnet/pull/11656#issuecomment-404320740 @marcoabreu Seems like there's no build triggered for this:

[GitHub] mkolod edited a comment on issue #11325: Added TensorRT runtime integration

2018-07-11 Thread GitBox
mkolod edited a comment on issue #11325: Added TensorRT runtime integration URL: https://github.com/apache/incubator-mxnet/pull/11325#issuecomment-404320678 @reminisce Regarding your question about the cycle check, I'd like to juxtapose two approaches, one of which is the one taken here,

[GitHub] mkolod commented on issue #11325: Added TensorRT runtime integration

2018-07-11 Thread GitBox
mkolod commented on issue #11325: Added TensorRT runtime integration URL: https://github.com/apache/incubator-mxnet/pull/11325#issuecomment-404320678 @reminisce Regarding your question about the cycle check, I'd like to juxtapose two approaches, one of which is the one taken here, and the

[GitHub] haojin2 opened a new pull request #11656: Fix batchnorm problem with sparse matrices when fix_gamma=True

2018-07-11 Thread GitBox
haojin2 opened a new pull request #11656: Fix batchnorm problem with sparse matrices when fix_gamma=True URL: https://github.com/apache/incubator-mxnet/pull/11656 ## Description ## As title. ## Checklist ## ### Essentials ### - [x] Changes are complete (i.e. I finished

[GitHub] haojin2 closed pull request #11631: Fix batchnorm problem with sparse matrices when fix_gamma=True

2018-07-11 Thread GitBox
haojin2 closed pull request #11631: Fix batchnorm problem with sparse matrices when fix_gamma=True URL: https://github.com/apache/incubator-mxnet/pull/11631 This is a PR merged from a forked repository. As GitHub hides the original diff on merge, it is displayed below for the sake of

[GitHub] haojin2 commented on issue #11631: Fix batchnorm problem with sparse matrices when fix_gamma=True

2018-07-11 Thread GitBox
haojin2 commented on issue #11631: Fix batchnorm problem with sparse matrices when fix_gamma=True URL: https://github.com/apache/incubator-mxnet/pull/11631#issuecomment-404319992 @marcoabreu @anirudh2290 I'll be creating another PR for this with the same changes as there's no way for me

  1   2   3   4   >