Re: [VOTE] Release MXNet version 1.2.1.RC1

2018-07-18 Thread Afrooze, Sina
018 5:06 PM >To: dev@mxnet.incubator.apache.org >Subject: Re: [VOTE] Release MXNet version 1.2.1.RC1 > >FWIW, neither can I. > >> On Jul 16, 2018, at 8:45 PM, Anirudh wrote: >> >> Hi Sina, >> >> I am unable to reproduce

RE: [VOTE] Release MXNet version 1.2.1.RC1

2018-07-17 Thread Yasser Zamani
. >-Original Message- >From: Jim Jagielski >Sent: Tuesday, July 17, 2018 5:06 PM >To: dev@mxnet.incubator.apache.org >Subject: Re: [VOTE] Release MXNet version 1.2.1.RC1 > >FWIW, neither can I. > >> On Jul 16, 2018, at 8:45 PM, Anirudh wrote: >> >&g

Re: [VOTE] Release MXNet version 1.2.1.RC1

2018-07-17 Thread Jim Jagielski
FWIW, neither can I. > On Jul 16, 2018, at 8:45 PM, Anirudh wrote: > > Hi Sina, > > I am unable to reproduce this issue on 1.2.1. > > Anirudh > > On Mon, Jul 16, 2018 at 5:26 PM, Afrooze, Sina wrote: > >> I know voting is over for this release, but I think this issue may warrant >> delaying

Re: [VOTE] Release MXNet version 1.2.1.RC1

2018-07-16 Thread Sheng Zha
I can confirm that #10989’s corresponding commit 022f238 is not on the release branch. Fix of #11772 on master is in #11776. -sz > On Jul 16, 2018, at 8:23 PM, Afrooze, Sina > wrote: > > Thanks Anirudh for checking. Looks like the PR for adding model summary > feature (https://github.com/apa

Re: [VOTE] Release MXNet version 1.2.1.RC1

