[GitHub] marcoabreu commented on issue #11819: Is there a way to stop a Jenkins test run?

2018-07-21 Thread GitBox
marcoabreu commented on issue #11819: Is there a way to stop a Jenkins test run? URL: https://github.com/apache/incubator-mxnet/issues/11819#issuecomment-406785005 The idea behind not cancelling CI runs when a new commit is being pushed is to give the possibility to triage which commit of

[GitHub] marcoabreu edited a comment on issue #11819: Is there a way to stop a Jenkins test run?

2018-07-21 Thread GitBox
marcoabreu edited a comment on issue #11819: Is there a way to stop a Jenkins test run? URL: https://github.com/apache/incubator-mxnet/issues/11819#issuecomment-406785005 The idea behind not cancelling CI runs when a new commit is being pushed is to give the possibility to triage which

[GitHub] larroy commented on issue #11839: flaky test: test_spatial_transformer_with_type

2018-07-21 Thread GitBox
larroy commented on issue #11839: flaky test: test_spatial_transformer_with_type URL: https://github.com/apache/incubator-mxnet/issues/11839#issuecomment-406786652 @ddavydenko did you try to run the test in docker? using the ci/build.py tool and associated container? this should provide

[GitHub] marcoabreu commented on issue #11837: broken DOC

2018-07-21 Thread GitBox
marcoabreu commented on issue #11837: broken DOC URL: https://github.com/apache/incubator-mxnet/issues/11837#issuecomment-406788716 ![image](https://user-images.githubusercontent.com/18629099/43035030-1c37d22a-8ce8-11e8-9c99-31345eea0bbc.png)

[GitHub] junrushao1994 edited a comment on issue #11760: [MXNET-684] Add `condition` operator

2018-07-21 Thread GitBox
junrushao1994 edited a comment on issue #11760: [MXNET-684] Add `condition` operator URL: https://github.com/apache/incubator-mxnet/pull/11760#issuecomment-406776932 @zheng-da and I have done an API change, according to the valuable comments from @eric-haibin-lin. Here is the

[GitHub] junrushao1994 edited a comment on issue #11760: [MXNET-684] Add `condition` operator

2018-07-21 Thread GitBox
junrushao1994 edited a comment on issue #11760: [MXNET-684] Add `condition` operator URL: https://github.com/apache/incubator-mxnet/pull/11760#issuecomment-406776932 @zheng-da and I have done an API change, according to the valuable comments from @eric-haibin-lin. Here is the

[GitHub] marcoabreu commented on issue #11839: flaky test: test_spatial_transformer_with_type

2018-07-21 Thread GitBox
marcoabreu commented on issue #11839: flaky test: test_spatial_transformer_with_type URL: https://github.com/apache/incubator-mxnet/issues/11839#issuecomment-406783752 ``` == FAIL:

[GitHub] marcoabreu commented on issue #11838: flaky test: test_broadcast_binary_op

2018-07-21 Thread GitBox
marcoabreu commented on issue #11838: flaky test: test_broadcast_binary_op URL: https://github.com/apache/incubator-mxnet/issues/11838#issuecomment-406784191 Python2 CPU MKLDNN ``` == FAIL:

[GitHub] KellenSunderland commented on a change in pull request #11325: Added TensorRT runtime integration

2018-07-21 Thread GitBox
KellenSunderland commented on a change in pull request #11325: Added TensorRT runtime integration URL: https://github.com/apache/incubator-mxnet/pull/11325#discussion_r204207221 ## File path: src/operator/contrib/nnvm_to_onnx.cc ## @@ -0,0 +1,545 @@ +/* + * Licensed to

[GitHub] KellenSunderland commented on a change in pull request #11325: Added TensorRT runtime integration

2018-07-21 Thread GitBox
KellenSunderland commented on a change in pull request #11325: Added TensorRT runtime integration URL: https://github.com/apache/incubator-mxnet/pull/11325#discussion_r204207228 ## File path: src/operator/contrib/nnvm_to_onnx.cc ## @@ -0,0 +1,545 @@ +/* + * Licensed to

[GitHub] maomran commented on issue #5041: NVCC crash when compiling indexing_op.cu

2018-07-21 Thread GitBox
maomran commented on issue #5041: NVCC crash when compiling indexing_op.cu URL: https://github.com/apache/incubator-mxnet/issues/5041#issuecomment-406781232 Same problem. Env: Linux Ubuntu Cuda V9.0.176 mxnet 1.2.1 build from source `nvcc error : 'cicc' died due to signal

[GitHub] fran6co opened a new pull request #11847: Adds install via CMake

