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

Question: Why logs are per iteration and not per epoch? #169

Closed
priteshgohil opened this issue Sep 16, 2020 · 2 comments
Closed

Question: Why logs are per iteration and not per epoch? #169

priteshgohil opened this issue Sep 16, 2020 · 2 comments

Comments

@priteshgohil
Copy link
Contributor

I know that it is easy to log per epoch by calculating the mean of all the iteration. But is there any specific reason for working with iteration and not per epoch?

@priteshgohil priteshgohil changed the title Why logs are per iteration and not per epoch? Question: Why logs are per iteration and not per epoch? Sep 16, 2020
@lufficc
Copy link
Owner

lufficc commented Sep 18, 2020

No specific reason. Just a consistent with SSD paper and official impl https://github.com/weiliu89/caffe/blob/ssd/examples/ssd/ssd_pascal.py#L370-L374.

@priteshgohil
Copy link
Contributor Author

Thanks.

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