[GitHub] [incubator-mxnet] kaivu1999 opened a new issue #15077: Shape inconsistent

2019-05-26 Thread GitBox
kaivu1999 opened a new issue #15077: Shape inconsistent URL: https://github.com/apache/incubator-mxnet/issues/15077 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 of

[GitHub] [incubator-mxnet] mxnet-label-bot commented on issue #15077: Shape inconsistent

2019-05-26 Thread GitBox
mxnet-label-bot commented on issue #15077: Shape inconsistent URL: https://github.com/apache/incubator-mxnet/issues/15077#issuecomment-496076677 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] szha edited a comment on issue #14973: [MXNET-1404] Added the GPU memory profiler

2019-05-26 Thread GitBox
szha edited a comment on issue #14973: [MXNET-1404] Added the GPU memory profiler URL: https://github.com/apache/incubator-mxnet/pull/14973#issuecomment-496074204 > NONE of the existing Python frontend API (e.g., LSTMCell) ... are having this profiler scope information As mentioned

[GitHub] [incubator-mxnet] szha commented on issue #14973: [MXNET-1404] Added the GPU memory profiler

2019-05-26 Thread GitBox
szha commented on issue #14973: [MXNET-1404] Added the GPU memory profiler URL: https://github.com/apache/incubator-mxnet/pull/14973#issuecomment-496074204 > NONE of the existing Python frontend API (e.g., LSTMCell) ... are having this profiler scope information As mentioned before,