2018-07-21 Thread GitBox
fran6co opened a new pull request #11847: Adds install via CMake URL: https://github.com/apache/incubator-mxnet/pull/11847 The install target will copy all the relevant files and create the cmake config file for easy integration with other projects using find_package(mxnet)

[GitHub] marcoabreu commented on issue #11845: Flaky: Disabled broadcast_mod unit test

2018-07-21 Thread GitBox
marcoabreu commented on issue #11845: Flaky: Disabled broadcast_mod unit test URL: https://github.com/apache/incubator-mxnet/pull/11845#issuecomment-406784509 @anirudh2290 could you please label the underlying issues as disabled test if you merge a PR that disables a test so we can keep

[GitHub] haojin2 commented on issue #10588: Error while trying to run LeakyRelu layer with 1-d input

2018-07-21 Thread GitBox
haojin2 commented on issue #10588: Error while trying to run LeakyRelu layer with 1-d input URL: https://github.com/apache/incubator-mxnet/issues/10588#issuecomment-406810036 Fix in #11850 This is an automated message from

[GitHub] anirudh2290 commented on issue #11839: flaky test: test_spatial_transformer_with_type

2018-07-21 Thread GitBox
anirudh2290 commented on issue #11839: flaky test: test_spatial_transformer_with_type URL: https://github.com/apache/incubator-mxnet/issues/11839#issuecomment-406803023 @ddavydenko its failing for NOCUDNN stage. You will have to build with USE_CUDA=ON and USE_CUDNN=OFF.

[GitHub] zhreshold closed pull request #11013: add Windows support of cython modules

2018-07-21 Thread GitBox
zhreshold closed pull request #11013: add Windows support of cython modules URL: https://github.com/apache/incubator-mxnet/pull/11013 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] haojin2 commented on a change in pull request #11850: Support 1D inputs in leaky relu

2018-07-21 Thread GitBox
haojin2 commented on a change in pull request #11850: Support 1D inputs in leaky relu URL: https://github.com/apache/incubator-mxnet/pull/11850#discussion_r204223243 ## File path: tests/python/unittest/test_operator.py ## @@ -748,7 +748,8 @@ def fleaky_relu_grad(grad, x,

[GitHub] zhreshold commented on issue #11013: add Windows support of cython modules

2018-07-21 Thread GitBox
zhreshold commented on issue #11013: add Windows support of cython modules URL: https://github.com/apache/incubator-mxnet/pull/11013#issuecomment-406827475 Since #11373 was merged, it's no longer requiring cython. I am closing this for now.Let me know if you hold different opinion.

[GitHub] wgchang opened a new issue #11849: gluon.SymbolBlock cannot imports resnet trained with dtype="float16"

2018-07-21 Thread GitBox
wgchang opened a new issue #11849: gluon.SymbolBlock cannot imports resnet trained with dtype="float16" URL: https://github.com/apache/incubator-mxnet/issues/11849 ## Description Cannot load fine-tuned resnet101 (incubator-mxnet/example/image-classification/symbols/resnet.py) with

[GitHub] junrushao1994 commented on issue #11760: [MXNET-684] Add `condition` operator

2018-07-21 Thread GitBox
junrushao1994 commented on issue #11760: [MXNET-684] Add `condition` operator URL: https://github.com/apache/incubator-mxnet/pull/11760#issuecomment-406817229 So could someone help merge the code? This is an automated message

[GitHub] junrushao1994 commented on a change in pull request #11760: [MXNET-684] Add `condition` operator

2018-07-21 Thread GitBox
junrushao1994 commented on a change in pull request #11760: [MXNET-684] Add `condition` operator URL: https://github.com/apache/incubator-mxnet/pull/11760#discussion_r204218948 ## File path: python/mxnet/ndarray/contrib.py ## @@ -363,3 +362,97 @@ def

[GitHub] zhreshold commented on a change in pull request #11850: Support 1D inputs in leaky relu

2018-07-21 Thread GitBox
zhreshold commented on a change in pull request #11850: Support 1D inputs in leaky relu URL: https://github.com/apache/incubator-mxnet/pull/11850#discussion_r204223208 ## File path: tests/python/unittest/test_operator.py ## @@ -748,7 +748,8 @@ def fleaky_relu_grad(grad,

[GitHub] mkolod commented on a change in pull request #11325: Added TensorRT runtime integration

2018-07-21 Thread GitBox
mkolod commented on a change in pull request #11325: Added TensorRT runtime integration URL: https://github.com/apache/incubator-mxnet/pull/11325#discussion_r204224435 ## File path: src/operator/contrib/nnvm_to_onnx.cc ## @@ -0,0 +1,545 @@ +/* + * Licensed to the Apache

[GitHub] mkolod commented on a change in pull request #11325: Added TensorRT runtime integration

