Requesting slack access

2018-07-30 Thread Juan Vercellone
-- -- .- VERCELLONE, Juan. (also known as 1010ad1c97efb4734854b6ffd0899401)

Re: Release blocker: non-determinstic forward in gluon

2018-07-30 Thread Hagay Lupesko
Thanks Pedro. Good to know you think it is important as well. I hope the community can review a proposal on the CWiki soon? that would be great... On Mon, Jul 30, 2018 at 4:26 AM Pedro Larroy wrote: > Hi Hagay > > We are aware of this and we are working in this direction which as you > point out

Re: Automated Flaky Test Detector

2018-07-30 Thread Carl Tsai
Minor correction: I'm working with the *Apache* MXNet engine team at Amazon! Carl On Mon, Jul 30, 2018 at 5:42 PM Carl Tsai wrote: > Hi all, > > > > My name is Carl Tsai, I’m an intern working with the Amazon MXNet engine > team. For the past several weeks, I’ve been working with my mentor Hao

Automated Flaky Test Detector

2018-07-30 Thread Carl Tsai
Hi all, My name is Carl Tsai, I’m an intern working with the Amazon MXNet engine team. For the past several weeks, I’ve been working with my mentor Hao Jin on an automatic flaky test detection system. As you may know, there’s an ongoing effort to reduce the number of flaky tests in the code base

Proposal for new merging/reshaping op

2018-07-30 Thread Taliesin Beynon
Hello all, I’ve created a proposal for a new reshape op, it is described further at https://discuss.mxnet.io/t/proposal-new-merge-dims-reshaping-op/1524 Please post feedback there! Thanks, Tali

Reminder: Office hours - Berlin

2018-07-30 Thread Marco de Abreu
Hello, quick reminder about our office hours Tuesday (tomorrow) at 6pm-7pm (CEST) | 9:00am-10am (PST) : https://cwiki.apache.org/confluence/display/MXNET/MXNet+Berlin+Office+Hours If you would like to participate, please follow the steps described in the wiki. This office hour will be held by m

Re: Release plan - MXNET 1.3

2018-07-30 Thread Roshani Nagmote
Hi all, Here is an update on MXNet 1.3 release: I am still waiting for following PRs to get merged: TRT integration: https://github.com/apache/incubator-mxnet/pull/11325 Gluon RNN: https://github.com/apache/incubator-mxnet/pull/11482 Scala examples: https://github.com/apache/incubator-mxnet/pull

Re: Release blocker: non-determinstic forward in gluon

2018-07-30 Thread Pedro Larroy
Hi Hagay We are aware of this and we are working in this direction which as you point out, is more desirable. There's a huge amount of non-trivial work that has gone into building these distribution packages from Sheng which needs to be adapted for our CI system, and taken into consideration. Ped

Re: Release blocker: non-determinstic forward in gluon

2018-07-30 Thread Hagay Lupesko
Thanks Tong for root-causing the issue! Thanks Sheng for following up with an updated PyPi package. What worries me is that we seem to build MXNet PyPi distribution packages with a build config different than the CI where all of the tests are running. Looking here [1