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

2019-05-02 Thread Philip Cho
+1 (non-binding)

Build from source for CPU target works.
I managed to run quantization examples found at
https://github.com/apache/incubator-mxnet/tree/1.4.1.rc0/example/quantization#4

Philip.

On 2019/04/30 06:51:45, Junru Shao  wrote:
> Dear MXNet community,
>
> This is the 3-day vote to release Apache MXNet (incubating) version
v1.4.1.
> The voting on dev@ list will start Apr 29 23:59:59 (PST) and close on May
> 02 23:59:59.
>
> Below are links to
> 1) Release notes:
>
https://cwiki.apache.org/confluence/display/MXNET/Apache+MXNet+%28incubating%29+1.4.1+Release+Notes
> .
> 2) Release Candidate:
> https://github.com/apache/incubator-mxnet/releases/tag/1.4.1.rc0.
> 3) Source and signatures on Apache dist server:
> https://dist.apache.org/repos/dist/dev/incubator/mxnet/1.4.1.rc0/.
>
> Please remember to TEST first before voting accordingly:
> +1 = approve
> +0 = no opinion
> -1 = disapprove (provide reason)
>
> Best regards,
> Junru Shao
>


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

2019-05-02 Thread Joshua Z. Zhang
+1 (non-binding)

Build from source with cuda/cudnn. 

- All tests passed
- GluonCV unittest scripts passed
- GluonCV training scripts passed
- No issue with python multiprocessing

Best,
Zhi
> On May 2, 2019, at 11:34 AM, kellen sunderland  
> wrote:
> 
> +1 (non-binding)
> 
> I checked TRT integration builds and tests pass.
> MD5s
> Sigs look good.
> 
> -Kellen
> 
> On Thu, May 2, 2019 at 10:51 AM Damien Stanton 
> wrote:
> 
>> +1 (binding)
>> 
>> Built from source / Scala / Clojure. All tests pass. The only issue of
>> minor note: The macOS build guide indicates a directive `brew install
>> opencv` however this installs OpenCV 4, which is currently incompatible
>> with mxnet and causes a failed build. The guide should specify `brew
>> install opencv@3` until/if version 4 is supported.
>> 
>> Best,
>> Damien
>> 
>> On Thu, May 2, 2019 at 12:53 PM Lai Wei  wrote:
>> 
>>> +1
>>> 
>>> Built from source and tested keras-mxnet working fine.
>>> 
>>> Best Regards
>>> 
>>> Lai
>>> 
>>> 
>>> On Wed, May 1, 2019 at 4:22 PM Carin Meier  wrote:
>>> 
 + 1 (binding)
 
 Built Scala/ Clojure and ran tests
 
 On Wed, May 1, 2019 at 7:06 PM Aaron Markham <
>> aaron.s.mark...@gmail.com>
 wrote:
 
> Make that +1 (non-binding)
> 
> On Wed, May 1, 2019 at 3:42 PM Aaron Markham <
>>> aaron.s.mark...@gmail.com>
> wrote:
>> 
>> +1 (binding)
>> 
>> * Built with GPU and tested the first part of the ssd example.
>> * Built with GPU / cross-compiled to arm8 for Jetson.
>> * Built Scala/Java on top of the cross-compiled arm8 (ran into
>>> trouble
>> here, but I think this is not popular enough yet to derail things,
>> plus there are workarounds)
>> * Built on CPU instance and tested docs.
>> http://34.201.8.176/versions/1.4.1/api/python/io/io.html
>> I don't see anything specific being different in this patch for
>> docs,
>> so hard to tell if there's an issue. I'll assume not given the
>> successful generation of the API docs.
>> 
>> 
>> On Wed, May 1, 2019 at 1:28 PM Pedro Larroy
>>  wrote:
>>> 
>>> +1 (non-binding)
>>> 
>>> Tried CPU build + C++ tests + 714 Python unit tests in 605s.
>>> ARMv7 build + small unit test in QEMU + ARMv8 builds.
>>> 
>>> Thanks. Regards
>>> 
>>> Pedro.
>>> 
>>> On Wed, May 1, 2019 at 10:41 AM Qing Lan 
 wrote:
 
 +1 (binding)
 
 build from source works for OSX and Ubuntu CPU
 Scala build/test successfully with Dynamic link and static
