Launch of the 2020 ASF Community Survey

2019-12-05 Thread Marco de Abreu
Hello everyone, the Apache Diversity and Inclusion department started a survey which would appreciate your participation. The email can be found below: If you have an apache.org email, you should have received an email with an invitation to take the 2020 ASF Community Survey. Please take

Re: Can upgrade windows CI cmake?

2019-12-05 Thread Lausen, Leonard
Currently we declare cmake_minimum_required(VERSION 3.0.2) I'm in favor of updating our CMake requirement. The main question may be what new version to pick as minimum requirement. In general, there is the guideline > You really should at least use a version of CMake that came out after your >

Can upgrade windows CI cmake?

2019-12-05 Thread shiwen hu
i am send a pr https://github.com/apache/incubator-mxnet/pull/16980 to change windows build system.but now ci cmake version seems to be a bug. can't to compile.can upgrade to 3.16.0?

Re: [apache/incubator-mxnet] [RFC] MXNet Multithreaded Inference Interface (#16431)

2019-12-05 Thread Anirudh Subramanian
Thanks for the thoughtful and valuable comments @arcadiaphy. > I've deployed many models with scala API, and run them in multiple threads. > The whole system has run smoothly in production environment for more than 2 > months. > The backend of inference is graph executor, which is created for

Re: [apache/incubator-mxnet] [RFC] MXNet Multithreaded Inference Interface (#16431)

2019-12-05 Thread Wang Jiajun
@anirudh2290 Just see this RFC. Let me share what I've done in multithreaded infererce, I think it's the only viable way now in mxnet. I've deployed many models with scala API, and run them in multiple threads. The whole system has run smoothly in production environment for more than 2 months.

Re: Stopping nightly releases to Pypi

2019-12-05 Thread Lausen, Leonard
We don't loose pip by hosting on S3. We just don't host nightly releases on Pypi servers and mirror them to several hundred mirrors immediately after each build is published which is very expensive for the Pypi project.. People can still install the nightly builds with pip by specifying the -f