[GitHub] DYG111 opened a new issue #10626: Could you help build windows pypi package mxnet-cu90 for version 1.0.0 and version 1.1.0?

2018-04-20 Thread GitBox
DYG111 opened a new issue #10626: Could you help build windows pypi package mxnet-cu90 for version 1.0.0 and version 1.1.0? URL: https://github.com/apache/incubator-mxnet/issues/10626 Hello, Could you help build windows pypi package with below dependencies: 1. cuda9.0 and cudnn7.0.5

[GitHub] KaiserSozo commented on issue #10532: NDArray failed to allocate CPU memory

2018-04-20 Thread GitBox
KaiserSozo commented on issue #10532: NDArray failed to allocate CPU memory URL: https://github.com/apache/incubator-mxnet/issues/10532#issuecomment-383046496 Also the topic starting problem still persists: File "SOM.py", line 429, in File "SOM.py", line 328, in

[GitHub] wkcn closed issue #10288: no negative check for reps in mx.nd.tile and mx.sym.tile

2018-04-20 Thread GitBox
wkcn closed issue #10288: no negative check for reps in mx.nd.tile and mx.sym.tile URL: https://github.com/apache/incubator-mxnet/issues/10288 This is an automated message from the Apache Git Service. To respond to the

[GitHub] wkcn commented on issue #9920: Asynchronous Issue on CustomOP and mxnet.image.ImageDetIter

2018-04-20 Thread GitBox
wkcn commented on issue #9920: Asynchronous Issue on CustomOP and mxnet.image.ImageDetIter URL: https://github.com/apache/incubator-mxnet/issues/9920#issuecomment-383041481 @IrvingShu It seems that the data types of source ndarray and target ndarray are different. Could you upload

[GitHub] mrRo8o7 closed issue #10379: When to use SyncCopyFromCPU and SyncCopyToCPU - C++

2018-04-20 Thread GitBox
mrRo8o7 closed issue #10379: When to use SyncCopyFromCPU and SyncCopyToCPU - C++ URL: https://github.com/apache/incubator-mxnet/issues/10379 This is an automated message from the Apache Git Service. To respond to the

[GitHub] FCInter opened a new issue #10625: ImageRecordIter loading small data reports out of memory

2018-04-20 Thread GitBox
FCInter opened a new issue #10625: ImageRecordIter loading small data reports out of memory URL: https://github.com/apache/incubator-mxnet/issues/10625 ## Description (Brief description of the problem in no more than 2 sentences.) mx.io.ImageRecordIter reports CUDA out of memory when

[GitHub] liangfu commented on issue #10595: Update mobilenetv2 symbol definition

2018-04-20 Thread GitBox
liangfu commented on issue #10595: Update mobilenetv2 symbol definition URL: https://github.com/apache/incubator-mxnet/pull/10595#issuecomment-382986585 add a link to pretrained model ? This is an automated message from the

[GitHub] tdomhan commented on issue #10354: Expose the number of GPUs.

2018-04-20 Thread GitBox
tdomhan commented on issue #10354: Expose the number of GPUs. URL: https://github.com/apache/incubator-mxnet/pull/10354#issuecomment-383013176 that is correct. I'm not sure why it happens or how it can be fixed. With the recent changes that is what will happen now that it will raise an

[GitHub] TaoLv commented on issue #10580: inference results unstable in mxnet_mkl-1.2.0b20180416

2018-04-20 Thread GitBox
TaoLv commented on issue #10580: inference results unstable in mxnet_mkl-1.2.0b20180416 URL: https://github.com/apache/incubator-mxnet/issues/10580#issuecomment-383007445 Please ignore that. @zheng-da has submitted the final fix in #10624 . You can try the nightly build after that PR is

[GitHub] chinakook commented on issue #10599: [MKLDNN Bug] MKLDNN eats lots of memory and then crash down.

2018-04-20 Thread GitBox
chinakook commented on issue #10599: [MKLDNN Bug] MKLDNN eats lots of memory and then crash down. URL: https://github.com/apache/incubator-mxnet/issues/10599#issuecomment-383005826 @lionel92 The model is a widely used Caffe-Resnet101 with some 1x1 convolutions added and with big input

[GitHub] dwSun commented on issue #10580: inference results unstable in mxnet_mkl-1.2.0b20180416

2018-04-20 Thread GitBox
dwSun commented on issue #10580: inference results unstable in mxnet_mkl-1.2.0b20180416 URL: https://github.com/apache/incubator-mxnet/issues/10580#issuecomment-383003163 @TaoLv can you provide a pre-compiled pip package? Thanks

[GitHub] zheng-da commented on issue #9835: Failed to export gluon model zoo vision model to symbol file

2018-04-20 Thread GitBox
zheng-da commented on issue #9835: Failed to export gluon model zoo vision model to symbol file URL: https://github.com/apache/incubator-mxnet/issues/9835#issuecomment-383001871 i just saw this message. @ashokei is working on this.

[GitHub] zheng-da commented on issue #9812: Unrepeatable test_gluon_model_zoo_gpu.py:test_training CI failures seen.

2018-04-20 Thread GitBox
zheng-da commented on issue #9812: Unrepeatable test_gluon_model_zoo_gpu.py:test_training CI failures seen. URL: https://github.com/apache/incubator-mxnet/issues/9812#issuecomment-383001501 This bug has been fixed by https://github.com/apache/incubator-mxnet/pull/9862 I think we can

[GitHub] zheng-da commented on issue #7652: Need a clear and thorough tutorial for writing custom operators in c++ with nnvm

2018-04-20 Thread GitBox
zheng-da commented on issue #7652: Need a clear and thorough tutorial for writing custom operators in c++ with nnvm URL: https://github.com/apache/incubator-mxnet/issues/7652#issuecomment-383000802 just saw the comment. I'll update the tutorial

[GitHub] IrvingShu commented on issue #9920: Asynchronous Issue on CustomOP and mxnet.image.ImageDetIter

2018-04-20 Thread GitBox
IrvingShu commented on issue #9920: Asynchronous Issue on CustomOP and mxnet.image.ImageDetIter URL: https://github.com/apache/incubator-mxnet/issues/9920#issuecomment-382997920 @wkcn thanks for sharing your ways. I added ctx = context.cpu(), however, the new problem happens:

[GitHub] lionel92 commented on issue #10599: [MKLDNN Bug] MKLDNN eats lots of memory and then crash down.

2018-04-20 Thread GitBox
lionel92 commented on issue #10599: [MKLDNN Bug] MKLDNN eats lots of memory and then crash down. URL: https://github.com/apache/incubator-mxnet/issues/10599#issuecomment-382997495 @zheng-da @pengzhao-intel I reproduced this case, and per the memory allocation profiling (via the

[GitHub] qxin commented on issue #9275: "bad" mAP score on COCO

2018-04-20 Thread GitBox
qxin commented on issue #9275: "bad" mAP score on COCO URL: https://github.com/apache/incubator-mxnet/issues/9275#issuecomment-382994431 @sandeep-krishnamurthy Thanks ~ (and sorry, for the inactivity) This is an automated

[GitHub] zheng-da commented on issue #10599: [MKLDNN Bug] MKLDNN eats lots of memory and then crash down.

2018-04-20 Thread GitBox
zheng-da commented on issue #10599: [MKLDNN Bug] MKLDNN eats lots of memory and then crash down. URL: https://github.com/apache/incubator-mxnet/issues/10599#issuecomment-382989367 The memory used by MKLDNN is also allocated by the MXNet memory allocator. MKLDNN NDArrays are reused in the

<    1   2