>> link.
 
 Thanks,
 Qing
 
 
 From: Sheng Zha 
 Sent: Wednesday, May 1, 2019 13:14
 To: d...@mxnet.apache.org
 Subject: Re: [VOTE] Release Apache MXNet (incubating) version
> 1.4.1.rc0
 
 Hi all,
 
 Reminder that the vote for 1.4.1 release is still ongoing. If
>> you
> can, please help out. Thank you.
 
 -sz
 
 On 2019/04/30 06:51:45, Junru Shao 
 wrote:
> Dear MXNet community,
> 
> This is the 3-day vote to release Apache MXNet (incubating)
> version v1.4.1.
> The voting on dev@ list will start Apr 29 23:59:59 (PST) and
> close on May
> 02 23:59:59.
> 
> Below are links to
> 1) Release notes:
> 
> 
 
>>> 
>> https://cwiki.apache.org/confluence/display/MXNET/Apache+MXNet+%28incubating%29+1.4.1+Release+Notes
> .
> 2) Release Candidate:
> 
>>> https://github.com/apache/incubator-mxnet/releases/tag/1.4.1.rc0
 .
> 3) Source and signatures on Apache dist server:
> 
 https://dist.apache.org/repos/dist/dev/incubator/mxnet/1.4.1.rc0/.
> 
> Please remember to TEST first before voting accordingly:
> +1 = approve
> +0 = no opinion
> -1 = disapprove (provide reason)
> 
> Best regards,
> Junru Shao
> 
> 
 
>>> 
>> 



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

2019-05-02 Thread kellen sunderland
+1 (non-binding)

I checked TRT integration builds and tests pass.
MD5s
Sigs look good.

-Kellen

On Thu, May 2, 2019 at 10:51 AM Damien Stanton 
wrote:

