Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How is the mini-batch loss/error different from training or test loss/error? #2

Open
prosopher opened this issue Aug 21, 2020 · 1 comment

Comments

@prosopher
Copy link

As far as I know, it is uncommon to describe evaluation metrics in terms of mini-batch

@songhwanjun
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants