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 training loss and error are computed at the end of each epoch without any network update similar to validation ones. However, the mini-batch loss and error are accumulated all the iterations while continuously updating the model.
As far as I know, it is uncommon to describe evaluation metrics in terms of mini-batch
The text was updated successfully, but these errors were encountered: