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
The code computes average_loss but never uses it. On the other hand, the invocation of get_gradients_of_loss_wrt_weights() passes loss instead of average_loss as the 1st argument.
The code computes
average_lossbut never uses it. On the other hand, the invocation ofget_gradients_of_loss_wrt_weights()passeslossinstead ofaverage_lossas the 1st argument.