> +1 (binding)
>
> Built from source / Scala / Clojure. All tests pass. The only issue of
> minor note: The macOS build guide indicates a directive `brew install
> opencv` however this installs OpenCV 4, which is currently incompatible
> with mxnet and causes a failed build. The guide should specify `brew
> install opencv@3` until/if version 4 is supported.
>
> Best,
> Damien
>
> On Thu, May 2, 2019 at 12:53 PM Lai Wei  wrote:
>
> > +1
> >
> > Built from source and tested keras-mxnet working fine.
> >
> > Best Regards
> >
> > Lai
> >
> >
> > On Wed, May 1, 2019 at 4:22 PM Carin Meier  wrote:
> >
> > > + 1 (binding)
> > >
> > > Built Scala/ Clojure and ran tests
> > >
> > > On Wed, May 1, 2019 at 7:06 PM Aaron Markham <
> aaron.s.mark...@gmail.com>
> > > wrote:
> > >
> > > > Make that +1 (non-binding)
> > > >
> > > > On Wed, May 1, 2019 at 3:42 PM Aaron Markham <
> > aaron.s.mark...@gmail.com>
> > > > wrote:
> > > > >
> > > > > +1 (binding)
> > > > >
> > > > > * Built with GPU and tested the first part of the ssd example.
> > > > > * Built with GPU / cross-compiled to arm8 for Jetson.
> > > > > * Built Scala/Java on top of the cross-compiled arm8 (ran into
> > trouble
> > > > > here, but I think this is not popular enough yet to derail things,
> > > > > plus there are workarounds)
> > > > > * Built on CPU instance and tested docs.
> > > > > http://34.201.8.176/versions/1.4.1/api/python/io/io.html
> > > > > I don't see anything specific being different in this patch for
> docs,
> > > > > so hard to tell if there's an issue. I'll assume not given the
> > > > > successful generation of the API docs.
> > > > >
> > > > >
> > > > > On Wed, May 1, 2019 at 1:28 PM Pedro Larroy
> > > > >  wrote:
> > > > > >
> > > > > > +1 (non-binding)
> > > > > >
> > > > > > Tried CPU build + C++ tests + 714 Python unit tests in 605s.
> > > > > > ARMv7 build + small unit test in QEMU + ARMv8 builds.
> > > > > >
> > > > > > Thanks. Regards
> > > > > >
> > > > > > Pedro.
> > > > > >
> > > > > > On Wed, May 1, 2019 at 10:41 AM Qing Lan 
> > > wrote:
> > > > > > >
> > > > > > > +1 (binding)
> > > > > > >
> > > > > > > build from source works for OSX and Ubuntu CPU
> > > > > > > Scala build/test successfully with Dynamic link and static
> link.
> > > > > > >
> > > > > > > Thanks,
> > > > > > > Qing
> > > > > > >
> > > > > > > 
> > > > > > > From: Sheng Zha 
> > > > > > > Sent: Wednesday, May 1, 2019 13:14
> > > > > > > To: d...@mxnet.apache.org
> > > > > > > Subject: Re: [VOTE] Release Apache MXNet (incubating) version
> > > > 1.4.1.rc0
> > > > > > >
> > > > > > > Hi all,
> > > > > > >
> > > > > > > Reminder that the vote for 1.4.1 release is still ongoing. If
> you
> > > > can, please help out. Thank you.
> > > > > > >
> > > > > > > -sz
> > > > > > >
> > > > > > > On 2019/04/30 06:51:45, Junru Shao 
> > > wrote:
> > > > > > > > Dear MXNet community,
> > > > > > > >
> > > > > > > > This is the 3-day vote to release Apache MXNet (incubating)
> > > > version v1.4.1.
> > > > > > > > The voting on dev@ list will start Apr 29 23:59:59 (PST) and
> > > > close on May
> > > > > > > > 02 23:59:59.
> > > > > > > >
> > > > > > > > Below are links to
> > > > > > > > 1) Release notes:
> > > > > > > >
> > > >
> > >
> >
> https://cwiki.apache.org/confluence/display/MXNET/Apache+MXNet+%28incubating%29+1.4.1+Release+Notes
> > > > > > > > .
> > > > > > > > 2) Release Candidate:
> > > > > > > >
> > https://github.com/apache/incubator-mxnet/releases/tag/1.4.1.rc0
> > > .
> > > > > > > > 3) Source and signatures on Apache dist server:
> > > > > > > >
> > > https://dist.apache.org/repos/dist/dev/incubator/mxnet/1.4.1.rc0/.
> > > > > > > >
> > > > > > > > Please remember to TEST first before voting accordingly:
> > > > > > > > +1 = approve
> > > > > > > > +0 = no opinion
> > > > > > > > -1 = disapprove (provide reason)
> > > > > > > >
> > > > > > > > Best regards,
> > > > > > > > Junru Shao
> > > > > > > >
> > > >
> > >
> >
>


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

2019-05-02 Thread Damien Stanton
+1 (binding)

Built from source / Scala / Clojure. All tests pass. The only issue of
minor note: The macOS build guide indicates a directive `brew install
opencv` however this installs OpenCV 4, which is currently incompatible
with mxnet and causes a failed build. The guide should specify `brew
install opencv@3` until/if version 4 is supported.

Best,
Damien

On Thu, May 2, 2019 at 12:53 PM Lai Wei  wrote:

> +1
>
> Built from source and tested keras-mxnet working fine.
>
> Best Regards
>
> Lai
>
>
> On Wed, May 1, 2019 at 4:22 PM Carin Meier  wrote:
>
> > + 1 (binding)
> >
> > Built Scala/ Clojure and ran tests
> >
> > On Wed, May 1, 2019 at 7:06 PM Aaron Markham 
> > wrote:
> >
> > > Make that +1 (non-binding)
> > >
> > > On Wed, May 1, 2019 at 3:42 PM Aaron Markham <
> aaron.s.mark...@gmail.com>
> > > wrote:
> > > >
> > > > +1 (binding)
> > > >
> > > > * Built with GPU and tested the first part of the ssd example.
> > > > * Built with GPU / cross-compiled to arm8 for Jetson.
> > > > * Built Scala/Java on top of the cross-compiled arm8 (ran into
> trouble
> > > > here, but I think this is not popular enough yet to derail things,
> > > > plus there are workarounds)
> > > > * Built on CPU instance and tested docs.
> > > > http://34.201.8.176/versions/1.4.1/api/python/io/io.html
> > > > I don't see anything specific being different in this patch for docs,
> > > > so hard to tell if there's an issue. I'll assume not given the
> > > > successful generation of the API docs.
> > > >
> > > >
> > > > On Wed, May 1, 2019 at 1:28 PM Pedro Larroy
> > > >  wrote:
> > > > >
> > > > > +1 (non-binding)
> > > > >
> > > > > Tried CPU build + C++ tests + 714 Python unit tests in 605s.
> > > > > ARMv7 build + small unit test in QEMU + ARMv8 builds.
> > > > >
> > > > > Thanks. Regards
> > > > >
> > > > > Pedro.
> > > > >
> > > > > On Wed, May 1, 2019 at 10:41 AM Qing Lan 
> > wrote:
> > > > > >
> > > > > > +1 (binding)
> > > > > >
> > > > > > build from source works for OSX and Ubuntu CPU
> > > > > > Scala build/test successfully with Dynamic link and static link.
> > > > > >
> > > > > > Thanks,
> > > > > > Qing
> > > > > >
> > > > > > 
> > > > > > From: Sheng Zha 
> > > > > > Sent: Wednesday, May 1, 2019 13:14
> > > > > > To: d...@mxnet.apache.org
> > > > > > Subject: Re: [VOTE] Release Apache MXNet (incubating) version
> > > 1.4.1.rc0
> > > > > >
> > > > > > Hi all,
> > > > > >
> > > > > > Reminder that the vote for 1.4.1 release is still ongoing. If you
> > > can, please help out. Thank you.
> > > > > >
> > > > > > -sz
> > > > > >
> > > > > > On 2019/04/30 06:51:45, Junru Shao 
> > wrote:
> > > > > > > Dear MXNet community,
> > > > > > >
> > > > > > > This is the 3-day vote to release Apache MXNet (incubating)
> > > version v1.4.1.
> > > > > > > The voting on dev@ list will start Apr 29 23:59:59 (PST) and
> > > close on May
> > > > > > > 02 23:59:59.
> > > > > > >
> > > > > > > Below are links to
> > > > > > > 1) Release notes:
> > > > > > >
> > >
> >
> https://cwiki.apache.org/confluence/display/MXNET/Apache+MXNet+%28incubating%29+1.4.1+Release+Notes
> > > > > > > .
> > > > > > > 2) Release Candidate:
> > > > > > >
> https://github.com/apache/incubator-mxnet/releases/tag/1.4.1.rc0
> > .
> > > > > > > 3) Source and signatures on Apache dist server:
> > > > > > >
> > https://dist.apache.org/repos/dist/dev/incubator/mxnet/1.4.1.rc0/.
> > > > > > >
> > > > > > > Please remember to TEST first before voting accordingly:
> > > > > > > +1 = approve
> > > > > > > +0 = no opinion
> > > > > > > -1 = disapprove (provide reason)
> > > > > > >
> > > > > > > Best regards,
> > > > > > > Junru Shao
> > > > > > >
> > >
> >
>


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

2019-05-02 Thread Lai Wei
+1

Built from source and tested keras-mxnet working fine.

Best Regards

Lai


On Wed, May 1, 2019 at 4:22 PM Carin Meier  wrote:

> + 1 (binding)
>
> Built Scala/ Clojure and ran tests
>
> On Wed, May 1, 2019 at 7:06 PM Aaron Markham 
> wrote:
>
> > Make that +1 (non-binding)
> >
> > On Wed, May 1, 2019 at 3:42 PM Aaron Markham 
> > wrote:
> > >
> > > +1 (binding)
> > >
> > > * Built with GPU and tested the first part of the ssd example.
> > > * Built with GPU / cross-compiled to arm8 for Jetson.
> > > * Built Scala/Java on top of the cross-compiled arm8 (ran into trouble
> > > here, but I think this is not popular enough yet to derail things,
> > > plus there are workarounds)
> > > * Built on CPU instance and tested docs.
> > > http://34.201.8.176/versions/1.4.1/api/python/io/io.html
> > > I don't see anything specific being different in this patch for docs,
> > > so hard to tell if there's an issue. I'll assume not given the
> > > successful generation of the API docs.
> > >
> > >
> > > On Wed, May 1, 2019 at 1:28 PM Pedro Larroy
> > >  wrote:
> > > >
> > > > +1 (non-binding)
> > > >
> > > > Tried CPU build + C++ tests + 714 Python unit tests in 605s.
> > > > ARMv7 build + small unit test in QEMU + ARMv8 builds.
> > > >
> > > > Thanks. Regards
> > > >
> > > > Pedro.
> > > >
> > > > On Wed, May 1, 2019 at 10:41 AM Qing Lan 
> wrote:
> > > > >
> > > > > +1 (binding)
> > > > >
> > > > > build from source works for OSX and Ubuntu CPU
> > > > > Scala build/test successfully with Dynamic link and static link.
> > > > >
> > > > > Thanks,
> > > > > Qing
> > > > >
> > > > > 
> > > > > From: Sheng Zha 
> > > > > Sent: Wednesday, May 1, 2019 13:14
> > > > > To: d...@mxnet.apache.org
> > > > > Subject: Re: [VOTE] Release Apache MXNet (incubating) version
> > 1.4.1.rc0
> > > > >
> > > > > Hi all,
> > > > >
> > > > > Reminder that the vote for 1.4.1 release is still ongoing. If you
> > can, please help out. Thank you.
> > > > >
> > > > > -sz
> > > > >
> > > > > On 2019/04/30 06:51:45, Junru Shao 
> wrote:
> > > > > > Dear MXNet community,
> > > > > >
> > > > > > This is the 3-day vote to release Apache MXNet (incubating)
> > version v1.4.1.
> > > > > > The voting on dev@ list will start Apr 29 23:59:59 (PST) and
> > close on May
> > > > > > 02 23:59:59.
> > > > > >
> > > > > > Below are links to
> > > > > > 1) Release notes:
> > > > > >
> >
> https://cwiki.apache.org/confluence/display/MXNET/Apache+MXNet+%28incubating%29+1.4.1+Release+Notes
> > > > > > .
> > > > > > 2) Release Candidate:
> > > > > > https://github.com/apache/incubator-mxnet/releases/tag/1.4.1.rc0
> .
> > > > > > 3) Source and signatures on Apache dist server:
> > > > > >
> https://dist.apache.org/repos/dist/dev/incubator/mxnet/1.4.1.rc0/.
> > > > > >
> > > > > > Please remember to TEST first before voting accordingly:
> > > > > > +1 = approve
> > > > > > +0 = no opinion
> > > > > > -1 = disapprove (provide reason)
> > > > > >
> > > > > > Best regards,
> > > > > > Junru Shao
> > > > > >
> >
>