2018-07-21 Thread GitBox
mkolod commented on a change in pull request #11325: Added TensorRT runtime integration URL: https://github.com/apache/incubator-mxnet/pull/11325#discussion_r204224436 ## File path: src/operator/contrib/nnvm_to_onnx.cc ## @@ -0,0 +1,545 @@ +/* + * Licensed to the Apache

[GitHub] chinakook commented on issue #11834: Fix mxnet ctc_loss bug

2018-07-21 Thread GitBox
chinakook commented on issue #11834: Fix mxnet ctc_loss bug URL: https://github.com/apache/incubator-mxnet/pull/11834#issuecomment-406830605 Is the speed of big vocab size solved of this op? This is an automated message from

[GitHub] haojin2 opened a new pull request #11850: Support 1D inputs in leaky relu

2018-07-21 Thread GitBox
haojin2 opened a new pull request #11850: Support 1D inputs in leaky relu URL: https://github.com/apache/incubator-mxnet/pull/11850 ## Description ## Fix for #10588. ## Checklist ## ### Essentials ### - [x] Changes are complete (i.e. I finished coding on this PR) - [x]

[GitHub] KellenSunderland opened a new pull request #11851: Tensorrt integration 10 - WIP

2018-07-21 Thread GitBox
KellenSunderland opened a new pull request #11851: Tensorrt integration 10 - WIP URL: https://github.com/apache/incubator-mxnet/pull/11851 This is an automated message from the Apache Git Service. To respond to the message,

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

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

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

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

[GitHub] eric-haibin-lin closed pull request #11675: fix a bug in CachedOp.

2018-07-21 Thread GitBox
eric-haibin-lin closed pull request #11675: fix a bug in CachedOp. URL: https://github.com/apache/incubator-mxnet/pull/11675 This is a PR merged from a forked repository. As GitHub hides the original diff on merge, it is displayed below for the sake of provenance: As this is a foreign

