[VOTE] Release Apache MXNet(incubating) version 1.0.0.rc0

2017-11-27 Thread Chris Olivier
Hi All,

The vote for releasing Apache MXNet (incubating) 1.0.0 RC0 passed with the
following result -


+1 binding

- Chris Olivier

- Sebastian

- Indhu Bharathi

- Haibin Lin


+1 non binding

- Bhavin Thaker

- Steffen Rochel


There was no -1 and 0


Vote thread




I am now going to create a vote on the general@ list.


Thanks,


-Chris Olivier


Re: [VOTE] Release Apache MXNet(incubating) version 1.0.0.rc0

2017-11-27 Thread Lin, Haibin
+1 (binding) 

Built from source on an Ubuntu GPU instance, ran mnist_sae.py and 
matrix_factorization.py and both examples work fine. 

Best,
Haibin 

On 11/27/17, 8:53 AM, "Indhu"  wrote:

+1 (binding)

Built from source and tested with some example code.


On Fri, Nov 24, 2017, 4:00 PM Chris Olivier  wrote:

> This is the vote to release Apache MXNet (incubating) version 1.0.0.
>
> Voting will start now (Friday, November 24, 2017) and
>
> will remain open for 72 hours.
>
>
> Link to release notes:
>
> https://cwiki.apache.org/confluence/display/MXNET/
> Apache+MXNet+%28incubating%29+1.0+Release+Notes
>
>
> Link to release candidate 1.0.0.rc0:
>
> https://dist.apache.org/repos/dist/dev/incubator/mxnet/1.0.0.rc0/
>
>
> View this page and scroll down to “Build from Source” to build this
> project:
>
> https://mxnet.incubator.apache.org/install/index.html
>
>
> The release tag can be found here:
>
> https://github.com/apache/incubator-mxnet/tree/1.0.0.rc0
>
> (Note: The README.md points to the 1.0.0 tag and does not work at the
> moment.)
>
>
> We are planning to have the MXNet version 1.0.0 release ready before the
> NIPS conference that starts on 04-Dec, 2017 and your timely response for
> the vote will be highly appreciated.
>
> Please make sure you TEST before you vote accordingly:
>
> +1 = approve
>
> +0 = no opinion
>
> -1 = disapprove (provide reason)
>




Re: [VOTE] Release Apache MXNet(incubating) version 1.0.0.rc0

2017-11-27 Thread Indhu
+1 (binding)

Built from source and tested with some example code.


On Fri, Nov 24, 2017, 4:00 PM Chris Olivier  wrote:

> This is the vote to release Apache MXNet (incubating) version 1.0.0.
>
> Voting will start now (Friday, November 24, 2017) and
>
> will remain open for 72 hours.
>
>
> Link to release notes:
>
> https://cwiki.apache.org/confluence/display/MXNET/
> Apache+MXNet+%28incubating%29+1.0+Release+Notes
>
>
> Link to release candidate 1.0.0.rc0:
>
> https://dist.apache.org/repos/dist/dev/incubator/mxnet/1.0.0.rc0/
>
>
> View this page and scroll down to “Build from Source” to build this
> project:
>
> https://mxnet.incubator.apache.org/install/index.html
>
>
> The release tag can be found here:
>
> https://github.com/apache/incubator-mxnet/tree/1.0.0.rc0
>
> (Note: The README.md points to the 1.0.0 tag and does not work at the
> moment.)
>
>
> We are planning to have the MXNet version 1.0.0 release ready before the
> NIPS conference that starts on 04-Dec, 2017 and your timely response for
> the vote will be highly appreciated.
>
> Please make sure you TEST before you vote accordingly:
>
> +1 = approve
>
> +0 = no opinion
>
> -1 = disapprove (provide reason)
>


Re: [VOTE] Release Apache MXNet(incubating) version 1.0.0.rc0

2017-11-27 Thread Bhavin Thaker
+1 (non-binding)

I ran the following tests on the source tar for v1.0.0 RC0:

1) SUCCESSFULLY compiled and sanity-tested
both DEBUG and OPTIMIZED build
on a CPU-only instance (x1.32xlarge).

2) SUCCESSFULLY compiled and sanity-tested
OPTIMIZED build
on a GPU instance (p2.16xlarge).

$ cd src/make
$ diff config.mk config.mk.ci  | egrep ">"
> DEBUG = 1
> USE_CUDA = 1
> USE_CUDA_PATH = /usr/local/cuda
> USE_CUDNN = 1
> USE_DIST_KVSTORE = 1
> USE_S3 = 1

However, I found a minor problem:
Python crashes (core-dump) instead of a graceful error message when GPU
context is used on a CPU-only instance (EC2 x1.32xlarge)
I think this is NOT a release-blocker and would suggest adding it to known
problems in Release Notes for v1.0.0.
https://github.com/apache/incubator-mxnet/issues/8835
A workaround is to use the correct device context, i.e. do NOT use GPU
context on a CPU-only instance.

Bhavin Thaker.

On Sun, Nov 26, 2017 at 7:01 PM, Steffen Rochel 
wrote:

> +1 (non-binding)
> verified building from source and tested on macOS Sierra
>
> On Sun, Nov 26, 2017 at 10:32 AM Chris Olivier 
> wrote:
>
> > +1 (binding)
> >
> > On Sat, Nov 25, 2017 at 11:32 PM, Sebastian 
> > wrote:
> >
> > > +1 (binding)
> > >
> > > verified signature, verified building from source
> > >
> > > On 25.11.2017 01:00, Chris Olivier wrote:
> > >
> > >> This is the vote to release Apache MXNet (incubating) version 1.0.0.
> > >>
> > >> Voting will start now (Friday, November 24, 2017) and
> > >>
> > >> will remain open for 72 hours.
> > >>
> > >>
> > >> Link to release notes:
> > >>
> > >> https://cwiki.apache.org/confluence/display/MXNET/
> > >> Apache+MXNet+%28incubating%29+1.0+Release+Notes
> > >>
> > >>
> > >> Link to release candidate 1.0.0.rc0:
> > >>
> > >> https://dist.apache.org/repos/dist/dev/incubator/mxnet/1.0.0.rc0/
> > >>
> > >>
> > >> View this page and scroll down to “Build from Source” to build this
> > >> project:
> > >>
> > >> https://mxnet.incubator.apache.org/install/index.html
> > >>
> > >>
> > >> The release tag can be found here:
> > >>
> > >> https://github.com/apache/incubator-mxnet/tree/1.0.0.rc0
> > >>
> > >> (Note: The README.md points to the 1.0.0 tag and does not work at the
> > >> moment.)
> > >>
> > >>
> > >> We are planning to have the MXNet version 1.0.0 release ready before
> the
> > >> NIPS conference that starts on 04-Dec, 2017 and your timely response
> for
> > >> the vote will be highly appreciated.
> > >>
> > >> Please make sure you TEST before you vote accordingly:
> > >>
> > >> +1 = approve
> > >>
> > >> +0 = no opinion
> > >>
> > >> -1 = disapprove (provide reason)
> > >>
> > >>
> >
>