[GitHub] feevos commented on issue #11119: Feature request: please speed up asnumpy()

2018-05-31 Thread GitBox
feevos commented on issue #9: Feature request: please speed up asnumpy() URL: https://github.com/apache/incubator-mxnet/issues/9#issuecomment-393768901 Thank you @reminisce I will try what you suggested and get back here, but I have a question. How is it possible for the

[GitHub] anirudh2290 commented on issue #11118: Get physical cores

2018-05-31 Thread GitBox
anirudh2290 commented on issue #8: Get physical cores URL: https://github.com/apache/incubator-mxnet/pull/8#issuecomment-393768809 Do we need to include all these files ? Can we pull out the code required for `cpuinfo_initialize` and `cpuinfo_get_cores_count`.

[GitHub] reminisce commented on issue #11119: Feature request: please speed up asnumpy()

2018-05-31 Thread GitBox
reminisce commented on issue #9: Feature request: please speed up asnumpy() URL: https://github.com/apache/incubator-mxnet/issues/9#issuecomment-393767775 After looking through the script, I feel it's not the problem of `asnumpy()`. The mxnet operators are async functions in

[GitHub] feevos commented on issue #11119: Feature request: please speed up asnumpy()

2018-05-31 Thread GitBox
feevos commented on issue #9: Feature request: please speed up asnumpy() URL: https://github.com/apache/incubator-mxnet/issues/9#issuecomment-393761934 Hi @reminisce thank you very much for your reply. I couldn't wait for it to finish (after ~ 15min) I killed it and used

[GitHub] haojin2 commented on a change in pull request #11113: Support for dot(dns, csr) = dns and dot(dns, csr.T) = dns on CPU

2018-05-31 Thread GitBox
haojin2 commented on a change in pull request #3: Support for dot(dns, csr) = dns and dot(dns, csr.T) = dns on CPU URL: https://github.com/apache/incubator-mxnet/pull/3#discussion_r192299160 ## File path: src/operator/tensor/dot-inl.h ## @@ -1031,13 +1110,58 @@

[GitHub] reminisce commented on issue #11119: Feature request: speed up asnumpy()

2018-05-31 Thread GitBox
reminisce commented on issue #9: Feature request: speed up asnumpy() URL: https://github.com/apache/incubator-mxnet/issues/9#issuecomment-393759362 That doesn't sound like a problem of `asnumpy()` itself. More likely, something is wrong in the upstream. Are you saying it's never

[GitHub] haojin2 commented on a change in pull request #11113: Support for dot(dns, csr) = dns and dot(dns, csr.T) = dns on CPU

2018-05-31 Thread GitBox
haojin2 commented on a change in pull request #3: Support for dot(dns, csr) = dns and dot(dns, csr.T) = dns on CPU URL: https://github.com/apache/incubator-mxnet/pull/3#discussion_r192299129 ## File path: src/operator/tensor/dot-inl.h ## @@ -1031,13 +1110,58 @@

[GitHub] haojin2 commented on a change in pull request #11113: Support for dot(dns, csr) = dns and dot(dns, csr.T) = dns on CPU

2018-05-31 Thread GitBox
haojin2 commented on a change in pull request #3: Support for dot(dns, csr) = dns and dot(dns, csr.T) = dns on CPU URL: https://github.com/apache/incubator-mxnet/pull/3#discussion_r192299050 ## File path: src/operator/tensor/dot-inl.h ## @@ -1031,13 +1110,58 @@

[GitHub] feevos opened a new issue #11119: Feature request: speed up asnumpy()

2018-05-31 Thread GitBox
feevos opened a new issue #9: Feature request: speed up asnumpy() URL: https://github.com/apache/incubator-mxnet/issues/9 Dear all, I am trying to visualize some predictions from an NN run so I need to use ```asnumpy()``` to get ```imshow``` visualizations. For an

[GitHub] nswamy commented on issue #11074: Data copy between cpu and gpu in jetson Tx1

2018-05-31 Thread GitBox
nswamy commented on issue #11074: Data copy between cpu and gpu in jetson Tx1 URL: https://github.com/apache/incubator-mxnet/issues/11074#issuecomment-393758275 closing the issue, please ask on discuss This is an automated

[GitHub] haojin2 commented on a change in pull request #11113: Support for dot(dns, csr) = dns and dot(dns, csr.T) = dns on CPU

2018-05-31 Thread GitBox
haojin2 commented on a change in pull request #3: Support for dot(dns, csr) = dns and dot(dns, csr.T) = dns on CPU URL: https://github.com/apache/incubator-mxnet/pull/3#discussion_r192298486 ## File path: src/operator/tensor/dot-inl.h ## @@ -327,7 +331,8 @@ inline

[GitHub] nswamy closed issue #11074: Data copy between cpu and gpu in jetson Tx1

2018-05-31 Thread GitBox
nswamy closed issue #11074: Data copy between cpu and gpu in jetson Tx1 URL: https://github.com/apache/incubator-mxnet/issues/11074 This is an automated message from the Apache Git Service. To respond to the message, please

[GitHub] haojin2 commented on a change in pull request #11113: Support for dot(dns, csr) = dns and dot(dns, csr.T) = dns on CPU

2018-05-31 Thread GitBox
haojin2 commented on a change in pull request #3: Support for dot(dns, csr) = dns and dot(dns, csr.T) = dns on CPU URL: https://github.com/apache/incubator-mxnet/pull/3#discussion_r192298417 ## File path: src/operator/tensor/dot-inl.h ## @@ -264,11 +264,15 @@

[GitHub] lanking520 commented on issue #11009: [MXNET-434] update scala api to properly track reshaped size

2018-05-31 Thread GitBox
lanking520 commented on issue #11009: [MXNET-434] update scala api to properly track reshaped size URL: https://github.com/apache/incubator-mxnet/pull/11009#issuecomment-393757359 @nswamy Trigger again? This is an automated

[GitHub] lanking520 commented on issue #10866: Scala Module API not resizing properly when returning to original binded size

2018-05-31 Thread GitBox
lanking520 commented on issue #10866: Scala Module API not resizing properly when returning to original binded size URL: https://github.com/apache/incubator-mxnet/issues/10866#issuecomment-393757165 Sorry for the late reply, will start looking this today.

[GitHub] pengzhao-intel commented on issue #11113: Support for dot(dns, csr) = dns and dot(dns, csr.T) = dns on CPU

2018-05-31 Thread GitBox
pengzhao-intel commented on issue #3: Support for dot(dns, csr) = dns and dot(dns, csr.T) = dns on CPU URL: https://github.com/apache/incubator-mxnet/pull/3#issuecomment-393754650 @haojin2 @eric-haibin-lin for the review :)

[GitHub] pengzhao-intel commented on issue #11118: Get physical cores

2018-05-31 Thread GitBox
pengzhao-intel commented on issue #8: Get physical cores URL: https://github.com/apache/incubator-mxnet/pull/8#issuecomment-393754157 This is important for the performance #10836 This is an automated message from the

[GitHub] BiranLi commented on issue #10696: [MXNET-366]Extend MXNet Distributed Training by AllReduce

2018-05-31 Thread GitBox
BiranLi commented on issue #10696: [MXNET-366]Extend MXNet Distributed Training by AllReduce URL: https://github.com/apache/incubator-mxnet/pull/10696#issuecomment-393744628 @threeleafzerg Is upgrading the protobuf version because of message construction? I found that the valuetype 2

[GitHub] yzhliu commented on a change in pull request #11107: [WIP][PoC] mxnet-lite

2018-05-31 Thread GitBox
yzhliu commented on a change in pull request #11107: [WIP][PoC] mxnet-lite URL: https://github.com/apache/incubator-mxnet/pull/11107#discussion_r192286469 ## File path: cpp-lite/include/mxnet-lite/ndarray.h ## @@ -0,0 +1,284 @@ +/* + * Licensed to the Apache Software

[GitHub] yzhliu commented on a change in pull request #11107: [WIP][PoC] mxnet-lite

2018-05-31 Thread GitBox
yzhliu commented on a change in pull request #11107: [WIP][PoC] mxnet-lite URL: https://github.com/apache/incubator-mxnet/pull/11107#discussion_r192286334 ## File path: cpp-lite/include/mxnet-lite/ndarray.h ## @@ -0,0 +1,284 @@ +/* + * Licensed to the Apache Software

[GitHub] jinhuang415 commented on issue #10433: [MXNET-290] MKLDNN support for model quantization

2018-05-31 Thread GitBox
jinhuang415 commented on issue #10433: [MXNET-290] MKLDNN support for model quantization URL: https://github.com/apache/incubator-mxnet/pull/10433#issuecomment-393739496 @marcoabreu This PR has been approved by reminisce and @zheng-da will finish the review very soon, would you help to

[GitHub] nttstar commented on issue #11019: Gluon SoftmaxCELoss does not converge, for large number of classes.

2018-05-31 Thread GitBox
nttstar commented on issue #11019: Gluon SoftmaxCELoss does not converge, for large number of classes. URL: https://github.com/apache/incubator-mxnet/issues/11019#issuecomment-393738079 @hetong007 They're the same issue. This error msg means the network fails to converge at that time so

[GitHub] reminisce commented on a change in pull request #11107: [WIP][PoC] mxnet-lite

2018-05-31 Thread GitBox
reminisce commented on a change in pull request #11107: [WIP][PoC] mxnet-lite URL: https://github.com/apache/incubator-mxnet/pull/11107#discussion_r192283086 ## File path: cpp-lite/include/mxnet-lite/symbol_block.h ## @@ -0,0 +1,151 @@ +/* + * Licensed to the Apache

[GitHub] myme5261314 commented on a change in pull request #11110: Fix gperftools/jemalloc and lapack warning bug.

2018-05-31 Thread GitBox
myme5261314 commented on a change in pull request #0: Fix gperftools/jemalloc and lapack warning bug. URL: https://github.com/apache/incubator-mxnet/pull/0#discussion_r192283067 ## File path: Makefile ## @@ -222,7 +223,10 @@ ifeq ($(USE_GPERFTOOLS), 1)

[incubator-mxnet-site] branch asf-site updated: Nightly build

2018-05-31 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 90519c9 Nightly build

[GitHub] azai91 opened a new pull request #11118: Get physical cores

2018-05-31 Thread GitBox
azai91 opened a new pull request #8: Get physical cores URL: https://github.com/apache/incubator-mxnet/pull/8 ## Description ## (Brief description on what this PR is about) ## Checklist ## ### Essentials ### Please feel free to remove inapplicable items for your PR.

[GitHub] piiswrong commented on issue #10311: [MXNET-107]Fused GRU implementation for CPU

2018-05-31 Thread GitBox
piiswrong commented on issue #10311: [MXNET-107]Fused GRU implementation for CPU URL: https://github.com/apache/incubator-mxnet/pull/10311#issuecomment-393728365 I missed one thing in the previous PRs: looks like backward doesn't support req == kAddTo? Also it looks like req[kParams] isn't

[GitHub] piiswrong commented on a change in pull request #11107: [WIP][PoC] mxnet-lite

2018-05-31 Thread GitBox
piiswrong commented on a change in pull request #11107: [WIP][PoC] mxnet-lite URL: https://github.com/apache/incubator-mxnet/pull/11107#discussion_r192274992 ## File path: cpp-lite/include/mxnet-lite/symbol_block.h ## @@ -0,0 +1,151 @@ +/* + * Licensed to the Apache

[GitHub] piiswrong commented on a change in pull request #11107: [WIP][PoC] mxnet-lite

2018-05-31 Thread GitBox
piiswrong commented on a change in pull request #11107: [WIP][PoC] mxnet-lite URL: https://github.com/apache/incubator-mxnet/pull/11107#discussion_r192274835 ## File path: cpp-lite/include/mxnet-lite/symbol_block.h ## @@ -0,0 +1,151 @@ +/* + * Licensed to the Apache

[GitHub] xinyu-intel commented on issue #10433: [MXNET-290] MKLDNN support for model quantization

2018-05-31 Thread GitBox
xinyu-intel commented on issue #10433: [MXNET-290] MKLDNN support for model quantization URL: https://github.com/apache/incubator-mxnet/pull/10433#issuecomment-393724639 @marcoabreu Please take a review. Thanks. This is an

[GitHub] piiswrong opened a new pull request #11117: Update cached_op.cc

2018-05-31 Thread GitBox
piiswrong opened a new pull request #7: Update cached_op.cc URL: https://github.com/apache/incubator-mxnet/pull/7 ## Description ## (Brief description on what this PR is about) ## Checklist ## ### Essentials ### Please feel free to remove inapplicable items for your

[GitHub] lihaofd commented on a change in pull request #10311: [MXNET-107]Fused GRU implementation for CPU

2018-05-31 Thread GitBox
lihaofd commented on a change in pull request #10311: [MXNET-107]Fused GRU implementation for CPU URL: https://github.com/apache/incubator-mxnet/pull/10311#discussion_r192273443 ## File path: example/rnn/bucketing/cudnn_gru_bucketing.py ## @@ -0,0 +1,235 @@ +# Licensed to

[GitHub] john-andrilla commented on issue #11037: Website landing page for MMS

2018-05-31 Thread GitBox
john-andrilla commented on issue #11037: Website landing page for MMS URL: https://github.com/apache/incubator-mxnet/pull/11037#issuecomment-393713066 1. AWS CloudWatch > [Amazon CloudWatch](http://aws.amazon.com/cloudwatch) 2. AWS Elastic Container Service > Amazon Elastic Container

[GitHub] reminisce commented on issue #11099: Fancy indexing with a list instead of a tuple

2018-05-31 Thread GitBox
reminisce commented on issue #11099: Fancy indexing with a list instead of a tuple URL: https://github.com/apache/incubator-mxnet/issues/11099#issuecomment-393708828 Good suggestion! We will make the error message clear and informative.

[GitHub] nswamy closed pull request #10991: [MXNET-386] API Docs Generation

2018-05-31 Thread GitBox
nswamy closed pull request #10991: [MXNET-386] API Docs Generation URL: https://github.com/apache/incubator-mxnet/pull/10991 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

[GitHub] jonomon opened a new issue #11116: Image resize transforms causes negative values and values greater than 255

2018-05-31 Thread GitBox
jonomon opened a new issue #6: Image resize transforms causes negative values and values greater than 255 URL: https://github.com/apache/incubator-mxnet/issues/6 In my dataset, I performed two resize operations on the images. The first one is during data creation using

[GitHub] szha commented on a change in pull request #11041: gpu mem pool strategy

2018-05-31 Thread GitBox
szha commented on a change in pull request #11041: gpu mem pool strategy URL: https://github.com/apache/incubator-mxnet/pull/11041#discussion_r192253368 ## File path: src/storage/pooled_storage_manager.h ## @@ -129,13 +136,224 @@ void GPUPooledStorageManager::ReleaseAll()

[GitHub] ThomasDelteil commented on a change in pull request #11002: [MXNET-433] Tutorial on saving and loading gluon models

2018-05-31 Thread GitBox
ThomasDelteil commented on a change in pull request #11002: [MXNET-433] Tutorial on saving and loading gluon models URL: https://github.com/apache/incubator-mxnet/pull/11002#discussion_r192252778 ## File path: docs/tutorials/gluon/save_load_params.md ## @@ -0,0 +1,267 @@

[GitHub] szha commented on a change in pull request #11114: [MXNET-502] Fixing broken feature_extract cpp example

2018-05-31 Thread GitBox
szha commented on a change in pull request #4: [MXNET-502] Fixing broken feature_extract cpp example URL: https://github.com/apache/incubator-mxnet/pull/4#discussion_r192252620 ## File path: cpp-package/example/feature_extract/run.sh ## @@ -24,6 +24,19 @@ ### 2.

[GitHub] szha commented on a change in pull request #10311: [MXNET-107]Fused GRU implementation for CPU

2018-05-31 Thread GitBox
szha commented on a change in pull request #10311: [MXNET-107]Fused GRU implementation for CPU URL: https://github.com/apache/incubator-mxnet/pull/10311#discussion_r192249213 ## File path: example/rnn/bucketing/cudnn_gru_bucketing.py ## @@ -0,0 +1,235 @@ +# Licensed to

[GitHub] imgemp opened a new issue #11115: ReLU Clips NaNs to Zero

2018-05-31 Thread GitBox
imgemp opened a new issue #5: ReLU Clips NaNs to Zero URL: https://github.com/apache/incubator-mxnet/issues/5 ## Description In tracking down a bug, I found that the relu in mxnet.ndarray clips NaN’s to zero. Ideally, I would think the relu should propagate NaN’s so that bugs

[GitHub] anirudhacharya commented on a change in pull request #10605: [MXNET-310] [ONNX-MXNet] API to import ONNX models into Gluon.

2018-05-31 Thread GitBox
anirudhacharya commented on a change in pull request #10605: [MXNET-310] [ONNX-MXNet] API to import ONNX models into Gluon. URL: https://github.com/apache/incubator-mxnet/pull/10605#discussion_r192243367 ## File path: python/mxnet/contrib/onnx/_import/translation_utils.py

[GitHub] reminisce commented on a change in pull request #11107: [WIP][PoC] mxnet-lite

2018-05-31 Thread GitBox
reminisce commented on a change in pull request #11107: [WIP][PoC] mxnet-lite URL: https://github.com/apache/incubator-mxnet/pull/11107#discussion_r192230679 ## File path: cpp-lite/include/mxnet-lite/symbol_block.h ## @@ -0,0 +1,151 @@ +/* + * Licensed to the Apache

[GitHub] reminisce commented on a change in pull request #11107: [WIP][PoC] mxnet-lite

2018-05-31 Thread GitBox
reminisce commented on a change in pull request #11107: [WIP][PoC] mxnet-lite URL: https://github.com/apache/incubator-mxnet/pull/11107#discussion_r192229227 ## File path: cpp-lite/include/mxnet-lite/symbol_block.h ## @@ -0,0 +1,151 @@ +/* + * Licensed to the Apache

[GitHub] reminisce commented on a change in pull request #11107: [WIP][PoC] mxnet-lite

2018-05-31 Thread GitBox
reminisce commented on a change in pull request #11107: [WIP][PoC] mxnet-lite URL: https://github.com/apache/incubator-mxnet/pull/11107#discussion_r192230679 ## File path: cpp-lite/include/mxnet-lite/symbol_block.h ## @@ -0,0 +1,151 @@ +/* + * Licensed to the Apache

[GitHub] anirudh2290 commented on a change in pull request #10605: [MXNET-310] [ONNX-MXNet] API to import ONNX models into Gluon.

2018-05-31 Thread GitBox
anirudh2290 commented on a change in pull request #10605: [MXNET-310] [ONNX-MXNet] API to import ONNX models into Gluon. URL: https://github.com/apache/incubator-mxnet/pull/10605#discussion_r192233990 ## File path: python/mxnet/contrib/onnx/_import/translation_utils.py ##

[GitHub] hetong007 commented on issue #11019: Gluon SoftmaxCELoss does not converge, for large number of classes.

2018-05-31 Thread GitBox
hetong007 commented on issue #11019: Gluon SoftmaxCELoss does not converge, for large number of classes. URL: https://github.com/apache/incubator-mxnet/issues/11019#issuecomment-39315 I'm trying to observe the non-convergence, but the error message is not mentioned. I'd like to know

[GitHub] zhanghang1989 commented on issue #11019: Gluon SoftmaxCELoss does not converge, for large number of classes.

2018-05-31 Thread GitBox
zhanghang1989 commented on issue #11019: Gluon SoftmaxCELoss does not converge, for large number of classes. URL: https://github.com/apache/incubator-mxnet/issues/11019#issuecomment-393655512 @nttstar mentioned using the option `--version--output A` can converge. The default network

[GitHub] anirudhacharya commented on a change in pull request #10605: [MXNET-310] [ONNX-MXNet] API to import ONNX models into Gluon.

2018-05-31 Thread GitBox
anirudhacharya commented on a change in pull request #10605: [MXNET-310] [ONNX-MXNet] API to import ONNX models into Gluon. URL: https://github.com/apache/incubator-mxnet/pull/10605#discussion_r192212208 ## File path: python/mxnet/contrib/onnx/_import/translation_utils.py

[GitHub] anirudhacharya commented on a change in pull request #10605: [MXNET-310] [ONNX-MXNet] API to import ONNX models into Gluon.

2018-05-31 Thread GitBox
anirudhacharya commented on a change in pull request #10605: [MXNET-310] [ONNX-MXNet] API to import ONNX models into Gluon. URL: https://github.com/apache/incubator-mxnet/pull/10605#discussion_r192206073 ## File path: python/mxnet/contrib/onnx/_import/op_translations.py ##

[GitHub] anirudhacharya commented on a change in pull request #10605: [MXNET-310] [ONNX-MXNet] API to import ONNX models into Gluon.

2018-05-31 Thread GitBox
anirudhacharya commented on a change in pull request #10605: [MXNET-310] [ONNX-MXNet] API to import ONNX models into Gluon. URL: https://github.com/apache/incubator-mxnet/pull/10605#discussion_r192205144 ## File path: python/mxnet/contrib/onnx/_import/translation_utils.py

[GitHub] hetong007 commented on issue #11019: Gluon SoftmaxCELoss does not converge, for large number of classes.

2018-05-31 Thread GitBox
hetong007 commented on issue #11019: Gluon SoftmaxCELoss does not converge, for large number of classes. URL: https://github.com/apache/incubator-mxnet/issues/11019#issuecomment-393642796 When trying to reproduce, I got the following error message: ``` INFO:root:Epoch[0] Batch

[GitHub] anirudh2290 commented on a change in pull request #10605: [MXNET-310] [ONNX-MXNet] API to import ONNX models into Gluon.

2018-05-31 Thread GitBox
anirudh2290 commented on a change in pull request #10605: [MXNET-310] [ONNX-MXNet] API to import ONNX models into Gluon. URL: https://github.com/apache/incubator-mxnet/pull/10605#discussion_r192197280 ## File path: python/mxnet/contrib/onnx/_import/translation_utils.py ##

[GitHub] anirudh2290 commented on a change in pull request #10605: [MXNET-310] [ONNX-MXNet] API to import ONNX models into Gluon.

2018-05-31 Thread GitBox
anirudh2290 commented on a change in pull request #10605: [MXNET-310] [ONNX-MXNet] API to import ONNX models into Gluon. URL: https://github.com/apache/incubator-mxnet/pull/10605#discussion_r192199950 ## File path: python/mxnet/contrib/onnx/_import/translation_utils.py ##

[GitHub] anirudh2290 commented on a change in pull request #10605: [MXNET-310] [ONNX-MXNet] API to import ONNX models into Gluon.

2018-05-31 Thread GitBox
anirudh2290 commented on a change in pull request #10605: [MXNET-310] [ONNX-MXNet] API to import ONNX models into Gluon. URL: https://github.com/apache/incubator-mxnet/pull/10605#discussion_r192196478 ## File path: python/mxnet/contrib/onnx/_import/op_translations.py ##

[GitHub] anirudh2290 commented on a change in pull request #10605: [MXNET-310] [ONNX-MXNet] API to import ONNX models into Gluon.

2018-05-31 Thread GitBox
anirudh2290 commented on a change in pull request #10605: [MXNET-310] [ONNX-MXNet] API to import ONNX models into Gluon. URL: https://github.com/apache/incubator-mxnet/pull/10605#discussion_r192197152 ## File path: python/mxnet/contrib/onnx/_import/op_translations.py ##

[GitHub] anirudh2290 commented on a change in pull request #10605: [MXNET-310] [ONNX-MXNet] API to import ONNX models into Gluon.

2018-05-31 Thread GitBox
anirudh2290 commented on a change in pull request #10605: [MXNET-310] [ONNX-MXNet] API to import ONNX models into Gluon. URL: https://github.com/apache/incubator-mxnet/pull/10605#discussion_r192198060 ## File path: python/mxnet/contrib/onnx/_import/translation_utils.py ##

[GitHub] anirudh2290 commented on a change in pull request #10605: [MXNET-310] [ONNX-MXNet] API to import ONNX models into Gluon.

2018-05-31 Thread GitBox
anirudh2290 commented on a change in pull request #10605: [MXNET-310] [ONNX-MXNet] API to import ONNX models into Gluon. URL: https://github.com/apache/incubator-mxnet/pull/10605#discussion_r192181217 ## File path: python/mxnet/contrib/onnx/_import/import_onnx.py ## @@

[GitHub] indhub commented on a change in pull request #11002: [MXNET-433] Tutorial on saving and loading gluon models

2018-05-31 Thread GitBox
indhub commented on a change in pull request #11002: [MXNET-433] Tutorial on saving and loading gluon models URL: https://github.com/apache/incubator-mxnet/pull/11002#discussion_r192198576 ## File path: docs/tutorials/gluon/save_load_params.md ## @@ -0,0 +1,257 @@ +#

[GitHub] indhub commented on a change in pull request #11002: [MXNET-433] Tutorial on saving and loading gluon models

2018-05-31 Thread GitBox
indhub commented on a change in pull request #11002: [MXNET-433] Tutorial on saving and loading gluon models URL: https://github.com/apache/incubator-mxnet/pull/11002#discussion_r192198413 ## File path: docs/tutorials/gluon/save_load_params.md ## @@ -0,0 +1,257 @@ +#

[GitHub] anirudhacharya commented on issue #11074: Data copy between cpu and gpu in jetson Tx1

2018-05-31 Thread GitBox
anirudhacharya commented on issue #11074: Data copy between cpu and gpu in jetson Tx1 URL: https://github.com/apache/incubator-mxnet/issues/11074#issuecomment-393630695 @maybepossible questions are better asked here - https://discuss.mxnet.io/ you will get wider audience. @nswamy

[GitHub] piiswrong commented on issue #11107: [WIP][PoC] mxnet-lite

2018-05-31 Thread GitBox
piiswrong commented on issue #11107: [WIP][PoC] mxnet-lite URL: https://github.com/apache/incubator-mxnet/pull/11107#issuecomment-393622276 Ok This is an automated message from the Apache Git Service. To respond to the

[GitHub] ThomasDelteil opened a new pull request #11114: [MXNET-502] Fixing broken feature_extract cpp example

2018-05-31 Thread GitBox
ThomasDelteil opened a new pull request #4: [MXNET-502] Fixing broken feature_extract cpp example URL: https://github.com/apache/incubator-mxnet/pull/4 ## Description ## - Makefile was broken [fixed] - Pictures were missing -> automatic download - Manual download of model

[GitHub] marcoabreu commented on a change in pull request #11110: Fix gperftools/jemalloc and lapack warning bug.

2018-05-31 Thread GitBox
marcoabreu commented on a change in pull request #0: Fix gperftools/jemalloc and lapack warning bug. URL: https://github.com/apache/incubator-mxnet/pull/0#discussion_r192175960 ## File path: Makefile ## @@ -222,7 +223,10 @@ ifeq ($(USE_GPERFTOOLS), 1)

[GitHub] XiaotaoChen opened a new pull request #11113: Support for dot(dns, csr) = dns and dot(dns, csr.T) = dns on CPU

2018-05-31 Thread GitBox
XiaotaoChen opened a new pull request #3: Support for dot(dns, csr) = dns and dot(dns, csr.T) = dns on CPU URL: https://github.com/apache/incubator-mxnet/pull/3 Description Support for dot(dns, csr) = dns and dot(dns, csr.T) = dns on GPU Checklist Essentials

[GitHub] nswamy commented on issue #11009: [MXNET-434] update scala api to properly track reshaped size

2018-05-31 Thread GitBox
nswamy commented on issue #11009: [MXNET-434] update scala api to properly track reshaped size URL: https://github.com/apache/incubator-mxnet/pull/11009#issuecomment-393598464 @jessebrizzi I restarted the tests, i'll merge once they are sucessful.

[GitHub] ptrendx opened a new pull request #11112: Support for data iterators returning lists of batches

2018-05-31 Thread GitBox
ptrendx opened a new pull request #2: Support for data iterators returning lists of batches URL: https://github.com/apache/incubator-mxnet/pull/2 ## Description ## This PR enables module.fit to accept data iterators that return already sliced lists of batches, 1 batch per

[GitHub] justanotheruser opened a new issue #11111: Custom linear regression diverges on simplest example, but built-in LinearRegression does not

2018-05-31 Thread GitBox
justanotheruser opened a new issue #1: Custom linear regression diverges on simplest example, but built-in LinearRegression does not URL: https://github.com/apache/incubator-mxnet/issues/1 I'm trying to implement some custom loss layer, but I found that I can't make work even

[GitHub] marcoabreu commented on a change in pull request #11053: [MXNET-244] Fixed armv7 wheel

2018-05-31 Thread GitBox
marcoabreu commented on a change in pull request #11053: [MXNET-244] Fixed armv7 wheel URL: https://github.com/apache/incubator-mxnet/pull/11053#discussion_r192155728 ## File path: ci/docker/runtime_functions.sh ## @@ -83,31 +102,40 @@ build_armv6() {

[GitHub] marcoabreu commented on a change in pull request #11053: [MXNET-244] Fixed armv7 wheel

2018-05-31 Thread GitBox
marcoabreu commented on a change in pull request #11053: [MXNET-244] Fixed armv7 wheel URL: https://github.com/apache/incubator-mxnet/pull/11053#discussion_r192155728 ## File path: ci/docker/runtime_functions.sh ## @@ -83,31 +102,40 @@ build_armv6() {

[GitHub] lebeg commented on issue #10230: libomp.so is missing in Docker builds for armv6

2018-05-31 Thread GitBox
lebeg commented on issue #10230: libomp.so is missing in Docker builds for armv6 URL: https://github.com/apache/incubator-mxnet/issues/10230#issuecomment-393586115 Actually, if someone faced a similar problem on other platforms, like armv7 RPi try installing: ` sudo apt install llvm-dev`

[GitHub] marcoabreu commented on a change in pull request #11053: [MXNET-244] Fixed armv7 wheel

2018-05-31 Thread GitBox
marcoabreu commented on a change in pull request #11053: [MXNET-244] Fixed armv7 wheel URL: https://github.com/apache/incubator-mxnet/pull/11053#discussion_r192153134 ## File path: ci/docker/Dockerfile.build.arm64 ## @@ -27,6 +27,8 @@ ENV FC

[GitHub] marcoabreu commented on a change in pull request #11053: [MXNET-244] Fixed armv7 wheel

2018-05-31 Thread GitBox
marcoabreu commented on a change in pull request #11053: [MXNET-244] Fixed armv7 wheel URL: https://github.com/apache/incubator-mxnet/pull/11053#discussion_r192153134 ## File path: ci/docker/Dockerfile.build.arm64 ## @@ -27,6 +27,8 @@ ENV FC

