Seeking advice for using max_train_steps or using max_train_epochs + num_repeats(dataset_repeats) for classic fine-tuning #544
Unanswered
terrificdm
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Any advice or recommendations for choice between using max_train_steps and using max_train_epochs + num_repeats(dataset_repeats) for classic fine-tuning? Usually I configured Kohya's training scrip (fine_tune.py) with max_train_steps e.g. 15000 steps(default repeat number 1, and automatically computed epochs), I am wondering that should I configure max_train_epochs + num_repeats instead? Any different impact towards training result? Any tips? Thanks.
Beta Was this translation helpful? Give feedback.
All reactions