ApacheCon @Home 2020 call for papers closes in 2 days!

2020-07-10 Thread Justin Mclean
Hi, Only a couple of days to go before to call for papers closes for ApacheCon @Home 2020 on Monday. The Incubator will be running a track at this online conference, so if you're thinking of submitting something, please don't delay. We'll accept talks on the Apache incubator itself, and talks

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

2020-07-10 Thread Xingjian SHI
-1 (binding). It breaks the YOLO training in GluonCV and the basic image classification in AutoGluon. There is an open PR that reverts the `weakref` fix: https://github.com/apache/incubator-mxnet/pull/18692 and we need to see whether to revert that fix or find some other ways to solve the issu

I would like to access MxNet Slack

2020-07-10 Thread Leon Jian
Hi Sir, I would like to access MxNet Slack. leon.j...@papagoinc.com Thank you. -Leon

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

2020-07-10 Thread Aston Zhang
+1 Tested: mxnet 1.7.0rc0-cu101 passed d2l-en v0.14.0 On Fri, Jul 10, 2020 at 12:27 PM Qing Lan wrote: > My +1 (binding) on 1.7.0 > > Tested: > > * Build from Source with static build instruction > * Tested Scala pacakge and passed all tests > > Thanks, > Qing > > _

Re: [apache/incubator-mxnet] [RFC] MXNet website improvements (#17982)

2020-07-10 Thread Chaitanya Prakash Bapat
https://github.com/apache/incubator-mxnet/issues/18693 - Clipped table of contents - Missing copy button -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/apache/incubator-mxnet/issues/17982#issuecomment-6569

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

2020-07-10 Thread Xingjian SHI
Thanks Ziyi, I've discovered the same issue when I'm trying to use AutoGluon with 1.7.0rc0 and would like to share my finding: Basically, I don't think Gluon Block is designed to be pickleble. But pickling do work for some cases in the old version: I've included two cases in the gist (https:/

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

2020-07-10 Thread Qing Lan
My +1 (binding) on 1.7.0 Tested: * Build from Source with static build instruction * Tested Scala pacakge and passed all tests Thanks, Qing From: Tao Lv Sent: Friday, July 10, 2020 0:03 To: dev@mxnet.incubator.apache.org Cc: d...@mxnet.apache.org ; Bob

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

2020-07-10 Thread Patrick Mu
Hi Ciyong, I just discovered an issue with the 1.7, which causes the Yolo training with latest Gluon CV Yolo to fail. The PR that causes the failure is https://github.com/apache/incubator-mxnet/pull/18358, which modifies basic blocks of Gluon to fix a memory leak issue. Talked with Leonard,

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

2020-07-10 Thread Tao Lv
+1 (binding) I did: - Verify the key and signature; - Untar the source code package; - Build from source code with makefile, USE_BLAS=mkl, USE_MKLDNN=1; - Check mx.__version__; - Run benchmark_score.py under examples/image-classification. -tao On Fri, Jul 10, 2020 at 2:18 PM Chen, Ciyong wrote: