You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently mlpack layers return gradients that are the summed across a batch, when typically they should be averaged otherwise gradients will change drastically if batch size changes.
Currently mlpack layers return gradients that are the summed across a batch, when typically they should be averaged otherwise gradients will change drastically if batch size changes.