[GitHub] 2void opened a new issue #13943: mxnet read jpeg images give different values compared with other libs

2019-01-21 Thread GitBox
2void opened a new issue #13943: mxnet read jpeg images give different values compared with other libs URL: https://github.com/apache/incubator-mxnet/issues/13943 ## Description Hi, guys! I am a student and recently when my colleagues and I use `imread` in mxnet, version 1.3.1, we

[GitHub] TaoLv merged pull request #13905: [v1.4.x] mkldnn s8 conv API change for 1.4.x branch

2019-01-21 Thread GitBox
TaoLv merged pull request #13905: [v1.4.x] mkldnn s8 conv API change for 1.4.x branch URL: https://github.com/apache/incubator-mxnet/pull/13905 This is an automated message from the Apache Git Service. To respond to the

[incubator-mxnet] branch v1.4.x updated: api change (#13905)

2019-01-21 Thread taolv
This is an automated email from the ASF dual-hosted git repository. taolv pushed a commit to branch v1.4.x in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git The following commit(s) were added to refs/heads/v1.4.x by this push: new 45a1554 api change (#13905) 45a1554 is

[incubator-mxnet] branch ib/ci-jl-win updated: fix mxnet_home

2019-01-21 Thread iblis
This is an automated email from the ASF dual-hosted git repository. iblis pushed a commit to branch ib/ci-jl-win in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git The following commit(s) were added to refs/heads/ib/ci-jl-win by this push: new 5675f55 fix mxnet_home

[GitHub] cchung100m commented on issue #13938: [MXNET-1291] solve pylint errors in examples with issue no.12205

2019-01-21 Thread GitBox
cchung100m commented on issue #13938: [MXNET-1291] solve pylint errors in examples with issue no.12205 URL: https://github.com/apache/incubator-mxnet/pull/13938#issuecomment-455987790 @ChaiBapchya , I solve the conflict of bdk_demo.py and re-trigger the CI. thank you for the

[incubator-mxnet] branch ib/ci-jl-win updated: check mxnet_home

2019-01-21 Thread iblis
This is an automated email from the ASF dual-hosted git repository. iblis pushed a commit to branch ib/ci-jl-win in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git The following commit(s) were added to refs/heads/ib/ci-jl-win by this push: new dc18f84 check mxnet_home

[GitHub] pengzhao-intel commented on issue #13926: [v1.4.x] Fix gtest build

2019-01-21 Thread GitBox
pengzhao-intel commented on issue #13926: [v1.4.x] Fix gtest build URL: https://github.com/apache/incubator-mxnet/pull/13926#issuecomment-456033634 @zhennanqin is this for master branch? This is an automated message from the

[GitHub] BullDemonKing closed pull request #13591: Add a DGL operator to compute vertex Ids in layers

2019-01-21 Thread GitBox
BullDemonKing closed pull request #13591: Add a DGL operator to compute vertex Ids in layers URL: https://github.com/apache/incubator-mxnet/pull/13591 This is an automated message from the Apache Git Service. To respond to

[incubator-mxnet] branch ib/ci-jl-win updated: fix download of mnist data

2019-01-21 Thread iblis
This is an automated email from the ASF dual-hosted git repository. iblis pushed a commit to branch ib/ci-jl-win in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git The following commit(s) were added to refs/heads/ib/ci-jl-win by this push: new 0116940 fix download of

[GitHub] weihua04 opened a new issue #13944: how to Compute the eigenvalues and eigenvectors of ndarray/hidden layer?

2019-01-21 Thread GitBox
weihua04 opened a new issue #13944: how to Compute the eigenvalues and eigenvectors of ndarray/hidden layer? URL: https://github.com/apache/incubator-mxnet/issues/13944 i want to compute the eigenvalues and eigenvectors of a hidden layer using mxnet, although i just know numpy can do

[GitHub] mfiore opened a new issue #13945: dataloader crashes with threads and slow downs with processes

2019-01-21 Thread GitBox
mfiore opened a new issue #13945: dataloader crashes with threads and slow downs with processes URL: https://github.com/apache/incubator-mxnet/issues/13945 ## Description (sorry, long issue, should it be split in two for multiprocess and threads? I posted them together since I thought

[GitHub] iblis17 commented on issue #13937: Julia: add windows-cpu build

2019-01-21 Thread GitBox
iblis17 commented on issue #13937: Julia: add windows-cpu build URL: https://github.com/apache/incubator-mxnet/pull/13937#issuecomment-456101636 This PR is ready for review. This is an automated message from the Apache Git

[GitHub] xq-jiang opened a new pull request #13946: Fix document for take operator

2019-01-21 Thread GitBox
xq-jiang opened a new pull request #13946: Fix document for take operator URL: https://github.com/apache/incubator-mxnet/pull/13946 ## Description ## ``` >>> import mxnet as mx >>> x=mx.nd.array([[1,2], [3,4], [5,6]]) >>> x [[ 1. 2.] [ 3. 4.] [ 5. 6.]]

[GitHub] xq-jiang closed pull request #13946: Fix document for take operator

2019-01-21 Thread GitBox
xq-jiang closed pull request #13946: Fix document for take operator URL: https://github.com/apache/incubator-mxnet/pull/13946 This is an automated message from the Apache Git Service. To respond to the message, please log on

[GitHub] erigmac opened a new issue #13950: [ARM][Jetson] Make failed on Jetson TX2 (Jetpack 3.3, CUDA 9.0)

2019-01-21 Thread GitBox
erigmac opened a new issue #13950: [ARM][Jetson] Make failed on Jetson TX2 (Jetpack 3.3, CUDA 9.0) URL: https://github.com/apache/incubator-mxnet/issues/13950 ## Description Failed to compile on Jetson TX2 with Jetpack 3.3 INFO: nvcc was not found on your path INFO: Using

[incubator-mxnet] branch ib/ci-jl-win updated: Julia v1.0

2019-01-21 Thread iblis
This is an automated email from the ASF dual-hosted git repository. iblis pushed a commit to branch ib/ci-jl-win in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git The following commit(s) were added to refs/heads/ib/ci-jl-win by this push: new 8f37cf9 Julia v1.0 8f37cf9

[incubator-mxnet] branch ib/ci-jl-win updated (b2a4efc -> 298b6ec)

2019-01-21 Thread iblis
This is an automated email from the ASF dual-hosted git repository. iblis pushed a change to branch ib/ci-jl-win in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git. discard b2a4efc chcp discard 8f37cf9 Julia v1.0 discard 0116940 fix download of mnist data discard

[incubator-mxnet] branch master updated: Julia: deprecate `mx.empty`, replace it with `UndefInitializer` (#13934)

2019-01-21 Thread iblis
This is an automated email from the ASF dual-hosted git repository. iblis 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 37b Julia: deprecate `mx.empty`,

[incubator-mxnet] branch ib/ndarray-undef deleted (was 1c60330)

2019-01-21 Thread iblis
This is an automated email from the ASF dual-hosted git repository. iblis pushed a change to branch ib/ndarray-undef in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git. was 1c60330 Julia: deprecate `mx.empty`, replace it with `UndefInitializer` The revisions that were

[GitHub] iblis17 merged pull request #13934: Julia: deprecate `mx.empty`, replace it with `UndefInitializer` constructor

2019-01-21 Thread GitBox
iblis17 merged pull request #13934: Julia: deprecate `mx.empty`, replace it with `UndefInitializer` constructor URL: https://github.com/apache/incubator-mxnet/pull/13934 This is an automated message from the Apache Git

[GitHub] zheng-da commented on issue #13903: mkldnn s8 conv API change for master

2019-01-21 Thread GitBox
zheng-da commented on issue #13903: mkldnn s8 conv API change for master URL: https://github.com/apache/incubator-mxnet/pull/13903#issuecomment-456055079 LGTM This is an automated message from the Apache Git Service. To

[GitHub] apeforest commented on issue #11203: ConvTranspose2d giving incorrect output

2019-01-21 Thread GitBox
apeforest commented on issue #11203: ConvTranspose2d giving incorrect output URL: https://github.com/apache/incubator-mxnet/issues/11203#issuecomment-456085693 Cannot find any issue at MXNet operator level. Possibly due to the mshadow library function`unpack_patch2col` and

[incubator-mxnet] branch ib/ci-jl-win updated: chcp

2019-01-21 Thread iblis
This is an automated email from the ASF dual-hosted git repository. iblis pushed a commit to branch ib/ci-jl-win in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git The following commit(s) were added to refs/heads/ib/ci-jl-win by this push: new b2a4efc chcp b2a4efc is

[incubator-mxnet] branch master updated: Runtime feature detection (#13549)

2019-01-21 Thread aaronmarkham
This is an automated email from the ASF dual-hosted git repository. aaronmarkham 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 692a24a Runtime feature

[GitHub] aaronmarkham merged pull request #13549: Runtime feature detection

2019-01-21 Thread GitBox
aaronmarkham merged pull request #13549: Runtime feature detection URL: https://github.com/apache/incubator-mxnet/pull/13549 This is an automated message from the Apache Git Service. To respond to the message, please log on

[GitHub] zheng-da commented on a change in pull request #13903: mkldnn s8 conv API change for master

2019-01-21 Thread GitBox
zheng-da commented on a change in pull request #13903: mkldnn s8 conv API change for master URL: https://github.com/apache/incubator-mxnet/pull/13903#discussion_r249428960 ## File path: src/ndarray/ndarray.cc ## @@ -168,16 +168,28 @@ nnvm::Symbol

[GitHub] TaoLv opened a new pull request #13947: Fix document for take operator

2019-01-21 Thread GitBox
TaoLv opened a new pull request #13947: Fix document for take operator URL: https://github.com/apache/incubator-mxnet/pull/13947 ## Description ## ``` >>> import mxnet as mx >>> x=mx.nd.array([[1,2], [3,4], [5,6]]) >>> x [[ 1. 2.] [ 3. 4.] [ 5. 6.]] >>>

[GitHub] Arxemond777 commented on issue #13948: Cannot find mxnet-cpp/op.h (duplicate)

2019-01-21 Thread GitBox
Arxemond777 commented on issue #13948: Cannot find mxnet-cpp/op.h (duplicate) URL: https://github.com/apache/incubator-mxnet/issues/13948#issuecomment-456084625 I performed ```cmake -DUSE_CUDA=1 -DUSE_CUDA_PATH=/usr/local/cuda-9.2 -DCUDA_VERSION=9.2 -DUSE_CUDNN=1 -DUSE_MKLDNN=1

[GitHub] Arxemond777 opened a new issue #13948: Cannot find mxnet-cpp/op.h (duplicate)

2019-01-21 Thread GitBox
Arxemond777 opened a new issue #13948: Cannot find mxnet-cpp/op.h (duplicate) URL: https://github.com/apache/incubator-mxnet/issues/13948 This issue is reopen https://github.com/apache/incubator-mxnet/issues/9187 In this issue recommends use this tutorial

[GitHub] lebeg commented on issue #11359: Flaky test test_io:test_ImageRecordIter_seed_augmentation

2019-01-21 Thread GitBox
lebeg commented on issue #11359: Flaky test test_io:test_ImageRecordIter_seed_augmentation URL: https://github.com/apache/incubator-mxnet/issues/11359#issuecomment-456087853 @marcoabreu would you close this issue as it has been resolved?

[GitHub] mxnet-label-bot commented on issue #13949: Error: shape inconsistent while converting PyTorch model to mxnet model with onnx

2019-01-21 Thread GitBox
mxnet-label-bot commented on issue #13949: Error: shape inconsistent while converting PyTorch model to mxnet model with onnx URL: https://github.com/apache/incubator-mxnet/issues/13949#issuecomment-456061094 Hey, this is the MXNet Label Bot. Thank you for submitting the issue! I will

[GitHub] wangliye00 opened a new issue #13949: Error: shape inconsistent while converting PyTorch model to mxnet model with onnx

2019-01-21 Thread GitBox
wangliye00 opened a new issue #13949: Error: shape inconsistent while converting PyTorch model to mxnet model with onnx URL: https://github.com/apache/incubator-mxnet/issues/13949 ## Description I tried to convert a pretrained pytorch resnet18 to onnx format, then to mxnet model. But

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

2019-01-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 bf73dab Bump the publish

[GitHub] marcoabreu merged pull request #13888: Reduce verbosity of container builds (wget output)

2019-01-21 Thread GitBox
marcoabreu merged pull request #13888: Reduce verbosity of container builds (wget output) URL: https://github.com/apache/incubator-mxnet/pull/13888 This is an automated message from the Apache Git Service. To respond to the

[GitHub] marcoabreu commented on issue #13937: Julia: add windows-cpu build

2019-01-21 Thread GitBox
marcoabreu commented on issue #13937: Julia: add windows-cpu build URL: https://github.com/apache/incubator-mxnet/pull/13937#issuecomment-456164534 Could you elaborate that's the deal with ``` powershell.exe : [ Info: Path

[GitHub] codecov-io commented on issue #13907: Fixes downloading of data in cpp-package/example/get_data.sh

2019-01-21 Thread GitBox
codecov-io commented on issue #13907: Fixes downloading of data in cpp-package/example/get_data.sh URL: https://github.com/apache/incubator-mxnet/pull/13907#issuecomment-456140729 # [Codecov](https://codecov.io/gh/apache/incubator-mxnet/pull/13907?src=pr=h1) Report > Merging

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

2019-01-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 c0c139c Bump the publish

[incubator-mxnet] branch master updated: Reduce verbosity of container builds (wget output) (#13888)

2019-01-21 Thread marcoabreu
This is an automated email from the ASF dual-hosted git repository. marcoabreu pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git The following commit(s) were added to refs/heads/master by this push: new 7b9d6ed Reduce verbosity of

[GitHub] eric-haibin-lin commented on a change in pull request #13811: Add erfinv operator for calculating inverse error function

2019-01-21 Thread GitBox
eric-haibin-lin commented on a change in pull request #13811: Add erfinv operator for calculating inverse error function URL: https://github.com/apache/incubator-mxnet/pull/13811#discussion_r249553574 ## File path: tools/license_header.py ## @@ -77,6 +77,7 @@

[GitHub] marcoabreu merged pull request #13940: Add back R tests and fix typo around R and perl tests

2019-01-21 Thread GitBox
marcoabreu merged pull request #13940: Add back R tests and fix typo around R and perl tests URL: https://github.com/apache/incubator-mxnet/pull/13940 This is an automated message from the Apache Git Service. To respond to

[incubator-mxnet] branch master updated: Add back R tests and fix typo around R and perl tests (#13940)

2019-01-21 Thread marcoabreu
This is an automated email from the ASF dual-hosted git repository. marcoabreu pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git The following commit(s) were added to refs/heads/master by this push: new b8bb63d Add back R tests and fix

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

2019-01-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 309c552 Bump the publish

[GitHub] iblis17 commented on issue #13937: Julia: add windows-cpu build

2019-01-21 Thread GitBox
iblis17 commented on issue #13937: Julia: add windows-cpu build URL: https://github.com/apache/incubator-mxnet/pull/13937#issuecomment-456233356 Still not sure which line causes that message. Will get a windows machine to figure out it later.

[GitHub] marcoabreu commented on a change in pull request #13937: Julia: add windows-cpu build

2019-01-21 Thread GitBox
marcoabreu commented on a change in pull request #13937: Julia: add windows-cpu build URL: https://github.com/apache/incubator-mxnet/pull/13937#discussion_r249613809 ## File path: ci/windows/test_jl10_cpu.ps1 ## @@ -0,0 +1,54 @@ +# Licensed to the Apache Software

[GitHub] yifeim opened a new issue #13951: Gluon RNN memory leaks with extra variables

2019-01-21 Thread GitBox
yifeim opened a new issue #13951: Gluon RNN memory leaks with extra variables URL: https://github.com/apache/incubator-mxnet/issues/13951 Note: Providing complete information in the most concise form is the best way to get help. This issue template serves as the checklist for essential

[GitHub] gigasquid commented on issue #13624: Nightly Tests For Clojure

2019-01-21 Thread GitBox
gigasquid commented on issue #13624: Nightly Tests For Clojure URL: https://github.com/apache/incubator-mxnet/pull/13624#issuecomment-456237874 Thanks @hellonico - We are soo close! There is a conflict that needs to be resolved and it looks like there is still a file change in

[incubator-mxnet] branch master updated: fix doc of take operator (#13947)

2019-01-21 Thread marcoabreu
This is an automated email from the ASF dual-hosted git repository. marcoabreu pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git The following commit(s) were added to refs/heads/master by this push: new 3165262 fix doc of take operator

[GitHub] marcoabreu merged pull request #13947: Fix document for take operator

2019-01-21 Thread GitBox
marcoabreu merged pull request #13947: Fix document for take operator URL: https://github.com/apache/incubator-mxnet/pull/13947 This is an automated message from the Apache Git Service. To respond to the message, please log

[GitHub] rondogency commented on a change in pull request #13811: Add erfinv operator for calculating inverse error function

2019-01-21 Thread GitBox
rondogency commented on a change in pull request #13811: Add erfinv operator for calculating inverse error function URL: https://github.com/apache/incubator-mxnet/pull/13811#discussion_r249578700 ## File path: tools/license_header.py ## @@ -77,6 +77,7 @@

[GitHub] ThomasDelteil commented on issue #12933: Update autoencoder example

2019-01-21 Thread GitBox
ThomasDelteil commented on issue #12933: Update autoencoder example URL: https://github.com/apache/incubator-mxnet/pull/12933#issuecomment-456205507 @KellenSunderland is it good to merge now? This is an automated message from

[GitHub] ZhennanQin commented on a change in pull request #13903: mkldnn s8 conv API change for master

2019-01-21 Thread GitBox
ZhennanQin commented on a change in pull request #13903: mkldnn s8 conv API change for master URL: https://github.com/apache/incubator-mxnet/pull/13903#discussion_r249612548 ## File path: src/ndarray/ndarray.cc ## @@ -168,16 +168,28 @@ nnvm::Symbol

[GitHub] ThomasDelteil commented on issue #13948: Cannot find mxnet-cpp/op.h (duplicate)

2019-01-21 Thread GitBox
ThomasDelteil commented on issue #13948: Cannot find mxnet-cpp/op.h (duplicate) URL: https://github.com/apache/incubator-mxnet/issues/13948#issuecomment-456233881 @Arxemond777 the `USE_CPP_PACKAGE=1` is necessary only when building MXNet itself, this will generate your missing `op.h`

[GitHub] gigasquid commented on a change in pull request #13624: Nightly Tests For Clojure

2019-01-21 Thread GitBox
gigasquid commented on a change in pull request #13624: Nightly Tests For Clojure URL: https://github.com/apache/incubator-mxnet/pull/13624#discussion_r249613933 ## File path: contrib/clojure-package/integration-tests.sh ## @@ -18,11 +18,15 @@ set -evx

[GitHub] ZhennanQin commented on issue #13905: [v1.4.x] mkldnn s8 conv API change for 1.4.x branch

2019-01-21 Thread GitBox
ZhennanQin commented on issue #13905: [v1.4.x] mkldnn s8 conv API change for 1.4.x branch URL: https://github.com/apache/incubator-mxnet/pull/13905#issuecomment-456237974 @szha , A better design is isolating public API with internal API, which is, create a new ndarray wrapper class that

[GitHub] szha commented on issue #13905: [v1.4.x] mkldnn s8 conv API change for 1.4.x branch

2019-01-21 Thread GitBox
szha commented on issue #13905: [v1.4.x] mkldnn s8 conv API change for 1.4.x branch URL: https://github.com/apache/incubator-mxnet/pull/13905#issuecomment-456239430 Yes, IMO those shouldn't have happened either. We'd have to address those in 2.0. An alternative to extending the

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

2019-01-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 9c5f6a7 Bump the publish

[GitHub] szha commented on issue #13905: [v1.4.x] mkldnn s8 conv API change for 1.4.x branch

2019-01-21 Thread GitBox
szha commented on issue #13905: [v1.4.x] mkldnn s8 conv API change for 1.4.x branch URL: https://github.com/apache/incubator-mxnet/pull/13905#issuecomment-456239685 https://github.com/apache/incubator-mxnet/issues/9686#issuecomment-456239673

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

2019-01-21 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-456239673 In 2.0, the CAPI should not expose backend-specific types, such as `mkldnn::memory`.

[GitHub] MaAo commented on issue #9667: [Feature request] += operator for Symbol

2019-01-21 Thread GitBox
MaAo commented on issue #9667: [Feature request] += operator for Symbol URL: https://github.com/apache/incubator-mxnet/issues/9667#issuecomment-456269773 I met the same problem.Can anybody fix it ? This is an automated

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

2019-01-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 b408ecb Bump the publish

[GitHub] piyushghai commented on issue #13949: Error: shape inconsistent while converting PyTorch model to mxnet model with onnx

2019-01-21 Thread GitBox
piyushghai commented on issue #13949: Error: shape inconsistent while converting PyTorch model to mxnet model with onnx URL: https://github.com/apache/incubator-mxnet/issues/13949#issuecomment-456294493 @wangliye00 Thanks for raising this issue. I'm tagging MXNet ONNX experts to look

[GitHub] piyushghai commented on issue #13950: [ARM][Jetson] Make failed on Jetson TX2 (Jetpack 3.3, CUDA 9.0)

2019-01-21 Thread GitBox
piyushghai commented on issue #13950: [ARM][Jetson] Make failed on Jetson TX2 (Jetpack 3.3, CUDA 9.0) URL: https://github.com/apache/incubator-mxnet/issues/13950#issuecomment-456294079 @erigmac Thanks for raising this issue. I'm labelling it so that other community members can help

[GitHub] piyushghai commented on issue #13951: Gluon RNN memory leaks with extra variables

2019-01-21 Thread GitBox
piyushghai commented on issue #13951: Gluon RNN memory leaks with extra variables URL: https://github.com/apache/incubator-mxnet/issues/13951#issuecomment-456294201 @mxnet-label-bot Add [Gluon, Performance] This is an

[GitHub] ChaiBapchya edited a comment on issue #9667: [Feature request] += operator for Symbol

2019-01-21 Thread GitBox
ChaiBapchya edited a comment on issue #9667: [Feature request] += operator for Symbol URL: https://github.com/apache/incubator-mxnet/issues/9667#issuecomment-456272036 @haoliyoupai09 Thanks for raising this issue. @MaAo Thanks for reinforcing it. Could you explain what use case do

[GitHub] ChaiBapchya commented on issue #9667: [Feature request] += operator for Symbol

2019-01-21 Thread GitBox
ChaiBapchya commented on issue #9667: [Feature request] += operator for Symbol URL: https://github.com/apache/incubator-mxnet/issues/9667#issuecomment-456272036 Thanks for raising this issue. Could you explain what use case do you need it for? What were you trying to achieve and using

[GitHub] piyushghai commented on issue #13943: mxnet read jpeg images give different values compared with other libs

2019-01-21 Thread GitBox
piyushghai commented on issue #13943: mxnet read jpeg images give different values compared with other libs URL: https://github.com/apache/incubator-mxnet/issues/13943#issuecomment-456292993 @2void Thanks for raising this issue. I'm labelling it so that other community members cab help

[GitHub] piyushghai commented on issue #13944: how to Compute the eigenvalues and eigenvectors of ndarray/hidden layer?

2019-01-21 Thread GitBox
piyushghai commented on issue #13944: how to Compute the eigenvalues and eigenvectors of ndarray/hidden layer? URL: https://github.com/apache/incubator-mxnet/issues/13944#issuecomment-456293143 @weihua04 Thanks for posting this. This seems like a question to me and this can get more

[GitHub] FCInter opened a new issue #13953: Perhaps a bug in mx.symbol.UpSampling

2019-01-21 Thread GitBox
FCInter opened a new issue #13953: Perhaps a bug in mx.symbol.UpSampling URL: https://github.com/apache/incubator-mxnet/issues/13953 ## Description I use `mx.symbol.UpSampling`. It reports error if I set `sample_type` to `nearest`. It works well if I set `sample_type` to `bilinear`.

[GitHub] mxnet-label-bot commented on issue #13953: Perhaps a bug in mx.symbol.UpSampling

2019-01-21 Thread GitBox
mxnet-label-bot commented on issue #13953: Perhaps a bug in mx.symbol.UpSampling URL: https://github.com/apache/incubator-mxnet/issues/13953#issuecomment-456289158 Hey, this is the MXNet Label Bot. Thank you for submitting the issue! I will try and suggest some labels so that the

[GitHub] piyushghai commented on issue #13948: Cannot find mxnet-cpp/op.h (duplicate)

2019-01-21 Thread GitBox
piyushghai commented on issue #13948: Cannot find mxnet-cpp/op.h (duplicate) URL: https://github.com/apache/incubator-mxnet/issues/13948#issuecomment-456293725 @mxnet-label-bot Add [C++, Build] This is an automated message

[GitHub] piyushghai commented on issue #13945: dataloader crashes with threads and slow downs with processes

2019-01-21 Thread GitBox
piyushghai commented on issue #13945: dataloader crashes with threads and slow downs with processes URL: https://github.com/apache/incubator-mxnet/issues/13945#issuecomment-456293511 @mfiore Thanks for raising this. I'm labelling it so that other community members can help resolve this.

[GitHub] ChaiBapchya removed a comment on issue #13933: [WIP] Remove redundant shared_ptr for exception_ptr

2019-01-21 Thread GitBox
ChaiBapchya removed a comment on issue #13933: [WIP] Remove redundant shared_ptr for exception_ptr URL: https://github.com/apache/incubator-mxnet/pull/13933#issuecomment-456271395 Thanks for your contribution. Looks like CI is failing. LGTM otherwise!

[GitHub] ChaiBapchya commented on issue #13933: [WIP] Remove redundant shared_ptr for exception_ptr

2019-01-21 Thread GitBox
ChaiBapchya commented on issue #13933: [WIP] Remove redundant shared_ptr for exception_ptr URL: https://github.com/apache/incubator-mxnet/pull/13933#issuecomment-456271395 Thanks for your contribution. Looks like CI is failing. LGTM otherwise!

[GitHub] rajeshii opened a new pull request #13952: Fix MXNet R package build

2019-01-21 Thread GitBox
rajeshii opened a new pull request #13952: Fix MXNet R package build URL: https://github.com/apache/incubator-mxnet/pull/13952 ## Description ## As mentioned in #13859 & #13936 , below error will occur when building R-Package on my ubuntu: ``` make[1]: Leaving directory

[GitHub] iblis17 opened a new issue #13954: Julia v1.1 support

2019-01-21 Thread GitBox
iblis17 opened a new issue #13954: Julia v1.1 support URL: https://github.com/apache/incubator-mxnet/issues/13954 Julia v1.1 just release about 3hr ago. https://github.com/JuliaLang/julia/releases/tag/v1.1.0 This is

[GitHub] mxnet-label-bot commented on issue #13954: Julia v1.1 support

2019-01-21 Thread GitBox
mxnet-label-bot commented on issue #13954: Julia v1.1 support URL: https://github.com/apache/incubator-mxnet/issues/13954#issuecomment-456294696 Hey, this is the MXNet Label Bot. Thank you for submitting the issue! I will try and suggest some labels so that the appropriate MXNet

[GitHub] apeforest commented on issue #13951: Gluon RNN memory leaks with extra variables

2019-01-21 Thread GitBox
apeforest commented on issue #13951: Gluon RNN memory leaks with extra variables URL: https://github.com/apache/incubator-mxnet/issues/13951#issuecomment-456304058 @mxnet-label-bot add [backend, cuda] This is an automated

[GitHub] apeforest commented on issue #13951: Gluon RNN memory leaks with extra variables

2019-01-21 Thread GitBox
apeforest commented on issue #13951: Gluon RNN memory leaks with extra variables URL: https://github.com/apache/incubator-mxnet/issues/13951#issuecomment-456304264 @yifeim I am looking into this issue. This is an automated