Re: [apache/incubator-mxnet] [RFC] v1.8.0 release (#18800)

2020-07-27 Thread Jake Lee
I would like to include the [BatchNorm performance improvement PR](https://github.com/apache/incubator-mxnet/pull/18676) for axis != 1 to 1.8 -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub:

Re: [DISCUSS] Assigning Issues

2019-09-12 Thread Jake Lee
+1 On Thu, Sep 12, 2019 at 1:37 PM Anirudh Subramanian wrote: > +1 > > On Thu, Sep 12, 2019 at 1:15 PM Zach Kimberg > wrote: > > > We had a discussion a while back about trying to improve the way we > handle > > issues by assigning them to users who are working on them. However, the > >

Re: [Announcement] New Committer - Lai Wei

2019-08-03 Thread Jake Lee
Congratulations! Lai On Sat, Aug 3, 2019 at 6:13 PM Sheng Zha wrote: > Hi all, > > Please join me in welcoming Lai (Roy) Wei as a new committer of Apache > MXNet (incubating)! > > Lai was one of the main contributor to the MXNet Keras frontend. More > recently, he contributed the > Gluon

Re: [Discuss] MXNet Python 2 Support Deprecation

2019-07-18 Thread Jake Lee
+1 On Thu, Jul 18, 2019 at 11:27 AM Junru Shao wrote: > +1 > > On Thu, Jul 18, 2019 at 11:12 AM Anirudh Acharya > wrote: > > > +1 > > > > On Thu, Jul 18, 2019 at 11:03 AM Marco de Abreu > > > wrote: > > > > > +1 > > > > > > -Marco > > > > > > Sheng Zha schrieb am Do., 18. Juli 2019, 19:59: >

Re: CUDA recommendation

2019-05-24 Thread Jake Lee
Hi Aaron, The performance regression that Sam mentioned above is this one [1]. Since CUDA 10.1 doesn’t have the regression, Nvidia suggested us to move to CUDA 10.1. Regarding documentation. I will raised a PR to update it. Thanks. Jake [1] https://github.com/apache/incubator-mxnet/issues/14725

Re: Dependency Update

2019-05-22 Thread Jake Lee
ntent on CPU/GPU build instruction is really > helpful. > > > > Thanks, > > Qing > > > > > > From: Jake Lee > > Sent: Wednesday, May 22, 2019 17:26 > > To: dev@mxnet.incubator.apache.org > > Subject

Dependency Update

2019-05-22 Thread Jake Lee
Dear Community, I have been working on dependency udpate of MXNet. The goal is to upgrade the dependencies that have security vulnerability issues and make MXNet great again by being benefit from latest CUDA, cuDNN and NCCL software. I documented the process on PR<

Re: Python2 End of Life

2019-05-13 Thread Jake Lee
+1 Recently I upgraded the Numpy version and found out that Pylint had false alarm on it. The Pylint fix is only available on Python3. So I changed the default python version of 'make pylint' command to python3 (PR haven't been merged). It's time to drop support for Python2. On Mon, May 13, 2019

Re: [Announcement] New Committer - Zach Kimberg

2019-05-09 Thread Jake Lee
Congrat! On Thu, May 9, 2019 at 10:37 AM Yuan Tang wrote: > Welcome! > > On Thu, May 9, 2019 at 1:36 PM Marco de Abreu > wrote: > > > Welcome! > > > > Hagay Lupesko schrieb am Do., 9. Mai 2019, 19:33: > > > > > Congratulations Zach - well deserved! > > > > > > On Thu, May 9, 2019, 13:26 Qing

Re: [Announcement] New Committer - Patric Zhao

2019-03-21 Thread Jake Lee
Congrats, Patric! Jake On Thu, Mar 21, 2019 at 12:03 PM Lin Yuan wrote: > Congrats, Patric! > > On Thu, Mar 21, 2019 at 10:32 AM Yuxi Hu wrote: > > > Congrats, Patric! Well deserved! > > > > On Wed, Mar 20, 2019 at 1:08 PM kellen sunderland < > > kellen.sunderl...@gmail.com> wrote: > > > > >

Re: [Announcement] New Committer -- Lin Yuan

2019-02-03 Thread Jake Lee
Congrats Lin! Tianqi Chen 於 2019年2月2日 週六 下午3:27寫道: > Dear Community: > > Please join me to welcome Lin Yuan(@apeforest) as a new committer of > Apache(incubating) MXNet! > > He has contributed to various improvements, including better compatibility > of larger arrays across the codebase. > >

Re: [Announce] Upcoming Apache MXNet (incubating) 1.4.0 release

2018-12-06 Thread Jake Lee
Hi Steffen, It would be nice to add this PR to 1.4 release. https://github.com/apache/incubator-mxnet/pull/13550 It fixes the imagedetiter issue for mxnet 1.3 https://github.com/apache/incubator-mxnet/issues/13037. Thanks, Jake Lee Lin Yuan 於 2018年11月29日 週四 下午7:27寫道: > Hi Steffen, >

Re: Regressions in NDArrayIter

2018-09-11 Thread Jake Lee
I am looking into it. Could you provide the shape of NDArrayIter and minimal reproducible code? Thank you so much! Alfredo Luque 於 2018年9月11日 週二 下午6:05寫道: > Looks like https://github.com/apache/incubator-mxnet/pull/12285 broke a > ton > of our test cases iterating over 3D NDArray instances