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

The epoch argument is wrong #6

Open
wlnirvana opened this issue Jan 8, 2018 · 1 comment
Open

The epoch argument is wrong #6

wlnirvana opened this issue Jan 8, 2018 · 1 comment

Comments

@wlnirvana
Copy link

The --n_epochs argument is in fact an iteration, which updates the weight based on a random sample of data points.

There is no conclusive definition, but the community generally define epoch to be an entire pass of the whole dataset. See this and this

@samlanka
Copy link

Yes, the code is counting the number of iterations, not number of epochs

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