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

Experiments in optimising batch steps #180

Draft
wants to merge 2 commits into
base: master
Choose a base branch
from
Draft

Experiments in optimising batch steps #180

wants to merge 2 commits into from

Conversation

jakobnissen
Copy link
Member

No description provided.

In order to extrapolate a long training process, and to better see the impact
of the batch steps, it's important to see the amount of time spent on each
epoch.
Instead of erroring, when too many batchsteps is set such that the final batch
size would exceed dataset length, simply don't truncate the batch steps instead
of throwing an error.
This change enables experimenting with more aggressive batch steps, and also
comes in handy when working with long-read data.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Needs benchmark Must benchmark before merging this
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant