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

Where do you see the number of epochs set? #12

Open
zhxiru997 opened this issue Sep 5, 2022 · 1 comment
Open

Where do you see the number of epochs set? #12

zhxiru997 opened this issue Sep 5, 2022 · 1 comment

Comments

@zhxiru997
Copy link

Please, where do you see the number of epochs set? What standard does the training end with? Because I see that there is no epoch setting in the training parameters, I don't know how many epochs will end after training.

@sharvil
Copy link
Contributor

sharvil commented Sep 8, 2022

There's no explicit limit on the number of epochs; rather the limit is on total number of training steps (minibatch iterations). You can specify the number of steps from the command line, e.g. python -m wavegrad /path/to/model/dir /path/to/dir/containing/wavs --max_steps=100000 or similar.

You can always make changes to this code if you want to terminate on an epoch boundary.

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