2018-07-16 Thread Afrooze, Sina
Thanks Anirudh for checking. Looks like the PR for adding model summary feature (https://github.com/apache/incubator-mxnet/pull/10989) introduced this regression. This change isn't included in 1.2.0 or 1.2.1 , so 1.2.1 should be good. @szha: Can you please double check and confirm that 1.2.1 is

Re: [VOTE] Release MXNet version 1.2.1.RC1

2018-07-16 Thread Anirudh
Hi Sina, I am unable to reproduce this issue on 1.2.1. Anirudh On Mon, Jul 16, 2018 at 5:26 PM, Afrooze, Sina wrote: > I know voting is over for this release, but I think this issue may warrant > delaying: https://github.com/apache/incubator-mxnet/issues/11772. Looks > like save_parameters doe

Re: [VOTE] Release MXNet version 1.2.1.RC1

2018-07-16 Thread Afrooze, Sina
I know voting is over for this release, but I think this issue may warrant delaying: https://github.com/apache/incubator-mxnet/issues/11772. Looks like save_parameters doesn't fix the issue it is designed to fix (i.e. two instances of the same network in the same session) if LSTMs are used. - S

Re: [RESULT][VOTE] Release MXNet version 1.2.1.RC1

2018-07-12 Thread Roshani Nagmote
Hi All, Updating the results. This vote passes with 9 +1 votes (1 binding) and no 0 or -1 votes. *+1 votes* *IPMC Members:* - Sergio *Committers*: - Haibin - Indhu - Sandeep - Jun - Zhi - Naveen *Contributors:* - Lin - Hao Vote thread: *https://lists.apache.org/thread.html/6a0459a54dd0b13fc8

[RESULT][VOTE] Release MXNet version 1.2.1.RC1

2018-07-12 Thread Roshani Nagmote
Hi All, Thank you for spending the time to test MXNet 1.2.1.RC1 release. This vote passes with 9 +1 (binding votes). Binding +1: Haibin Indhu Sandeep Jun Zhi Naveen Lin Sergio Hao Vote thread: *https://lists.apache.org/thread.html/6a0459a54dd0b13fc89f653af91306810aa83d5d1a578a2abbac89fe@%3Cdev.

Re: [VOTE] Release MXNet version 1.2.1.RC1

2018-07-12 Thread Hao Jin
+1 Built on Ubuntu with CUDA 9.0 and CuDNN 7 and verified that sparse tests are passing. Hao On Thu, Jul 12, 2018 at 3:01 PM, Sergio Fernández wrote: > +1 (binding) > > On Mon, Jul 9, 2018, 16:53 Roshani Nagmote > wrote: > > > Hi all, > > > > I would like to propose a vote to release Apache MXN

Re: [VOTE] Release MXNet version 1.2.1.RC1

2018-07-12 Thread Sergio Fernández
+1 (binding) On Mon, Jul 9, 2018, 16:53 Roshani Nagmote wrote: > Hi all, > > I would like to propose a vote to release Apache MXNet (incubating) version > 1.2.1.RC1. Voting will start now (Monday, Jul 9th) and end at 5:50 PM > PDT, Thursday, July 12th. > > Link to release candidate 1.2.1.rc1: >

Re: [VOTE] Release MXNet version 1.2.1.RC1

2018-07-12 Thread Lin Yuan
+1 Built on Windows server. Ran unittests. Works as expected. On Thu, Jul 12, 2018 at 8:01 AM sandeep krishnamurthy < sandeep.krishn...@gmail.com> wrote: > +1 > > Built from source. Tested on CPU and GPU with Keras-MXNet (ResNet and LSTM > examples), works as expected. > > Best, > Sandeep > > On

Re: [VOTE] Release MXNet version 1.2.1.RC1

2018-07-12 Thread Naveen Swamy
+1 tested Scala build from source and ran scalatest On Thu, Jul 12, 2018 at 1:53 PM, Zhi Zhang wrote: > > > On 2018/07/12 17:26:33, Jun Wu wrote: > > +1 Built from source and ran the gpu unit tests. > > > > On Thu, Jul 12, 2018 at 8:01 AM sandeep krishnamurthy < > > sandeep.krishn...@gmail.com

Re: [VOTE] Release MXNet version 1.2.1.RC1

2018-07-12 Thread Zhi Zhang
On 2018/07/12 17:26:33, Jun Wu wrote: > +1 Built from source and ran the gpu unit tests. > > On Thu, Jul 12, 2018 at 8:01 AM sandeep krishnamurthy < > sandeep.krishn...@gmail.com> wrote: > > > +1 > > > > Built from source. Tested on CPU and GPU with Keras-MXNet (ResNet and LSTM > > examples)

Re: [VOTE] Release MXNet version 1.2.1.RC1

2018-07-12 Thread Jun Wu
+1 Built from source and ran the gpu unit tests. On Thu, Jul 12, 2018 at 8:01 AM sandeep krishnamurthy < sandeep.krishn...@gmail.com> wrote: > +1 > > Built from source. Tested on CPU and GPU with Keras-MXNet (ResNet and LSTM > examples), works as expected. > > Best, > Sandeep > > On Thu, Jul 12,

Re: [VOTE] Release MXNet version 1.2.1.RC1

2018-07-12 Thread sandeep krishnamurthy
+1 Built from source. Tested on CPU and GPU with Keras-MXNet (ResNet and LSTM examples), works as expected. Best, Sandeep On Thu, Jul 12, 2018 at 7:10 AM Indhu wrote: > +1 > > Built from source. Tested few RNN samples on GPU. Works fine. > > On Thu, Jul 12, 2018, 12:01 AM Haibin Lin > wrote:

Re: [VOTE] Release MXNet version 1.2.1.RC1

2018-07-12 Thread Indhu
+1 Built from source. Tested few RNN samples on GPU. Works fine. On Thu, Jul 12, 2018, 12:01 AM Haibin Lin wrote: > +1 > Built from source with cuda and dist kvstore. Ran dist_sync_kvstore.py > nightly test and it passed. > > Best, > Haibin > > On Wed, Jul 11, 2018 at 6:13 PM, Roshani Nagmote <

Re: [VOTE] Release MXNet version 1.2.1.RC1

2018-07-12 Thread Haibin Lin
+1 Built from source with cuda and dist kvstore. Ran dist_sync_kvstore.py nightly test and it passed. Best, Haibin On Wed, Jul 11, 2018 at 6:13 PM, Roshani Nagmote wrote: > Hi All, > > Could you please test and vote for this release? Voting will end tomorrow > by 5:50 pm PDT. > > Thanks, > Rosh

Re: [VOTE] Release MXNet version 1.2.1.RC1

2018-07-11 Thread Roshani Nagmote
Hi All, Could you please test and vote for this release? Voting will end tomorrow by 5:50 pm PDT. Thanks, Roshani On Mon, Jul 9, 2018 at 4:53 PM Roshani Nagmote wrote: > Hi all, > > I would like to propose a vote to release Apache MXNet (incubating) > version > 1.2.1.RC1. Voting will start now

[VOTE] Release MXNet version 1.2.1.RC1

2018-07-09 Thread Roshani Nagmote
Hi all, I would like to propose a vote to release Apache MXNet (incubating) version 1.2.1.RC1. Voting will start now (Monday, Jul 9th) and end at 5:50 PM PDT, Thursday, July 12th. Link to release candidate 1.2.1.rc1: *https://github.com/apache/incubator-mxnet/releases/tag/1.2.1.rc1