Skip to content

Training Epochs #323

Answered by d8ahazard
YakuzaSuske asked this question in Q&A
Nov 24, 2022 · 2 comments · 1 reply
Discussion options

You must be logged in to vote

So, an epoch is just the number of times a given set of instance images will be trained. If you have 100 images and set it to train 1000 steps, then you will wind up with 10 epochs.

But, now that I'm looking at it, the way it's supposed to work is that if you set the number of max steps to None, then it calculates the steps based on the number of epochs provided.

Of course, there was no way to do that in the UI. So, I just pushed an update that will do this if you set the max steps to 0. Set max steps to 0, set epochs to 100 or whatever, and just train.

What's convenient is, this will work uniformly for all concepts, so the "stop concept after n steps" bit is really not needed...

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
1 reply
@YakuzaSuske
Comment options

Answer selected by d8ahazard
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants