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

feat(app): train in strided epochs #81

Merged
merged 1 commit into from
Sep 10, 2023
Merged

feat(app): train in strided epochs #81

merged 1 commit into from
Sep 10, 2023

Conversation

rouson
Copy link
Contributor

@rouson rouson commented Sep 10, 2023

This pull request edits or adds command-line arguments of the form

--base --stride --epochs

where stride --base was previously --base-name, --stride is the step interval between time instances that will be used for training, and --epochs is the number of complete passes through the data set for the current run.

This commit edits or adds command-line arguments of the form

 --base <string> --stride <integer> --epochs <integer>

where stride --base was previously --base-name, --stride is the
step interval between time instances that will be used for
training, and --epochs is the number of complete passes through
the data set for the current run.
@rouson rouson merged commit 2fc0630 into main Sep 10, 2023
@rouson rouson deleted the epoch branch September 10, 2023 08:12
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

Successfully merging this pull request may close these issues.

1 participant