Valerii

Results 2 comments of Valerii

> > > Hello > > With reference to this code snippet, why do they divide by batch size on the following line? > `layer_2_delta = (labels[batch_start:batch_end]-layer_2) /batch_size` > I...

> > > > This is somewhat closer to what I was looking for. Im attempting to implement libcannard to talk to a PX4 autopilot, using a Nucleo board STM....