[incubator-mxnet] branch numpy updated: [numpy] Refactor np module (example runs through) (#15055)

2019-05-26 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 54a42c8 [numpy] Refactor np module

[GitHub] [incubator-mxnet] reminisce merged pull request #15055: [numpy] Refactor np module (example runs through)

2019-05-26 Thread GitBox
reminisce merged pull request #15055: [numpy] Refactor np module (example runs through) URL: https://github.com/apache/incubator-mxnet/pull/15055 This is an automated message from the Apache Git Service. To respond to the

[GitHub] [incubator-mxnet] ArmageddonKnight commented on issue #14973: [MXNET-1404] Added the GPU memory profiler

2019-05-26 Thread GitBox
ArmageddonKnight commented on issue #14973: [MXNET-1404] Added the GPU memory profiler URL: https://github.com/apache/incubator-mxnet/pull/14973#issuecomment-496053934 @szha But this means that we need to change the `nnvm` codebase, since `nnvm::Graph` is the one that is responsible for

[GitHub] [incubator-mxnet] iblis17 commented on a change in pull request #15072: bump up version from 1.5.0 to 1.6.0 on master

2019-05-26 Thread GitBox
iblis17 commented on a change in pull request #15072: bump up version from 1.5.0 to 1.6.0 on master URL: https://github.com/apache/incubator-mxnet/pull/15072#discussion_r287627365 ## File path: julia/NEWS.md ## @@ -15,7 +15,7 @@ -# v1.5.0 (#TBD) +# v1.6.0 (#TBD)

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

2019-05-26 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 49f9529 Bump the publish

[incubator-mxnet] branch master updated: Improve FC perf when no_bias=False (#15033)

2019-05-26 Thread anirudh2290
This is an automated email from the ASF dual-hosted git repository. anirudh2290 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 6cf964a Improve FC perf when

[GitHub] [incubator-mxnet] anirudh2290 closed issue #14938: Performance issue when use_bias=True

2019-05-26 Thread GitBox
anirudh2290 closed issue #14938: Performance issue when use_bias=True URL: https://github.com/apache/incubator-mxnet/issues/14938 This is an automated message from the Apache Git Service. To respond to the message, please

[GitHub] [incubator-mxnet] anirudh2290 merged pull request #15033: Improve FC perf when no_bias=False

2019-05-26 Thread GitBox
anirudh2290 merged pull request #15033: Improve FC perf when no_bias=False URL: https://github.com/apache/incubator-mxnet/pull/15033 This is an automated message from the Apache Git Service. To respond to the message, please

[GitHub] [incubator-mxnet] ciyongch commented on issue #15033: Improve FC perf when no_bias=False

2019-05-26 Thread GitBox
ciyongch commented on issue #15033: Improve FC perf when no_bias=False URL: https://github.com/apache/incubator-mxnet/pull/15033#issuecomment-496045895 @anirudh2290 Currently, we're focusing on inference pass, and facing the big code refactor due to API change with the coming MKL-DNN v1.0.

[GitHub] [incubator-mxnet] szha commented on a change in pull request #15072: bump up version from 1.5.0 to 1.6.0 on master

2019-05-26 Thread GitBox
szha commented on a change in pull request #15072: bump up version from 1.5.0 to 1.6.0 on master URL: https://github.com/apache/incubator-mxnet/pull/15072#discussion_r287616481 ## File path: contrib/clojure-package/README.md ## @@ -137,7 +137,7 @@ With this option, you

[GitHub] [incubator-mxnet] szha commented on issue #14973: [MXNET-1404] Added the GPU memory profiler

2019-05-26 Thread GitBox
szha commented on issue #14973: [MXNET-1404] Added the GPU memory profiler URL: https://github.com/apache/incubator-mxnet/pull/14973#issuecomment-496034561 @ArmageddonKnight the allocation identifier in this approach can be added to symbols in the exact same way as NDArrays, and it should

[incubator-mxnet] branch v1.5.x updated (136a5df -> 01cf29d)

2019-05-26 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 136a5df GPU RNN to use TempSpace resource for workspace. (#15056) add 49ae15b Restore save/load

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

2019-05-26 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 a03943e Bump the publish

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

2019-05-26 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 5b3f739 Bump the publish

[GitHub] [incubator-mxnet] ArmageddonKnight commented on issue #14973: [MXNET-1404] Added the GPU memory profiler

2019-05-26 Thread GitBox
ArmageddonKnight commented on issue #14973: [MXNET-1404] Added the GPU memory profiler URL: https://github.com/apache/incubator-mxnet/pull/14973#issuecomment-496024566 @szha The problem with this proposed approach is that it might work well for pure imperative programming paradigm, but

[GitHub] [incubator-mxnet] TaoLv commented on issue #15057: Type inconsistent error when running C++ inference script on quantized models

2019-05-26 Thread GitBox
TaoLv commented on issue #15057: Type inconsistent error when running C++ inference script on quantized models URL: https://github.com/apache/incubator-mxnet/issues/15057#issuecomment-496007357 Should be fixed via #15038 . Now closed.

[GitHub] [incubator-mxnet] TaoLv closed issue #15057: Type inconsistent error when running C++ inference script on quantized models

2019-05-26 Thread GitBox
TaoLv closed issue #15057: Type inconsistent error when running C++ inference script on quantized models URL: https://github.com/apache/incubator-mxnet/issues/15057 This is an automated message from the Apache Git Service.

[GitHub] [incubator-mxnet] leleamol commented on issue #15057: Type inconsistent error when running C++ inference script on quantized models

2019-05-26 Thread GitBox
leleamol commented on issue #15057: Type inconsistent error when running C++ inference script on quantized models URL: https://github.com/apache/incubator-mxnet/issues/15057#issuecomment-496006422 @mxnet-label-bot add [C++, Bug]

[incubator-mxnet] branch master updated: Fix typo in amalgamation README.md (TREAD->THREAD) (#15058)

2019-05-26 Thread patriczhao
This is an automated email from the ASF dual-hosted git repository. patriczhao 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 01cf29d Fix typo in amalgamation

[GitHub] [incubator-mxnet] pengzhao-intel merged pull request #15058: Fix typo in amalgamation README.md (TREAD->THREAD)

2019-05-26 Thread GitBox
pengzhao-intel merged pull request #15058: Fix typo in amalgamation README.md (TREAD->THREAD) URL: https://github.com/apache/incubator-mxnet/pull/15058 This is an automated message from the Apache Git Service. To respond to

[GitHub] [incubator-mxnet] pengzhao-intel commented on issue #15058: Fix typo in amalgamation README.md (TREAD->THREAD)

2019-05-26 Thread GitBox
pengzhao-intel commented on issue #15058: Fix typo in amalgamation README.md (TREAD->THREAD) URL: https://github.com/apache/incubator-mxnet/pull/15058#issuecomment-496003433 Thanks for your contribution. Merging now :) This

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

2019-05-26 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 ac9031d Bump the publish

[GitHub] [incubator-mxnet] feinsteinben closed issue #15076: ccccccgtfvgcucekucuglvkilbnebfuhudukkdbjkgij

2019-05-26 Thread GitBox
feinsteinben closed issue #15076: ccgtfvgcucekucuglvkilbnebfuhudukkdbjkgij URL: https://github.com/apache/incubator-mxnet/issues/15076 This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] [incubator-mxnet] mxnet-label-bot commented on issue #15076: ccccccgtfvgcucekucuglvkilbnebfuhudukkdbjkgij

2019-05-26 Thread GitBox
mxnet-label-bot commented on issue #15076: ccgtfvgcucekucuglvkilbnebfuhudukkdbjkgij URL: https://github.com/apache/incubator-mxnet/issues/15076#issuecomment-495986104 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] feinsteinben opened a new issue #15076: ccccccgtfvgcucekucuglvkilbnebfuhudukkdbjkgij

2019-05-26 Thread GitBox
feinsteinben opened a new issue #15076: ccgtfvgcucekucuglvkilbnebfuhudukkdbjkgij URL: https://github.com/apache/incubator-mxnet/issues/15076 Note: Providing complete information in the most concise form is the best way to get help. This issue template serves as the checklist for