Re: Typo in the documentation

2017-06-16 Thread Ly Nguyen
e looking into this > and send an update later today. > > Ly > > On Thu, Jun 15, 2017 at 12:41 AM, Sebastian Schelter <s...@apache.org> > wrote: > >> Hi, >> >> I think I found an typo in the documentation under >> http://mxnet.io/architecture/note_eng

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