[GitHub] [incubator-mxnet] stephenrawls commented on issue #15268: Backward doesn't work on LSTM with sequence_length

2019-06-18 Thread GitBox
stephenrawls commented on issue #15268: Backward doesn't work on LSTM with sequence_length URL: https://github.com/apache/incubator-mxnet/issues/15268#issuecomment-503416291 I think I have a solution, at least I have tested locally and it appears to work. Just need to update unit

[GitHub] [incubator-mxnet] tomoncle commented on issue #15254: mxnet(mxnet-full_2.11-linux-x86_64-gpu-1.5.0-SNAPSHOT) cannot support cuda10.1?

2019-06-18 Thread GitBox
tomoncle commented on issue #15254: mxnet(mxnet-full_2.11-linux-x86_64-gpu-1.5.0-SNAPSHOT) cannot support cuda10.1? URL: https://github.com/apache/incubator-mxnet/issues/15254#issuecomment-503412935 ## I'm testing a small example of using mxnet to detect entities and then tag specific

[GitHub] [incubator-mxnet] tomoncle commented on issue #15254: mxnet(mxnet-full_2.11-linux-x86_64-gpu-1.5.0-SNAPSHOT) cannot support cuda10.1?

2019-06-18 Thread GitBox
tomoncle commented on issue #15254: mxnet(mxnet-full_2.11-linux-x86_64-gpu-1.5.0-SNAPSHOT) cannot support cuda10.1? URL: https://github.com/apache/incubator-mxnet/issues/15254#issuecomment-503409394 @piyushghai Thank you very much for your explanation, this has solved my problem.

[GitHub] [incubator-mxnet] anirudh2290 commented on issue #15273: cuda memcheck failures with different cuda versions

2019-06-18 Thread GitBox
anirudh2290 commented on issue #15273: cuda memcheck failures with different cuda versions URL: https://github.com/apache/incubator-mxnet/issues/15273#issuecomment-503408978 i tested with broadcast, countsketch, embedding. all ops failed with this error: ``` Program hit

[GitHub] [incubator-mxnet] ptrendx commented on issue #15273: cuda memcheck failures with different cuda versions

2019-06-18 Thread GitBox
ptrendx commented on issue #15273: cuda memcheck failures with different cuda versions URL: https://github.com/apache/incubator-mxnet/issues/15273#issuecomment-503407949 Do you also see those errors when testing operator that does not have issues?

[GitHub] [incubator-mxnet] kshitij12345 commented on a change in pull request #15253: Add higher order gradient support `sigmoid`, `tan`, `tanh`

2019-06-18 Thread GitBox
kshitij12345 commented on a change in pull request #15253: Add higher order gradient support `sigmoid`, `tan`, `tanh` URL: https://github.com/apache/incubator-mxnet/pull/15253#discussion_r295118722 ## File path: src/operator/tensor/elemwise_unary_op_basic.cc ## @@ -121,7

[GitHub] [incubator-mxnet] kshitij12345 commented on issue #15120: [bug] fix higher grad log

2019-06-18 Thread GitBox
kshitij12345 commented on issue #15120: [bug] fix higher grad log URL: https://github.com/apache/incubator-mxnet/pull/15120#issuecomment-503403627 @apeforest Note that the pending job has succeeded but for some reason it isn't updated here.

[GitHub] [incubator-mxnet] pengzhao-intel commented on issue #15275: How to run mxnet(C++) in single-thread mode?

2019-06-18 Thread GitBox
pengzhao-intel commented on issue #15275: How to run mxnet(C++) in single-thread mode? URL: https://github.com/apache/incubator-mxnet/issues/15275#issuecomment-503402584 Could you try below setting? ``` export KMP_AFFINITY=granularity=fine,noduplicates,compact,1,0 export

svn commit: r34571 - in /dev/incubator/mxnet: 1.5.0.rc0/ 1.5.0.rc1/ 1.5.0.rc1/apache-mxnet-src-1.5.0.rc1-incubating.tar.gz 1.5.0.rc1/apache-mxnet-src-1.5.0.rc1-incubating.tar.gz.asc 1.5.0.rc1/apache-m

2019-06-18 Thread zhasheng
Author: zhasheng Date: Wed Jun 19 04:31:22 2019 New Revision: 34571 Log: Add mxnet-1.5.0.rc1 Added: dev/incubator/mxnet/1.5.0.rc1/ dev/incubator/mxnet/1.5.0.rc1/apache-mxnet-src-1.5.0.rc1-incubating.tar.gz (with props)

[incubator-mxnet] annotated tag 1.5.0.rc0 deleted (was 0e7f9d4)

2019-06-18 Thread zhasheng
This is an automated email from the ASF dual-hosted git repository. zhasheng pushed a change to annotated tag 1.5.0.rc0 in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git. *** WARNING: tag 1.5.0.rc0 was deleted! *** tag was 0e7f9d4 The revisions that were on this

[incubator-mxnet] annotated tag 1.5.0.rc1 updated (ccbbf6b -> e83e110)

2019-06-18 Thread zhasheng
This is an automated email from the ASF dual-hosted git repository. zhasheng pushed a change to annotated tag 1.5.0.rc1 in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git. *** WARNING: tag 1.5.0.rc1 was modified! *** from ccbbf6b (commit) to e83e110 (tag)

[GitHub] [incubator-mxnet] xianyujie commented on issue #15275: How to run mxnet(C++) in single-thread mode?

2019-06-18 Thread GitBox
xianyujie commented on issue #15275: How to run mxnet(C++) in single-thread mode? URL: https://github.com/apache/incubator-mxnet/issues/15275#issuecomment-50340 I want to take part in the FRVT competition. Here are some requirements: ``` Implementations must run in

[GitHub] [incubator-mxnet] TaoLv commented on issue #15267: Java examples broken with mxnet mkldnn build

2019-06-18 Thread GitBox
TaoLv commented on issue #15267: Java examples broken with mxnet mkldnn build URL: https://github.com/apache/incubator-mxnet/issues/15267#issuecomment-503398327 Sure. I will work on this later. This is an automated message

[incubator-mxnet] branch v1.5.x updated (85aaa3a -> ccbbf6b)

2019-06-18 Thread zhasheng
This is an automated email from the ASF dual-hosted git repository. zhasheng pushed a change to branch v1.5.x in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git. from 85aaa3a Fix horovod build failure when mxnet is built from source (#15213) add cab1dfa Upgrade

[GitHub] [incubator-mxnet] mouryarishik commented on issue #14619: [Discussion] 1.5.0 Roadmap

2019-06-18 Thread GitBox
mouryarishik commented on issue #14619: [Discussion] 1.5.0 Roadmap URL: https://github.com/apache/incubator-mxnet/issues/14619#issuecomment-503388978 @larroy A lot of GAN models require 2nd order gradients for stabilised training.

[GitHub] [incubator-mxnet] xianyujie commented on issue #15275: How to run mxnet(C++) in single-thread mode?

2019-06-18 Thread GitBox
xianyujie commented on issue #15275: How to run mxnet(C++) in single-thread mode? URL: https://github.com/apache/incubator-mxnet/issues/15275#issuecomment-503387579 @pengzhao-intel do you have some tips? many thanks. This

[GitHub] [incubator-mxnet] xianyujie opened a new issue #15275: How to run mxnet(C++) in single-thread mode?

2019-06-18 Thread GitBox
xianyujie opened a new issue #15275: How to run mxnet(C++) in single-thread mode? URL: https://github.com/apache/incubator-mxnet/issues/15275 Hey, I want to run mxnet in single-thread mode, but I find my programs have many threads when using mxnet. ###Using mxnet ```

[GitHub] [incubator-mxnet] pengzhao-intel commented on issue #15267: Java examples broken with mxnet mkldnn build

2019-06-18 Thread GitBox
pengzhao-intel commented on issue #15267: Java examples broken with mxnet mkldnn build URL: https://github.com/apache/incubator-mxnet/issues/15267#issuecomment-503381224 @TaoLv could you help to take a look for slice? This

[GitHub] [incubator-mxnet] xianyujie closed issue #15274: How to run mxnet in single thread?

2019-06-18 Thread GitBox
xianyujie closed issue #15274: How to run mxnet in single thread? URL: https://github.com/apache/incubator-mxnet/issues/15274 This is an automated message from the Apache Git Service. To respond to the message, please log on

[GitHub] [incubator-mxnet] arcadiaphy commented on issue #15267: Java examples broken with mxnet mkldnn build

2019-06-18 Thread GitBox
arcadiaphy commented on issue #15267: Java examples broken with mxnet mkldnn build URL: https://github.com/apache/incubator-mxnet/issues/15267#issuecomment-503379066 I've separated the bug from java interface, it comes from the slice operation in java predict: ``` def

[GitHub] [incubator-mxnet] xianyujie opened a new issue #15274: How to run mxnet in single thread?

2019-06-18 Thread GitBox
xianyujie opened a new issue #15274: How to run mxnet in single thread? URL: https://github.com/apache/incubator-mxnet/issues/15274 Note: Providing complete information in the most concise form is the best way to get help. This issue template serves as the checklist for essential

[GitHub] [incubator-mxnet] mxnet-label-bot commented on issue #15274: How to run mxnet in single thread?

2019-06-18 Thread GitBox
mxnet-label-bot commented on issue #15274: How to run mxnet in single thread? URL: https://github.com/apache/incubator-mxnet/issues/15274#issuecomment-503379154 Hey, this is the MXNet Label Bot. Thank you for submitting the issue! I will try and suggest some labels so that the

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

2019-06-18 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 bb277bd Bump the publish

[GitHub] [incubator-mxnet] hubutui commented on issue #15266: could not use blas when building with cmake

2019-06-18 Thread GitBox
hubutui commented on issue #15266: could not use blas when building with cmake URL: https://github.com/apache/incubator-mxnet/issues/15266#issuecomment-503372090 emm, using the FindBLAS module would be a great idea. And blas (blas, cblas, openblas, or atlas) is provided in Linux

[GitHub] [incubator-mxnet] larroy commented on issue #15265: Run pretrained model on android

2019-06-18 Thread GitBox
larroy commented on issue #15265: Run pretrained model on android URL: https://github.com/apache/incubator-mxnet/issues/15265#issuecomment-503370194 There are some java bindings in the amalgamation folder that you could use with this artifact, I would suggest trying that and report your

[GitHub] [incubator-mxnet] larroy commented on issue #15266: could not use blas when building with cmake

2019-06-18 Thread GitBox
larroy commented on issue #15266: could not use blas when building with cmake URL: https://github.com/apache/incubator-mxnet/issues/15266#issuecomment-503369773 @edisongustavo This is an automated message from the Apache Git

[GitHub] [incubator-mxnet] larroy commented on issue #15266: could not use blas when building with cmake

2019-06-18 Thread GitBox
larroy commented on issue #15266: could not use blas when building with cmake URL: https://github.com/apache/incubator-mxnet/issues/15266#issuecomment-503369635 https://github.com/apache/incubator-mxnet/pull/14871 This is an

[GitHub] [incubator-mxnet] larroy commented on a change in pull request #14503: API to create RecordIO files

2019-06-18 Thread GitBox
larroy commented on a change in pull request #14503: API to create RecordIO files URL: https://github.com/apache/incubator-mxnet/pull/14503#discussion_r295087962 ## File path: python/mxnet/io/im2rec.py ## @@ -0,0 +1,270 @@ +# Licensed to the Apache Software Foundation

[GitHub] [incubator-mxnet] larroy commented on a change in pull request #14503: API to create RecordIO files

2019-06-18 Thread GitBox
larroy commented on a change in pull request #14503: API to create RecordIO files URL: https://github.com/apache/incubator-mxnet/pull/14503#discussion_r295088560 ## File path: tests/python/unittest/test_im2rec.py ## @@ -0,0 +1,112 @@ +# Licensed to the Apache Software

[GitHub] [incubator-mxnet] larroy commented on a change in pull request #14503: API to create RecordIO files

2019-06-18 Thread GitBox
larroy commented on a change in pull request #14503: API to create RecordIO files URL: https://github.com/apache/incubator-mxnet/pull/14503#discussion_r295087829 ## File path: python/mxnet/io/im2rec.py ## @@ -0,0 +1,270 @@ +# Licensed to the Apache Software Foundation

[GitHub] [incubator-mxnet] larroy commented on a change in pull request #14503: API to create RecordIO files

2019-06-18 Thread GitBox
larroy commented on a change in pull request #14503: API to create RecordIO files URL: https://github.com/apache/incubator-mxnet/pull/14503#discussion_r295088096 ## File path: python/mxnet/io/im2rec.py ## @@ -0,0 +1,270 @@ +# Licensed to the Apache Software Foundation

[GitHub] [incubator-mxnet] larroy commented on issue #14619: [Discussion] 1.5.0 Roadmap

2019-06-18 Thread GitBox
larroy commented on issue #14619: [Discussion] 1.5.0 Roadmap URL: https://github.com/apache/incubator-mxnet/issues/14619#issuecomment-503366382 @mouryarishik could you give details about your usecase? Thanks. This is an

[GitHub] [incubator-mxnet] larroy commented on issue #14619: [Discussion] 1.5.0 Roadmap

2019-06-18 Thread GitBox
larroy commented on issue #14619: [Discussion] 1.5.0 Roadmap URL: https://github.com/apache/incubator-mxnet/issues/14619#issuecomment-503366225 Wouldn't it be better to have a preprocessor flag to achieve the same result? Cross compilation is solved.

[incubator-mxnet] branch master updated: Fix java install docs (#15250)

2019-06-18 Thread wkcn
This is an automated email from the ASF dual-hosted git repository. wkcn 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 ccbbf6b Fix java install docs (#15250)

[GitHub] [incubator-mxnet] wkcn commented on issue #15250: Fix java install docs

2019-06-18 Thread GitBox
wkcn commented on issue #15250: Fix java install docs URL: https://github.com/apache/incubator-mxnet/pull/15250#issuecomment-503362746 Thanks for your contribution! This is an automated message from the Apache Git Service. To

[GitHub] [incubator-mxnet] wkcn merged pull request #15250: Fix java install docs

2019-06-18 Thread GitBox
wkcn merged pull request #15250: Fix java install docs URL: https://github.com/apache/incubator-mxnet/pull/15250 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub

[GitHub] [incubator-mxnet] apeforest commented on a change in pull request #15253: Add higher order gradient support `sigmoid`, `tan`, `tanh`

2019-06-18 Thread GitBox
apeforest commented on a change in pull request #15253: Add higher order gradient support `sigmoid`, `tan`, `tanh` URL: https://github.com/apache/incubator-mxnet/pull/15253#discussion_r295082102 ## File path: src/operator/tensor/elemwise_unary_op_basic.cc ## @@ -121,7

[GitHub] [incubator-mxnet] NeoZhangJianyu commented on issue #15251: cpp package fails to build

2019-06-18 Thread GitBox
NeoZhangJianyu commented on issue #15251: cpp package fails to build URL: https://github.com/apache/incubator-mxnet/issues/15251#issuecomment-503359834 @aaronmarkham 1. Have you run 'make clean' before change the make parameters? 2. There is an error in your log: ```

[GitHub] [incubator-mxnet] mseth10 commented on issue #14721: Random number generator seed setting does not always work for `mxnet.ndarray.linalg.potrf`

2019-06-18 Thread GitBox
mseth10 commented on issue #14721: Random number generator seed setting does not always work for `mxnet.ndarray.linalg.potrf` URL: https://github.com/apache/incubator-mxnet/issues/14721#issuecomment-503358310 @iaroslav-ai I ran on Ubuntu.

[GitHub] [incubator-mxnet] anirudh2290 commented on a change in pull request #15210: Custom Operator Profiling Enhancement

2019-06-18 Thread GitBox
anirudh2290 commented on a change in pull request #15210: Custom Operator Profiling Enhancement URL: https://github.com/apache/incubator-mxnet/pull/15210#discussion_r295047266 ## File path: src/engine/naive_engine.cc ## @@ -159,7 +160,11 @@ class NaiveEngine final :

[GitHub] [incubator-mxnet] anirudh2290 opened a new issue #15273: cuda memcheck failures with different cuda versions

2019-06-18 Thread GitBox
anirudh2290 opened a new issue #15273: cuda memcheck failures with different cuda versions URL: https://github.com/apache/incubator-mxnet/issues/15273 This was encountered during work on the PR: https://github.com/apache/incubator-mxnet/pull/15118. This is also related to

[GitHub] [incubator-mxnet] mxnet-label-bot commented on issue #15273: cuda memcheck failures with different cuda versions

2019-06-18 Thread GitBox
mxnet-label-bot commented on issue #15273: cuda memcheck failures with different cuda versions URL: https://github.com/apache/incubator-mxnet/issues/15273#issuecomment-503344419 Hey, this is the MXNet Label Bot. Thank you for submitting the issue! I will try and suggest some labels

[GitHub] [incubator-mxnet] apeforest commented on a change in pull request #15253: Add higher order gradient support `sigmoid`, `tan`, `tanh`

2019-06-18 Thread GitBox
apeforest commented on a change in pull request #15253: Add higher order gradient support `sigmoid`, `tan`, `tanh` URL: https://github.com/apache/incubator-mxnet/pull/15253#discussion_r295062112 ## File path: src/operator/tensor/elemwise_unary_op_basic.cc ## @@ -121,7

[GitHub] [incubator-mxnet] stephenrawls commented on issue #15268: Backward doesn't work on LSTM with sequence_length

2019-06-18 Thread GitBox
stephenrawls commented on issue #15268: Backward doesn't work on LSTM with sequence_length URL: https://github.com/apache/incubator-mxnet/issues/15268#issuecomment-503340350 Looking at this now. This is an automated message

[GitHub] [incubator-mxnet] ptrendx opened a new pull request #15272: Proper bulking of ops not using FCompute

2019-06-18 Thread GitBox
ptrendx opened a new pull request #15272: Proper bulking of ops not using FCompute URL: https://github.com/apache/incubator-mxnet/pull/15272 ## Description ## PR #13890 made bulking of ops more performant in the hybridized models with `static_alloc=True`. However, it was limited to ops

[GitHub] [incubator-mxnet] adamcrussell commented on issue #15271: build error on OS X

2019-06-18 Thread GitBox
adamcrussell commented on issue #15271: build error on OS X URL: https://github.com/apache/incubator-mxnet/issues/15271#issuecomment-503339878 Note that the fix I found is included in what I wrote above. I wasn't sure enough of the cause to submit this as a PR and figured a note about

[GitHub] [incubator-mxnet] adamcrussell opened a new issue #15271: build error on OS X

2019-06-18 Thread GitBox
adamcrussell opened a new issue #15271: build error on OS X URL: https://github.com/apache/incubator-mxnet/issues/15271 Note: Providing complete information in the most concise form is the best way to get help. This issue template serves as the checklist for essential information to most

[GitHub] [incubator-mxnet] mxnet-label-bot commented on issue #15271: build error on OS X

2019-06-18 Thread GitBox
mxnet-label-bot commented on issue #15271: build error on OS X URL: https://github.com/apache/incubator-mxnet/issues/15271#issuecomment-503339485 Hey, this is the MXNet Label Bot. Thank you for submitting the issue! I will try and suggest some labels so that the appropriate MXNet

[GitHub] [incubator-mxnet] larroy commented on issue #15253: Add higher order gradient support `sigmoid`, `tan`, `tanh`

2019-06-18 Thread GitBox
larroy commented on issue #15253: Add higher order gradient support `sigmoid`, `tan`, `tanh` URL: https://github.com/apache/incubator-mxnet/pull/15253#issuecomment-503337665 @mxnet-label-bot add [operator] This is an

[GitHub] [incubator-mxnet] larroy commented on issue #15253: Add higher order gradient support `sigmoid`, `tan`, `tanh`

2019-06-18 Thread GitBox
larroy commented on issue #15253: Add higher order gradient support `sigmoid`, `tan`, `tanh` URL: https://github.com/apache/incubator-mxnet/pull/15253#issuecomment-503337603 @mxnet-label-bot add [pr-awaiting-review,autograd]

[GitHub] [incubator-mxnet] larroy commented on issue #15270: Fix warnings in CLang.

2019-06-18 Thread GitBox
larroy commented on issue #15270: Fix warnings in CLang. URL: https://github.com/apache/incubator-mxnet/pull/15270#issuecomment-503337489 @mxnet-label-bot add [pr-awaiting-review,build] This is an automated message from the

[GitHub] [incubator-mxnet] larroy commented on issue #15269: [DOC] Clarify that global pooling is going to reset padding

2019-06-18 Thread GitBox
larroy commented on issue #15269: [DOC] Clarify that global pooling is going to reset padding URL: https://github.com/apache/incubator-mxnet/pull/15269#issuecomment-503337147 @mxnet-label-bot add [doc,pr-awaiting-review]

[GitHub] [incubator-mxnet] larroy opened a new pull request #15270: Fix warnings in CLang.

2019-06-18 Thread GitBox
larroy opened a new pull request #15270: Fix warnings in CLang. URL: https://github.com/apache/incubator-mxnet/pull/15270 ## Description ## In file included from ../src/kvstore/kvstore.cc:28: ../src/kvstore/./kvstore_local.h:281:23: warning: lambda capture 'this' is not used

[GitHub] [incubator-mxnet] Zha0q1 commented on a change in pull request #15210: Custom Operator Profiling Enhancement

2019-06-18 Thread GitBox
Zha0q1 commented on a change in pull request #15210: Custom Operator Profiling Enhancement URL: https://github.com/apache/incubator-mxnet/pull/15210#discussion_r295050855 ## File path: src/engine/naive_engine.cc ## @@ -159,7 +160,11 @@ class NaiveEngine final : public

[GitHub] [incubator-mxnet] leleamol commented on issue #15266: could not use blas when building with cmake

2019-06-18 Thread GitBox
leleamol commented on issue #15266: could not use blas when building with cmake URL: https://github.com/apache/incubator-mxnet/issues/15266#issuecomment-503331958 @mxnet-label-bot add [Build, Blas] This is an automated

[GitHub] [incubator-mxnet] leleamol commented on issue #15268: Backward doesn't work on LSTM with sequence_length

2019-06-18 Thread GitBox
leleamol commented on issue #15268: Backward doesn't work on LSTM with sequence_length URL: https://github.com/apache/incubator-mxnet/issues/15268#issuecomment-503331624 I could reproduce this issue. Here is a full callstack. ubuntu@ip-172-31-31-181:~$ python lstm_test.py

[GitHub] [incubator-mxnet] Roshrini commented on issue #15130: Add NaiveEngine tests in CI

2019-06-18 Thread GitBox
Roshrini commented on issue #15130: Add NaiveEngine tests in CI URL: https://github.com/apache/incubator-mxnet/pull/15130#issuecomment-503329801 @xinyu-intel Thanks for working on this. I agree with Marco that naive engine is slower. So, its better to have these as nightly tests. But how

[GitHub] [incubator-mxnet] anirudh2290 commented on a change in pull request #15210: Custom Operator Profiling Enhancement

2019-06-18 Thread GitBox
anirudh2290 commented on a change in pull request #15210: Custom Operator Profiling Enhancement URL: https://github.com/apache/incubator-mxnet/pull/15210#discussion_r295047266 ## File path: src/engine/naive_engine.cc ## @@ -159,7 +160,11 @@ class NaiveEngine final :

[GitHub] [incubator-mxnet] apeforest commented on a change in pull request #15210: Custom Operator Profiling Enhancement

2019-06-18 Thread GitBox
apeforest commented on a change in pull request #15210: Custom Operator Profiling Enhancement URL: https://github.com/apache/incubator-mxnet/pull/15210#discussion_r295041821 ## File path: src/operator/custom/custom.cc ## @@ -415,7 +415,8 @@ void BackwardEx(const

[GitHub] [incubator-mxnet] apeforest commented on a change in pull request #15210: Custom Operator Profiling Enhancement

2019-06-18 Thread GitBox
apeforest commented on a change in pull request #15210: Custom Operator Profiling Enhancement URL: https://github.com/apache/incubator-mxnet/pull/15210#discussion_r295041736 ## File path: src/operator/custom/custom.cc ## @@ -345,7 +345,7 @@ void ForwardEx(const

[GitHub] [incubator-mxnet] apeforest commented on a change in pull request #15210: Custom Operator Profiling Enhancement

2019-06-18 Thread GitBox
apeforest commented on a change in pull request #15210: Custom Operator Profiling Enhancement URL: https://github.com/apache/incubator-mxnet/pull/15210#discussion_r295041352 ## File path: tests/python/unittest/test_profiler.py ## @@ -269,6 +269,129 @@ def

[GitHub] [incubator-mxnet] apeforest commented on a change in pull request #15210: Custom Operator Profiling Enhancement

2019-06-18 Thread GitBox
apeforest commented on a change in pull request #15210: Custom Operator Profiling Enhancement URL: https://github.com/apache/incubator-mxnet/pull/15210#discussion_r295041240 ## File path: tests/python/unittest/test_profiler.py ## @@ -269,6 +269,129 @@ def

[GitHub] [incubator-mxnet] apeforest commented on a change in pull request #15210: Custom Operator Profiling Enhancement

2019-06-18 Thread GitBox
apeforest commented on a change in pull request #15210: Custom Operator Profiling Enhancement URL: https://github.com/apache/incubator-mxnet/pull/15210#discussion_r295040225 ## File path: src/engine/naive_engine.cc ## @@ -159,7 +160,11 @@ class NaiveEngine final : public

[GitHub] [incubator-mxnet] apeforest commented on a change in pull request #15210: Custom Operator Profiling Enhancement

2019-06-18 Thread GitBox
apeforest commented on a change in pull request #15210: Custom Operator Profiling Enhancement URL: https://github.com/apache/incubator-mxnet/pull/15210#discussion_r295040348 ## File path: src/engine/threaded_engine.cc ## @@ -333,9 +333,14 @@ void

[GitHub] [incubator-mxnet] junrushao1994 commented on issue #15262: [MXNET-1417][Performance] Caching Dynamic Shape Checking Result

2019-06-18 Thread GitBox
junrushao1994 commented on issue #15262: [MXNET-1417][Performance] Caching Dynamic Shape Checking Result URL: https://github.com/apache/incubator-mxnet/pull/15262#issuecomment-503318433 > So the root cause of the degradation was the additional shape inferencing passes? Yep, the

[GitHub] [incubator-mxnet] larroy commented on issue #15262: [MXNET-1417][Performance] Caching Dynamic Shape Checking Result

2019-06-18 Thread GitBox
larroy commented on issue #15262: [MXNET-1417][Performance] Caching Dynamic Shape Checking Result URL: https://github.com/apache/incubator-mxnet/pull/15262#issuecomment-503318341 thanks for fixing this, and it's cool that your orginal commit enables dynamic shape.

[GitHub] [incubator-mxnet] junrushao1994 commented on issue #15262: [MXNET-1417][Performance] Caching Dynamic Shape Checking Result

2019-06-18 Thread GitBox
junrushao1994 commented on issue #15262: [MXNET-1417][Performance] Caching Dynamic Shape Checking Result URL: https://github.com/apache/incubator-mxnet/pull/15262#issuecomment-503318145 @larroy Sure! Will tag you next time

[GitHub] [incubator-mxnet] larroy commented on issue #15262: [MXNET-1417][Performance] Caching Dynamic Shape Checking Result

2019-06-18 Thread GitBox
larroy commented on issue #15262: [MXNET-1417][Performance] Caching Dynamic Shape Checking Result URL: https://github.com/apache/incubator-mxnet/pull/15262#issuecomment-503317990 So the root cause of the degradation was the additional shape inferencing passes?

[GitHub] [incubator-mxnet] larroy commented on issue #15262: [MXNET-1417][Performance] Caching Dynamic Shape Checking Result

2019-06-18 Thread GitBox
larroy commented on issue #15262: [MXNET-1417][Performance] Caching Dynamic Shape Checking Result URL: https://github.com/apache/incubator-mxnet/pull/15262#issuecomment-503317603 @junrushao1994 would have been nice that you tagged me for review as well, since I was looking into this

[GitHub] [incubator-mxnet] larroy commented on a change in pull request #14779: [Don't merge] Fully connected, higher order grad

2019-06-18 Thread GitBox
larroy commented on a change in pull request #14779: [Don't merge] Fully connected, higher order grad URL: https://github.com/apache/incubator-mxnet/pull/14779#discussion_r295031340 ## File path: tests/python/unittest/test_gluon.py ## @@ -915,6 +915,24 @@ def

[GitHub] [incubator-mxnet] larroy commented on a change in pull request #14779: [Don't merge] Fully connected, higher order grad

2019-06-18 Thread GitBox
larroy commented on a change in pull request #14779: [Don't merge] Fully connected, higher order grad URL: https://github.com/apache/incubator-mxnet/pull/14779#discussion_r295031340 ## File path: tests/python/unittest/test_gluon.py ## @@ -915,6 +915,24 @@ def

[GitHub] [incubator-mxnet] larroy commented on a change in pull request #14779: [Don't merge] Fully connected, higher order grad

2019-06-18 Thread GitBox
larroy commented on a change in pull request #14779: [Don't merge] Fully connected, higher order grad URL: https://github.com/apache/incubator-mxnet/pull/14779#discussion_r295031340 ## File path: tests/python/unittest/test_gluon.py ## @@ -915,6 +915,24 @@ def

[GitHub] [incubator-mxnet] Zha0q1 commented on a change in pull request #15210: Custom Operator Profiling Enhancement

2019-06-18 Thread GitBox
Zha0q1 commented on a change in pull request #15210: Custom Operator Profiling Enhancement URL: https://github.com/apache/incubator-mxnet/pull/15210#discussion_r295029975 ## File path: src/engine/naive_engine.cc ## @@ -159,7 +160,11 @@ class NaiveEngine final : public

[GitHub] [incubator-mxnet] larroy opened a new pull request #15269: [DOC] Clarify that global pooling is going to reset padding

2019-06-18 Thread GitBox
larroy opened a new pull request #15269: [DOC] Clarify that global pooling is going to reset padding URL: https://github.com/apache/incubator-mxnet/pull/15269 This behaviour changed from older MXNet versions in which global pooling would consider padding. This clarifies the user

[GitHub] [incubator-mxnet] leleamol commented on issue #15267: Java examples broken with mxnet mkldnn build

2019-06-18 Thread GitBox
leleamol commented on issue #15267: Java examples broken with mxnet mkldnn build URL: https://github.com/apache/incubator-mxnet/issues/15267#issuecomment-503307060 @mxnet-label-bot add [Java, Scala, MKLDNN] This is an

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

2019-06-18 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 1c64e06 Bump the publish

[GitHub] [incubator-mxnet] leleamol commented on issue #15268: Backward doesn't work on LSTM with sequence_length

2019-06-18 Thread GitBox
leleamol commented on issue #15268: Backward doesn't work on LSTM with sequence_length URL: https://github.com/apache/incubator-mxnet/issues/15268#issuecomment-503302822 @mxnet-label-bot add [Bug, Gluon] This is an

[GitHub] [incubator-mxnet] pallabdatta commented on issue #14653: [Feature Request] Support ONNX export of LayerNorm operator

2019-06-18 Thread GitBox
pallabdatta commented on issue #14653: [Feature Request] Support ONNX export of LayerNorm operator URL: https://github.com/apache/incubator-mxnet/issues/14653#issuecomment-503297084 Hi I am interested to have LayerNorm support in ONNX for Pytorch to ONNX workflow. Thanks so much in

[GitHub] [incubator-mxnet] larroy commented on a change in pull request #15109: [DOC] refine autograd docs

2019-06-18 Thread GitBox
larroy commented on a change in pull request #15109: [DOC] refine autograd docs URL: https://github.com/apache/incubator-mxnet/pull/15109#discussion_r29501 ## File path: docs/api/python/autograd/autograd.md ## @@ -76,7 +82,63 @@ Detailed tutorials are available in Part

[GitHub] [incubator-mxnet] larroy commented on a change in pull request #15109: [DOC] refine autograd docs

2019-06-18 Thread GitBox
larroy commented on a change in pull request #15109: [DOC] refine autograd docs URL: https://github.com/apache/incubator-mxnet/pull/15109#discussion_r295007691 ## File path: docs/api/python/autograd/autograd.md ## @@ -76,7 +82,63 @@ Detailed tutorials are available in Part

[GitHub] [incubator-mxnet] larroy commented on a change in pull request #15109: [DOC] refine autograd docs

2019-06-18 Thread GitBox
larroy commented on a change in pull request #15109: [DOC] refine autograd docs URL: https://github.com/apache/incubator-mxnet/pull/15109#discussion_r295007167 ## File path: docs/api/python/autograd/autograd.md ## @@ -76,7 +82,63 @@ Detailed tutorials are available in Part

[GitHub] [incubator-mxnet] larroy commented on a change in pull request #15109: [DOC] refine autograd docs

2019-06-18 Thread GitBox
larroy commented on a change in pull request #15109: [DOC] refine autograd docs URL: https://github.com/apache/incubator-mxnet/pull/15109#discussion_r295006893 ## File path: docs/api/python/autograd/autograd.md ## @@ -76,7 +82,63 @@ Detailed tutorials are available in Part

[GitHub] [incubator-mxnet] larroy commented on a change in pull request #15109: [DOC] refine autograd docs

2019-06-18 Thread GitBox
larroy commented on a change in pull request #15109: [DOC] refine autograd docs URL: https://github.com/apache/incubator-mxnet/pull/15109#discussion_r295006364 ## File path: docs/api/python/autograd/autograd.md ## @@ -76,7 +82,63 @@ Detailed tutorials are available in Part

[GitHub] [incubator-mxnet] jmerkow commented on issue #14421: Updating mxnet from 1.0.0, networks give different outputs

2019-06-18 Thread GitBox
jmerkow commented on issue #14421: Updating mxnet from 1.0.0, networks give different outputs URL: https://github.com/apache/incubator-mxnet/issues/14421#issuecomment-503291825 @larroy https://github.com/apache/incubator-mxnet/pull/15026

[GitHub] [incubator-mxnet] larroy commented on a change in pull request #15109: [DOC] refine autograd docs

2019-06-18 Thread GitBox
larroy commented on a change in pull request #15109: [DOC] refine autograd docs URL: https://github.com/apache/incubator-mxnet/pull/15109#discussion_r295005557 ## File path: docs/api/python/autograd/autograd.md ## @@ -76,7 +82,63 @@ Detailed tutorials are available in Part

[GitHub] [incubator-mxnet] larroy commented on a change in pull request #15109: [DOC] refine autograd docs

2019-06-18 Thread GitBox
larroy commented on a change in pull request #15109: [DOC] refine autograd docs URL: https://github.com/apache/incubator-mxnet/pull/15109#discussion_r295004565 ## File path: docs/api/python/autograd/autograd.md ## @@ -76,7 +82,63 @@ Detailed tutorials are available in Part

[GitHub] [incubator-mxnet] larroy commented on issue #14535: [DOC] Updated install instructions for mac

2019-06-18 Thread GitBox
larroy commented on issue #14535: [DOC] Updated install instructions for mac URL: https://github.com/apache/incubator-mxnet/pull/14535#issuecomment-503288770 @aaronmarkham what do you suggest? to change python3 commands to just python ? I thought there was a discussion about dropping

[GitHub] [incubator-mxnet] larroy commented on a change in pull request #15109: [DOC] refine autograd docs

2019-06-18 Thread GitBox
larroy commented on a change in pull request #15109: [DOC] refine autograd docs URL: https://github.com/apache/incubator-mxnet/pull/15109#discussion_r294991726 ## File path: docs/api/python/autograd/autograd.md ## @@ -76,7 +82,63 @@ Detailed tutorials are available in Part

[GitHub] [incubator-mxnet] larroy commented on a change in pull request #15109: [DOC] refine autograd docs

2019-06-18 Thread GitBox
larroy commented on a change in pull request #15109: [DOC] refine autograd docs URL: https://github.com/apache/incubator-mxnet/pull/15109#discussion_r294991307 ## File path: docs/api/python/autograd/autograd.md ## @@ -76,7 +82,63 @@ Detailed tutorials are available in Part

[GitHub] [incubator-mxnet] larroy commented on a change in pull request #15109: [DOC] refine autograd docs

2019-06-18 Thread GitBox
larroy commented on a change in pull request #15109: [DOC] refine autograd docs URL: https://github.com/apache/incubator-mxnet/pull/15109#discussion_r294991025 ## File path: docs/api/python/autograd/autograd.md ## @@ -76,7 +82,63 @@ Detailed tutorials are available in Part

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

2019-06-18 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 8b377ef Bump the publish

[GitHub] [incubator-mxnet] larroy commented on issue #9859: How to run model trained with mxnet 1.0 on android

2019-06-18 Thread GitBox
larroy commented on issue #9859: How to run model trained with mxnet 1.0 on android URL: https://github.com/apache/incubator-mxnet/issues/9859#issuecomment-503276413 Broken means amalgamation is broken? Could you paste some more information on what's broken and what's the error?

[GitHub] [incubator-mxnet] larroy commented on a change in pull request #15171: Upgrade archive utility and add back FC improvement

2019-06-18 Thread GitBox
larroy commented on a change in pull request #15171: Upgrade archive utility and add back FC improvement URL: https://github.com/apache/incubator-mxnet/pull/15171#discussion_r294985177 ## File path: Makefile ## @@ -368,10 +368,32 @@ endif # Guard against displaying

[GitHub] [incubator-mxnet] larroy commented on a change in pull request #15210: Custom Operator Profiling Enhancement

2019-06-18 Thread GitBox
larroy commented on a change in pull request #15210: Custom Operator Profiling Enhancement URL: https://github.com/apache/incubator-mxnet/pull/15210#discussion_r294984824 ## File path: src/engine/naive_engine.cc ## @@ -159,7 +160,11 @@ class NaiveEngine final : public

[incubator-mxnet] branch numpy updated: [numpy] Fix d2l chapter 5 (#15264)

2019-06-18 Thread reminisce
This is an automated email from the ASF dual-hosted git repository. reminisce pushed a commit to branch numpy in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git The following commit(s) were added to refs/heads/numpy by this push: new 96520cb [numpy] Fix d2l chapter 5

[GitHub] [incubator-mxnet] reminisce merged pull request #15264: [numpy] Fix d2l chapter 5

2019-06-18 Thread GitBox
reminisce merged pull request #15264: [numpy] Fix d2l chapter 5 URL: https://github.com/apache/incubator-mxnet/pull/15264 This is an automated message from the Apache Git Service. To respond to the message, please log on to

[GitHub] [incubator-mxnet] Ishitori commented on issue #15268: Backward doesn't work on LSTM with sequence_length

2019-06-18 Thread GitBox
Ishitori commented on issue #15268: Backward doesn't work on LSTM with sequence_length URL: https://github.com/apache/incubator-mxnet/issues/15268#issuecomment-503258503 @stephenrawls, any help with that? This is an

[GitHub] [incubator-mxnet] Ishitori opened a new issue #15268: Backward doesn't work on LSTM with sequence_length

2019-06-18 Thread GitBox
Ishitori opened a new issue #15268: Backward doesn't work on LSTM with sequence_length URL: https://github.com/apache/incubator-mxnet/issues/15268 ## Description LSTM with out-of-the-box variable length was introduced in [this PR](https://github.com/apache/incubator-mxnet/pull/14208/).

[GitHub] [incubator-mxnet] mxnet-label-bot commented on issue #15268: Backward doesn't work on LSTM with sequence_length

2019-06-18 Thread GitBox
mxnet-label-bot commented on issue #15268: Backward doesn't work on LSTM with sequence_length URL: https://github.com/apache/incubator-mxnet/issues/15268#issuecomment-503257407 Hey, this is the MXNet Label Bot. Thank you for submitting the issue! I will try and suggest some labels so

[incubator-mxnet] branch master updated: [MXNET-1417][Performance] Caching Dynamic Shape Checking Result (#15262)

2019-06-18 Thread zhengda
This is an automated email from the ASF dual-hosted git repository. zhengda 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 d7e2139 [MXNET-1417][Performance]

  1   2   >