Re: [VOTE] Graduate Apache MXNet (incubating) to a Top Level Project

2022-04-26 Thread Barry Jin
+1 > On Apr 26, 2022, at 7:22 PM, kezhenxu94 wrote: > > +1 binding to graduate! > >> On Apr 27, 2022, at 04:56, Joe Evans wrote: >> >> Hi MXNet Community, >> >> Apache MXNet (incubating) has been an incubating project since January, >> 2017. Since then, the project has matured and adopted t

Re: [VOTE] Release Apache MXNet (incubating) version 2.0.0.beta1.rc1

2022-03-18 Thread Barry Jin
/thread/1f3v4hccygo55j4k6ydv3zkc3yy5wcwk <https://lists.apache.org/thread/1f3v4hccygo55j4k6ydv3zkc3yy5wcwk> > On Mar 8, 2022, at 5:10 PM, Barry Jin wrote: > > Dear MXNet community, > > This is the vote to release Apache MXNet (incubating) version 2.0.0.beta1.rc1. > Voting w

[RESULTS] [VOTE] Release Apache MXNet (incubating) version 2.0.0.beta1.rc1

2022-03-11 Thread Barry Jin
Dear MXNet community, I'm happy to announce the results of the vote. This vote passes with 3 +1 votes (3 binding) and no 0 or -1 votes. +1 votes * Zhenxu Ke / binding * Sheng Zha / binding * Dick Carter / binding 0 votes * No votes -1 votes * No votes Vote thread can be found here [1]. The li

[VOTE] Release Apache MXNet (incubating) version 2.0.0.beta1.rc1

2022-03-08 Thread Barry Jin
Dear MXNet community, This is the vote to release Apache MXNet (incubating) version 2.0.0.beta1.rc1. Voting will start Tuesday, March 8th, 2022 5:10 PM (PDT) and close on March 11th, 2022 5:10 PM (PDT). Link to MXNet 2 RFC: https://github.com/apache/incubator-mxnet/issues/16167

[RESULTS] [VOTE] Release Apache MXNet (incubating) version 2.0.0.beta1.rc0

2022-03-08 Thread Barry Jin
Dear MXNet community, I'm happy to announce the results of the vote [1]. This vote fails due to lack of participation during the time frame January 21st, 2022 1:20 AM (UTC) to January 24th, 2022 1:20 AM (UTC). (Although we still got 3 votes including 2 binding votes after the closing date) I

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

2022-01-21 Thread Barry Jin
Dear MXNet community, This is the vote to release Apache MXNet (incubating) version 2.0.0.beta1.rc0. Voting will start Friday, January 21st, 2022 1:20 AM (UTC) and close on January 24th, 2022 1:20 AM (UTC). Link to MXNet 2 RFC: https://github.com/apache/incubator-mxnet/issues/16167

[VOTE] Release Apache MXNet (incubating) version 2.0.0.beta0.rc1

2021-12-21 Thread Barry Jin
Dear MXNet community, This is the vote to release Apache MXNet (incubating) version 2.0.0.beta0.rc1. Voting will start Tuesday, December 21st, 2021 11:45 PM (UTC) and close on December 24th, 2021 11:45 PM (UTC). Link to MXNet 2 RFC: https://github.com/apache/incubator-mxnet/issues/16167

[CANCELLED][VOTE] Release Apache MXNet (incubating) version 2.0.0.beta0.rc0

2021-10-01 Thread Barry Jin
Dear MXNet community, We are cancelling this vote because: - License issue: https://github.com/apache/incubator-mxnet/issues/20616#issuecomment-932633836 We will address the issues and send out rc1 for another vot

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

2021-10-01 Thread Barry Jin
Dear MXNet community, This is the vote to release Apache MXNet (incubating) version 2.0.0.beta0.rc0. Voting will start Friday, October 1st, 2021 5:00 PM (UTC) and close on October 4th, 2021 5:00 PM (UTC). Link to MXNet 2 RFC: https://github.com/apache/incubator-mxnet/issues/16167

[Announce] Upcoming Apache MXNet (incubating) 2.0.0.beta0 release

2021-09-22 Thread Barry Jin
Dear MXNet community, I will be the release manager for the upcoming 2.0.0.beta0 release. A release candidate will be cut on Monday, Sep 27th 2021 and voting will commence Friday, Oct 1st - Wednesday, Oct 13th. If you have any additional features in progress and would like to include it in th

Re: [apache/incubator-mxnet] [RFC] Apache MXNet 2.0 Roadmap (#16167)

2021-05-12 Thread barry-jin
Cpp-package will be added back in #20131. As this language binding will still rely on symbolic programming, some of the module like APIs removed in #18531 will also be added back. So, we may need to support these module APIs for some languange bindings, especially for cpp-package. @szha @leezu

[apache/incubator-mxnet] [RFC] Gluon Based C++ Frontend (#20257)

2021-05-11 Thread barry-jin
with both flexibility and performance benefits. The design logic is highly similar to current gluon2.0 with tracing and deferred compute. I have been building a simple gluon based [cpp-package](https://github.com/barry-jin/incubator-mxnet/tree/cpp2/cpp-package) and a [simple demo](https

Re: [apache/incubator-mxnet] [RFC] FFI: New Containers and Improve Object System (#19672)

2020-12-15 Thread barry-jin
> > We may need to find a way to make our containers capable of holding > > NDArrays. FFI containers are mainly adapted from TVM and can only hold > > ObjectRefs from object system. Different from TVM's NDArray, which inherits > > from ObjectRef and there is customized smart pointer called Objec

[apache/incubator-mxnet] [RFC] FFI: New Containers and Improve Object System (#19672)

2020-12-14 Thread barry-jin
## Problem statement Currently MXNet is using PackedFunc based FFI[1] to improve performance of imperative execution. C APIs will be registered as PackedFunc in the runtime system and we can call any of these PackedFunc via only one exposed API. But, PackedFunc based FFI has only ADT(Algebatic d

[apache/incubator-mxnet] [RFC] Turn Off CuDNN When Training PSPNet (#19056)

2020-08-31 Thread barry-jin
## Error when training PSPNet on Cityscapes dataset using GluonCV #17439 ### Problem Description The problem is when I train a PSPNet using GluonCV semantic segmentation library on the Cityscapes dataset, the training will stuck (hang) right after it started. ### Debugging After bisect the dat