[incubator-mxnet] branch master updated: fix a bug in CachedOp. (#11675)

2018-07-21 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 6798703 fix a bug in CachedOp.

[GitHub] haojin2 commented on issue #11850: Support 1D inputs in leaky relu

2018-07-21 Thread GitBox
haojin2 commented on issue #11850: Support 1D inputs in leaky relu URL: https://github.com/apache/incubator-mxnet/pull/11850#issuecomment-406825123 @reminisce @anirudh2290 This is an automated message from the Apache Git

[GitHub] nswamy commented on a change in pull request #11789: [MXNET-319] Reduce Scala Warning messages

2018-07-21 Thread GitBox
nswamy commented on a change in pull request #11789: [MXNET-319] Reduce Scala Warning messages URL: https://github.com/apache/incubator-mxnet/pull/11789#discussion_r204228623 ## File path: scala-package/core/src/main/scala/org/apache/mxnet/NDArray.scala ## @@ -89,7 +89,10

[incubator-mxnet] branch master updated: Updating MultiTask example to use new infer api and adding test for CI (#11605)

2018-07-21 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 7c1a49b Updating MultiTask example to

[GitHub] nswamy closed pull request #11605: Updating MultiTask example to use new infer api and adding test for CI

2018-07-21 Thread GitBox
nswamy closed pull request #11605: Updating MultiTask example to use new infer api and adding test for CI URL: https://github.com/apache/incubator-mxnet/pull/11605 This is a PR merged from a forked repository. As GitHub hides the original diff on merge, it is displayed below for the sake

[incubator-mxnet] branch master updated: add link changes (#11828)

2018-07-21 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 e80c89f add link changes (#11828)

[GitHub] nswamy commented on issue #11851: Tensorrt integration 10 - WIP

2018-07-21 Thread GitBox
nswamy commented on issue #11851: Tensorrt integration 10 - WIP URL: https://github.com/apache/incubator-mxnet/pull/11851#issuecomment-406842356 could you please rebase your branch and resolve commits? This is an automated

[GitHub] nswamy closed pull request #11477: Use new Symbol APIs in Profiler example

2018-07-21 Thread GitBox
nswamy closed pull request #11477: Use new Symbol APIs in Profiler example URL: https://github.com/apache/incubator-mxnet/pull/11477 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 closed pull request #11681: [MXNET-531] improvement of adding source.jar to assembly

2018-07-21 Thread GitBox
nswamy closed pull request #11681: [MXNET-531] improvement of adding source.jar to assembly URL: https://github.com/apache/incubator-mxnet/pull/11681 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] nswamy commented on issue #11789: [MXNET-319] Reduce Scala Warning messages

2018-07-21 Thread GitBox
nswamy commented on issue #11789: [MXNET-319] Reduce Scala Warning messages URL: https://github.com/apache/incubator-mxnet/pull/11789#issuecomment-406842898 #11603 This is an automated message from the Apache Git Service. To

[GitHub] nswamy commented on issue #11819: Is there a way to stop a Jenkins test run?

2018-07-21 Thread GitBox
nswamy commented on issue #11819: Is there a way to stop a Jenkins test run? URL: https://github.com/apache/incubator-mxnet/issues/11819#issuecomment-406842334 IMO, there is no need to continue an existing commit when a new commit arrives and not just amended commits, more over this is

[GitHub] Neutron3529 commented on issue #11526: Bug in mxnet.contrib.text.utils.count_tokens_from_str

2018-07-21 Thread GitBox
Neutron3529 commented on issue #11526: Bug in mxnet.contrib.text.utils.count_tokens_from_str URL: https://github.com/apache/incubator-mxnet/issues/11526#issuecomment-406793649 @vandanavk thanks This is an automated

[GitHub] Neutron3529 closed issue #11526: Bug in mxnet.contrib.text.utils.count_tokens_from_str

2018-07-21 Thread GitBox
Neutron3529 closed issue #11526: Bug in mxnet.contrib.text.utils.count_tokens_from_str URL: https://github.com/apache/incubator-mxnet/issues/11526 This is an automated message from the Apache Git Service. To respond to the

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

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

[GitHub] akturtle opened a new issue #11848: Gradient changed after group loss with hidden layer as output

2018-07-21 Thread GitBox
akturtle opened a new issue #11848: Gradient changed after group loss with hidden layer as output URL: https://github.com/apache/incubator-mxnet/issues/11848 ## Description Gradient changed after group loss with the hidden layer as output Package used

[GitHub] imkow commented on issue #621: Support for other Device Types, OpenCL AMD GPU

2018-07-21 Thread GitBox
imkow commented on issue #621: Support for other Device Types, OpenCL AMD GPU URL: https://github.com/apache/incubator-mxnet/issues/621#issuecomment-406775115 waiting for this... This is an automated message from the Apache

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

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

[GitHub] zheng-da commented on issue #11675: fix a bug in CachedOp.

2018-07-21 Thread GitBox
zheng-da commented on issue #11675: fix a bug in CachedOp. URL: https://github.com/apache/incubator-mxnet/pull/11675#issuecomment-406775597 It's here. I tested the code in more CachedOp configurations.

[GitHub] burness commented on issue #11763: When Train SSD, It hold on during read the data

2018-07-21 Thread GitBox
burness commented on issue #11763: When Train SSD, It hold on during read the data URL: https://github.com/apache/incubator-mxnet/issues/11763#issuecomment-406774813 Hi, @vishaalkapoor Thanks for your help, I have not convert the jpeg data to png, I just use my own train data to be the

[GitHub] burness commented on issue #11763: When Train SSD, It hold on during read the data

2018-07-21 Thread GitBox
burness commented on issue #11763: When Train SSD, It hold on during read the data URL: https://github.com/apache/incubator-mxnet/issues/11763#issuecomment-406774835 @vishaalkapoor And the train data is acquired by LabelImg

[GitHub] zheng-da closed issue #9916: precision bug in batchnorm.

2018-07-21 Thread GitBox
zheng-da closed issue #9916: precision bug in batchnorm. URL: https://github.com/apache/incubator-mxnet/issues/9916 This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub

[GitHub] junrushao1994 commented on a change in pull request #11760: [MXNET-684] Add `condition` operator

2018-07-21 Thread GitBox
junrushao1994 commented on a change in pull request #11760: [MXNET-684] Add `condition` operator URL: https://github.com/apache/incubator-mxnet/pull/11760#discussion_r204204546 ## File path: python/mxnet/ndarray/contrib.py ## @@ -363,3 +362,97 @@ def

[GitHub] junrushao1994 commented on issue #11760: [MXNET-684] Add `condition` operator

2018-07-21 Thread GitBox
junrushao1994 commented on issue #11760: [MXNET-684] Add `condition` operator URL: https://github.com/apache/incubator-mxnet/pull/11760#issuecomment-406776932 @zheng-da and I decided to do an API change, according to the valuable comments from @eric-haibin-lin. Here is the signature

[GitHub] junrushao1994 edited a comment on issue #11760: [MXNET-684] Add `condition` operator

2018-07-21 Thread GitBox
junrushao1994 edited a comment on issue #11760: [MXNET-684] Add `condition` operator URL: https://github.com/apache/incubator-mxnet/pull/11760#issuecomment-406776932 @zheng-da and I decided to do an API change, according to the valuable comments from @eric-haibin-lin. Here is the