[GitHub] TaoLv commented on a change in pull request #11047: [MXNET-33] Enhance mkldnn pooling to support full convention

2018-11-16 Thread GitBox
TaoLv commented on a change in pull request #11047: [MXNET-33] Enhance mkldnn pooling to support full convention URL: https://github.com/apache/incubator-mxnet/pull/11047#discussion_r234119782 ## File path: src/operator/nn/mkldnn/mkldnn_pooling-inl.h ## @@ -113,20 +113,15

[GitHub] HX1079299660 commented on issue #8132: How to disable MXNET_CUDNN_AUTOTUNE_DEFAULT and bucketing log message without turning off MXNET_CUDNN_AUTOTUNE_DEFAULT?

2018-11-16 Thread GitBox
HX1079299660 commented on issue #8132: How to disable MXNET_CUDNN_AUTOTUNE_DEFAULT and bucketing log message without turning off MXNET_CUDNN_AUTOTUNE_DEFAULT? URL: https://github.com/apache/incubator-mxnet/issues/8132#issuecomment-439328171 I have the same problems for now

[GitHub] larroy commented on a change in pull request #13297: [MKLDNN]Add quantized concat

2018-11-16 Thread GitBox
larroy commented on a change in pull request #13297: [MKLDNN]Add quantized concat URL: https://github.com/apache/incubator-mxnet/pull/13297#discussion_r234172419 ## File path: src/operator/quantization/mkldnn/mkldnn_quantize_concat.cc ## @@ -0,0 +1,117 @@ +/* + * Licensed

[GitHub] CarlosYeverino commented on issue #13248: Cannot compile a cpp predictor including the library c_predict_api.h

2018-11-16 Thread GitBox
CarlosYeverino commented on issue #13248: Cannot compile a cpp predictor including the library c_predict_api.h URL: https://github.com/apache/incubator-mxnet/issues/13248#issuecomment-439385336 Hi @zachgk and @ThomasDelteil , thanks for your replay. I managed to fix the issue by

[GitHub] MarvinTeichmann closed issue #6272: NNVM memory optimization example does not work

2018-11-16 Thread GitBox
MarvinTeichmann closed issue #6272: NNVM memory optimization example does not work URL: https://github.com/apache/incubator-mxnet/issues/6272 This is an automated message from the Apache Git Service. To respond to the

[GitHub] MarvinTeichmann commented on issue #6272: NNVM memory optimization example does not work

2018-11-16 Thread GitBox
MarvinTeichmann commented on issue #6272: NNVM memory optimization example does not work URL: https://github.com/apache/incubator-mxnet/issues/6272#issuecomment-439400735 Thanks. This is an automated message from the Apache

[GitHub] lebeg commented on a change in pull request #13294: [MXNET-1083] Add the example to demonstrate the inference workflow using C++ API

2018-11-16 Thread GitBox
lebeg commented on a change in pull request #13294: [MXNET-1083] Add the example to demonstrate the inference workflow using C++ API URL: https://github.com/apache/incubator-mxnet/pull/13294#discussion_r234219839 ## File path: cpp-package/example/inference/inception_inference.cpp

[GitHub] lebeg commented on a change in pull request #13294: [MXNET-1083] Add the example to demonstrate the inference workflow using C++ API

2018-11-16 Thread GitBox
lebeg commented on a change in pull request #13294: [MXNET-1083] Add the example to demonstrate the inference workflow using C++ API URL: https://github.com/apache/incubator-mxnet/pull/13294#discussion_r234217489 ## File path: cpp-package/example/inference/inception_inference.cpp

[GitHub] lebeg commented on a change in pull request #13294: [MXNET-1083] Add the example to demonstrate the inference workflow using C++ API

2018-11-16 Thread GitBox
lebeg commented on a change in pull request #13294: [MXNET-1083] Add the example to demonstrate the inference workflow using C++ API URL: https://github.com/apache/incubator-mxnet/pull/13294#discussion_r234213540 ## File path: cpp-package/example/inference/Makefile ## @@

[GitHub] lebeg commented on a change in pull request #13294: [MXNET-1083] Add the example to demonstrate the inference workflow using C++ API

2018-11-16 Thread GitBox
lebeg commented on a change in pull request #13294: [MXNET-1083] Add the example to demonstrate the inference workflow using C++ API URL: https://github.com/apache/incubator-mxnet/pull/13294#discussion_r234216922 ## File path: cpp-package/example/inference/inception_inference.cpp

[GitHub] lebeg commented on a change in pull request #13294: [MXNET-1083] Add the example to demonstrate the inference workflow using C++ API

2018-11-16 Thread GitBox
lebeg commented on a change in pull request #13294: [MXNET-1083] Add the example to demonstrate the inference workflow using C++ API URL: https://github.com/apache/incubator-mxnet/pull/13294#discussion_r234213941 ## File path: cpp-package/example/inference/Makefile ## @@

[GitHub] lebeg commented on a change in pull request #13294: [MXNET-1083] Add the example to demonstrate the inference workflow using C++ API

2018-11-16 Thread GitBox
lebeg commented on a change in pull request #13294: [MXNET-1083] Add the example to demonstrate the inference workflow using C++ API URL: https://github.com/apache/incubator-mxnet/pull/13294#discussion_r234217965 ## File path: cpp-package/example/inference/inception_inference.cpp

