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
With get_params_ptr and get_gradients_ptr that return pointers to weights and biases, we no longer need the {get/set}_params on each layer that create a data copy; they are still used from layer % {get,set}_params but can be refactored away.