Re: Module maintainers proposal

2018-01-16 Thread Sebastian Schelter
+1 2018-01-16 9:08 GMT+01:00 Isabel Drost-Fromm : > Hi, > > > > Am 16. Januar 2018 01:40:48 MEZ schrieb Steffen Rochel < > steffenroc...@gmail.com>: > ># Anybody can add themselves or a team as additional contributors > ># to get notified about changes in a specific package. >

Re: Grant access to slack

2017-11-01 Thread Sebastian Schelter
Hi Matthias, Channels of interest for you might be #mxnet and #mxnet-builds. Best, Sebastian 2017-11-01 17:20 GMT+01:00 Suneel Marthi : > Invite sent > > Sent from my iPhone > > > On Nov 1, 2017, at 6:17 PM, Matthias Seeger wrote: > > > > Hello, > >

Why its a good idea to move to your own infrastructure

2017-07-13 Thread Sebastian Schelter
Hi, This mail is a little bit off-topic, but I would like to share a story that shows how important it is for open source projects to move to their own infrastructure (like the one provided by the ASF) and not rely on the goodwill of hosters like github:

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]