Granting access to Jenkins

2017-06-15 Thread Ly Nguyen
Hi, I'm helping with the code migration of MXNet to Apache and need to set up jobs on Jenkins. It seems I would need to be a committer (detailed below) which I'm currently not. What would the group suggest for me in this case? https://cwiki.apache.org/confluence/display/INFRA/Jenkins#Jenkins-Howdo

Re: Typo in the documentation

2017-06-15 Thread Ly Nguyen
Hi Sebastian. Thank you for spotting this. We will be looking into this and send an update later today. Ly On Thu, Jun 15, 2017 at 12:41 AM, Sebastian Schelter wrote: > Hi, > > I think I found an typo in the documentation under > http://mxnet.io/architecture/note_engine.html, in the pseudo code

Re: ask for slack invitation

2017-06-15 Thread Suneel Marthi
Right, now that Amazon is gonna buy Slack for 9B - maybe we can do that - otherwise that kind'a stuff would only work for paid Slack subscriptions. :-) On Thu, Jun 15, 2017 at 10:00 AM, Sebastian Schelter < ssc.o...@googlemail.com> wrote: > Ideally, the slack channel should also be archived some

Policies with respect to slack/github

2017-06-15 Thread Sebastian Schelter
Hi, I'm a mentor of MXNet and one of the things I plan to address is how to integrate development via github and communication via slack with Apache's more established infrastructure (mailinglists + apache's git). Is there an official policy or recommendation of best practices on how to setup such

Re: ask for slack invitation

2017-06-15 Thread Sebastian Schelter
Ideally, the slack channel should also be archived somewhere, so that people can search through past conversations and search engines can index them. Best, Sebastian 2017-06-15 9:58 GMT+02:00 Isabel Drost-Fromm : > On Thu, Jun 15, 2017 at 06:49:21AM +0200, Suneel Marthi wrote: > > anyone with ap

Re: ask for slack invitation

2017-06-15 Thread Isabel Drost-Fromm
On Thu, Jun 15, 2017 at 06:49:21AM +0200, Suneel Marthi wrote: > anyone with apache.org shuld be able to register on slack - Sebastian was > asking me the same question in Berlin last week. > > Suggest leave the channel open to anyone registering with apache.org email. Is there a way to make it e

Typo in the documentation

2017-06-15 Thread Sebastian Schelter
Hi, I think I found an typo in the documentation under http://mxnet.io/architecture/note_engine.html, in the pseudo code for the multiple GPU network: # aggregate gradient and update fc1_wgrad[cpu] = fc1_wgrad[gpu0] + fc1_wgrad[gpu1] fc2_wgrad[cpu] = fc2_wgrad[gpu0] + fc2_wgrad[gpu1]