[GitHub] marcoabreu commented on a change in pull request #11053: [MXNET-244] Fixed armv7 wheel

2018-05-31 Thread GitBox
marcoabreu commented on a change in pull request #11053: [MXNET-244] Fixed armv7 wheel URL: https://github.com/apache/incubator-mxnet/pull/11053#discussion_r192153134 ## File path: ci/docker/Dockerfile.build.arm64 ## @@ -27,6 +27,8 @@ ENV FC

[GitHub] jessebrizzi commented on issue #11009: [MXNET-434] update scala api to properly track reshaped size

2018-05-31 Thread GitBox
jessebrizzi commented on issue #11009: [MXNET-434] update scala api to properly track reshaped size URL: https://github.com/apache/incubator-mxnet/pull/11009#issuecomment-393557459 Is there a way to restart the continuous integration build (without pushing up a change to the branch)? The

[GitHub] marcoabreu commented on issue #11107: [WIP][PoC] mxnet-lite

2018-05-31 Thread GitBox
marcoabreu commented on issue #11107: [WIP][PoC] mxnet-lite URL: https://github.com/apache/incubator-mxnet/pull/11107#issuecomment-393554730 Nice! Lets create a new branch and make the development in there. WDYT? This is an

[incubator-mxnet] branch master updated: migrating website build to secure nodes (#11066)

2018-05-31 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 d6f9cd8 migrating website build

[GitHub] marcoabreu closed pull request #11066: migrating docs build and publish job to secure nodes

2018-05-31 Thread GitBox
marcoabreu closed pull request #11066: migrating docs build and publish job to secure nodes URL: https://github.com/apache/incubator-mxnet/pull/11066 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

[incubator-mxnet] branch cpu_fused_rnn deleted (was 574f469)

2018-05-31 Thread marcoabreu
This is an automated email from the ASF dual-hosted git repository. marcoabreu pushed a change to branch cpu_fused_rnn in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git. was 574f469 support for any datatype for correlation operator (#10125) The revisions that were on

[incubator-mxnet] branch piiswrong-patch-3 deleted (was 7c1fdb8)

2018-05-31 Thread marcoabreu
This is an automated email from the ASF dual-hosted git repository. marcoabreu pushed a change to branch piiswrong-patch-3 in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git. was 7c1fdb8 Update threaded_engine.cc The revisions that were on this branch are still

[incubator-mxnet] branch revert-10817-exec2 deleted (was f53bec7)

2018-05-31 Thread marcoabreu
This is an automated email from the ASF dual-hosted git repository. marcoabreu pushed a change to branch revert-10817-exec2 in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git. was f53bec7 Revert "[WIP] Do Not Merge. Static memory allocation for cached_op (#10817)"

[incubator-mxnet] branch revert-10761-update_perf deleted (was 0df5967)

2018-05-31 Thread marcoabreu
This is an automated email from the ASF dual-hosted git repository. marcoabreu pushed a change to branch revert-10761-update_perf in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git. was 0df5967 Revert "update perf. (#10761)" The revisions that were on this branch are

[incubator-mxnet] branch piiswrong-patch-1 deleted (was 9f8ff90)

2018-05-31 Thread marcoabreu
This is an automated email from the ASF dual-hosted git repository. marcoabreu pushed a change to branch piiswrong-patch-1 in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git. was 9f8ff90 Update imperative.cc The revisions that were on this branch are still contained in

[incubator-mxnet] branch revert-10624-debug_mkldnn deleted (was e5e49e5)

2018-05-31 Thread marcoabreu
This is an automated email from the ASF dual-hosted git repository. marcoabreu pushed a change to branch revert-10624-debug_mkldnn in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git. was e5e49e5 Revert "test inference multiple times." The revisions that were on this

[incubator-mxnet] branch revert-10736-mkldnn_build_version_flags deleted (was 4368230)

2018-05-31 Thread marcoabreu
This is an automated email from the ASF dual-hosted git repository. marcoabreu pushed a change to branch revert-10736-mkldnn_build_version_flags in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git. was 4368230 Revert "[MXNET-367] update mkldnn to v0.14 and disable

[incubator-mxnet] branch piiswrong-patch-2 deleted (was f6f67e8)

2018-05-31 Thread marcoabreu
This is an automated email from the ASF dual-hosted git repository. marcoabreu pushed a change to branch piiswrong-patch-2 in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git. was f6f67e8 Update index.md The revisions that were on this branch are still contained in

[GitHub] myme5261314 opened a new pull request #11110: Fix gperftools/jemalloc and lapack warning bug.

2018-05-31 Thread GitBox
myme5261314 opened a new pull request #0: Fix gperftools/jemalloc and lapack warning bug. URL: https://github.com/apache/incubator-mxnet/pull/0 ## Description ## (Brief description on what this PR is about) #11108 ## Checklist ## ### Essentials ### Please feel

[GitHub] CodingCat commented on issue #10462: [MXNET-62] add test against spark integration

2018-05-31 Thread GitBox
CodingCat commented on issue #10462: [MXNET-62] add test against spark integration URL: https://github.com/apache/incubator-mxnet/pull/10462#issuecomment-393531891 eh, for some reason it failed for another test suite (not scala one), and for scala one, the test was killed? (terminate

[GitHub] myme5261314 opened a new pull request #11109: Fix gperftools/jemalloc and lapack warning bug.

2018-05-31 Thread GitBox
myme5261314 opened a new pull request #11109: Fix gperftools/jemalloc and lapack warning bug. URL: https://github.com/apache/incubator-mxnet/pull/11109 ## Description ## (Brief description on what this PR is about) #11108 ## Checklist ## ### Essentials ### Please feel free

[GitHub] myme5261314 opened a new issue #11108: Seems the gperftools-devel and jemalloc-devel wouldn't be detected correctly on rhel(Redhat Enterprise Linux)

2018-05-31 Thread GitBox
myme5261314 opened a new issue #11108: Seems the gperftools-devel and jemalloc-devel wouldn't be detected correctly on rhel(Redhat Enterprise Linux) URL: https://github.com/apache/incubator-mxnet/issues/11108

[GitHub] lebeg commented on a change in pull request #11096: [MXNET-472] ccache for docker builds

2018-05-31 Thread GitBox
lebeg commented on a change in pull request #11096: [MXNET-472] ccache for docker builds URL: https://github.com/apache/incubator-mxnet/pull/11096#discussion_r192062362 ## File path: ci/docker/install/centos7_install_ccache.sh ## @@ -0,0 +1,53 @@ +#!/bin/bash + +#

[GitHub] lebeg commented on a change in pull request #11096: [MXNET-472] ccache for docker builds

2018-05-31 Thread GitBox
lebeg commented on a change in pull request #11096: [MXNET-472] ccache for docker builds URL: https://github.com/apache/incubator-mxnet/pull/11096#discussion_r192061624 ## File path: ci/docker/runtime_functions.sh ## @@ -31,14 +31,49 @@ clean_repo() { git submodule

[GitHub] lebeg commented on a change in pull request #11096: [MXNET-472] ccache for docker builds

2018-05-31 Thread GitBox
lebeg commented on a change in pull request #11096: [MXNET-472] ccache for docker builds URL: https://github.com/apache/incubator-mxnet/pull/11096#discussion_r192062641 ## File path: ci/docker/Dockerfile.build.android_arm64 ## @@ -18,9 +18,16 @@ # # Dockerfile to build

[GitHub] lebeg commented on a change in pull request #11096: [MXNET-472] ccache for docker builds

2018-05-31 Thread GitBox
lebeg commented on a change in pull request #11096: [MXNET-472] ccache for docker builds URL: https://github.com/apache/incubator-mxnet/pull/11096#discussion_r192062525 ## File path: ci/docker/install/centos7_install_ccache.sh ## @@ -0,0 +1,53 @@ +#!/bin/bash + +#

[GitHub] nswamy commented on a change in pull request #10991: [MXNET-386] API Docs Generation

2018-05-31 Thread GitBox
nswamy commented on a change in pull request #10991: [MXNET-386] API Docs Generation URL: https://github.com/apache/incubator-mxnet/pull/10991#discussion_r190012784 ## File path: scala-package/macros/src/main/scala/org/apache/mxnet/APIDocGenerator.scala ## @@ -0,0 +1,185

[GitHub] JeanKossaifi commented on issue #11099: Fancy indexing with a list instead of a tuple

2018-05-31 Thread GitBox
JeanKossaifi commented on issue #11099: Fancy indexing with a list instead of a tuple URL: https://github.com/apache/incubator-mxnet/issues/11099#issuecomment-393469382 Good point! For the sake of user friendliness, would it be worth either accepting the list and throwing a

[GitHub] hanalice commented on issue #3611: Getting "compile with USE_DIST_KVSTORE=1 to use dist_sync" even after setting it to 1

2018-05-31 Thread GitBox
hanalice commented on issue #3611: Getting "compile with USE_DIST_KVSTORE=1 to use dist_sync" even after setting it to 1 URL: https://github.com/apache/incubator-mxnet/issues/3611#issuecomment-393461726 @darshanmaiya @mli I have exec "make -j 32 USE_DIST_KVSTORE=1 USE_CUDA=1

[GitHub] hanalice commented on issue #3611: Getting "compile with USE_DIST_KVSTORE=1 to use dist_sync" even after setting it to 1

2018-05-31 Thread GitBox
hanalice commented on issue #3611: Getting "compile with USE_DIST_KVSTORE=1 to use dist_sync" even after setting it to 1 URL: https://github.com/apache/incubator-mxnet/issues/3611#issuecomment-393461726 @darshanmaiya @mli I have exec "make -j 32 USE_DIST_KVSTORE=1 USE_CUDA=1

[GitHub] pwn1 commented on issue #11098: Installation instructions MacOS/R/CPU don't work.

2018-05-31 Thread GitBox
pwn1 commented on issue #11098: Installation instructions MacOS/R/CPU don't work. URL: https://github.com/apache/incubator-mxnet/issues/11098#issuecomment-393451656 Thanks for quick response. Here's the output: >

[GitHub] HyperGroups commented on issue #11032: Problem with load lstm model with mx.Module's bind

2018-05-31 Thread GitBox
HyperGroups commented on issue #11032: Problem with load lstm model with mx.Module's bind URL: https://github.com/apache/incubator-mxnet/issues/11032#issuecomment-393391621 @reminisce I've add the [model link] In this method

  1   2   >