Re: Release plan - MXNET 1.3

2018-08-31 Thread Roshani Nagmote
; > > > >> *Performance improvement > > > > > >> +Support for dot(dns, csr) = dns and dot(dns, csr.T) = dns on > CPU > > > > > >> https://github.com/apache/incubator-mxnet/pull/3 > > > > > >> +Performance impro

Re: Release plan - MXNET 1.3

2018-08-31 Thread sandeep krishnamurthy
github.com/apache/incubator-mxnet/pull/3 > > > > >> +Performance improvement for Batch Dot on CPU from mshadow > > > > >> https://github.com/dmlc/mshadow/pull/342 > > > > >> -Fix the topk regression issue (#12197) > > > > >> Th

Re: Release plan - MXNET 1.3

2018-08-30 Thread Roshani Nagmote
> >> > > >> *MKL-DNN > > >> More functionality supports: > > >> +Support more activation functions, "sigmoid", "tanh", "softrelu" > > >> https://github.com/apache/incubator-mxnet/pull/10336 > > >>

Re: Release plan - MXNET 1.3

2018-08-23 Thread kellen sunderland
nctionality: > >> +Result check > >> https://github.com/apache/incubator-mxnet/pull/12069 > >> +Backend switch > >> https://github.com/apache/incubator-mxnet/pull/12058 > >> > >> Thanks, > >> > >> --Patric > >> >

Re: Release plan - MXNET 1.3

2018-08-23 Thread Roshani Nagmote
incubator-mxnet/pull/12069 >> +Backend switch >> https://github.com/apache/incubator-mxnet/pull/12058 >> >> Thanks, >> >> --Patric >> >> > -Original Message- >> > From: Roshani Nagmote [mailto:roshaninagmo...@gmail.com] >&g

Re: Release plan - MXNET 1.3

2018-08-22 Thread Roshani Nagmote
nks, > > --Patric > > > -Original Message- > > From: Roshani Nagmote [mailto:roshaninagmo...@gmail.com] > > Sent: Wednesday, August 22, 2018 1:53 AM > > To: dev@mxnet.incubator.apache.org > > Subject: Re: Release plan - MXNET 1.3 > > >

RE: Release plan - MXNET 1.3

2018-08-21 Thread Zhao, Patric
atric > -Original Message- > From: Roshani Nagmote [mailto:roshaninagmo...@gmail.com] > Sent: Wednesday, August 22, 2018 1:53 AM > To: dev@mxnet.incubator.apache.org > Subject: Re: Release plan - MXNET 1.3 > > Hi, > > Thank you everyone for helping to clear rele

Re: Release plan - MXNET 1.3

2018-08-21 Thread Roshani Nagmote
Hi, Thank you everyone for helping to clear release blockers. CI tests were failing so we delayed RC by some time. But now the tests are passing and we are ready to cut the release branch. I have drafted release notes here:

Re: Release plan - MXNET 1.3

2018-08-16 Thread Afrooze, Sina
Hi Roshani - Can you please make sure that this fix (which is already merged to master) is also merged to the stable branch for 1.3.0: https://github.com/apache/incubator-mxnet/pull/11493 - Thanks, Sina On 8/16/18, 10:51 AM, "Roshani Nagmote" wrote: Hi all, Release status:

Re: Release plan - MXNET 1.3

2018-08-16 Thread Roshani Nagmote
Hi all, Release status: Currently, for release 1.3.0 there are a couple of issues open which needs to be resolved before cutting RC. The current date we are looking at for cutting RC0 is 08/17(Friday). Open issues which need to be looked at before cutting RC: 1. Topk regression issue

Re: Release plan - MXNET 1.3

2018-08-14 Thread Roshani Nagmote
Talked to the person who ran resnet50 benchmarks offline. Build flag was not properly set so there was a difference in performance numbers observed. There is no issue caught and he was able to get the same results as mentioned here https://mxnet.incubator.apache.org/faq/perf.html

Re: Release plan - MXNET 1.3

2018-08-13 Thread Roshani Nagmote
Hi Dom, I verified resnet50 run on MXNet master branch. Checked on single gpu machine. Numbers match. I didn't see any performance degradation. https://mxnet.incubator.apache.org/faq/perf.html#scoring-results Can you please give me more details on the instance type and script you ran exactly so

Re: Release plan - MXNET 1.3

2018-08-13 Thread Naveen Swamy
Is this is a major feature? This is a regression that Dom is reporting wrt to performance On Mon, Aug 13, 2018 at 11:38 AM, Roshani Nagmote wrote: > Thanks for reporting this issue Dom. > 08/10 (Frida)y was the major feature freeze date. We won't be accepting any > new features now for MXNet

Re: Release plan - MXNET 1.3

2018-08-13 Thread Roshani Nagmote
Thanks for reporting this issue Dom. 08/10 (Frida)y was the major feature freeze date. We won't be accepting any new features now for MXNet 1.3 release. RC0 will be cut on 08/17(Friday). Will be verifying the performance degradation issue mentioned. Thanks, Roshani On Mon, Aug 13, 2018 at 8:45

Re: Release plan - MXNET 1.3

2018-08-13 Thread Divakaruni, Dominic
Hi all, We tested resnet50 on MXNet built from master branch on Friday and were seeing degraded performance on GPU - about 50% slower compared to these values here https://mxnet.incubator.apache.org/faq/perf.html. FWIW this slowdown was seen for both MXNet as well as the TRT integrated MXNet.

Re: Release plan - MXNET 1.3

2018-08-13 Thread kellen sunderland
Hey Roshani, Has a RC branch already been cut? If so, a quick heads up that I think this commit should probably get into RC0 for 1.3. https://github.com/apache/incubator-mxnet/commit/ee8755a2531b322fec29c9c3d2aa3b8738da41f3 It won't cause issues for users, but from a versioning compatibility

Re: Release plan - MXNET 1.3

2018-08-10 Thread Roshani Nagmote
Thanks Kellen and everyone else for working to get TensorRT PR merged! @Sina, I will be keeping track of that issue and fixes to get in the release. We are starting code freeze for 1.3 release today. A release candidate will be cut on 08/17. Feel free to add any other comments/suggestions.

Re: Release plan - MXNET 1.3

2018-08-10 Thread kellen sunderland
All merged and ready to go from my side Roshani (the TensorRT PR). I agree with Sina that issue 12116 looks it's a blocker. I'll try and reproduce it locally to get another datapoint. On Fri, Aug 10, 2018 at 3:15 AM Afrooze, Sina wrote: > Hi Roshani - I think this regression issue is a

Re: Release plan - MXNET 1.3

2018-08-09 Thread Afrooze, Sina
Hi Roshani - I think this regression issue is a release blocker: https://github.com/apache/incubator-mxnet/issues/12116 - Sina On 8/8/18, 12:40 PM, "Roshani Nagmote" wrote: Thanks, Kellen for letting me know. On Wed, Aug 8, 2018 at 12:09 PM kellen sunderland <

Re: Release plan - MXNET 1.3

2018-08-08 Thread Roshani Nagmote
Thanks, Kellen for letting me know. On Wed, Aug 8, 2018 at 12:09 PM kellen sunderland < kellen.sunderl...@gmail.com> wrote: > Hey Roshani, I think it should be ready by Friday. > > On Tue, Aug 7, 2018, 10:20 PM Roshani Nagmote > wrote: > > > Thanks Kellen. Yes, we were treating this PR as a

Re: Release plan - MXNET 1.3

2018-08-08 Thread kellen sunderland
Hey Roshani, I think it should be ready by Friday. On Tue, Aug 7, 2018, 10:20 PM Roshani Nagmote wrote: > Thanks Kellen. Yes, we were treating this PR as a release blocker. Do you > have any ETA by which it will be completed? Approximate time will also > work. > @zhi, Thanks for bringing this

Re: Release plan - MXNET 1.3

2018-08-07 Thread Roshani Nagmote
Thanks Kellen. Yes, we were treating this PR as a release blocker. Do you have any ETA by which it will be completed? Approximate time will also work. @zhi, Thanks for bringing this PR into notice. I will keep a track of it. -Roshani On Tue, Aug 7, 2018 at 11:30 AM Joshua Z. Zhang wrote: > I

Re: Release plan - MXNET 1.3

2018-08-07 Thread Joshua Z. Zhang
I strongly suggest to track this PR https://github.com/apache/incubator-mxnet/pull/11908 in 1.3 release which fixed the usability issue for lower end machines that don’t have as large shared memory space as ec2 instances. Best, - Zhi >

Re: Release plan - MXNET 1.3

2018-08-07 Thread kellen sunderland
Thanks for bringing this up Roshani. To give everyone some background, I'm working under the assumption that this is a blocking PR. I'm updating the PR to reflect the requests from Steffen/Eric. I'm also trying to make a few small refactors that should make it impossible to affect non-TRT

Re: Release plan - MXNET 1.3