[GitHub] lebeg commented on a change in pull request #13294: [MXNET-1083] Add the example to demonstrate the inference workflow using C++ API

2018-11-16 Thread GitBox
lebeg commented on a change in pull request #13294: [MXNET-1083] Add the example to demonstrate the inference workflow using C++ API URL: https://github.com/apache/incubator-mxnet/pull/13294#discussion_r234215289 ## File path: cpp-package/example/inference/inception_inference.cpp

[GitHub] lebeg commented on issue #13231: Bumped minor version to 1.4.0 as 1.3.1 will be continued in the v1.3.…

2018-11-16 Thread GitBox
lebeg commented on issue #13231: Bumped minor version to 1.4.0 as 1.3.1 will be continued in the v1.3.… URL: https://github.com/apache/incubator-mxnet/pull/13231#issuecomment-439414442 Thanks @kalyc, re-triggered again.

[GitHub] pilhoon edited a comment on issue #5761: prediction loading an image with mx.image.imdecode

2018-11-16 Thread GitBox
pilhoon edited a comment on issue #5761: prediction loading an image with mx.image.imdecode URL: https://github.com/apache/incubator-mxnet/issues/5761#issuecomment-439458135 The image must be changed to `float32` type for gpu context. (as @piiswrong commented.) In @Shiro-LK ’s

[GitHub] pilhoon commented on issue #5761: prediction loading an image with mx.image.imdecode

2018-11-16 Thread GitBox
pilhoon commented on issue #5761: prediction loading an image with mx.image.imdecode URL: https://github.com/apache/incubator-mxnet/issues/5761#issuecomment-439458135 The image must be changed to `float32` type for gpu context. (as @piiswrong commented.) In @Shiro-LK ’s code, add

[GitHub] TeXniKK opened a new issue #13303: mxnet-cpp package cross-compilation fails with OSError: "wrong ELF class: ELFCLASS32"

2018-11-16 Thread GitBox
TeXniKK opened a new issue #13303: mxnet-cpp package cross-compilation fails with OSError: "wrong ELF class: ELFCLASS32" URL: https://github.com/apache/incubator-mxnet/issues/13303 ## Description mxnet-cpp package cross-compilation fails with OSError: "wrong ELF class: ELFCLASS32"

[GitHub] ankkhedia commented on issue #13296: Fix R GPU flaky test

2018-11-16 Thread GitBox
ankkhedia commented on issue #13296: Fix R GPU flaky test URL: https://github.com/apache/incubator-mxnet/pull/13296#issuecomment-439473118 @kalyc The above issue is different. This is fix for GPU failures happening here

[GitHub] vandanavk commented on issue #13300: Data type error when import onnx model

2018-11-16 Thread GitBox
vandanavk commented on issue #13300: Data type error when import onnx model URL: https://github.com/apache/incubator-mxnet/issues/13300#issuecomment-439467501 Thanks for reporting the issue and proposing a fix too @wangxinanbook. You could go ahead and raise a PR with this proposed fix.

[GitHub] kalyc commented on issue #13296: Fix R GPU flaky test

2018-11-16 Thread GitBox
kalyc commented on issue #13296: Fix R GPU flaky test URL: https://github.com/apache/incubator-mxnet/pull/13296#issuecomment-439470951 As per your PR description, this should also be resolved right? https://github.com/apache/incubator-mxnet/issues/13274 with the fix?

[GitHub] indhub closed pull request #13298: stopgap fix to let website builds through

2018-11-16 Thread GitBox
indhub closed pull request #13298: stopgap fix to let website builds through URL: https://github.com/apache/incubator-mxnet/pull/13298 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

[incubator-mxnet] branch master updated: stop gap fix to let website builds through; scaladoc fix pending (#13298)

2018-11-16 Thread indhub
This is an automated email from the ASF dual-hosted git repository. indhub 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 d73e4df stop gap fix to let website

[GitHub] nswamy commented on a change in pull request #13237: [MXNET-1182] Predictor example

2018-11-16 Thread GitBox
nswamy commented on a change in pull request #13237: [MXNET-1182] Predictor example URL: https://github.com/apache/incubator-mxnet/pull/13237#discussion_r234310912 ## File path: scala-package/examples/src/main/java/org/apache/mxnetexamples/javaapi/infer/predictor/README.md

[GitHub] gaurav-gireesh commented on a change in pull request #13241: [MXNET-1210 ] Gluon Audio

2018-11-16 Thread GitBox
gaurav-gireesh commented on a change in pull request #13241: [MXNET-1210 ] Gluon Audio URL: https://github.com/apache/incubator-mxnet/pull/13241#discussion_r234282689 ## File path: example/gluon/urban_sounds/urban_sounds.py ## @@ -0,0 +1,181 @@ +# Licensed to the Apache

[GitHub] gaurav-gireesh commented on a change in pull request #13241: [MXNET-1210 ] Gluon Audio

2018-11-16 Thread GitBox
gaurav-gireesh commented on a change in pull request #13241: [MXNET-1210 ] Gluon Audio URL: https://github.com/apache/incubator-mxnet/pull/13241#discussion_r234282571 ## File path: example/gluon/urban_sounds/urban_sounds.py ## @@ -0,0 +1,222 @@ +# Licensed to the Apache

[GitHub] kalyc edited a comment on issue #13296: Fix R GPU flaky test

2018-11-16 Thread GitBox
kalyc edited a comment on issue #13296: Fix R GPU flaky test URL: https://github.com/apache/incubator-mxnet/pull/13296#issuecomment-439476143 You have mentioned that there is a contention of files - "Since both the tests run in parallel, there is contention for the file which leads to test

[GitHub] sandeep-krishnamurthy commented on a change in pull request #13192: Updated the Instructions for use of the label bot

2018-11-16 Thread GitBox
sandeep-krishnamurthy commented on a change in pull request #13192: Updated the Instructions for use of the label bot URL: https://github.com/apache/incubator-mxnet/pull/13192#discussion_r234308806 ## File path: CONTRIBUTORS.md ## @@ -191,10 +191,15 @@ List of

[GitHub] sandeep-krishnamurthy commented on a change in pull request #13192: Updated the Instructions for use of the label bot

2018-11-16 Thread GitBox
sandeep-krishnamurthy commented on a change in pull request #13192: Updated the Instructions for use of the label bot URL: https://github.com/apache/incubator-mxnet/pull/13192#discussion_r234309019 ## File path: CONTRIBUTORS.md ## @@ -191,10 +191,15 @@ List of

[GitHub] zachgk commented on issue #13301: building 1.2.0 tag fails with tvm error

2018-11-16 Thread GitBox
zachgk commented on issue #13301: building 1.2.0 tag fails with tvm error URL: https://github.com/apache/incubator-mxnet/issues/13301#issuecomment-439484452 @mxnet-label-bot add [Build, Docs] Thank you for submitting the issue! I'm labeling it so the MXNet community members can

[GitHub] harshp8l commented on issue #13301: building 1.2.0 tag fails with tvm error

2018-11-16 Thread GitBox
harshp8l commented on issue #13301: building 1.2.0 tag fails with tvm error URL: https://github.com/apache/incubator-mxnet/issues/13301#issuecomment-439488585 @mxnet-label-bot add [build, doc] This is an automated message

[GitHub] sandeep-krishnamurthy commented on a change in pull request #13192: Updated the Instructions for use of the label bot

2018-11-16 Thread GitBox
sandeep-krishnamurthy commented on a change in pull request #13192: Updated the Instructions for use of the label bot URL: https://github.com/apache/incubator-mxnet/pull/13192#discussion_r234308806 ## File path: CONTRIBUTORS.md ## @@ -191,10 +191,15 @@ List of

[GitHub] gaurav-gireesh commented on issue #13241: [MXNET-1210 ] Gluon Audio

2018-11-16 Thread GitBox
gaurav-gireesh commented on issue #13241: [MXNET-1210 ] Gluon Audio URL: https://github.com/apache/incubator-mxnet/pull/13241#issuecomment-439469622 @mxnet-label-bot remove [pr-work-in-progress] This is an automated message

[GitHub] junrushao1994 commented on a change in pull request #13283: [MXNET-1215] Allow dynamic shape exists in imperative mode

2018-11-16 Thread GitBox
junrushao1994 commented on a change in pull request #13283: [MXNET-1215] Allow dynamic shape exists in imperative mode URL: https://github.com/apache/incubator-mxnet/pull/13283#discussion_r234242611 ## File path: include/mxnet/ndarray.h ## @@ -103,7 +103,18 @@ class

[incubator-mxnet] branch can-you-gan updated (beeada6 -> e045277)

2018-11-16 Thread cmeier
This is an automated email from the ASF dual-hosted git repository. cmeier pushed a change to branch can-you-gan in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git. from beeada6 tweaks new 7cdfc04 explore flan function new e045277 do for n The 2 revisions

[incubator-mxnet] 01/02: explore flan function

2018-11-16 Thread cmeier
This is an automated email from the ASF dual-hosted git repository. cmeier pushed a commit to branch can-you-gan in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git commit 7cdfc04cf2f6aa90701c627e4b79167817dea81b Author: gigasquid AuthorDate: Fri Nov 16 11:21:54 2018 -0500

[incubator-mxnet] 02/02: do for n

2018-11-16 Thread cmeier
This is an automated email from the ASF dual-hosted git repository. cmeier pushed a commit to branch can-you-gan in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git commit e0452776d8b1113ca95b65932293b2b327ee0eaf Author: gigasquid AuthorDate: Fri Nov 16 11:34:12 2018 -0500

[GitHub] aaronmarkham opened a new issue #13301: building 1.2.0 tag fails with tvm error

2018-11-16 Thread GitBox
aaronmarkham opened a new issue #13301: building 1.2.0 tag fails with tvm error URL: https://github.com/apache/incubator-mxnet/issues/13301 ## Description I started a build from scratch to test building docs for this older tag and it fails trying to build MXNet on the 1.2.0 tagged

[GitHub] gaurav-gireesh commented on issue #13241: [MXNET-1210 ] Gluon Audio

2018-11-16 Thread GitBox
gaurav-gireesh commented on issue #13241: [MXNET-1210 ] Gluon Audio URL: https://github.com/apache/incubator-mxnet/pull/13241#issuecomment-439469896 @mxnet-label-bot add [pr-awaiting-review] This is an automated message from

[GitHub] kalyc commented on issue #13296: Fix R GPU flaky test

2018-11-16 Thread GitBox
kalyc commented on issue #13296: Fix R GPU flaky test URL: https://github.com/apache/incubator-mxnet/pull/13296#issuecomment-439476143 You have mentioned that there is a contention of files - "Since both the tests run in parallel, there is contention for the file which leads to test

[GitHub] pilhoon opened a new pull request #13302: modified code for working in gpu context.

2018-11-16 Thread GitBox
pilhoon opened a new pull request #13302: modified code for working in gpu context. URL: https://github.com/apache/incubator-mxnet/pull/13302 ## Description ## This tutorial does not working on gpu context.(because of type error) (This looks very tiny, so I did not created an

[GitHub] vandanavk commented on issue #13300: Data type error when import onnx model

2018-11-16 Thread GitBox
vandanavk commented on issue #13300: Data type error when import onnx model URL: https://github.com/apache/incubator-mxnet/issues/13300#issuecomment-439467746 @mxnet-label-bot add [ONNX, Bug] This is an automated message

[GitHub] kalyc commented on issue #13261: Fix Sphinx errors in box_nms

2018-11-16 Thread GitBox
kalyc commented on issue #13261: Fix Sphinx errors in box_nms URL: https://github.com/apache/incubator-mxnet/pull/13261#issuecomment-439483001 PR appears good to go for me - @aaronmarkham could you confirm? This is an

[GitHub] kalyc commented on issue #13282: Scripts for building dependency libraries of MXNet

2018-11-16 Thread GitBox
kalyc commented on issue #13282: Scripts for building dependency libraries of MXNet URL: https://github.com/apache/incubator-mxnet/pull/13282#issuecomment-439504344 @mxnet-label-bot add [pr-awaiting-review] This is an

[GitHub] nswamy commented on a change in pull request #13279: [MXNET-1213] add Cent OS build for Scala

2018-11-16 Thread GitBox
nswamy commented on a change in pull request #13279: [MXNET-1213] add Cent OS build for Scala URL: https://github.com/apache/incubator-mxnet/pull/13279#discussion_r234329584 ## File path: ci/docker/install/centos7_scala.sh ## @@ -0,0 +1,31 @@ +#!/usr/bin/env bash + +#

[GitHub] lanking520 commented on a change in pull request #13279: [MXNET-1213] add Cent OS build for Scala

2018-11-16 Thread GitBox
lanking520 commented on a change in pull request #13279: [MXNET-1213] add Cent OS build for Scala URL: https://github.com/apache/incubator-mxnet/pull/13279#discussion_r23430 ## File path: ci/docker/install/centos7_scala.sh ## @@ -0,0 +1,31 @@ +#!/usr/bin/env bash + +#

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

2018-11-16 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 25b6078 Bump the publish

[GitHub] aaronmarkham commented on issue #13227: Missing return value documentation for nd.random.* and sym.random.*

2018-11-16 Thread GitBox
aaronmarkham commented on issue #13227: Missing return value documentation for nd.random.* and sym.random.* URL: https://github.com/apache/incubator-mxnet/issues/13227#issuecomment-439516980 @mxnet-label-bot add [good first issue] The operators don't have documentation on their return

[GitHub] gaurav-gireesh commented on a change in pull request #13241: [MXNET-1210 ] Gluon Audio

2018-11-16 Thread GitBox
gaurav-gireesh commented on a change in pull request #13241: [MXNET-1210 ] Gluon Audio URL: https://github.com/apache/incubator-mxnet/pull/13241#discussion_r234341366 ## File path: python/mxnet/gluon/contrib/data/audio/datasets.py ## @@ -0,0 +1,171 @@ +# Licensed to the

[incubator-mxnet] branch master updated (be5bac3 -> 20a23ef)

2018-11-16 Thread cmeier
This is an automated email from the ASF dual-hosted git repository. cmeier pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git. from be5bac3 Fix Sphinx errors (#13252) add 20a23ef Sphinx errors in Gluon (#13275) No new revisions

[GitHub] gaurav-gireesh commented on a change in pull request #13241: [MXNET-1210 ] Gluon Audio

2018-11-16 Thread GitBox
gaurav-gireesh commented on a change in pull request #13241: [MXNET-1210 ] Gluon Audio URL: https://github.com/apache/incubator-mxnet/pull/13241#discussion_r234355480 ## File path: python/mxnet/gluon/contrib/data/audio/transforms.py ## @@ -0,0 +1,208 @@ +# Licensed to the

[GitHub] ThomasDelteil commented on issue #13041: Updated recommenders example

2018-11-16 Thread GitBox
ThomasDelteil commented on issue #13041: Updated recommenders example URL: https://github.com/apache/incubator-mxnet/pull/13041#issuecomment-439537125 @indhub @nswamy @sandeep-krishnamurthy can you please merge this? Thanks!

[GitHub] kalyc commented on a change in pull request #13271: [Test] [Example] adding tests for examples

2018-11-16 Thread GitBox
kalyc commented on a change in pull request #13271: [Test] [Example] adding tests for examples URL: https://github.com/apache/incubator-mxnet/pull/13271#discussion_r234358416 ## File path: tests/examples/test_examples.py ## @@ -0,0 +1,63 @@ +# Licensed to the Apache

[GitHub] kalyc commented on a change in pull request #13271: [Test] [Example] adding tests for examples

2018-11-16 Thread GitBox
kalyc commented on a change in pull request #13271: [Test] [Example] adding tests for examples URL: https://github.com/apache/incubator-mxnet/pull/13271#discussion_r234357808 ## File path: tests/examples/test_examples.py ## @@ -0,0 +1,63 @@ +# Licensed to the Apache

[GitHub] szha commented on issue #9686: APIs that might be a good idea to break in 2.0

2018-11-16 Thread GitBox
szha commented on issue #9686: APIs that might be a good idea to break in 2.0 URL: https://github.com/apache/incubator-mxnet/issues/9686#issuecomment-439540998 @kohr-h yes, having 0th order tensor support is important. Regarding the approach, we may not want to implement it as an

[GitHub] vandanavk commented on a change in pull request #13241: [MXNET-1210 ] Gluon Audio

2018-11-16 Thread GitBox
vandanavk commented on a change in pull request #13241: [MXNET-1210 ] Gluon Audio URL: https://github.com/apache/incubator-mxnet/pull/13241#discussion_r234366209 ## File path: python/mxnet/gluon/contrib/data/audio/transforms.py ## @@ -0,0 +1,208 @@ +# Licensed to the

[GitHub] vandanavk commented on a change in pull request #13241: [MXNET-1210 ] Gluon Audio

2018-11-16 Thread GitBox
vandanavk commented on a change in pull request #13241: [MXNET-1210 ] Gluon Audio URL: https://github.com/apache/incubator-mxnet/pull/13241#discussion_r234366542 ## File path: python/mxnet/gluon/contrib/data/audio/transforms.py ## @@ -0,0 +1,208 @@ +# Licensed to the

[GitHub] vandanavk commented on a change in pull request #13241: [MXNET-1210 ] Gluon Audio

2018-11-16 Thread GitBox
vandanavk commented on a change in pull request #13241: [MXNET-1210 ] Gluon Audio URL: https://github.com/apache/incubator-mxnet/pull/13241#discussion_r234353616 ## File path: example/gluon/urban_sounds/predict.py ## @@ -0,0 +1,91 @@ +# Licensed to the Apache Software

[GitHub] vandanavk commented on a change in pull request #13241: [MXNET-1210 ] Gluon Audio

2018-11-16 Thread GitBox
vandanavk commented on a change in pull request #13241: [MXNET-1210 ] Gluon Audio URL: https://github.com/apache/incubator-mxnet/pull/13241#discussion_r234366602 ## File path: tests/python/unittest/test_contrib_gluon_data_audio.py ## @@ -0,0 +1,102 @@ +# Licensed to the

[GitHub] vandanavk commented on a change in pull request #13241: [MXNET-1210 ] Gluon Audio

2018-11-16 Thread GitBox
vandanavk commented on a change in pull request #13241: [MXNET-1210 ] Gluon Audio URL: https://github.com/apache/incubator-mxnet/pull/13241#discussion_r234355451 ## File path: python/mxnet/gluon/contrib/data/audio/datasets.py ## @@ -0,0 +1,171 @@ +# Licensed to the Apache

[GitHub] vandanavk commented on a change in pull request #13241: [MXNET-1210 ] Gluon Audio

2018-11-16 Thread GitBox
vandanavk commented on a change in pull request #13241: [MXNET-1210 ] Gluon Audio URL: https://github.com/apache/incubator-mxnet/pull/13241#discussion_r234355891 ## File path: python/mxnet/gluon/contrib/data/audio/datasets.py ## @@ -0,0 +1,171 @@ +# Licensed to the Apache

[GitHub] vandanavk commented on a change in pull request #13241: [MXNET-1210 ] Gluon Audio

2018-11-16 Thread GitBox
vandanavk commented on a change in pull request #13241: [MXNET-1210 ] Gluon Audio URL: https://github.com/apache/incubator-mxnet/pull/13241#discussion_r234354520 ## File path: python/mxnet/gluon/contrib/data/audio/datasets.py ## @@ -0,0 +1,171 @@ +# Licensed to the Apache

[GitHub] vandanavk commented on a change in pull request #13241: [MXNET-1210 ] Gluon Audio

2018-11-16 Thread GitBox
vandanavk commented on a change in pull request #13241: [MXNET-1210 ] Gluon Audio URL: https://github.com/apache/incubator-mxnet/pull/13241#discussion_r234355047 ## File path: python/mxnet/gluon/contrib/data/audio/datasets.py ## @@ -0,0 +1,171 @@ +# Licensed to the Apache

[GitHub] vandanavk commented on a change in pull request #13241: [MXNET-1210 ] Gluon Audio

2018-11-16 Thread GitBox
vandanavk commented on a change in pull request #13241: [MXNET-1210 ] Gluon Audio URL: https://github.com/apache/incubator-mxnet/pull/13241#discussion_r234366749 ## File path: tests/python/unittest/test_contrib_gluon_data_audio.py ## @@ -0,0 +1,102 @@ +# Licensed to the

[GitHub] zachgk commented on issue #13303: mxnet-cpp package cross-compilation fails with OSError: "wrong ELF class: ELFCLASS32"

2018-11-16 Thread GitBox
zachgk commented on issue #13303: mxnet-cpp package cross-compilation fails with OSError: "wrong ELF class: ELFCLASS32" URL: https://github.com/apache/incubator-mxnet/issues/13303#issuecomment-439492781 @mxnet-label-bot add [Build, CMake, ARM] Thank you for submitting the issue!

[GitHub] sandeep-krishnamurthy closed issue #12825: Control flow operators do not work in imperative (NDArray) API

2018-11-16 Thread GitBox
sandeep-krishnamurthy closed issue #12825: Control flow operators do not work in imperative (NDArray) API URL: https://github.com/apache/incubator-mxnet/issues/12825 This is an automated message from the Apache Git Service.

[GitHub] zachgk commented on issue #13288: OpenCV 4.0 Compatibility

2018-11-16 Thread GitBox
zachgk commented on issue #13288: OpenCV 4.0 Compatibility URL: https://github.com/apache/incubator-mxnet/issues/13288#issuecomment-439496986 @mxnet-label-bot add [Build, OpenCV] Thank you for submitting the issue! I'm labeling it so the MXNet community members can help resolve it.

[GitHub] sandeep-krishnamurthy closed issue #9413: training GAN on multiple GPU, found this error: mxnet.base.MXNetError: [14:39:38] src/ndarray/ndarray.cc:518: Check failed: from.shape() == to.shape(

2018-11-16 Thread GitBox
sandeep-krishnamurthy closed issue #9413: training GAN on multiple GPU, found this error: mxnet.base.MXNetError: [14:39:38] src/ndarray/ndarray.cc:518: Check failed: from.shape() == to.shape() operands shape mismatchfrom.shape = [1,293,256,14,14] to.shape=[293,256,14,14] URL:

[GitHub] sandeep-krishnamurthy commented on a change in pull request #13241: [MXNET-1210 ] Gluon Audio

2018-11-16 Thread GitBox
sandeep-krishnamurthy commented on a change in pull request #13241: [MXNET-1210 ] Gluon Audio URL: https://github.com/apache/incubator-mxnet/pull/13241#discussion_r234325146 ## File path: example/gluon/urban_sounds/train.py ## @@ -0,0 +1,166 @@ +# Licensed to the Apache

[GitHub] sandeep-krishnamurthy commented on a change in pull request #13241: [MXNET-1210 ] Gluon Audio

2018-11-16 Thread GitBox
sandeep-krishnamurthy commented on a change in pull request #13241: [MXNET-1210 ] Gluon Audio URL: https://github.com/apache/incubator-mxnet/pull/13241#discussion_r234327297 ## File path: python/mxnet/gluon/contrib/data/audio/datasets.py ## @@ -0,0 +1,171 @@ +# Licensed

[GitHub] sandeep-krishnamurthy commented on a change in pull request #13241: [MXNET-1210 ] Gluon Audio

2018-11-16 Thread GitBox
sandeep-krishnamurthy commented on a change in pull request #13241: [MXNET-1210 ] Gluon Audio URL: https://github.com/apache/incubator-mxnet/pull/13241#discussion_r234322574 ## File path: example/gluon/urban_sounds/predict.py ## @@ -0,0 +1,91 @@ +# Licensed to the Apache

[GitHub] sandeep-krishnamurthy commented on a change in pull request #13241: [MXNET-1210 ] Gluon Audio

2018-11-16 Thread GitBox
sandeep-krishnamurthy commented on a change in pull request #13241: [MXNET-1210 ] Gluon Audio URL: https://github.com/apache/incubator-mxnet/pull/13241#discussion_r234325929 ## File path: example/gluon/urban_sounds/train.py ## @@ -0,0 +1,166 @@ +# Licensed to the Apache

[GitHub] sandeep-krishnamurthy commented on a change in pull request #13241: [MXNET-1210 ] Gluon Audio

2018-11-16 Thread GitBox
sandeep-krishnamurthy commented on a change in pull request #13241: [MXNET-1210 ] Gluon Audio URL: https://github.com/apache/incubator-mxnet/pull/13241#discussion_r234327038 ## File path: python/mxnet/gluon/contrib/data/audio/datasets.py ## @@ -0,0 +1,154 @@ +# Licensed

[GitHub] sandeep-krishnamurthy commented on a change in pull request #13241: [MXNET-1210 ] Gluon Audio

2018-11-16 Thread GitBox
sandeep-krishnamurthy commented on a change in pull request #13241: [MXNET-1210 ] Gluon Audio URL: https://github.com/apache/incubator-mxnet/pull/13241#discussion_r234324605 ## File path: example/gluon/urban_sounds/train.py ## @@ -0,0 +1,166 @@ +# Licensed to the Apache

[GitHub] sandeep-krishnamurthy commented on a change in pull request #13241: [MXNET-1210 ] Gluon Audio

2018-11-16 Thread GitBox
sandeep-krishnamurthy commented on a change in pull request #13241: [MXNET-1210 ] Gluon Audio URL: https://github.com/apache/incubator-mxnet/pull/13241#discussion_r234319893 ## File path: example/gluon/urban_sounds/model.py ## @@ -0,0 +1,32 @@ +# Licensed to the Apache

[GitHub] sandeep-krishnamurthy commented on a change in pull request #13241: [MXNET-1210 ] Gluon Audio

2018-11-16 Thread GitBox
sandeep-krishnamurthy commented on a change in pull request #13241: [MXNET-1210 ] Gluon Audio URL: https://github.com/apache/incubator-mxnet/pull/13241#discussion_r234335178 ## File path: python/mxnet/gluon/contrib/data/audio/transforms.py ## @@ -0,0 +1,208 @@ +# Licensed

[GitHub] sandeep-krishnamurthy commented on a change in pull request #13241: [MXNET-1210 ] Gluon Audio

2018-11-16 Thread GitBox
sandeep-krishnamurthy commented on a change in pull request #13241: [MXNET-1210 ] Gluon Audio URL: https://github.com/apache/incubator-mxnet/pull/13241#discussion_r234318819 ## File path: example/gluon/urban_sounds/README.md ## @@ -0,0 +1,16 @@ +# Urban Sounds

[GitHub] sandeep-krishnamurthy commented on a change in pull request #13241: [MXNET-1210 ] Gluon Audio

2018-11-16 Thread GitBox
sandeep-krishnamurthy commented on a change in pull request #13241: [MXNET-1210 ] Gluon Audio URL: https://github.com/apache/incubator-mxnet/pull/13241#discussion_r234336607 ## File path: python/mxnet/gluon/contrib/data/audio/transforms.py ## @@ -0,0 +1,208 @@ +# Licensed

[GitHub] sandeep-krishnamurthy commented on a change in pull request #13241: [MXNET-1210 ] Gluon Audio

2018-11-16 Thread GitBox
sandeep-krishnamurthy commented on a change in pull request #13241: [MXNET-1210 ] Gluon Audio URL: https://github.com/apache/incubator-mxnet/pull/13241#discussion_r234327963 ## File path: python/mxnet/gluon/contrib/data/audio/datasets.py ## @@ -0,0 +1,171 @@ +# Licensed

[GitHub] sandeep-krishnamurthy commented on a change in pull request #13241: [MXNET-1210 ] Gluon Audio

2018-11-16 Thread GitBox
sandeep-krishnamurthy commented on a change in pull request #13241: [MXNET-1210 ] Gluon Audio URL: https://github.com/apache/incubator-mxnet/pull/13241#discussion_r234320185 ## File path: example/gluon/urban_sounds/model.py ## @@ -0,0 +1,32 @@ +# Licensed to the Apache

[GitHub] sandeep-krishnamurthy commented on a change in pull request #13241: [MXNET-1210 ] Gluon Audio

2018-11-16 Thread GitBox
sandeep-krishnamurthy commented on a change in pull request #13241: [MXNET-1210 ] Gluon Audio URL: https://github.com/apache/incubator-mxnet/pull/13241#discussion_r234319475 ## File path: example/gluon/urban_sounds/README.md ## @@ -0,0 +1,16 @@ +# Urban Sounds

[GitHub] sandeep-krishnamurthy commented on a change in pull request #13241: [MXNET-1210 ] Gluon Audio

2018-11-16 Thread GitBox
sandeep-krishnamurthy commented on a change in pull request #13241: [MXNET-1210 ] Gluon Audio URL: https://github.com/apache/incubator-mxnet/pull/13241#discussion_r234334079 ## File path: python/mxnet/gluon/contrib/data/audio/datasets.py ## @@ -0,0 +1,171 @@ +# Licensed

[GitHub] sandeep-krishnamurthy commented on a change in pull request #13241: [MXNET-1210 ] Gluon Audio

2018-11-16 Thread GitBox
sandeep-krishnamurthy commented on a change in pull request #13241: [MXNET-1210 ] Gluon Audio URL: https://github.com/apache/incubator-mxnet/pull/13241#discussion_r234322490 ## File path: example/gluon/urban_sounds/predict.py ## @@ -0,0 +1,91 @@ +# Licensed to the Apache

[GitHub] sandeep-krishnamurthy commented on a change in pull request #13241: [MXNET-1210 ] Gluon Audio

2018-11-16 Thread GitBox
sandeep-krishnamurthy commented on a change in pull request #13241: [MXNET-1210 ] Gluon Audio URL: https://github.com/apache/incubator-mxnet/pull/13241#discussion_r234328326 ## File path: python/mxnet/gluon/contrib/data/audio/datasets.py ## @@ -0,0 +1,171 @@ +# Licensed

[GitHub] sandeep-krishnamurthy commented on a change in pull request #13241: [MXNET-1210 ] Gluon Audio

2018-11-16 Thread GitBox
sandeep-krishnamurthy commented on a change in pull request #13241: [MXNET-1210 ] Gluon Audio URL: https://github.com/apache/incubator-mxnet/pull/13241#discussion_r234334210 ## File path: python/mxnet/gluon/contrib/data/audio/datasets.py ## @@ -0,0 +1,171 @@ +# Licensed

[GitHub] sandeep-krishnamurthy commented on a change in pull request #13241: [MXNET-1210 ] Gluon Audio

2018-11-16 Thread GitBox
sandeep-krishnamurthy commented on a change in pull request #13241: [MXNET-1210 ] Gluon Audio URL: https://github.com/apache/incubator-mxnet/pull/13241#discussion_r234337127 ## File path: tests/python/unittest/test_contrib_gluon_data_audio.py ## @@ -0,0 +1,102 @@ +#

[GitHub] sandeep-krishnamurthy commented on a change in pull request #13241: [MXNET-1210 ] Gluon Audio

2018-11-16 Thread GitBox
sandeep-krishnamurthy commented on a change in pull request #13241: [MXNET-1210 ] Gluon Audio URL: https://github.com/apache/incubator-mxnet/pull/13241#discussion_r234319097 ## File path: example/gluon/urban_sounds/README.md ## @@ -0,0 +1,16 @@ +# Urban Sounds

[GitHub] sandeep-krishnamurthy commented on a change in pull request #13241: [MXNET-1210 ] Gluon Audio

2018-11-16 Thread GitBox
sandeep-krishnamurthy commented on a change in pull request #13241: [MXNET-1210 ] Gluon Audio URL: https://github.com/apache/incubator-mxnet/pull/13241#discussion_r234319625 ## File path: example/gluon/urban_sounds/model.py ## @@ -0,0 +1,32 @@ +# Licensed to the Apache

[GitHub] kalyc commented on issue #13279: [MXNET-1213] add Cent OS build for Scala

2018-11-16 Thread GitBox
kalyc commented on issue #13279: [MXNET-1213] add Cent OS build for Scala URL: https://github.com/apache/incubator-mxnet/pull/13279#issuecomment-439519078 @mxnet-label-bot update [pr-awaiting-merge] This is an automated

[GitHub] kalyc commented on issue #13260: [WIP] Support full convention in quantized pooling

2018-11-16 Thread GitBox
kalyc commented on issue #13260: [WIP] Support full convention in quantized pooling URL: https://github.com/apache/incubator-mxnet/pull/13260#issuecomment-439522345 @TaoLv thanks for your contribution - could you please take a look at the failed CI and re-trigger it?

[incubator-mxnet] branch master updated (d73e4df -> 5369605)

2018-11-16 Thread cmeier
This is an automated email from the ASF dual-hosted git repository. cmeier pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git. from d73e4df stop gap fix to let website builds through; scaladoc fix pending (#13298) add 5369605 Fix

[GitHub] gaurav-gireesh commented on a change in pull request #13241: [MXNET-1210 ] Gluon Audio

2018-11-16 Thread GitBox
gaurav-gireesh commented on a change in pull request #13241: [MXNET-1210 ] Gluon Audio URL: https://github.com/apache/incubator-mxnet/pull/13241#discussion_r234342986 ## File path: python/mxnet/gluon/contrib/data/audio/datasets.py ## @@ -0,0 +1,171 @@ +# Licensed to the

[GitHub] gigasquid closed pull request #13252: Fix Sphinx errors

2018-11-16 Thread GitBox
gigasquid closed pull request #13252: Fix Sphinx errors URL: https://github.com/apache/incubator-mxnet/pull/13252 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 request

[GitHub] kalyc commented on issue #13260: [WIP] Support full convention in quantized pooling

2018-11-16 Thread GitBox
kalyc commented on issue #13260: [WIP] Support full convention in quantized pooling URL: https://github.com/apache/incubator-mxnet/pull/13260#issuecomment-439522413 @mxnet-label-bot add [pr-work-in-progress] This is an

[incubator-mxnet] branch master updated: Fix Sphinx errors (#13252)

2018-11-16 Thread cmeier
This is an automated email from the ASF dual-hosted git repository. cmeier 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 be5bac3 Fix Sphinx errors (#13252)

[GitHub] kalyc commented on issue #13283: [MXNET-1215] Allow dynamic shape exists in imperative mode

2018-11-16 Thread GitBox
kalyc commented on issue #13283: [MXNET-1215] Allow dynamic shape exists in imperative mode URL: https://github.com/apache/incubator-mxnet/pull/13283#issuecomment-439522630 @mxnet-label-bot add [pr-awaiting-review] @junrushao1994 please take a look at the CI failure and re-trigger CI

[GitHub] kalyc commented on issue #13069: add Volta and Turing arch

2018-11-16 Thread GitBox
kalyc commented on issue #13069: add Volta and Turing arch URL: https://github.com/apache/incubator-mxnet/pull/13069#issuecomment-439531707 @yajiedesign the CI build appears to be failing - please re-trigger This is an

[GitHub] gaurav-gireesh commented on a change in pull request #13241: [MXNET-1210 ] Gluon Audio

2018-11-16 Thread GitBox
gaurav-gireesh commented on a change in pull request #13241: [MXNET-1210 ] Gluon Audio URL: https://github.com/apache/incubator-mxnet/pull/13241#discussion_r234350945 ## File path: example/gluon/urban_sounds/train.py ## @@ -0,0 +1,166 @@ +# Licensed to the Apache Software

[GitHub] gaurav-gireesh commented on a change in pull request #13241: [MXNET-1210 ] Gluon Audio

2018-11-16 Thread GitBox
gaurav-gireesh commented on a change in pull request #13241: [MXNET-1210 ] Gluon Audio URL: https://github.com/apache/incubator-mxnet/pull/13241#discussion_r234353876 ## File path: python/mxnet/gluon/contrib/data/audio/datasets.py ## @@ -0,0 +1,171 @@ +# Licensed to the

[incubator-mxnet] branch master updated (20a23ef -> 21fc3af)

2018-11-16 Thread indhub
This is an automated email from the ASF dual-hosted git repository. indhub pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git. from 20a23ef Sphinx errors in Gluon (#13275) add 21fc3af Fix Sphinx python docstring formatting error.

[GitHub] indhub closed pull request #13194: Fix Sphinx python docstring formatting error.

2018-11-16 Thread GitBox
indhub closed pull request #13194: Fix Sphinx python docstring formatting error. URL: https://github.com/apache/incubator-mxnet/pull/13194 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

  1   2   3   >