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

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:

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

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 ;

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

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

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

2020-07-10 Thread Chen, Ciyong
Hi Community, I would like to call for action to test/validate/vote for the release candidate (1.7.0.rc0) As there's not any voting result during the scheduled time window, I would like to extend the time windows to July 13, 23:59:59 PST. Please prepare your time and provide feedback if you've