We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 --n_epochs argument is in fact an iteration, which updates the weight based on a random sample of data points.
--n_epochs
There is no conclusive definition, but the community generally define epoch to be an entire pass of the whole dataset. See this and this
The text was updated successfully, but these errors were encountered:
Yes, the code is counting the number of iterations, not number of epochs
Sorry, something went wrong.
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: