[GitHub] arcadiaphy opened a new pull request #14176: uncomment memory pool free

2019-02-15 Thread GitBox
arcadiaphy opened a new pull request #14176: uncomment memory pool free URL: https://github.com/apache/incubator-mxnet/pull/14176 ## Description ## When detecting memory leaks on c++ inference code using ASAN, I have found that almost all of the leaks in ASAN reports come from

[GitHub] lebeg commented on issue #13574: Replaced rand_r with std:: random generation

2019-02-15 Thread GitBox
lebeg commented on issue #13574: Replaced rand_r with std:: random generation URL: https://github.com/apache/incubator-mxnet/pull/13574#issuecomment-463961706 Thank you @yzhliu for your input! Now it's indeed much clearer to me. I will take a look at the RandGenerator implementation and

[GitHub] sleepwalker2017 opened a new issue #14175: problem with protoc - 3.5

2019-02-15 Thread GitBox
sleepwalker2017 opened a new issue #14175: problem with protoc - 3.5 URL: https://github.com/apache/incubator-mxnet/issues/14175 I downloaded the latest mxnet source code,and I noticed that it will download protoc-2.5 during compiling. But I must use protoc-3.5 on my pc, so it just

[GitHub] mxnet-label-bot commented on issue #14177: Insufficient documentation for .hybridize()

2019-02-15 Thread GitBox
mxnet-label-bot commented on issue #14177: Insufficient documentation for .hybridize() URL: https://github.com/apache/incubator-mxnet/issues/14177#issuecomment-463954135 Hey, this is the MXNet Label Bot. Thank you for submitting the issue! I will try and suggest some labels so that

[GitHub] TobiasSkovgaardJepsen opened a new issue #14177: Insufficient documentation for .hybridize()

2019-02-15 Thread GitBox
TobiasSkovgaardJepsen opened a new issue #14177: Insufficient documentation for .hybridize() URL: https://github.com/apache/incubator-mxnet/issues/14177 Hi I have been trying to optimize my models with hybridize and accidentally misspelled an argument to the method. I got the quite

[GitHub] TaoLv commented on issue #14141: [v1.4.x] Update MKL-DNN to fix the OSX build issue

2019-02-15 Thread GitBox
TaoLv commented on issue #14141: [v1.4.x] Update MKL-DNN to fix the OSX build issue URL: https://github.com/apache/incubator-mxnet/pull/14141#issuecomment-463946593 MKL-DNN 0.18 is coming soon: https://github.com/intel/mkl-dnn/releases/tag/v0.18-rc. We plan to update master directly to

[GitHub] RuRo commented on issue #13001: Feature request: numpy.cumsum

2019-02-15 Thread GitBox
RuRo commented on issue #13001: Feature request: numpy.cumsum URL: https://github.com/apache/incubator-mxnet/issues/13001#issuecomment-463984482 It would be great to compute the CDF from the histogram. This is an automated

[GitHub] kohr-h commented on issue #13571: Add pixelshuffle layers

2019-02-15 Thread GitBox
kohr-h commented on issue #13571: Add pixelshuffle layers URL: https://github.com/apache/incubator-mxnet/pull/13571#issuecomment-463985058 :+1: This is an automated message from the Apache Git Service. To respond to the

[GitHub] NRauschmayr closed issue #14091: BatchNorm error when use_global_stats=True

2019-02-15 Thread GitBox
NRauschmayr closed issue #14091: BatchNorm error when use_global_stats=True URL: https://github.com/apache/incubator-mxnet/issues/14091 This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] NRauschmayr commented on issue #14091: BatchNorm error when use_global_stats=True

2019-02-15 Thread GitBox
NRauschmayr commented on issue #14091: BatchNorm error when use_global_stats=True URL: https://github.com/apache/incubator-mxnet/issues/14091#issuecomment-464114476 Ok thanks for the information. I will close the issue.

[GitHub] NRauschmayr opened a new pull request #14179: Fix READMEs for examples

2019-02-15 Thread GitBox
NRauschmayr opened a new pull request #14179: Fix READMEs for examples URL: https://github.com/apache/incubator-mxnet/pull/14179 ## Description ## Some examples did not have READMEs or they were in the wrong folder. The README for CGAN-R example was taken from here

[GitHub] ptrendx commented on a change in pull request #14173: [WIP] MXNet AMP (automatic mixed precision)

2019-02-15 Thread GitBox
ptrendx commented on a change in pull request #14173: [WIP] MXNet AMP (automatic mixed precision) URL: https://github.com/apache/incubator-mxnet/pull/14173#discussion_r257321904 ## File path: .gitmodules ## @@ -25,7 +25,7 @@ url = https://github.com/dmlc/cub

[GitHub] sbodenstein commented on issue #14124: SequenceMask is slow on GPU for BERT

2019-02-15 Thread GitBox
sbodenstein commented on issue #14124: SequenceMask is slow on GPU for BERT URL: https://github.com/apache/incubator-mxnet/issues/14124#issuecomment-463993614 @eric-haibin-lin: that is a great catch, this should definitely be fast enough to throttle BERT. I won't have time in the

[GitHub] larroy commented on issue #13584: Flaky Test test_random.test_poisson_generator failed CI

2019-02-15 Thread GitBox
larroy commented on issue #13584: Flaky Test test_random.test_poisson_generator failed CI URL: https://github.com/apache/incubator-mxnet/issues/13584#issuecomment-464074181 Is this the same problem?

[GitHub] yuyijie1995 commented on issue #13996: Make error

2019-02-15 Thread GitBox
yuyijie1995 commented on issue #13996: Make error URL: https://github.com/apache/incubator-mxnet/issues/13996#issuecomment-464050960 I already solved it thanks a lot! | | 俞依杰 | | 邮箱:13588280...@163.com | 签名由 网易邮箱大师 定制 On 02/15/2019 02:40,

[GitHub] marcoabreu commented on issue #14176: uncomment memory pool free

2019-02-15 Thread GitBox
marcoabreu commented on issue #14176: uncomment memory pool free URL: https://github.com/apache/incubator-mxnet/pull/14176#issuecomment-464014119 Hi, thanks a lot for your input. We already have an ASAN setup ready in CI, but it is set as non blocking:

[GitHub] marcoabreu commented on issue #14176: uncomment memory pool free

2019-02-15 Thread GitBox
marcoabreu commented on issue #14176: uncomment memory pool free URL: https://github.com/apache/incubator-mxnet/pull/14176#issuecomment-464014183 @KellenSunderland fyi This is an automated message from the Apache Git Service.

[GitHub] kwanking commented on issue #14159: how to infer using fp16 for c++ api

2019-02-15 Thread GitBox
kwanking commented on issue #14159: how to infer using fp16 for c++ api URL: https://github.com/apache/incubator-mxnet/issues/14159#issuecomment-464039905 have you solved it? > @lanking520 I use python to train a mxnet model (such as resnet-50 ) with `--dtype=float16`,but I want to

[GitHub] perdasilva opened a new pull request #14178: [WIP] Testing the commit status setter

2019-02-15 Thread GitBox
perdasilva opened a new pull request #14178: [WIP] Testing the commit status setter URL: https://github.com/apache/incubator-mxnet/pull/14178 ## Description ## (Brief description on what this PR is about) ## Checklist ## ### Essentials ### Please feel free to remove

[GitHub] jasperDD commented on issue #14164: How can i create .rec file for R

2019-02-15 Thread GitBox
jasperDD commented on issue #14164: How can i create .rec file for R URL: https://github.com/apache/incubator-mxnet/issues/14164#issuecomment-464031816 in R there is im2rec function, but my train.lst contains 06 6 4 3

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

2019-02-15 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 9e36218 Bump the publish

[GitHub] DickJC123 commented on a change in pull request #13749: Add NHWC layout support to Pooling (cpu, gpu cuda, gpu cuDNN)

2019-02-15 Thread GitBox
DickJC123 commented on a change in pull request #13749: Add NHWC layout support to Pooling (cpu, gpu cuda, gpu cuDNN) URL: https://github.com/apache/incubator-mxnet/pull/13749#discussion_r257332877 ## File path: src/operator/nn/cudnn/cudnn_pooling-inl.h ## @@ -81,7 +81,8

[GitHub] szha commented on issue #14141: [v1.4.x] Update MKL-DNN to fix the OSX build issue

2019-02-15 Thread GitBox
szha commented on issue #14141: [v1.4.x] Update MKL-DNN to fix the OSX build issue URL: https://github.com/apache/incubator-mxnet/pull/14141#issuecomment-464150221 @TaoLv master pip build for mac mkl is still failing, so I'd recommend patching master too, ASAP.

[GitHub] ankkhedia commented on issue #14078: [MXNET-14075] repair example, enable fault tolerant build of R reference manual

2019-02-15 Thread GitBox
ankkhedia commented on issue #14078: [MXNET-14075] repair example, enable fault tolerant build of R reference manual URL: https://github.com/apache/incubator-mxnet/pull/14078#issuecomment-464151203 @hetong007 @marcoabreu Could you please help review the PR?

[GitHub] apeforest commented on issue #14161: Disable flaky test test_operator_gpu.test_multinomial_generator

2019-02-15 Thread GitBox
apeforest commented on issue #14161: Disable flaky test test_operator_gpu.test_multinomial_generator URL: https://github.com/apache/incubator-mxnet/pull/14161#issuecomment-464153447 When disabling the flaky test, it would be great if you could also provide the last successful run (the end

[GitHub] ankkhedia commented on issue #14053: in-place reshape ops

2019-02-15 Thread GitBox
ankkhedia commented on issue #14053: in-place reshape ops URL: https://github.com/apache/incubator-mxnet/pull/14053#issuecomment-464155668 @reminisce Could you please help review the PR? This is an automated message from the

[incubator-mxnet] branch master updated: add preprocessed data and pretrained model info; minor format/spelling fixes (#14170)

2019-02-15 Thread thomasdelteil
This is an automated email from the ASF dual-hosted git repository. thomasdelteil 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 e2c69f3 add preprocessed data

[incubator-mxnet] branch master updated: support dot(vector, vector) for fp16 inputs on GPU (#14102)

2019-02-15 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 549ecde support dot(vector, vector)

[GitHub] piyushghai commented on issue #14141: [v1.4.x] Update MKL-DNN to fix the OSX build issue

2019-02-15 Thread GitBox
piyushghai commented on issue #14141: [v1.4.x] Update MKL-DNN to fix the OSX build issue URL: https://github.com/apache/incubator-mxnet/pull/14141#issuecomment-464189583 @TaoLv The OSX build from source is not working still. It's broken. I tried a simple command : ``` make -j4 ```

[GitHub] DickJC123 commented on a change in pull request #13749: Add NHWC layout support to Pooling (cpu, gpu cuda, gpu cuDNN)

2019-02-15 Thread GitBox
DickJC123 commented on a change in pull request #13749: Add NHWC layout support to Pooling (cpu, gpu cuda, gpu cuDNN) URL: https://github.com/apache/incubator-mxnet/pull/13749#discussion_r257332618 ## File path: src/operator/nn/cudnn/cudnn_pooling-inl.h ## @@ -167,102

[GitHub] KellenSunderland edited a comment on issue #14176: uncomment memory pool free

2019-02-15 Thread GitBox
KellenSunderland edited a comment on issue #14176: uncomment memory pool free URL: https://github.com/apache/incubator-mxnet/pull/14176#issuecomment-464154324 Yep, agree with the assessment here. If we can ensure properly shutdown we can re-enable these frees and fix these ASAN reports.

[GitHub] KellenSunderland edited a comment on issue #14176: uncomment memory pool free

2019-02-15 Thread GitBox
KellenSunderland edited a comment on issue #14176: uncomment memory pool free URL: https://github.com/apache/incubator-mxnet/pull/14176#issuecomment-464154324 Yep, agree with the assessment here. If we can ensure properly shutdown we can re-enable these frees and fix these ASAN reports.

[GitHub] ankkhedia commented on issue #14053: in-place reshape ops

2019-02-15 Thread GitBox
ankkhedia commented on issue #14053: in-place reshape ops URL: https://github.com/apache/incubator-mxnet/pull/14053#issuecomment-464166671 @mxnet-label-bot add [pr-work-in-progress] This is an automated message from the

[GitHub] ankkhedia commented on a change in pull request #14170: add preprocessed data and pretrained model info

2019-02-15 Thread GitBox
ankkhedia commented on a change in pull request #14170: add preprocessed data and pretrained model info URL: https://github.com/apache/incubator-mxnet/pull/14170#discussion_r257362887 ## File path: example/gluon/lipnet/README.md ## @@ -21,14 +21,16 @@ --- -Gluon

[GitHub] ThomasDelteil merged pull request #14170: add preprocessed data and pretrained model info

2019-02-15 Thread GitBox
ThomasDelteil merged pull request #14170: add preprocessed data and pretrained model info URL: https://github.com/apache/incubator-mxnet/pull/14170 This is an automated message from the Apache Git Service. To respond to the

[GitHub] hetong007 merged pull request #14068: R-Package Makefile

2019-02-15 Thread GitBox
hetong007 merged pull request #14068: R-Package Makefile URL: https://github.com/apache/incubator-mxnet/pull/14068 This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and

[incubator-mxnet] branch master updated: R-Package Makefile (#14068)

2019-02-15 Thread the
This is an automated email from the ASF dual-hosted git repository. the 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 3d0ffd2 R-Package Makefile (#14068)

[GitHub] apeforest removed a comment on issue #14161: Disable flaky test test_operator_gpu.test_multinomial_generator

2019-02-15 Thread GitBox
apeforest removed a comment on issue #14161: Disable flaky test test_operator_gpu.test_multinomial_generator URL: https://github.com/apache/incubator-mxnet/pull/14161#issuecomment-464153447 When disabling the flaky test, it would be great if you could also provide the last successful run

[GitHub] eric-haibin-lin commented on a change in pull request #14082: Fix nd.pick large array issue

2019-02-15 Thread GitBox
eric-haibin-lin commented on a change in pull request #14082: Fix nd.pick large array issue URL: https://github.com/apache/incubator-mxnet/pull/14082#discussion_r257346109 ## File path: tests/nightly/test_large_array.py ## @@ -145,6 +145,11 @@ def test_where(): res =

[GitHub] KellenSunderland commented on issue #14176: uncomment memory pool free

2019-02-15 Thread GitBox
KellenSunderland commented on issue #14176: uncomment memory pool free URL: https://github.com/apache/incubator-mxnet/pull/14176#issuecomment-464154324 Yep, agree with the assessment here. If we can ensure properly shutdown we can re-enable these frees and remove these ASAN reports. I

[GitHub] yuxihu commented on issue #14158: [Flaky Test] Master Python2: MKLDNN-GPU test_operator_gpu.test_multinomial_generator

2019-02-15 Thread GitBox
yuxihu commented on issue #14158: [Flaky Test] Master Python2: MKLDNN-GPU test_operator_gpu.test_multinomial_generator URL: https://github.com/apache/incubator-mxnet/issues/14158#issuecomment-464158455 The test I added (test_dataloader_context) in #14136 was not part of GPU CI. I do not

[GitHub] ankkhedia commented on issue #14176: uncomment memory pool free

2019-02-15 Thread GitBox
ankkhedia commented on issue #14176: uncomment memory pool free URL: https://github.com/apache/incubator-mxnet/pull/14176#issuecomment-464160871 @leleamol Ping for review! This is an automated message from the Apache Git

[GitHub] perdasilva closed pull request #14178: [WIP] Testing the commit status setter

2019-02-15 Thread GitBox
perdasilva closed pull request #14178: [WIP] Testing the commit status setter URL: https://github.com/apache/incubator-mxnet/pull/14178 This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] ankkhedia commented on a change in pull request #14179: Fix READMEs for examples

2019-02-15 Thread GitBox
ankkhedia commented on a change in pull request #14179: Fix READMEs for examples URL: https://github.com/apache/incubator-mxnet/pull/14179#discussion_r257361952 ## File path: example/gluon/audio/README.md ## @@ -0,0 +1,100 @@ +# Urban Sounds Classification in MXNet Gluon +

[GitHub] ankkhedia commented on issue #14068: R-Package Makefile

2019-02-15 Thread GitBox
ankkhedia commented on issue #14068: R-Package Makefile URL: https://github.com/apache/incubator-mxnet/pull/14068#issuecomment-464172784 @hetong007 @marcoabreu Could you please help review? This is an automated message from

[GitHub] ankkhedia commented on issue #13966: upload example code for snail with gluon

2019-02-15 Thread GitBox
ankkhedia commented on issue #13966: upload example code for snail with gluon URL: https://github.com/apache/incubator-mxnet/pull/13966#issuecomment-464172985 @ThomasDelteil ping for review! This is an automated message from

[GitHub] szha merged pull request #14102: support dot(vector, vector) for fp16 inputs on GPU

2019-02-15 Thread GitBox
szha merged pull request #14102: support dot(vector, vector) for fp16 inputs on GPU URL: https://github.com/apache/incubator-mxnet/pull/14102 This is an automated message from the Apache Git Service. To respond to the

[GitHub] eric-haibin-lin commented on issue #14179: Fix READMEs for examples

2019-02-15 Thread GitBox
eric-haibin-lin commented on issue #14179: Fix READMEs for examples URL: https://github.com/apache/incubator-mxnet/pull/14179#issuecomment-464146311 sparse changes looks good to me This is an automated message from the Apache

[GitHub] ankkhedia commented on a change in pull request #14078: [MXNET-14075] repair example, enable fault tolerant build of R reference manual

2019-02-15 Thread GitBox
ankkhedia commented on a change in pull request #14078: [MXNET-14075] repair example, enable fault tolerant build of R reference manual URL: https://github.com/apache/incubator-mxnet/pull/14078#discussion_r257342072 ## File path: Makefile ## @@ -619,8 +620,19 @@ rpkg:

[GitHub] ThomasDelteil commented on a change in pull request #14179: Fix READMEs for examples

2019-02-15 Thread GitBox
ThomasDelteil commented on a change in pull request #14179: Fix READMEs for examples URL: https://github.com/apache/incubator-mxnet/pull/14179#discussion_r257342263 ## File path: example/gluon/mnist/README.md ## @@ -0,0 +1,37 @@ +# MNIST classification example + +This

[GitHub] ThomasDelteil commented on a change in pull request #14179: Fix READMEs for examples

2019-02-15 Thread GitBox
ThomasDelteil commented on a change in pull request #14179: Fix READMEs for examples URL: https://github.com/apache/incubator-mxnet/pull/14179#discussion_r257342466 ## File path: example/gluon/super_resolution/README.md ## @@ -0,0 +1,28 @@ +# Superresolution + +This

[GitHub] ThomasDelteil commented on a change in pull request #14179: Fix READMEs for examples

2019-02-15 Thread GitBox
ThomasDelteil commented on a change in pull request #14179: Fix READMEs for examples URL: https://github.com/apache/incubator-mxnet/pull/14179#discussion_r257340675 ## File path: example/gluon/actor_critic/README.md ## @@ -0,0 +1,43 @@ +# Actor Critic Model + +This

[GitHub] ThomasDelteil commented on a change in pull request #14179: Fix READMEs for examples

2019-02-15 Thread GitBox
ThomasDelteil commented on a change in pull request #14179: Fix READMEs for examples URL: https://github.com/apache/incubator-mxnet/pull/14179#discussion_r257341150 ## File path: example/gluon/audio/README.md ## @@ -0,0 +1,100 @@ +# Urban Sounds Classification in MXNet

[GitHub] yuxihu edited a comment on issue #14158: [Flaky Test] Master Python2: MKLDNN-GPU test_operator_gpu.test_multinomial_generator

2019-02-15 Thread GitBox
yuxihu edited a comment on issue #14158: [Flaky Test] Master Python2: MKLDNN-GPU test_operator_gpu.test_multinomial_generator URL: https://github.com/apache/incubator-mxnet/issues/14158#issuecomment-464158455 The test I added (test_dataloader_context) in #14136 is not part of GPU CI. I

[GitHub] ankkhedia commented on issue #14176: uncomment memory pool free

2019-02-15 Thread GitBox
ankkhedia commented on issue #14176: uncomment memory pool free URL: https://github.com/apache/incubator-mxnet/pull/14176#issuecomment-464159789 @arcadiaphy Thanks for the contribution! @mxnet-label-bot add [pr-awaiting-review, C API]

[GitHub] szha commented on issue #14053: in-place reshape ops

2019-02-15 Thread GitBox
szha commented on issue #14053: in-place reshape ops URL: https://github.com/apache/incubator-mxnet/pull/14053#issuecomment-464166096 I haven't finished this PR yet as I haven't got around to add the in-place option. This is

[GitHub] IvyBazan commented on issue #14172: update raspberry pi install instructions

2019-02-15 Thread GitBox
IvyBazan commented on issue #14172: update raspberry pi install instructions URL: https://github.com/apache/incubator-mxnet/pull/14172#issuecomment-464177352 LGTM This is an automated message from the Apache Git Service. To

svn commit: r32521 - /dev/incubator/mxnet/KEYS

2019-02-15 Thread lanking
Author: lanking Date: Fri Feb 15 20:00:06 2019 New Revision: 32521 Log: update keys file for Qing Lan Modified: dev/incubator/mxnet/KEYS Modified: dev/incubator/mxnet/KEYS == --- dev/incubator/mxnet/KEYS (original)

[GitHub] ddavydenko commented on issue #12126: [Feature Request] Utility API for querying GPU memory

2019-02-15 Thread GitBox
ddavydenko commented on issue #12126: [Feature Request] Utility API for querying GPU memory URL: https://github.com/apache/incubator-mxnet/issues/12126#issuecomment-464145206 I would also suggest to extend the C implementation to support wider GPU info. More precisely I suggest to add

[GitHub] apeforest commented on issue #14146: Disables flaky test test_operator_gpu.test_deconvolution

2019-02-15 Thread GitBox
apeforest commented on issue #14146: Disables flaky test test_operator_gpu.test_deconvolution URL: https://github.com/apache/incubator-mxnet/pull/14146#issuecomment-464151106 Have you run the tests with master branch? This

[GitHub] ThomasDelteil commented on a change in pull request #14179: Fix READMEs for examples

2019-02-15 Thread GitBox
ThomasDelteil commented on a change in pull request #14179: Fix READMEs for examples URL: https://github.com/apache/incubator-mxnet/pull/14179#discussion_r257340239 ## File path: example/gan/CGAN_mnist_R/README.md ## @@ -0,0 +1,151 @@ +# Conditional Generative Adversarial

[GitHub] ThomasDelteil commented on a change in pull request #14179: Fix READMEs for examples

2019-02-15 Thread GitBox
ThomasDelteil commented on a change in pull request #14179: Fix READMEs for examples URL: https://github.com/apache/incubator-mxnet/pull/14179#discussion_r257341865 ## File path: example/gluon/mnist/README.md ## @@ -0,0 +1,37 @@ +# MNIST classification example + +This

[GitHub] ThomasDelteil commented on a change in pull request #14179: Fix READMEs for examples

2019-02-15 Thread GitBox
ThomasDelteil commented on a change in pull request #14179: Fix READMEs for examples URL: https://github.com/apache/incubator-mxnet/pull/14179#discussion_r257343500 ## File path: example/sparse/README.md ## @@ -0,0 +1,7 @@ +# Examples using Sparse Symbol API +This folder

[GitHub] ThomasDelteil commented on a change in pull request #14179: Fix READMEs for examples

2019-02-15 Thread GitBox
ThomasDelteil commented on a change in pull request #14179: Fix READMEs for examples URL: https://github.com/apache/incubator-mxnet/pull/14179#discussion_r257341549 ## File path: example/gluon/lstm_crf/README.md ## @@ -0,0 +1,19 @@ +# BiLSTM CRF model +This example

[GitHub] ThomasDelteil commented on a change in pull request #14179: Fix READMEs for examples

2019-02-15 Thread GitBox
ThomasDelteil commented on a change in pull request #14179: Fix READMEs for examples URL: https://github.com/apache/incubator-mxnet/pull/14179#discussion_r257340414 ## File path: example/gan/CGAN_mnist_R/README.md ## @@ -0,0 +1,151 @@ +# Conditional Generative Adversarial

[GitHub] apeforest commented on issue #14158: [Flaky Test] Master Python2: MKLDNN-GPU test_operator_gpu.test_multinomial_generator

2019-02-15 Thread GitBox
apeforest commented on issue #14158: [Flaky Test] Master Python2: MKLDNN-GPU test_operator_gpu.test_multinomial_generator URL: https://github.com/apache/incubator-mxnet/issues/14158#issuecomment-464155363 Based on the master branch CI log, the test started to become flaky after

[GitHub] ankkhedia commented on issue #14102: support dot(vector, vector) for fp16 inputs on GPU

2019-02-15 Thread GitBox
ankkhedia commented on issue #14102: support dot(vector, vector) for fp16 inputs on GPU URL: https://github.com/apache/incubator-mxnet/pull/14102#issuecomment-464154502 @szha @ptrendx @DickJC123 Could you please help review the PR?

[GitHub] ankkhedia commented on issue #14170: add preprocessed data and pretrained model info

2019-02-15 Thread GitBox
ankkhedia commented on issue #14170: add preprocessed data and pretrained model info URL: https://github.com/apache/incubator-mxnet/pull/14170#issuecomment-464162527 @aaronmarkham Thanks for the contribution! @mxnet-label-bot add [pr-awaiting-review, Example] @ThomasDelteil

[GitHub] ankkhedia commented on issue #14169: [MXNET-1305] Scala interpreter instructions

2019-02-15 Thread GitBox
ankkhedia commented on issue #14169: [MXNET-1305] Scala interpreter instructions URL: https://github.com/apache/incubator-mxnet/pull/14169#issuecomment-464163054 @zachgk Thanks for the cotribution! @mxnet-label-bot add [pr-awaiting-review, Scala] @lanking520 @piyushghai

[GitHub] ankkhedia commented on issue #14053: in-place reshape ops

2019-02-15 Thread GitBox
ankkhedia commented on issue #14053: in-place reshape ops URL: https://github.com/apache/incubator-mxnet/pull/14053#issuecomment-464166842 @mxnet-label-bot remove [pr-awaiting-review] This is an automated message from the

[GitHub] zachgk commented on a change in pull request #14169: [MXNET-1305] Scala interpreter instructions

2019-02-15 Thread GitBox
zachgk commented on a change in pull request #14169: [MXNET-1305] Scala interpreter instructions URL: https://github.com/apache/incubator-mxnet/pull/14169#discussion_r257360367 ## File path: docs/install/scala_setup.md ## @@ -116,6 +117,33 @@ mvn install +##

[GitHub] leleamol commented on issue #13996: Make error

2019-02-15 Thread GitBox
leleamol commented on issue #13996: Make error URL: https://github.com/apache/incubator-mxnet/issues/13996#issuecomment-464176379 @yuyijie1995 Thanks for the update. If the issue is solved, I would recommend closing this issue.

[GitHub] lanking520 opened a new pull request #14180: add Qing's Key to master

2019-02-15 Thread GitBox
lanking520 opened a new pull request #14180: add Qing's Key to master URL: https://github.com/apache/incubator-mxnet/pull/14180 ## Description ## Add Qing Lan's key to master for release process ## Checklist ## ### Essentials ### Please feel free to remove inapplicable items

[GitHub] leleamol commented on issue #14159: how to infer using fp16 for c++ api

2019-02-15 Thread GitBox
leleamol commented on issue #14159: how to infer using fp16 for c++ api URL: https://github.com/apache/incubator-mxnet/issues/14159#issuecomment-464180802 @IvyGongoogle Currently cpp-package APIs doesn't support fp16 datatype. We can mark this question as feature request.

[GitHub] leleamol commented on issue #14152: data layer grad problem

2019-02-15 Thread GitBox
leleamol commented on issue #14152: data layer grad problem URL: https://github.com/apache/incubator-mxnet/issues/14152#issuecomment-464181528 @songziqin Can you please provide a mimim reproducible example? It isn't clear what are the expectations. @mxnet-label-bot add

[GitHub] sbodenstein edited a comment on issue #14124: SequenceMask is slow on GPU for BERT

2019-02-15 Thread GitBox
sbodenstein edited a comment on issue #14124: SequenceMask is slow on GPU for BERT URL: https://github.com/apache/incubator-mxnet/issues/14124#issuecomment-463993614 @eric-haibin-lin: that is a great catch, this should definitely be fast enough to throttle BERT. I won't have time

[GitHub] Ishitori commented on issue #14110: how to get picture for capture recognition task

2019-02-15 Thread GitBox
Ishitori commented on issue #14110: how to get picture for capture recognition task URL: https://github.com/apache/incubator-mxnet/issues/14110#issuecomment-464241496 `Rec` file is a file that contains pictures. It is a special RecordIO format which allows to store many small binary

[GitHub] vandanavk commented on a change in pull request #13735: update wavenet codes

2019-02-15 Thread GitBox
vandanavk commented on a change in pull request #13735: update wavenet codes URL: https://github.com/apache/incubator-mxnet/pull/13735#discussion_r257421984 ## File path: example/gluon/wavenet/main.py ## @@ -0,0 +1,60 @@ +""" +Descrition : main module to run code +""" +#

[GitHub] drivanov commented on issue #14154: Improving the run time of the tests which use assert_almost_equal OR check_numeric_gradient functions

2019-02-15 Thread GitBox
drivanov commented on issue #14154: Improving the run time of the tests which use assert_almost_equal OR check_numeric_gradient functions URL: https://github.com/apache/incubator-mxnet/pull/14154#issuecomment-464255784 I think that fixed previously found problems. The problem in

[GitHub] ThomasDelteil commented on issue #6418: Performance of deep speech is bad

2019-02-15 Thread GitBox
ThomasDelteil commented on issue #6418: Performance of deep speech is bad URL: https://github.com/apache/incubator-mxnet/issues/6418#issuecomment-464263603 @megaSpoon have a look at mxboard https://github.com/awslabs/mxboard

[GitHub] ThomasDelteil commented on issue #8861: The first GPU cost more memory than the others in version 0.12.1

2019-02-15 Thread GitBox
ThomasDelteil commented on issue #8861: The first GPU cost more memory than the others in version 0.12.1 URL: https://github.com/apache/incubator-mxnet/issues/8861#issuecomment-464264786 This bug with extra memory allocation on GPU 0 has been resolved now

[incubator-mxnet] tag 1.4.0.rc3 created (now a03d59e)

2019-02-15 Thread lanking
This is an automated email from the ASF dual-hosted git repository. lanking pushed a change to tag 1.4.0.rc3 in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git. at a03d59e (commit) No new revisions were added by this update.

[GitHub] ankkhedia commented on issue #14182: Update MKL-DNN to fix the OSX build issue on master

2019-02-15 Thread GitBox
ankkhedia commented on issue #14182: Update MKL-DNN to fix the OSX build issue on master URL: https://github.com/apache/incubator-mxnet/pull/14182#issuecomment-464268878 @TaoLv Thanks for your contribution! @mxnet-label-bot add [pr-awaiting-review, MKLDNN, build]

[GitHub] vandanavk commented on a change in pull request #14042: [MXNET-891] Support tuple of scales in upsample operator

2019-02-15 Thread GitBox
vandanavk commented on a change in pull request #14042: [MXNET-891] Support tuple of scales in upsample operator URL: https://github.com/apache/incubator-mxnet/pull/14042#discussion_r257419777 ## File path: src/operator/nn/upsampling-inl.h ## @@ -82,6 +84,57 @@ struct

[GitHub] Ishitori commented on issue #14164: How can i create .rec file for R

2019-02-15 Thread GitBox
Ishitori commented on issue #14164: How can i create .rec file for R URL: https://github.com/apache/incubator-mxnet/issues/14164#issuecomment-464239711 Unfortunately, im2rec doesn’t work from R. There is an open issue about that, but so far it hasn’t been done:

[GitHub] vandanavk commented on a change in pull request #13735: update wavenet codes

2019-02-15 Thread GitBox
vandanavk commented on a change in pull request #13735: update wavenet codes URL: https://github.com/apache/incubator-mxnet/pull/13735#discussion_r257421840 ## File path: example/gluon/wavenet/data_loader.py ## @@ -0,0 +1,61 @@ +""" +Description : Set Dataset module for

[GitHub] vandanavk commented on a change in pull request #13735: update wavenet codes

2019-02-15 Thread GitBox
vandanavk commented on a change in pull request #13735: update wavenet codes URL: https://github.com/apache/incubator-mxnet/pull/13735#discussion_r257421254 ## File path: example/gluon/wavenet/main.py ## @@ -0,0 +1,60 @@ +""" +Descrition : main module to run code +""" +#

[GitHub] vandanavk commented on a change in pull request #13735: update wavenet codes

2019-02-15 Thread GitBox
vandanavk commented on a change in pull request #13735: update wavenet codes URL: https://github.com/apache/incubator-mxnet/pull/13735#discussion_r257421943 ## File path: example/gluon/wavenet/models.py ## @@ -0,0 +1,119 @@ + +# Licensed to the Apache Software Foundation

[GitHub] vandanavk commented on a change in pull request #13735: update wavenet codes

2019-02-15 Thread GitBox
vandanavk commented on a change in pull request #13735: update wavenet codes URL: https://github.com/apache/incubator-mxnet/pull/13735#discussion_r257421402 ## File path: example/gluon/wavenet/models.py ## @@ -0,0 +1,119 @@ + +# Licensed to the Apache Software Foundation

[GitHub] andrewfayres opened a new issue #14181: Scala Infer ObjectDector crashes on models which don't return

2019-02-15 Thread GitBox
andrewfayres opened a new issue #14181: Scala Infer ObjectDector crashes on models which don't return URL: https://github.com/apache/incubator-mxnet/issues/14181 ## Description The Scala Infer API's ObjectDetector will crash when provided with a model which doesn't return coordinates

[GitHub] mxnet-label-bot commented on issue #14181: Scala Infer ObjectDector crashes on models which don't return

2019-02-15 Thread GitBox
mxnet-label-bot commented on issue #14181: Scala Infer ObjectDector crashes on models which don't return URL: https://github.com/apache/incubator-mxnet/issues/14181#issuecomment-464243381 Hey, this is the MXNet Label Bot. Thank you for submitting the issue! I will try and suggest

[GitHub] andrewfayres commented on issue #14181: Scala Infer ObjectDector crashes on models which don't return

2019-02-15 Thread GitBox
andrewfayres commented on issue #14181: Scala Infer ObjectDector crashes on models which don't return URL: https://github.com/apache/incubator-mxnet/issues/14181#issuecomment-464243736 @mxnet-label-bot add [Bug, Scala] This

[GitHub] Ishitori commented on issue #14089: Load dataset directly to vRAM

2019-02-15 Thread GitBox
Ishitori commented on issue #14089: Load dataset directly to vRAM URL: https://github.com/apache/incubator-mxnet/issues/14089#issuecomment-464247795 I don't think it is possible at the moment. The data always loaded first in RAM, and then you need to manually move it to the proper GPU

[GitHub] NRauschmayr commented on a change in pull request #14179: Fix READMEs for examples

2019-02-15 Thread GitBox
NRauschmayr commented on a change in pull request #14179: Fix READMEs for examples URL: https://github.com/apache/incubator-mxnet/pull/14179#discussion_r257432986 ## File path: example/gluon/audio/README.md ## @@ -0,0 +1,100 @@ +# Urban Sounds Classification in MXNet

[GitHub] ThomasDelteil closed issue #8861: The first GPU cost more memory than the others in version 0.12.1

2019-02-15 Thread GitBox
ThomasDelteil closed issue #8861: The first GPU cost more memory than the others in version 0.12.1 URL: https://github.com/apache/incubator-mxnet/issues/8861 This is an automated message from the Apache Git Service. To

[GitHub] TaoLv opened a new pull request #14182: Update MKL-DNN to fix the OSX build issue on master

2019-02-15 Thread GitBox
TaoLv opened a new pull request #14182: Update MKL-DNN to fix the OSX build issue on master URL: https://github.com/apache/incubator-mxnet/pull/14182 Cherry picked https://github.com/apache/incubator-mxnet/pull/14141 from v1.4.x to master. ## Description ## (Brief description on

[GitHub] TaoLv commented on issue #14182: Update MKL-DNN to fix the OSX build issue on master

2019-02-15 Thread GitBox
TaoLv commented on issue #14182: Update MKL-DNN to fix the OSX build issue on master URL: https://github.com/apache/incubator-mxnet/pull/14182#issuecomment-464266450 @szha @lanking520 @pengzhao-intel Picked #14141 from v1.4.x to master. MKL-DNN 0.18 update will be done via another PR

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

2019-02-15 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 1afe4a1 Bump the publish

[GitHub] foamliu commented on issue #10393: ImageRecordIOParser2 Assertion failed

2019-02-15 Thread GitBox
foamliu commented on issue #10393: ImageRecordIOParser2 Assertion failed URL: https://github.com/apache/incubator-mxnet/issues/10393#issuecomment-464237936 same issue. Gerkam, have you solved this? This is an automated

[GitHub] Ishitori commented on issue #14104: Error in mx.nd.internal.empty.array(shape, ctx) : [14:58:38] C:\Jenkins\workspace\mxnet\mxnet\src\storage\storage.cc:137: Compile with USE_CUDA=1 to enable

2019-02-15 Thread GitBox
Ishitori commented on issue #14104: Error in mx.nd.internal.empty.array(shape, ctx) :[14:58:38] C:\Jenkins\workspace\mxnet\mxnet\src\storage\storage.cc:137: Compile with USE_CUDA=1 to enable GPU usage in R URL: https://github.com/apache/incubator-mxnet/issues/14104#issuecomment-464241939

  1   2   >