2018-08-07 Thread Roshani Nagmote
Hi all, Right now, we are delaying MXNet 1.3 release for pending TensorRT PR ( https://github.com/apache/incubator-mxnet/pull/11325 ). I wanted to ask everyone for their opinions if we should delay the release to get tensorRT integration in or we should go ahead with the release and include

Re: Release plan - MXNET 1.3

2018-08-06 Thread Hagay Lupesko
Some thoughts: why not keep it out of 1.3, and merge it into master so it can go out with 1.4 instead? Pros: - Reduce quality risks for 1.3 - More time to test and get feedback before release - Avoid further delays in 1.3 release (lots of good stuff there already for users) Cons: - People will

Re: Release plan - MXNET 1.3

2018-08-05 Thread Steffen Rochel
Marek, Kellen, Jun, Da, Eric, myself and a few other people discussed offline about TensorRT integration PR ( https://github.com/apache/incubator-mxnet/pull/11325 ). We do agree that it would be good to include the PR into upcoming 1.3 release, but are all concerned about the risk involved and the

Re: Release plan - MXNET 1.3

2018-07-31 Thread Roshani Nagmote
Hi, I have created a wiki for tracking MXNet 1.3 release with the timeline. Please take a look here: https://cwiki.apache.org/confluence/display/MXNET/Apache+MXNet+%28incubating%29+1.3.0+Release+Status I am still waiting for following 2 PRs to get merged: TRT integration:

Re: Release plan - MXNET 1.3

2018-07-26 Thread Pedro Larroy
I would like to get these PR merged: https://github.com/apache/incubator-mxnet/pull/11636 https://github.com/apache/incubator-mxnet/pull/11562 How much longer until the code freeze? On Thu, Jul 26, 2018 at 1:44 AM Roshani Nagmote wrote: > Hi all, > > PRs waiting to be merged for 1.3 release:

Re: Release plan - MXNET 1.3

2018-07-25 Thread Roshani Nagmote
Hi all, PRs waiting to be merged for 1.3 release: https://github.com/apache/incubator-mxnet/pull/11325 Are there any other PRs waiting to get merged? Please let me know. Release blocker issue: https://github.com/apache/incubator-mxnet/issues/11853 @Marco, @Kellen, Thanks for bringing up the

Re: Release plan - MXNET 1.3

2018-07-23 Thread kellen sunderland
Thanks again for organizing Roshani. I believe the TensorRT work is ready for a merge. Thanks to Marek and all the NVIDIA people for iterating on it. If possible could a committer review, make sure it meets their expectations and then merge? PR is here:

Re: Release plan - MXNET 1.3

2018-07-23 Thread Marco de Abreu
Hello Roshani, frequent releases are good and I'm supportive for this in general in order to provide our users with the latest features and improvements. But at the moment, I'm slightly concerned about the test coverage due to [1]. I want us to be conscious about cutting a release even though not

Re: Release plan - MXNET 1.3

2018-07-23 Thread Roshani Nagmote
Hi all, As mentioned before, code freeze date is today July 23rd. Please try to get your ongoing PRs merged by today. Please let me know if there are any concerns or need more time. Thanks, Roshani On Thu, Jul 19, 2018 at 1:16 PM Anirudh Acharya wrote: > @sandeep krishnamurthy the bug fixes

Re: Release plan - MXNET 1.3

2018-07-19 Thread Anirudh Acharya
@sandeep krishnamurthy the bug fixes in the R-package is something we have just begun, there will not be anything significant to announce before the v1.3 code freeze. On Wed, Jul 18, 2018 at 10:08 PM Steffen Rochel wrote: > To make it easier to find the discussions related to project proposals

Re: Release plan - MXNET 1.3

2018-07-18 Thread Steffen Rochel
To make it easier to find the discussions related to project proposals I added a column with a link to the thread on dev@ for most projects. Appreciate for the project owners to fill in the blanks and to check that I got the right threads. Regards, Steffen On Wed, Jul 18, 2018 at 7:11 PM Roshani

Re: Release plan - MXNET 1.3

2018-07-18 Thread sandeep krishnamurthy
Thanks Roshani. I know other 2 contributors (Anirudh and Ankit) working on stabilizing R package release, any release announcements in R for 1.3? Best, Sandeep On Wed, Jul 18, 2018 at 7:11 PM Roshani Nagmote wrote: > Hi Kellen, > > Sure. I will update the notes with the information. > >

Re: Release plan - MXNET 1.3

2018-07-18 Thread Roshani Nagmote
Hi Kellen, Sure. I will update the notes with the information. Thanks, Roshani On Wed, Jul 18, 2018 at 3:01 PM kellen sunderland < kellen.sunderl...@gmail.com> wrote: > Hey Roshani, > > Would you be able to add 'TensorRT Runtime Integration' to the list of > upcoming features? We'll target

Re: Release plan - MXNET 1.3

2018-07-18 Thread kellen sunderland
Hey Roshani, Would you be able to add 'TensorRT Runtime Integration' to the list of upcoming features? We'll target getting the release in and polished by the 23rd. Design proposal is here: https://cwiki.apache.org/confluence/display/MXNET/Runtime+Integration+with+TensorRT and the lead

Release plan - MXNET 1.3

2018-07-18 Thread Roshani Nagmote
Hi All, I am starting the process to prepare for Apache MXNet (incubating) 1.3 Release. Please find project proposal draft for this release here: <*https://cwiki.apache.org/confluence/display/MXNET/Project+Proposals+for+next+MXNet+Release