[GitHub] [incubator-mxnet] hgt312 opened a new pull request #15698: Numpy Identity operator

2019-07-29 Thread GitBox
hgt312 opened a new pull request #15698: Numpy Identity operator URL: https://github.com/apache/incubator-mxnet/pull/15698 ## Description ## Implementation of numpy `identity` operator in mxnet. The version that cherry-pick on new numpy branch, old pr -> #15511. ## Checklist ##

[GitHub] [incubator-mxnet] hgt312 closed pull request #15511: Numpy Identity operator

2019-07-29 Thread GitBox
hgt312 closed pull request #15511: Numpy Identity operator URL: https://github.com/apache/incubator-mxnet/pull/15511 This is an automated message from the Apache Git Service. To respond to the message, please log on to

[GitHub] [incubator-mxnet] matteosal commented on issue #15697: Fix dropout mask output when built with MKL

2019-07-29 Thread GitBox
matteosal commented on issue #15697: Fix dropout mask output when built with MKL URL: https://github.com/apache/incubator-mxnet/pull/15697#issuecomment-516271767 Thanks for the fix, but I'm on holiday now and I'll not be able to test it until next week

[GitHub] [incubator-mxnet] wuxun-zhang commented on issue #15697: Fix dropout mask output when built with MKL

2019-07-29 Thread GitBox
wuxun-zhang commented on issue #15697: Fix dropout mask output when built with MKL URL: https://github.com/apache/incubator-mxnet/pull/15697#issuecomment-516270332 @matteosal Could you please help check if this PR resolved your issue? Thanks.

[GitHub] [incubator-mxnet] wuxun-zhang opened a new pull request #15697: Fix dropout mask output when built with MKL

2019-07-29 Thread GitBox
wuxun-zhang opened a new pull request #15697: Fix dropout mask output when built with MKL URL: https://github.com/apache/incubator-mxnet/pull/15697 ## Description ## This PR is to fix [#15659](https://github.com/apache/incubator-mxnet/issues/15659). @pengzhao-intel @TaoLv

[GitHub] [incubator-mxnet] larroy commented on issue #11865: attach_grad of intermediate variables causes the gradient graph to be lost

2019-07-29 Thread GitBox
larroy commented on issue #11865: attach_grad of intermediate variables causes the gradient graph to be lost URL: https://github.com/apache/incubator-mxnet/issues/11865#issuecomment-516269237 Unfortunately this is how it's implemented. Why do you want to attach grad to output again?

[GitHub] [incubator-mxnet] larroy edited a comment on issue #11865: attach_grad of intermediate variables causes the gradient graph to be lost

2019-07-29 Thread GitBox
larroy edited a comment on issue #11865: attach_grad of intermediate variables causes the gradient graph to be lost URL: https://github.com/apache/incubator-mxnet/issues/11865#issuecomment-516269237 Unfortunately this is how it's implemented. Why do you want to attach grad to output

[GitHub] [incubator-mxnet] hgt312 opened a new pull request #15696: Numpy Tril (Lower triangle) operator

2019-07-29 Thread GitBox
hgt312 opened a new pull request #15696: Numpy Tril (Lower triangle) operator URL: https://github.com/apache/incubator-mxnet/pull/15696 ## Description ## Implementation of numpy tril operator in mxnet. The version that cherry-pick on new numpy branch, old pr ->

[GitHub] [incubator-mxnet] hgt312 closed pull request #15508: Numpy Tril (Lower triangle) operator

2019-07-29 Thread GitBox
hgt312 closed pull request #15508: Numpy Tril (Lower triangle) operator URL: https://github.com/apache/incubator-mxnet/pull/15508 This is an automated message from the Apache Git Service. To respond to the message, please

[incubator-mxnet] branch master updated (8e31dad -> 90f881d)

2019-07-29 Thread taolv
This is an automated email from the ASF dual-hosted git repository. taolv pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git. from 8e31dad [MXNET-978] Add higher order gradient support `tan`, `tanh` (#15253) add 90f881d Fix

[GitHub] [incubator-mxnet] TaoLv merged pull request #15691: Fix USE_BLAS == openblas check

2019-07-29 Thread GitBox
TaoLv merged pull request #15691: Fix USE_BLAS == openblas check URL: https://github.com/apache/incubator-mxnet/pull/15691 This is an automated message from the Apache Git Service. To respond to the message, please log on to

[GitHub] [incubator-mxnet] TaoLv closed issue #15652: Using openblas

2019-07-29 Thread GitBox
TaoLv closed issue #15652: Using openblas URL: https://github.com/apache/incubator-mxnet/issues/15652 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the

[GitHub] [incubator-mxnet] barumrho closed issue #15650: 1.5.0 Scala package missing from Maven Central

2019-07-29 Thread GitBox
barumrho closed issue #15650: 1.5.0 Scala package missing from Maven Central URL: https://github.com/apache/incubator-mxnet/issues/15650 This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] [incubator-mxnet] larroy commented on issue #15694: Improve openblas CMake logic, add generic blas option.

2019-07-29 Thread GitBox
larroy commented on issue #15694: Improve openblas CMake logic, add generic blas option. URL: https://github.com/apache/incubator-mxnet/pull/15694#issuecomment-516251393 Needs https://github.com/dmlc/mshadow/pull/376 This is

[GitHub] [incubator-mxnet] hgt312 opened a new pull request #15695: Numpy LCM (lowest common multiple) operator

2019-07-29 Thread GitBox
hgt312 opened a new pull request #15695: Numpy LCM (lowest common multiple) operator URL: https://github.com/apache/incubator-mxnet/pull/15695 ## Description ## Implementation of numpy lowest common multiple operator in mxnet. The version that cherry-pick on new `numpy` branch, old

[GitHub] [incubator-mxnet] hgt312 closed pull request #15462: Numpy LCM (lowest common multiple) operator

2019-07-29 Thread GitBox
hgt312 closed pull request #15462: Numpy LCM (lowest common multiple) operator URL: https://github.com/apache/incubator-mxnet/pull/15462 This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] [incubator-mxnet] larroy opened a new pull request #15694: Improve openblas CMake logic, add generic blas option.

2019-07-29 Thread GitBox
larroy opened a new pull request #15694: Improve openblas CMake logic, add generic blas option. URL: https://github.com/apache/incubator-mxnet/pull/15694 ## Description ## (Brief description on what this PR is about) ## Checklist ## ### Essentials ### Please feel free to

[GitHub] [incubator-mxnet] KellenSunderland commented on a change in pull request #15666: add deconv in TRT subgraph

2019-07-29 Thread GitBox
KellenSunderland commented on a change in pull request #15666: add deconv in TRT subgraph URL: https://github.com/apache/incubator-mxnet/pull/15666#discussion_r308506570 ## File path: tests/python/tensorrt/test_tensorrt_deconv.py ## @@ -0,0 +1,64 @@ +# Licensed to the

[GitHub] [incubator-mxnet] larroy commented on issue #15652: Using openblas

2019-07-29 Thread GitBox
larroy commented on issue #15652: Using openblas URL: https://github.com/apache/incubator-mxnet/issues/15652#issuecomment-516228866 @mxnet-label-bot add [Bug] This is an automated message from the Apache Git Service. To

[GitHub] [incubator-mxnet] larroy commented on issue #15691: Fix USE_BLAS == openblas check

2019-07-29 Thread GitBox
larroy commented on issue #15691: Fix USE_BLAS == openblas check URL: https://github.com/apache/incubator-mxnet/pull/15691#issuecomment-516228805 @mxnet-label-bot add [Build, Bug] This is an automated message from the Apache

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

2019-07-29 Thread marcoabreu
This is an automated email from the ASF dual-hosted git repository. marcoabreu 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 7d68366 Bump the publish

[GitHub] [incubator-mxnet] ZhennanQin opened a new pull request #15693: Fix quantized concat when inputs are mixed int8 and uint8

2019-07-29 Thread GitBox
ZhennanQin opened a new pull request #15693: Fix quantized concat when inputs are mixed int8 and uint8 URL: https://github.com/apache/incubator-mxnet/pull/15693 ## Description ## mkldnn doesn't support mixed int8 and uint8 as concat input. So we need to convert uint8 to int8 for this

[GitHub] [incubator-mxnet] ciyongch commented on issue #15621: [WIP] MKL-DNN LBR-GRU Inference Integration (FP32 LBR-GRU)

2019-07-29 Thread GitBox
ciyongch commented on issue #15621: [WIP] MKL-DNN LBR-GRU Inference Integration (FP32 LBR-GRU) URL: https://github.com/apache/incubator-mxnet/pull/15621#issuecomment-516218727 @zixuanweeei Thanks for fixing the perf drop of LSTM. It's ok to remove "WIP" from title now.

[GitHub] [incubator-mxnet] zixuanweeei edited a comment on issue #15621: [WIP] MKL-DNN LBR-GRU Inference Integration (FP32 LBR-GRU)

2019-07-29 Thread GitBox
zixuanweeei edited a comment on issue #15621: [WIP] MKL-DNN LBR-GRU Inference Integration (FP32 LBR-GRU) URL: https://github.com/apache/incubator-mxnet/pull/15621#issuecomment-516216911 Performance of the latest commit. @ciyongch I have checked the performance again. Their perf are

[GitHub] [incubator-mxnet] zixuanweeei edited a comment on issue #15621: [WIP] MKL-DNN LBR-GRU Inference Integration (FP32 LBR-GRU)

2019-07-29 Thread GitBox
zixuanweeei edited a comment on issue #15621: [WIP] MKL-DNN LBR-GRU Inference Integration (FP32 LBR-GRU) URL: https://github.com/apache/incubator-mxnet/pull/15621#issuecomment-516216911 Performance of the latest commit. @ciyongch I have checked the performance again. Their perf are

[GitHub] [incubator-mxnet] zixuanweeei commented on issue #15621: [WIP] MKL-DNN LBR-GRU Inference Integration (FP32 LBR-GRU)

2019-07-29 Thread GitBox
zixuanweeei commented on issue #15621: [WIP] MKL-DNN LBR-GRU Inference Integration (FP32 LBR-GRU) URL: https://github.com/apache/incubator-mxnet/pull/15621#issuecomment-516216911 Performance of the latest commit. @ciyongch I have checked the performance again. Their perf are similar, same

[GitHub] [incubator-mxnet] piyushghai commented on issue #15690: Deadlock when using trivial Gluon Dataset

2019-07-29 Thread GitBox
piyushghai commented on issue #15690: Deadlock when using trivial Gluon Dataset URL: https://github.com/apache/incubator-mxnet/issues/15690#issuecomment-516216422 I found that using ```thread_pool=True``` seems to alleviate the problem when num_workers are set to > 0. eg :

[GitHub] [incubator-mxnet] xinyu-intel opened a new pull request #15692: Add MKLDNN 4c layout to fix gluoncv se_resnext101_64x4d

2019-07-29 Thread GitBox
xinyu-intel opened a new pull request #15692: Add MKLDNN 4c layout to fix gluoncv se_resnext101_64x4d URL: https://github.com/apache/incubator-mxnet/pull/15692 ## Description ## gluoncv ci failure after upgrade mxnet-mkl version. https://github.com/dmlc/gluon-cv/pull/863

[GitHub] [incubator-mxnet] larroy commented on issue #15691: Fix USE_BLAS == openblas check

2019-07-29 Thread GitBox
larroy commented on issue #15691: Fix USE_BLAS == openblas check URL: https://github.com/apache/incubator-mxnet/pull/15691#issuecomment-516215378 Testing: Verified the right preprocessor flag is passed during compilation. ``` g++ -std=c++11 -c -DMSHADOW_FORCE_STREAM -Wall

[GitHub] [incubator-mxnet] larroy commented on issue #15691: Fix USE_BLAS == openblas check

2019-07-29 Thread GitBox
larroy commented on issue #15691: Fix USE_BLAS == openblas check URL: https://github.com/apache/incubator-mxnet/pull/15691#issuecomment-516215421 @sa https://github.com/apache/incubator-mxnet/pull/15424 This is an

[GitHub] [incubator-mxnet] larroy opened a new pull request #15691: Fix USE_BLAS == openblas check

2019-07-29 Thread GitBox
larroy opened a new pull request #15691: Fix USE_BLAS == openblas check URL: https://github.com/apache/incubator-mxnet/pull/15691 ## Description ## Fixes #15652 USE_BLAS is set to "openblas" not "open" when compiling with Openblas.

[GitHub] [incubator-mxnet] mseth10 commented on a change in pull request #15489: Dynamic Library Loading Support

2019-07-29 Thread GitBox
mseth10 commented on a change in pull request #15489: Dynamic Library Loading Support URL: https://github.com/apache/incubator-mxnet/pull/15489#discussion_r308492958 ## File path: example/lib_api/libtest.cc ## @@ -0,0 +1,79 @@ +/* + * Licensed to the Apache Software

[GitHub] [incubator-mxnet] mseth10 commented on a change in pull request #15489: Dynamic Library Loading Support

2019-07-29 Thread GitBox
mseth10 commented on a change in pull request #15489: Dynamic Library Loading Support URL: https://github.com/apache/incubator-mxnet/pull/15489#discussion_r308492917 ## File path: python/mxnet/library.py ## @@ -0,0 +1,55 @@ +# Licensed to the Apache Software Foundation

[GitHub] [incubator-mxnet] mseth10 commented on a change in pull request #15489: Dynamic Library Loading Support

2019-07-29 Thread GitBox
mseth10 commented on a change in pull request #15489: Dynamic Library Loading Support URL: https://github.com/apache/incubator-mxnet/pull/15489#discussion_r308492864 ## File path: python/mxnet/library.py ## @@ -0,0 +1,55 @@ +# Licensed to the Apache Software Foundation

[GitHub] [incubator-mxnet] mseth10 commented on a change in pull request #15489: Dynamic Library Loading Support

2019-07-29 Thread GitBox
mseth10 commented on a change in pull request #15489: Dynamic Library Loading Support URL: https://github.com/apache/incubator-mxnet/pull/15489#discussion_r308492887 ## File path: python/mxnet/library.py ## @@ -0,0 +1,55 @@ +# Licensed to the Apache Software Foundation

[GitHub] [incubator-mxnet] mseth10 commented on a change in pull request #15489: Dynamic Library Loading Support

2019-07-29 Thread GitBox
mseth10 commented on a change in pull request #15489: Dynamic Library Loading Support URL: https://github.com/apache/incubator-mxnet/pull/15489#discussion_r308492840 ## File path: python/mxnet/library.py ## @@ -0,0 +1,55 @@ +# Licensed to the Apache Software Foundation

[GitHub] [incubator-mxnet] larroy commented on issue #15652: Using openblas

2019-07-29 Thread GitBox
larroy commented on issue #15652: Using openblas URL: https://github.com/apache/incubator-mxnet/issues/15652#issuecomment-516213621 Yes, this seems to be wrong. This is an automated message from the Apache Git Service. To

[GitHub] [incubator-mxnet] samskalicky commented on a change in pull request #15489: Dynamic Library Loading Support

2019-07-29 Thread GitBox
samskalicky commented on a change in pull request #15489: Dynamic Library Loading Support URL: https://github.com/apache/incubator-mxnet/pull/15489#discussion_r308491566 ## File path: python/mxnet/library.py ## @@ -0,0 +1,55 @@ +# Licensed to the Apache Software

[GitHub] [incubator-mxnet] larroy commented on issue #14940: Fix warnings

2019-07-29 Thread GitBox
larroy commented on issue #14940: Fix warnings URL: https://github.com/apache/incubator-mxnet/pull/14940#issuecomment-516212747 @szha this has been opened forever, could you help with this PR? thanks. This is an automated

[GitHub] [incubator-mxnet] samskalicky commented on a change in pull request #15489: Dynamic Library Loading Support

2019-07-29 Thread GitBox
samskalicky commented on a change in pull request #15489: Dynamic Library Loading Support URL: https://github.com/apache/incubator-mxnet/pull/15489#discussion_r308491135 ## File path: python/mxnet/library.py ## @@ -0,0 +1,55 @@ +# Licensed to the Apache Software

[GitHub] [incubator-mxnet] samskalicky commented on a change in pull request #15489: Dynamic Library Loading Support

2019-07-29 Thread GitBox
samskalicky commented on a change in pull request #15489: Dynamic Library Loading Support URL: https://github.com/apache/incubator-mxnet/pull/15489#discussion_r308491125 ## File path: python/mxnet/library.py ## @@ -0,0 +1,55 @@ +# Licensed to the Apache Software

[GitHub] [incubator-mxnet] samskalicky commented on a change in pull request #15489: Dynamic Library Loading Support

2019-07-29 Thread GitBox
samskalicky commented on a change in pull request #15489: Dynamic Library Loading Support URL: https://github.com/apache/incubator-mxnet/pull/15489#discussion_r308490947 ## File path: python/mxnet/library.py ## @@ -0,0 +1,55 @@ +# Licensed to the Apache Software

[GitHub] [incubator-mxnet] samskalicky commented on a change in pull request #15489: Dynamic Library Loading Support

2019-07-29 Thread GitBox
samskalicky commented on a change in pull request #15489: Dynamic Library Loading Support URL: https://github.com/apache/incubator-mxnet/pull/15489#discussion_r308490066 ## File path: example/lib_api/libtest.cc ## @@ -0,0 +1,79 @@ +/* + * Licensed to the Apache Software

[GitHub] [incubator-mxnet] samskalicky commented on a change in pull request #15489: Dynamic Library Loading Support

2019-07-29 Thread GitBox
samskalicky commented on a change in pull request #15489: Dynamic Library Loading Support URL: https://github.com/apache/incubator-mxnet/pull/15489#discussion_r308490066 ## File path: example/lib_api/libtest.cc ## @@ -0,0 +1,79 @@ +/* + * Licensed to the Apache Software

[GitHub] [incubator-mxnet] john- commented on issue #15672: Fix transform call in ImageFolderDataset

2019-07-29 Thread GitBox
john- commented on issue #15672: Fix transform call in ImageFolderDataset URL: https://github.com/apache/incubator-mxnet/pull/15672#issuecomment-51623 I am not quite sure what I am doing but so far I have: - Did a pull of master from apache/incubator-mxnet - Merge master into my

[GitHub] [incubator-mxnet] mseth10 commented on a change in pull request #15489: Dynamic Library Loading Support

2019-07-29 Thread GitBox
mseth10 commented on a change in pull request #15489: Dynamic Library Loading Support URL: https://github.com/apache/incubator-mxnet/pull/15489#discussion_r308488539 ## File path: include/mxnet/lib_api.h ## @@ -0,0 +1,47 @@ +/* + * Licensed to the Apache Software

[GitHub] [incubator-mxnet] mseth10 commented on a change in pull request #15489: Dynamic Library Loading Support

2019-07-29 Thread GitBox
mseth10 commented on a change in pull request #15489: Dynamic Library Loading Support URL: https://github.com/apache/incubator-mxnet/pull/15489#discussion_r308488403 ## File path: example/lib_api/test.py ## @@ -0,0 +1,27 @@ +# Licensed to the Apache Software Foundation

[GitHub] [incubator-mxnet] mseth10 commented on a change in pull request #15489: Dynamic Library Loading Support

2019-07-29 Thread GitBox
mseth10 commented on a change in pull request #15489: Dynamic Library Loading Support URL: https://github.com/apache/incubator-mxnet/pull/15489#discussion_r308488455 ## File path: example/lib_api/libtest.cc ## @@ -0,0 +1,77 @@ +/* + * Licensed to the Apache Software

[GitHub] [incubator-mxnet] zachgk commented on issue #15650: 1.5.0 Scala package missing from Maven Central

2019-07-29 Thread GitBox
zachgk commented on issue #15650: 1.5.0 Scala package missing from Maven Central URL: https://github.com/apache/incubator-mxnet/issues/15650#issuecomment-516208260 @barumrho 1.5.0 is now released on Maven central This is an

[GitHub] [incubator-mxnet] ChaiBapchya commented on issue #15689: Add Gather_nd Scatter_nd to NDArray API category doc

2019-07-29 Thread GitBox
ChaiBapchya commented on issue #15689: Add Gather_nd Scatter_nd to NDArray API category doc URL: https://github.com/apache/incubator-mxnet/pull/15689#issuecomment-516204000 @mxnet-label-bot add [Doc] This is an automated

[GitHub] [incubator-mxnet] roywei commented on issue #15353: [MXNET-1358]Fit api tutorial

2019-07-29 Thread GitBox
roywei commented on issue #15353: [MXNET-1358]Fit api tutorial URL: https://github.com/apache/incubator-mxnet/pull/15353#issuecomment-516202939 I have addressed commend @aaronmarkham @abhinavs95 could you take another look? Thanks

[GitHub] [incubator-mxnet] KellenSunderland commented on issue #15690: Deadlock when using trivial Gluon Dataset

2019-07-29 Thread GitBox
KellenSunderland commented on issue #15690: Deadlock when using trivial Gluon Dataset URL: https://github.com/apache/incubator-mxnet/issues/15690#issuecomment-516201821 @mxnet-label-bot please add label gluon This is an

[GitHub] [incubator-mxnet] mxnet-label-bot commented on issue #15690: Deadlock when using trivial Gluon Dataset

2019-07-29 Thread GitBox
mxnet-label-bot commented on issue #15690: Deadlock when using trivial Gluon Dataset URL: https://github.com/apache/incubator-mxnet/issues/15690#issuecomment-516201171 Hey, this is the MXNet Label Bot. Thank you for submitting the issue! I will try and suggest some labels so that

[GitHub] [incubator-mxnet] KellenSunderland opened a new issue #15690: Deadlock when using trivial Gluon Dataset

2019-07-29 Thread GitBox
KellenSunderland opened a new issue #15690: Deadlock when using trivial Gluon Dataset URL: https://github.com/apache/incubator-mxnet/issues/15690 ## Description I'm not very familiar with Gluon Datasets but I'm seeing a deadlock when using them with multiple workers. Am I doing

[GitHub] [incubator-mxnet] ChaiBapchya commented on issue #15643: NDArray API NN Optimizer (Multi-* update category) issues

2019-07-29 Thread GitBox
ChaiBapchya commented on issue #15643: NDArray API NN Optimizer (Multi-* update category) issues URL: https://github.com/apache/incubator-mxnet/issues/15643#issuecomment-516198860 Looked at the wrong branch in the doc. Found here -

[GitHub] [incubator-mxnet] ChaiBapchya closed issue #15643: NDArray API NN Optimizer (Multi-* update category) issues

2019-07-29 Thread GitBox
ChaiBapchya closed issue #15643: NDArray API NN Optimizer (Multi-* update category) issues URL: https://github.com/apache/incubator-mxnet/issues/15643 This is an automated message from the Apache Git Service. To respond to

[GitHub] [incubator-mxnet] ChaiBapchya opened a new pull request #15689: Add Gather_nd Scatter_nd to NDArray API category doc

2019-07-29 Thread GitBox
ChaiBapchya opened a new pull request #15689: Add Gather_nd Scatter_nd to NDArray API category doc URL: https://github.com/apache/incubator-mxnet/pull/15689 ## Description ## `gather_nd` and `scatter_nd` - present in Symbol API Indexing routine category -

[GitHub] [incubator-mxnet] larroy commented on a change in pull request #15285: Graph dumper

2019-07-29 Thread GitBox
larroy commented on a change in pull request #15285: Graph dumper URL: https://github.com/apache/incubator-mxnet/pull/15285#discussion_r308474438 ## File path: src/nnvm/graph_dump.cc ## @@ -0,0 +1,83 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one

[GitHub] [incubator-mxnet] anirudh2290 commented on issue #15486: mxnet profiler yields exception when multithreaded mxndarray IO operations occur in the background

2019-07-29 Thread GitBox
anirudh2290 commented on issue #15486: mxnet profiler yields exception when multithreaded mxndarray IO operations occur in the background URL: https://github.com/apache/incubator-mxnet/issues/15486#issuecomment-516192629 @liav-teichner Have you tried DataLoaderIter:

[GitHub] [incubator-mxnet] wkcn commented on issue #15680: Add magic method `abs` to NDArray.

2019-07-29 Thread GitBox
wkcn commented on issue #15680: Add magic method `abs` to NDArray. URL: https://github.com/apache/incubator-mxnet/pull/15680#issuecomment-516192324 @kshitij12345 Great! LGTM. Thanks for your contribution! This is an automated

[GitHub] [incubator-mxnet] ptrendx opened a new pull request #15688: Fix backward_clip num inputs and type of clip params

2019-07-29 Thread GitBox
ptrendx opened a new pull request #15688: Fix backward_clip num inputs and type of clip params URL: https://github.com/apache/incubator-mxnet/pull/15688 ## Description ## Fix backward of clip to correctly report 2 inputs instead of 1. Changed the type of a_min and a_max used inside the

[GitHub] [incubator-mxnet] samskalicky commented on a change in pull request #15528: Add AMP Conversion support for BucketingModule

2019-07-29 Thread GitBox
samskalicky commented on a change in pull request #15528: Add AMP Conversion support for BucketingModule URL: https://github.com/apache/incubator-mxnet/pull/15528#discussion_r308464805 ## File path: example/rnn/bucketing/cudnn_rnn_bucketing.py ## @@ -67,6 +68,10 @@

[GitHub] [incubator-mxnet] Zha0q1 commented on issue #15651: update previous flaky naive engine test

2019-07-29 Thread GitBox
Zha0q1 commented on issue #15651: update previous flaky naive engine test URL: https://github.com/apache/incubator-mxnet/pull/15651#issuecomment-516184170 > > LGTM! Add "fixes #issue_number" to description > > So that once its merged, issue gets auto closed. > > Added! Thanks!

[GitHub] [incubator-mxnet] Zha0q1 commented on issue #15651: update previous flaky naive engine test

2019-07-29 Thread GitBox
Zha0q1 commented on issue #15651: update previous flaky naive engine test URL: https://github.com/apache/incubator-mxnet/pull/15651#issuecomment-516183844 > LGTM! Add "fixes #issue_number" to description > So that once its merged, issue gets auto closed. Added! Thanks!

[GitHub] [incubator-mxnet] ChaiBapchya commented on a change in pull request #15651: update previous flaky naive engine test

2019-07-29 Thread GitBox
ChaiBapchya commented on a change in pull request #15651: update previous flaky naive engine test URL: https://github.com/apache/incubator-mxnet/pull/15651#discussion_r308459551 ## File path: tests/python/unittest/test_profiler.py ## @@ -330,25 +332,34 @@ def

[GitHub] [incubator-mxnet] zachgk commented on issue #15652: Using openblas

2019-07-29 Thread GitBox
zachgk commented on issue #15652: Using openblas URL: https://github.com/apache/incubator-mxnet/issues/15652#issuecomment-516182037 When you build with make and want to set it to openblas, do you use `USE_BLAS=open` or `USE_BLAS=openblas`?

[GitHub] [incubator-mxnet] larroy commented on issue #15652: Using openblas

2019-07-29 Thread GitBox
larroy commented on issue #15652: Using openblas URL: https://github.com/apache/incubator-mxnet/issues/15652#issuecomment-516179377 What's the question exactly? The description on the ticket is not clear. This is an

[GitHub] [incubator-mxnet] ptrendx commented on issue #15167: Pointwise fusion for GPU

2019-07-29 Thread GitBox
ptrendx commented on issue #15167: Pointwise fusion for GPU URL: https://github.com/apache/incubator-mxnet/pull/15167#issuecomment-516173191 @szha As I stated in one of the previous comments - I am open to reevaluating specific cases of `auto` usage in this PR (and they were not given

[GitHub] [incubator-mxnet] ptrendx commented on a change in pull request #15167: Pointwise fusion for GPU

2019-07-29 Thread GitBox
ptrendx commented on a change in pull request #15167: Pointwise fusion for GPU URL: https://github.com/apache/incubator-mxnet/pull/15167#discussion_r308449980 ## File path: src/operator/fusion/fused_op.cu ## @@ -0,0 +1,623 @@ +/* + * Licensed to the Apache Software

[GitHub] [incubator-mxnet] ptrendx commented on issue #15167: Pointwise fusion for GPU

2019-07-29 Thread GitBox
ptrendx commented on issue #15167: Pointwise fusion for GPU URL: https://github.com/apache/incubator-mxnet/pull/15167#issuecomment-516170979 @eric-haibin-lin Support for fusion without hybridization would be really tricky (you do not know what is the next operation in your graph) and would

[incubator-mxnet] branch master updated (a26af2b -> 8e31dad)

2019-07-29 Thread apeforest
This is an automated email from the ASF dual-hosted git repository. apeforest pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git. from a26af2b Remove myself from CODEOWNERS (#15617) add 8e31dad [MXNET-978] Add higher order gradient

[GitHub] [incubator-mxnet] apeforest merged pull request #15253: [MXNET-978] Add higher order gradient support `tan`, `tanh`

2019-07-29 Thread GitBox
apeforest merged pull request #15253: [MXNET-978] Add higher order gradient support `tan`, `tanh` URL: https://github.com/apache/incubator-mxnet/pull/15253 This is an automated message from the Apache Git Service. To

[GitHub] [incubator-mxnet] larroy commented on issue #15200: Broken Sidebar on website API for master

2019-07-29 Thread GitBox
larroy commented on issue #15200: Broken Sidebar on website API for master URL: https://github.com/apache/incubator-mxnet/issues/15200#issuecomment-516168916 OK, I have other things to do, I thought this was important for the release.

[GitHub] [incubator-mxnet] larroy commented on a change in pull request #15528: Add AMP Conversion support for BucketingModule

2019-07-29 Thread GitBox
larroy commented on a change in pull request #15528: Add AMP Conversion support for BucketingModule URL: https://github.com/apache/incubator-mxnet/pull/15528#discussion_r30850 ## File path: tests/python/train/test_bucketing.py ## @@ -20,9 +20,32 @@ import mxnet as mx

[GitHub] [incubator-mxnet] larroy commented on a change in pull request #15528: Add AMP Conversion support for BucketingModule

2019-07-29 Thread GitBox
larroy commented on a change in pull request #15528: Add AMP Conversion support for BucketingModule URL: https://github.com/apache/incubator-mxnet/pull/15528#discussion_r308442891 ## File path: python/mxnet/module/bucketing_module.py ## @@ -335,12 +339,16 @@ def

[GitHub] [incubator-mxnet] larroy commented on a change in pull request #15528: Add AMP Conversion support for BucketingModule

2019-07-29 Thread GitBox
larroy commented on a change in pull request #15528: Add AMP Conversion support for BucketingModule URL: https://github.com/apache/incubator-mxnet/pull/15528#discussion_r308442891 ## File path: python/mxnet/module/bucketing_module.py ## @@ -335,12 +339,16 @@ def

[GitHub] [incubator-mxnet] larroy commented on a change in pull request #15528: Add AMP Conversion support for BucketingModule

2019-07-29 Thread GitBox
larroy commented on a change in pull request #15528: Add AMP Conversion support for BucketingModule URL: https://github.com/apache/incubator-mxnet/pull/15528#discussion_r308442891 ## File path: python/mxnet/module/bucketing_module.py ## @@ -335,12 +339,16 @@ def

[GitHub] [incubator-mxnet] larroy commented on a change in pull request #15528: Add AMP Conversion support for BucketingModule

2019-07-29 Thread GitBox
larroy commented on a change in pull request #15528: Add AMP Conversion support for BucketingModule URL: https://github.com/apache/incubator-mxnet/pull/15528#discussion_r308440620 ## File path: python/mxnet/model.py ## @@ -423,6 +423,20 @@ def save_checkpoint(prefix,

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

2019-07-29 Thread marcoabreu
This is an automated email from the ASF dual-hosted git repository. marcoabreu 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 ff1432b Bump the publish

[GitHub] [incubator-mxnet] ceedubs opened a new pull request #15687: Fix Scala Symbolic API some/Some typo

2019-07-29 Thread GitBox
ceedubs opened a new pull request #15687: Fix Scala Symbolic API some/Some typo URL: https://github.com/apache/incubator-mxnet/pull/15687 ## Description ## Fix Scala Symbolic API some/Some typo ## Checklist ## ### Essentials ### Please feel free to remove inapplicable items

[GitHub] [incubator-mxnet] eric-haibin-lin commented on issue #15353: [MXNET-1358]Fit api tutorial

2019-07-29 Thread GitBox
eric-haibin-lin commented on issue #15353: [MXNET-1358]Fit api tutorial URL: https://github.com/apache/incubator-mxnet/pull/15353#issuecomment-516151714 any update on this ? mxnet 1.5 is released but no doc for the feature.

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

2019-07-29 Thread marcoabreu
This is an automated email from the ASF dual-hosted git repository. marcoabreu 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 580f7f7 Bump the publish

[GitHub] [incubator-mxnet] sergeykolychev commented on issue #15672: Fix transform call in ImageFolderDataset

2019-07-29 Thread GitBox
sergeykolychev commented on issue #15672: Fix transform call in ImageFolderDataset URL: https://github.com/apache/incubator-mxnet/pull/15672#issuecomment-516127665 @john- the tests seem to be stuck, can you please merge master to you branch and push to trigger new set of tests ? Thanks!

[GitHub] [incubator-mxnet] aaronmarkham commented on issue #15200: Broken Sidebar on website API for master

2019-07-29 Thread GitBox
aaronmarkham commented on issue #15200: Broken Sidebar on website API for master URL: https://github.com/apache/incubator-mxnet/issues/15200#issuecomment-516114695 @larroy Not sure if it is worth the effort. We're hoping to launch a refactored website soon and we won't be using any of

[GitHub] [incubator-mxnet] haojin2 commented on issue #15681: ImportError: cannot import name 'np'

2019-07-29 Thread GitBox
haojin2 commented on issue #15681: ImportError: cannot import name 'np' URL: https://github.com/apache/incubator-mxnet/issues/15681#issuecomment-516114231 @joyofdata Were you able to get the numpy-compatible version according to instructions on `http://numpy.mxnet.io/`?

[GitHub] [incubator-mxnet] zhreshold closed pull request #15673: [DOC] fix installation page cpu pip install

2019-07-29 Thread GitBox
zhreshold closed pull request #15673: [DOC] fix installation page cpu pip install URL: https://github.com/apache/incubator-mxnet/pull/15673 This is an automated message from the Apache Git Service. To respond to the

[GitHub] [incubator-mxnet] access2rohit commented on a change in pull request #15593: Large Index Support for Slice

2019-07-29 Thread GitBox
access2rohit commented on a change in pull request #15593: Large Index Support for Slice URL: https://github.com/apache/incubator-mxnet/pull/15593#discussion_r308375768 ## File path: include/mxnet/c_api.h ## @@ -802,6 +837,11 @@ MXNET_DLL int

[GitHub] [incubator-mxnet] marcoabreu commented on issue #15669: pypi manylinux1 is not manylinux1

2019-07-29 Thread GitBox
marcoabreu commented on issue #15669: pypi manylinux1 is not manylinux1 URL: https://github.com/apache/incubator-mxnet/issues/15669#issuecomment-516109221 Oh I understand. Can we add a description or something similar to describe that the published package is not confirming with the

[GitHub] [incubator-mxnet] aaronmarkham commented on issue #15673: [DOC] fix installation page cpu pip install

2019-07-29 Thread GitBox
aaronmarkham commented on issue #15673: [DOC] fix installation page cpu pip install URL: https://github.com/apache/incubator-mxnet/pull/15673#issuecomment-516107633 @zhreshold I think it's fixed now... do we still need this?

[GitHub] [incubator-mxnet] aaronmarkham commented on issue #15649: Installation Fails on Debian Stable Machine

2019-07-29 Thread GitBox
aaronmarkham commented on issue #15649: Installation Fails on Debian Stable Machine URL: https://github.com/apache/incubator-mxnet/issues/15649#issuecomment-516105935 R v3.6 isn't supported last I checked: https://github.com/apache/incubator-mxnet/issues/14967 It's mentioned here too

[GitHub] [incubator-mxnet] samskalicky commented on a change in pull request #15489: Dynamic Library Loading Support

2019-07-29 Thread GitBox
samskalicky commented on a change in pull request #15489: Dynamic Library Loading Support URL: https://github.com/apache/incubator-mxnet/pull/15489#discussion_r308370016 ## File path: include/mxnet/lib_api.h ## @@ -0,0 +1,47 @@ +/* + * Licensed to the Apache Software

[GitHub] [incubator-mxnet] larroy commented on issue #15200: Broken Sidebar on website API for master

2019-07-29 Thread GitBox
larroy commented on issue #15200: Broken Sidebar on website API for master URL: https://github.com/apache/incubator-mxnet/issues/15200#issuecomment-516104928 We need to bisect, to find out when it was broken. I have a script to do that.

[GitHub] [incubator-mxnet] zachgk edited a comment on issue #15669: pypi manylinux1 is not manylinux1

2019-07-29 Thread GitBox
zachgk edited a comment on issue #15669: pypi manylinux1 is not manylinux1 URL: https://github.com/apache/incubator-mxnet/issues/15669#issuecomment-516103015 @marcoabreu I don't think I described the issue well. Releases to pip that are tagged `manylinux1` are supposed to follow the

[GitHub] [incubator-mxnet] zachgk commented on issue #15669: pypi manylinux1 is not manylinux1

2019-07-29 Thread GitBox
zachgk commented on issue #15669: pypi manylinux1 is not manylinux1 URL: https://github.com/apache/incubator-mxnet/issues/15669#issuecomment-516103015 @marcoabreu I don't think I described the issue well. Releases to pip that are tagged `manylinux1` are supposed to follow the standard

[GitHub] [incubator-mxnet] Zha0q1 commented on issue #15651: [WIP] update previous flaky naive engine test

2019-07-29 Thread GitBox
Zha0q1 commented on issue #15651: [WIP] update previous flaky naive engine test URL: https://github.com/apache/incubator-mxnet/pull/15651#issuecomment-516100942 @apeforest Can you help me merge? Thanks! This is an automated

[GitHub] [incubator-mxnet] zheng-da commented on a change in pull request #15489: Dynamic Library Loading Support

2019-07-29 Thread GitBox
zheng-da commented on a change in pull request #15489: Dynamic Library Loading Support URL: https://github.com/apache/incubator-mxnet/pull/15489#discussion_r307954388 ## File path: include/mxnet/lib_api.h ## @@ -0,0 +1,47 @@ +/* + * Licensed to the Apache Software

[GitHub] [incubator-mxnet] roywei edited a comment on issue #15613: [Discussion] 1.5.1 Patch Release

2019-07-29 Thread GitBox
roywei edited a comment on issue #15613: [Discussion] 1.5.1 Patch Release URL: https://github.com/apache/incubator-mxnet/issues/15613#issuecomment-513338486 license issues need to be fixed before next release https://github.com/apache/incubator-mxnet/issues/15542 MKL-DNN can be

[GitHub] [incubator-mxnet] TriLoo closed issue #15635: gluon.nn.Conv2DTranspose() may have a problem working with MKLDNN data ?

2019-07-29 Thread GitBox
TriLoo closed issue #15635: gluon.nn.Conv2DTranspose() may have a problem working with MKLDNN data ? URL: https://github.com/apache/incubator-mxnet/issues/15635 This is an automated message from the Apache Git Service. To

[GitHub] [incubator-mxnet] TriLoo commented on issue #15635: gluon.nn.Conv2DTranspose() may have a problem working with MKLDNN data ?

2019-07-29 Thread GitBox
TriLoo commented on issue #15635: gluon.nn.Conv2DTranspose() may have a problem working with MKLDNN data ? URL: https://github.com/apache/incubator-mxnet/issues/15635#issuecomment-516054231 @TaoLv Ok, I'll use the latest commit. Thanks for your reply ~

[GitHub] [incubator-mxnet] kshitij12345 commented on issue #15680: Add magic method `abs` to NDArray.

2019-07-29 Thread GitBox
kshitij12345 commented on issue #15680: Add magic method `abs` to NDArray. URL: https://github.com/apache/incubator-mxnet/pull/15680#issuecomment-516046129 @wkcn Have updated the code. Please review. This is an automated

  1   2   >